@import url("https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700|Raleway:300,400,500,600,700|Roboto:300,400,500&display=swap");

/*
font-family: 'Roboto',sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Old Standard TT', serif;
*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  position: relative;
}

h1,
h2,
h3,
h4 {
  font-family: "Old Standard TT", serif;
  text-transform: uppercase;
}

p {
  font-family: "Raleway", sans-serif;
  line-height: 1.3rem;
}

.ui-datepicker {
  font-size: 9pt !important;
}

table.ui-datepicker-calendar {
  border-spacing: 0px;
}

h2 {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}

a.box-link {
  display: block;
  background-color: rgba(252, 252, 252, 0.925);
  border: 1px solid rgb(197, 197, 197);
  padding: 0.5rem;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: black;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

.box-link:hover {
  background-color: rgb(4, 161, 83);
  border-color: rgb(4, 161, 83);
  color: cornsilk;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.5s ease;
}

.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.top-header {
  position: fixed;
  display: grid;
  background: linear-gradient(0deg,
      rgba(0, 212, 255, 0) 0%,
      rgba(0, 0, 0, 0.712) 100%);
  top: 0;
  width: 96%;
  padding: 2%;
  grid-template-columns: 25% 75%;
  grid-row: 1;
}

.logo {
  width: 55px;
}

.header-contacts {
  display: none;
}

.main-banner {
  display: block;
  width: 100%;
  clear: both;
}

.main-nav {
  font-family: "Roboto", sans-serif;
}

.main-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.res-section {
  background: yellowgreen;
  min-height: 50px;
  width: 100%;
  display: block;
}

.wc-section {
  width: 100%;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
  background-color: #fdfae7;
}

.welcome-quote {
  display: block;
  padding: 3rem 3rem 1rem 3rem;
  margin: 0 auto;
}

.welcome-quote h1 {
  font-size: 1.3rem;
  font-weight: normal;
  color: rgb(39, 39, 39);
  margin-top: 0;
}

.welcome-quote h1 span {
  color: seagreen;
  display: block;
  clear: both;
  font-weight: normal;
  font-size: 1rem;
}

.welcome-quote p {
  color: rgb(105, 105, 105);
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  line-height: 1.3rem;
}

.wc-img {
  clear: both;
  padding: 0.5rem;
  display: block;
}

.wc-img img {
  display: block;

  width: 100%;
}

.map-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  background: rgb(255, 255, 255);
}

.location-map-img {
  flex: 1 1 100%;
}

.location-map-img img {
  width: 100%;
  height: auto;
}

.location-qt {
  font-family: "Raleway", sans-serif;
  display: block;
  padding: 0rem 3rem 3rem;
  margin: 0 auto;
}

.location-qt h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.location-qt p {
  font-size: 0.8rem;
  line-height: 1.3rem;
  text-align: center;
}

.location-qt a {
  width: 8rem;
  margin: 0 auto;
}

.acc-section {
  display: grid;
  grid-template-rows: 1;
  grid-template-columns: 1;
}

.acc-section>* {
  width: 100%;
}

.home-acc-img,
.acc-link {
  grid-column: 1;
  grid-row: 1;
}

.acc-link {
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  padding-bottom: 2rem;
}

.acc-link h2 {
  color: white;
  text-shadow: 0px 0px 3px black;
}

.acc-link a {
  width: 12rem;
  margin: 0 auto;
}

.acc-section img {
  width: 100%;
  height: auto;
}

.fcy-section {
  background-color: #fdfae7;
  grid-template-columns: 1;
  grid-template-rows: 2;
  display: grid;
}

.fcy-section picture {
  grid-column: 1;
  grid-row: 1;
  clear: both;
  width: 100%;
  /* padding: 1rem; */
}

.fcy-section picture img {
  height: auto;
  width: 100%;
  display: block;
}

.fcy-qt {
  text-align: center;
  padding: 4rem 3rem;
}

.fcy-qt p,
.fcy-qt .fcy-list {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  line-height: 1.3rem;
}

.fcy-qt a {
  width: 8rem;
  margin: 0 auto;
}

.fcy-list {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  margin-bottom: 1rem;
}

.fcy-ico {
  justify-content: center;
  align-self: flex-end;
}

.fcy-1 {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: flex-start;
}

.fcy-2 {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: flex-start;
}

.fcy-3 {
  grid-row: 2/3;
  grid-column: 3/4;
  align-self: flex-start;
}

.gallery-section {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.gal-link-wrap {
  background-color: rgba(255, 255, 255, 0.781);
  margin: 5rem auto;
  padding: 1rem 2rem;
  width: 15rem;
}

.gal-link-wrap a {
  width: 8rem;
  margin: 0 auto;
}

.dining-section {
  width: 100%;
  display: block;
  background-color: white;
  clear: both;
}

.dining-inner-wrap {
  display: grid;
  grid-template-rows: 2;
  grid-template-columns: 1;
  padding: 0.5rem;
}

.dining-qt {
  background: yellowgreen;
  padding: 1.5rem;
}

.dining-img img {
  height: auto;
  width: 100%;
  display: block;
}

.dining-qt h2 {
  margin-top: 0;
}

.dining-qt a {
  width: 8rem;
  margin: auto;
}

.ftr-nav {
  background-color: rgba(230, 230, 230, 0.877);
  width: 100%;
  display: block;
}

.ftr-nav ul {
  font-size: 0.65em;
  text-transform: uppercase;
  display: flex;
  list-style-type: none;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  align-items: center;
  padding: 0.5rem 3rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ftr-nav ul li {
  margin: 0.5rem;
}

.ftr-nav ul li a {
  text-decoration: none;
  color: rgb(114, 114, 114);
  padding: 0.5rem;
  transition: background 0.3s ease;
}

.ftr-nav ul li a:hover {
  text-decoration: underline;
}

.main-footer {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  padding: 3%;
  background-image: url(images/ftr-bg.jpg);
  background-position: center center;
  background-size: 250%;
  width: 94%;
  color: #3f3f3f;
}

.main-footer h3 {
  color: #3f3f3f;
}

.ftr-brand {
  grid-column: 1;
  grid-row: 1;
}

.subWgt {
  grid-row: 2;
  grid-column: 1;
}

.ftr-block {
  margin-bottom: 1rem;
}

.frtCt {
  grid-column: 1;
  grid-row: 3;
}

.ftrTel {
  grid-column: 1;
  grid-row: 4;
}

.ftSocial {
  grid-column: 1;
  grid-row: 5;
}

.description p,
.description a {
  line-height: 1.6em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 0.65rem;
  font-weight: normal;
  color: #3f3f3f;
  margin-top: 0.15rem;
}

.frtCt a {
  color: rgb(52, 102, 193);
  padding: 0 0.2rem;
  clear: both;
  display: block;
  text-decoration: none;
}

.frtCt a:hover {
  text-decoration: underline;
}

.ftr-block h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.65rem;
  margin-bottom: 0.1rem;
}

.socialLink {
  margin: 0.7rem;
  width: 30px;

  height: 30px;
}

.socialLink img {
  margin-top: 0.2rem;
  width: 20px;
}

.taLink {
  width: 100px;
}

.taLink img {
  margin-top: 5px;
  width: 100px;
}

.parallax-window {
  display: grid;
  padding: 1rem 0;
  grid-template-columns: repeat(3, 1fr);
  background: transparent;
  grid-template-rows: repeat(3, 1fr);
  height: 500px !important;
}

.gal-link-wrap {
  grid-column: 2/3;
  grid-row: 2/3;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 !important;
}

.inner-content-wrap {
  clear: both;
  padding: 1rem;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.sidebar {
  display: none;
}

.sidebar ul {
  display: block;
  padding: 0;
  list-style: none;
  margin: 0;
}

.sidebar ul li {
  display: block;
}

.sidebar ul li a {
  padding: 0.4em 0.5em;
  color: rgb(95, 95, 95);
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  font-size: 0.8em;
  font-family: "Raleway", sans-serif;
}

.sidebar ul li a:hover {
  background-color: rgb(235, 235, 235);
}

.main-content {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 0;
  text-align: left;
}

.breadcrumb {
  display: block;
  clear: both;
  margin-bottom: 2rem;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-family: "Raleway", sans-serif;
  font-size: 0.6em !important;
}

.breadcrumb ul li a {
  text-decoration: none;
  color: rgb(116, 116, 116);
  text-transform: uppercase;
  padding-right: 13px;
  margin-right: 4px;
  background-image: url(images/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content p {
  text-align: left;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content ul {
  font-family: "Raleway", sans-serif;
}

.main-content h1 {
  font-size: 1.3em;
}

.main-content h2 {
  font-size: 0.9em;
  text-transform: capitalize;
  color: rgb(82, 117, 0);
}

.main-content h3 {
  margin-top: 2rem;
  font-size: 1em;
  margin-bottom: 5px;
}

.main-content p,
.main-content ul,
.main-content ol {
  font-size: 0.8em;
  line-height: 1.6em;
}

input#Check-in,
input#Check-out,
input#promo,
select#currency,
.form-group.buttoncheck {
  font-family: "Raleway", sans-serif;
  color: #444;
  font-weight: 600;
}

.re-image-row1 img,
.re-image-row2 img,
.ro-image-row1 img,
.ro-image-row2 img {
  width: 100%;
  height: auto;
  display: block;
}

.fcy-box {
  list-style: none;
  display: grid;
  padding: 1rem;
  background-color: rgb(241, 241, 241);
  border: 1px solid rgb(228, 228, 228);
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.fcy-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.fcy-box li img {
  width: 30px;
}

.time-box {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
  border: 1px solid #ccc;
  font-family: "Raleway", sans-serif;
}

.time-box strong {
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
  font-size: 0.6em;
}

.time-box p {
  padding: 0.3rem 0.5rem;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.66em;
}

.re-image-row1,
.re-image-row2,
.ro-image-row1,
.ro-image-row2 {
  position: relative;
  display: grid;
  gap: 0.3rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 0.3rem;
}

button.rew-button,
.rew-button2,
.rew-button3,
.rew-button4 {
  grid-column: 1/2;
  grid-row: 2/3;
  background-color: #577700bd;
  border: none;
  /* height: 50px; */
  color: white;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem 1rem;
}

.re-image-row2,
.ro-image-row2 {
  display: none;
}

.rew-button,
.rew-button3 {
  display: block;
}

.rew-button2,
.rew-button4 {
  display: none;
}

.minimized {
  z-index: 1;
}

.loc-dtl-wrap {
  display: grid;
  background-color: rgb(243, 243, 243);
  margin-top: 1rem;
  clear: both;
}

.meal-time-wrap {
  display: grid;
  grid-column-gap: 0.5rem;
  background-color: rgb(241, 241, 241);
  padding: 0 1rem;
  font-family: "Raleway", sans-serif;
}

.meal-time-section {
  margin: 1rem 0;
}

.meal-time-section img {
  display: block;
  width: 40px;
}

.meal-time-section p {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 0.73rem;
}

.meal-time-section span {
  font-weight: bold;
  font-size: 0.73rem;
}

div#imgGal {
  display: block;
  clear: both;
}

div#imgGal ul {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.2rem;
}

#imgGal ul li a img {
  display: block;
  width: 100%;
}

.widget_div input#name {
  width: 100%;
}

@media screen and (max-width: 319px) {
  html {
    scroll-behavior: smooth;
  }

  .widget_div {
    display: block;
    padding: 5px auto;
  }

  .widget_div form {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin: 15px 5%;
  }

  .widget_div input#name {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .widget_div input#email {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .widget_div input#Check-in {
    grid-column: 1/2;
    grid-row: 3/4;

  }

  .widget_div input#Check-out {
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .widget_div button {
    grid-column: 1/2;
    grid-row: 5/6;
  }


  .loc-dtl-wrap {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    font-family: "Raleway", sans-serif;
    padding: 0 1rem;
  }

  .loc-dtl-wrap {
    grid-column-gap: 1rem;
  }

  .loc-dtl-section {
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: left;
    flex-wrap: wrap;
    margin: 1rem 0;
  }

  .loc-dtl-section img {
    display: block;
    float: left;
    width: 30px;
  }

  .loc-dtl-section p {
    margin: 3px 0px;
    font-size: 0.75em;
  }

  .loc-dtl-section span {
    font-size: 0.75em;
    font-weight: bold;
  }

  .meal-time-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .main-content h4 {
    font-family: "Raleway", sans-serif;
    font-size: 0.7em;
  }

  div#imgGal ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0.2rem;
  }
}

@media screen and (min-width: 320px) {
  .main-content h4 {
    font-family: "Raleway", sans-serif;
    font-size: 0.7em;
  }

  html {
    scroll-behavior: smooth;
  }

  .widget_div {
    display: block;
  }

  .widget_div form {
    display: grid;
    gap: 15px;
    padding: 5%;
  }

  grid-template-columns:1fr;
  margin: 0 2rem;
}

input#name {
  grid-column: 1/2;
  grid-row: 1/2;
}

input#email {
  grid-column: 1/2;
  grid-row: 2/3;
}

input#Check-in {
  grid-column: 1/2;
  grid-row: 3/4;
}

input#Check-out {
  grid-row: 4/5;
  grid-column: 1/2
}
.widget_div form input#royal-cabanas {
    grid-row: 5/6;
    grid-column: 1/2;
  }

  .widget_div form input#river-edge-cabanas {
    grid-row: 6/7;
    grid-column: 1/2;
  }

button.btn.btn-book {
  grid-column: 1/2;
  grid-row: 7/8;

}

.re-image-row1,
.ro-image-row1 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  gap: 0.3em;
  position: relative;
}

.re-image-row2,
.ro-image-row2 {
  display: none;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  gap: 0.3em;
  position: relative;
}

.re-image-row1 img,
.re-image-row2 img {
  width: 100%;
  height: auto;
  display: block;
}

.fcy-box {
  list-style: none;
  display: grid;
  padding: 1rem;
  background-color: rgb(241, 241, 241);
  border: 1px solid rgb(228, 228, 228);
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.fcy-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.fcy-box li img {
  width: 30px;
}

.re-image-row1,
.re-image-row2,
.ro-image-row1,
.ro-image-row2 {
  position: relative;
  gap: 0.3rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 0.3rem;
}

button.rew-button,
.rew-button2 {
  grid-column: 1/2;
  grid-row: 2/3;
  background-color: #577700bd;
  border: none;
  /* height: 50px; */
  color: white;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.re-image-row2,
.re-image-row2 {
  display: none;
}

.rew-button2 {
  display: none;
}

.minimized {
  z-index: 1;
}

.loc-dtl-wrap {
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 1fr);
  font-family: "Raleway", sans-serif;
  padding: 0 1rem;
}

.loc-dtl-wrap {
  grid-column-gap: 1rem;
}

.loc-dtl-section {
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: left;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.loc-dtl-section img {
  display: block;
  float: left;
  width: 30px;
}

.loc-dtl-section p {
  margin: 3px 0px;
  font-size: 0.75em;
}

.loc-dtl-section span {
  font-size: 0.75em;
  font-weight: bold;
}

.meal-time-wrap {
  grid-template-columns: repeat(3, 1fr);
}

div#imgGal ul {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.2rem;
}
}

@media screen and (min-width: 580px) {
  h2 {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
  }

  a.box-link {
    display: block;
    background-color: rgba(252, 252, 252, 0.925);
    border: 1px solid rgb(197, 197, 197);
    padding: 0.5rem;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: black;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
  }

  .box-link:hover {
    background-color: rgb(4, 161, 83);
    border-color: rgb(4, 161, 83);
    color: cornsilk;
    transition: background-color 0.3s ease, border-color 0.3s ease,
      color 0.5s ease;
  }

  .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-header {
    position: fixed;
    display: grid;
    background: linear-gradient(0deg,
        rgba(0, 212, 255, 0) 0%,
        rgba(0, 0, 0, 0.712) 100%);
    top: 0;
    width: 96%;
    padding: 2%;
    grid-template-columns: 25% 75%;
    grid-row: 1;
  }

  .logo {
    width: 60px;
  }

  .header-contacts {
    display: none;
  }

  .main-banner {
    display: block;
    width: 100%;
    clear: both;
  }

  .main-nav {
    font-family: "Roboto", sans-serif;
  }

  .main-banner img {
    width: 100%;
    height: auto;
    display: block;
  }

  .res-section {
    background: yellowgreen;
    min-height: 50px;
    width: 100%;
    display: block;
  }

  .widget_div {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    margin: 0 2rem;
  }

  input#Check-in {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 115px !important;
    margin: 10px 0px 5px !important;
  }

  input#Check-out {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 115px !important;
    margin: 5px 0px 10px !important;
  }

  select#currency {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 10px 0px 5px !important;
    width: 130px !important;
  }

  input#promo {
    grid-column: 2/3;
    grid-row: 2/3;
    margin: 5px 0px 10px !important;
    width: 115px !important;
  }

  .form-group.buttoncheck {
    grid-row: 1/2;
    grid-column: 3/4;
    padding-left: 0 !important;
    margin: 10px 0px 5px !important;
  }

  button.btn.btn-book {
    grid-column: 3/4;
    grid-row: 2/3;
    margin: 5px 0px 10px !important;
  }

  .wc-section {
    width: 100%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0;
    justify-content: center;
    background-color: #fdfae7;
  }

  .welcome-quote {
    display: block;
    padding: 3rem 3rem 1rem 3rem;
    margin: 0 auto;
  }

  .welcome-quote h1 {
    font-size: 1.3rem;
    font-weight: normal;
    color: rgb(39, 39, 39);
    margin-top: 0;
  }

  .welcome-quote h1 span {
    color: seagreen;
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 1rem;
  }

  .welcome-quote p {
    color: rgb(105, 105, 105);
    font-family: "Raleway", sans-serif;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .wc-img {
    clear: both;
    padding: 0.5rem;
    display: block;
  }

  .wc-img img {
    display: block;

    width: 100%;
  }

  .map-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(255, 255, 255);
  }

  .location-map-img {
    flex: 1 1 100%;
  }

  .location-map-img img {
    width: 100%;
    height: auto;
  }

  .location-qt {
    font-family: "Raleway", sans-serif;
    display: block;
    padding: 0rem 3rem 3rem;
    margin: 0 auto;
  }

  .location-qt h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  .location-qt p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    text-align: center;
  }

  .location-qt a {
    width: 8rem;
    margin: 0 auto;
  }

  .acc-section {
    display: grid;
    grid-template-rows: 1;
    grid-template-columns: 1;
  }

  .acc-section>* {
    width: 100%;
  }

  .home-acc-img,
  .acc-link {
    grid-column: 1;
    grid-row: 1;
  }

  .acc-link {
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    padding-bottom: 2rem;
  }

  .acc-link h2 {
    color: white;
    text-shadow: 0px 0px 3px black;
  }

  .acc-link a {
    width: 12rem;
    margin: 0 auto;
  }

  .acc-section img {
    width: 100%;
    height: auto;
  }

  .fcy-section {
    background-color: #fdfae7;
    grid-template-columns: 1;
    grid-template-rows: 2;
    display: grid;
  }

  .fcy-section picture {
    grid-column: 1;
    grid-row: 1;
    clear: both;
    width: 100%;
    /* padding: 1rem; */
  }

  .fcy-section picture img {
    height: auto;
    width: 100%;
    display: block;
  }

  .fcy-qt {
    text-align: center;
    padding: 4rem 3rem;
  }

  .fcy-qt p,
  .fcy-qt .fcy-list {
    font-family: "Raleway", sans-serif;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .fcy-qt a {
    width: 8rem;
    margin: 0 auto;
  }

  .fcy-list {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin-bottom: 1rem;
  }

  .fcy-ico {
    justify-content: center;
    align-self: flex-end;
  }

  .fcy-1 {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: flex-start;
  }

  .fcy-2 {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-start;
  }

  .fcy-3 {
    grid-row: 2/3;
    grid-column: 3/4;
    align-self: flex-start;
  }

  .gallery-section {
    display: block;
    padding: 2rem 0;
    margin: 0;
    width: 100%;
  }

  .gal-link-wrap {
    background-color: rgba(255, 255, 255, 0.781);
    margin: 5rem auto;
    padding: 1rem 2rem;
    width: 15rem;
  }

  .gal-link-wrap a {
    width: 8rem;
    margin: 0 auto;
  }

  .dining-section {
    width: 100%;
    display: block;
    background-color: white;
    clear: both;
  }

  .dining-inner-wrap {
    display: grid;
    grid-template-rows: 2;
    grid-template-columns: 1;
    padding: 0.5rem;
  }

  .dining-qt {
    background: yellowgreen;
    padding: 1.5rem;
  }

  .dining-img img {
    height: auto;
    width: 100%;
    display: block;
  }

  .dining-qt h2 {
    margin-top: 0;
  }

  .dining-qt a {
    width: 8rem;
    margin: auto;
  }

  .ftr-nav {
    background-color: rgba(230, 230, 230, 0.877);
    width: 100%;
    display: block;
  }

  .ftr-nav ul {
    font-size: 0.65em;
    text-transform: uppercase;
    display: flex;
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    align-items: center;
    padding: 0.5rem 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ftr-nav ul li {
    margin: 0.5rem;
  }

  .ftr-nav ul li a {
    text-decoration: none;
    color: rgb(114, 114, 114);
    padding: 0.5rem;
    transition: background 0.3s ease;
  }

  .ftr-nav ul li a:hover {
    text-decoration: underline;
  }

  .main-footer {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 3%;
    background-image: url(images/ftr-bg.jpg);
    background-position: center center;
    background-size: 100%;
    width: 94%;
    color: #3f3f3f;
  }

  .main-footer h3 {
    color: #3f3f3f;
  }

  .ftr-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .subWgt {
    grid-row: 2;
    grid-column: 1;
  }

  .ftr-block {
    margin-bottom: 1rem;
  }

  .frtCt {
    grid-column: 1;
    grid-row: 3;
  }

  .ftrTel {
    grid-column: 1;
    grid-row: 4;
  }

  .ftSocial {
    grid-column: 1;
    grid-row: 5;
  }

  .description p,
  .description a {
    line-height: 1.6em;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 0.65rem;
    font-weight: normal;
    color: #3f3f3f;
    margin-top: 0.15rem;
  }

  .frtCt a {
    color: rgb(52, 102, 193);
    padding: 0 0.2rem;
    clear: both;
    display: block;
    text-decoration: none;
  }

  .frtCt a:hover {
    text-decoration: underline;
  }

  .ftr-block h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 0.65rem;
    margin-bottom: 0.1rem;
  }

  .socialLink {
    margin: 0.7rem;
    width: 30px;

    height: 30px;
  }

  .socialLink img {
    margin-top: 0.2rem;
    width: 20px;
  }

  .taLink {
    width: 100px;
  }

  .taLink img {
    margin-top: 5px;
    width: 100px;
  }

  .fcy-box {
    list-style: none;
    display: flex;
    padding: 1rem;
    background-color: rgb(241, 241, 241);
    border: 1px solid rgb(228, 228, 228);
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .fcy-box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .fcy-box li img {
    width: 30px;
  }

  button.rew-button,
  .rew-button2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  button.rew-button,
  .rew-button2 {
    background-color: rgba(87, 119, 0, 0.74);
    color: white;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0.5rem 1rem;
  }

  .re-image-row2,
  .ro-image-row2 {
    display: none;
  }

  .loc-dtl-wrap {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    font-family: "Raleway", sans-serif;
    padding: 0 1rem;
  }

  .loc-dtl-wrap {
    grid-column-gap: 1rem;
  }

  .loc-dtl-section {
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: left;
    flex-wrap: wrap;
    margin: 1rem 0;
  }

  .loc-dtl-section img {
    display: block;
    float: left;
    width: 30px;
  }

  .loc-dtl-section p {
    margin: 3px 0px;
    font-size: 0.75em;
  }

  .loc-dtl-section span {
    font-size: 0.75em;
    font-weight: bold;
  }

  div#imgGal ul {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0.2rem;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
  }

  a.box-link {
    display: block;
    background-color: rgba(252, 252, 252, 0.925);
    border: 1px solid rgb(197, 197, 197);
    padding: 0.5rem;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: black;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
  }

  .box-link:hover {
    background-color: rgb(4, 161, 83);
    border-color: rgb(4, 161, 83);
    color: cornsilk;
    transition: background-color 0.3s ease, border-color 0.3s ease,
      color 0.5s ease;
  }

  .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-header {
    position: fixed;
    display: grid;
    background: linear-gradient(0deg,
        rgba(0, 212, 255, 0) 0%,
        rgba(0, 0, 0, 0.712) 100%);
    top: 0;
    width: 96%;
    padding: 2%;
    grid-template-columns: 25% 75%;
    grid-row: 1;
  }

  .logo {
    width: 95px;
    transition: width 0.3s ease;
    margin-bottom: 15px !important;
    grid-row: 1;
    grid-column: 1/2;
  }

  .minimized .logo {
    width: 60px;
    transition: width 0.3s ease;
  }

  .header-contacts {
    display: none;
  }

  .main-banner {
    display: block;
    width: 100%;
    clear: both;
  }

  .main-nav {
    font-family: "Roboto", sans-serif;
  }

  .main-banner img {
    width: 100%;
    height: auto;
    display: block;
  }

  .res-section {
    background: yellowgreen;

    display: block;
  }

  .widget_div {
    display: block;
  }

  .widget_div form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
  }

  .widget_div form>div {
    display: none;
  }

  .widget_div form input#name {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .widget_div form input#email {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .widget_div form input#Check-in {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .widget_div form input#Check-out {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .widget_div form input#royal-cabanas {
    grid-row: 3/4 ;
    grid-column: 1/2;
  }

  .widget_div form input#river-edge-cabanas {
    grid-row: 3/4;
    grid-column: 2/3;
  }


  .form-group.buttoncheck {

    font-size: 0.7rem !important;
  }

  button.btn.btn-book {
    grid-column: 1/3;
    grid-row: 4/5;

    font-size: 0.6rem !important;
  }

  .wc-section {
    width: 100%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0;
    justify-content: center;
    background-color: #fdfae7;
  }

  .welcome-quote {
    display: block;
    padding: 3rem 3rem 1rem 3rem;
    margin: 0 auto;
  }

  .welcome-quote h1 {
    font-size: 1.3rem;
    font-weight: normal;
    color: rgb(39, 39, 39);
    margin-top: 0;
  }

  .welcome-quote h1 span {
    color: seagreen;
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 1rem;
  }

  .welcome-quote p {
    color: rgb(105, 105, 105);
    font-family: "Raleway", sans-serif;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .wc-img {
    clear: both;
    padding: 0.5rem;
    display: block;
  }

  .wc-img img {
    display: block;

    width: 100%;
  }

  .map-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(255, 255, 255);
  }

  .location-map-img {
    flex: 1 1 100%;
  }

  .location-map-img img {
    width: 100%;
    height: auto;
  }

  .location-qt {
    font-family: "Raleway", sans-serif;
    display: block;
    padding: 0rem 3rem 3rem;
    margin: 0 auto;
  }

  .location-qt h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  .location-qt p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    text-align: center;
  }

  .location-qt a {
    width: 8rem;
    margin: 0 auto;
  }

  .acc-section {
    display: grid;
    grid-template-rows: 1;
    grid-template-columns: 1;
  }

  .acc-section>* {
    width: 100%;
  }

  .home-acc-img,
  .acc-link {
    grid-column: 1;
    grid-row: 1;
  }

  .acc-link {
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    padding-bottom: 2rem;
  }

  .acc-link h2 {
    color: white;
    text-shadow: 0px 0px 3px black;
  }

  .acc-link a {
    width: 12rem;
    margin: 0 auto;
  }

  .acc-section img {
    width: 100%;
    height: auto;
  }

  .fcy-section {
    background-color: #fdfae7;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }

  .fcy-section picture {
    grid-column: 1;
    grid-row: 1;
    clear: both;
    width: 100%;
    /* padding: 1rem; */
  }

  .fcy-section picture img {
    height: auto;
    width: 100%;
    display: block;
  }

  .fcy-qt {
    text-align: center;
    padding: 2rem 3rem;
  }

  .fcy-qt p,
  .fcy-qt .fcy-list {
    font-family: "Raleway", sans-serif;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .fcy-qt a {
    width: 8rem;
    margin: 0 auto;
  }

  .fcy-list {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin-bottom: 1rem;
  }

  .fcy-ico {
    justify-content: center;
    align-self: flex-end;
  }

  .fcy-1 {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: flex-start;
  }

  .fcy-2 {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-start;
  }

  .fcy-3 {
    grid-row: 2/3;
    grid-column: 3/4;
    align-self: flex-start;
  }

  .gallery-section {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .gal-link-wrap {
    background-color: rgba(255, 255, 255, 0.781);
    margin: 5rem auto;
    padding: 1rem 2rem;
    width: 15rem;
  }

  .gal-link-wrap a {
    width: 8rem;
    margin: 0 auto;
  }

  .dining-section {
    width: 100%;
    display: block;
    background-color: white;
    clear: both;
  }

  .dining-inner-wrap {
    display: grid;
    grid-template-rows: 2;
    grid-template-columns: 1;
    padding: 0.5rem;
  }

  .dining-qt {
    background: yellowgreen;
    padding: 1.5rem;
  }

  .dining-img img {
    height: auto;
    width: 100%;
    display: block;
  }

  .dining-qt h2 {
    margin-top: 0;
  }

  .dining-qt a {
    width: 8rem;
    margin: auto;
  }

  .ftr-nav {
    background-color: rgba(230, 230, 230, 0.877);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ftr-nav ul {
    font-size: 0.65em;
    text-transform: uppercase;
    display: flex;
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    align-items: center;
    padding: 0.5rem 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ftr-nav ul li {
    margin: 0.5rem;
  }

  .ftr-nav ul li a {
    text-decoration: none;
    color: rgb(114, 114, 114);
    padding: 0.5rem;
    transition: background 0.3s ease;
  }

  .ftr-nav ul li a:hover {
    text-decoration: underline;
  }

  .main-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 3fr;
    text-align: center;

    background-image: url(images/ftr-bg.jpg);
    background-position: center center;
    background-size: 100%;
  }

  .main-footer h3 {
    color: #3f3f3f;
  }

  .ftr-brand {
    grid-column: 1/4;
    grid-row: 1;
  }

  .subWgt {
    grid-row: 2;
    grid-column: 1/4;
  }

  .ftr-block {
    margin-bottom: 1rem;
  }

  .frtCt {
    grid-column: 1/2;
    grid-row: 3;
  }

  .ftrTel {
    grid-column: 2/3;
    grid-row: 3;
  }

  .ftSocial {
    grid-column: 3/4;
    grid-row: 3;
  }

  .description p,
  .description a {
    line-height: 1.6em;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 0.65rem;
    font-weight: normal;
    color: #2b2b2b;
    margin-top: 0.15rem;
  }

  .frtCt a {
    color: rgb(52, 102, 193);
    padding: 0 0.2rem 0 0;
    clear: both;
    display: block;
    text-decoration: none;
  }

  .frtCt a:hover {
    text-decoration: underline;
  }

  .ftr-block h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 0.65rem;
    margin-bottom: 0.1rem;
  }

  .socialLink {
    margin: 0.7rem;
    width: 30px;

    height: 30px;
  }

  .socialLink img {
    margin-top: 0.2rem;
    width: 20px;
  }

  .taLink {
    width: 100px;
  }

  .taLink img {
    margin-top: 5px;
    width: 100px;
  }

  .room-fc-list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  button.rew-button,
  .rew-button2,
  .rew-button3,
  .rew-button4 {
    grid-column: 2/3;
    grid-row: 1/2;
    background-color: #577700bd;
    border: none;
    /* height: 50px; */
    color: white;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
  }

  .re-image-row1,
  .re-image-row2,
  .ro-image-row1,
  .ro-image-row2 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.3em;
    position: relative;
  }

  .re-img1,
  .ro-img1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .accGal {
    grid-column: 1/3 !important;
  }

  .re-img2,
  .ro-img2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .re-img3,
  .ro-img3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .re-img4,
  .ro-img4 {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .re-image-row1 img,
  .re-image-row2 img,
  .ro-image-row1 img,
  .ro-image-row2 img {
    width: 100%;
    height: auto;
  }

  .fcy-box {
    list-style: none;
    display: flex;
    padding: 1rem;
    background-color: rgb(241, 241, 241);
    border: 1px solid rgb(228, 228, 228);
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .fcy-box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .fcy-box li img {
    width: 30px;
  }

  div#imgGal ul {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0.2rem;
  }
}

@media only screen and (min-width: 934px) {
  .top-header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    width: 98%;
    padding: 1%;
    transition: padding 0.3s, background 0.3s ease-in;
  }

  .logo {
    grid-column: 3/4 !important;
    grid-row: 1/2;
    margin: auto;
  }

  .main-nav {
    grid-column: 1/6;
    grid-row: 2/3;
  }

  .main-nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }

  .main-nav ul li a {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 3px rgb(0, 0, 0);
    text-decoration: none;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.5rem;
    letter-spacing: 0.1em;
  }

  .minimized {
    background: rgba(255, 255, 255, 0.9);
    /* padding: 0.5% 5% !important;
    transition: padding 0.3s;
    width: 90%; */
    transition: padding 0.3s, background 0.3s ease-in;
  }

  .minimized .main-nav ul li a {
    color: black;
    text-shadow: none;
  }

  .minimized .header-contacts {
    display: none;
    transition: display 0.3s;
  }

  .minimized .logo {
    height: auto;
    width: 70px;
    transition: width 0.3s;
    margin-bottom: 10px !important;
  }


  .widget_div form {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 15px;
    padding: 2% 5%;
  }

  .widget_div form input#name {
    grid-row: 1/2;
    grid-column: 1/3;
  }

  .widget_div form input#email {
    grid-row: 2/3;
    grid-column: 1/3;
  }

  .widget_div form input#Check-in {
    grid-row: 1/2;
    grid-column: 3/4;
  }

  .widget_div form input#Check-out {
    grid-row: 1/2;
    grid-column: 4/5;
  }

  .widget_div form input#royal-cabanas {
    grid-row: 2/3;
    grid-column: 4/5;
  }

  .widget_div form input#river-edge-cabanas {
    grid-row: 2/3;
    grid-column: 5/6;
  }

  .widget_div .btn.btn-book {
    grid-row: 1/3;
    grid-column: 5/6;
  }



  .wc-section {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 1;
  }

  .welcome-quote {
    text-align: left;
    padding: 3rem 0rem 3rem 3rem;
    grid-column: 1/2;
    grid-row: 1;
  }

  .wc-img {
    padding: 3rem 0 3rem 3rem;
    grid-column: 2/3;
    grid-row: 1;
  }

  .map-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1;
  }

  .location-map-img {
    padding: 3rem 0rem 3rem 4rem;
  }

  .location-qt {
    text-align: left;
    padding: 4rem;
  }

  .location-qt h2,
  .location-qt p {
    text-align: left;
  }

  .location-qt .box-link {
    margin-left: 0;
    float: left;
  }

  .acc-section {
    margin: 0 3rem;
  }

  .fcy-section {
    grid-template-columns: 65% 35%;
    grid-template-rows: 1fr;
    display: grid;
    margin: 0 3rem 2rem 3rem;
  }

  .main-footer {
    grid-template-rows: 2fr;
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
  }

  .fcy-qt {
    padding: 1.5rem 2rem;
  }

  .gallery-section {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }

  .dining-section {
    grid-row: 1/2;
    grid-column: 3/4;
  }

  .dining-inner-wrap {
    margin: 3rem;
    grid-template-rows: 1fr 4fr 1fr;
    grid-template-columns: repeat(7, 1fr);
    background: yellowgreen;
    padding: 0;
  }

  .dining-img {
    grid-column: 1/6;
    grid-row: 1/4;
  }

  .dining-qt {
    grid-column: 6/8;
    grid-row: 2/3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .main-footer {
    padding: 2% 5%;
    width: 90%;
  }

  .ftr-brand {
    grid-row: 1;
    grid-column: 1/2;
  }

  .ftr-brand h2 {
    font-size: 1em;
    text-align: left;
  }

  .subWgt {
    grid-column: 1/2;
    grid-row: 2;
  }

  .frtCt {
    grid-row: 2;
    grid-column: 2/3;
  }

  .frtCt h3 {
    margin-top: 0;
  }

  .ftrTel {
    grid-row: 2;
    grid-column: 3/4;
  }

  .ftSocial {
    grid-row: 2;
    grid-column: 4/5;
  }

  .inner-content-wrap {
    clear: both;
    padding: 1rem 5rem;
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 10rem auto;
    grid-template-rows: 1fr;
  }

  .sidebar {
    grid-row: 1/2;
    grid-column: 1/2;
    display: block !important;
  }

  .sidebar ul {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .sidebar ul ul {
    padding-left: 0.5rem;
  }

  .sidebar ul ul li a {
    font-size: 0.7rem;
    background-position: 1rem center;
    background-repeat: no-repeat;
    background-image: url(images/arrow.png);
    padding-left: 2rem;
  }

  .sidebar ul li {
    display: block;
  }

  .sidebar ul li a {
    padding: 0.4em 0.5em;
    color: rgb(95, 95, 95);
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    font-size: 0.8em;
    font-family: "Raleway", sans-serif;
  }

  .sidebar ul li a:hover {
    background-color: rgb(235, 235, 235);
  }

  .main-content {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-left: 3rem;
    text-align: left;
  }

  .breadcrumb {
    display: block;
    clear: both;
    margin-bottom: 2rem;
  }

  .breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-family: "Raleway", sans-serif;
    font-size: 0.6em !important;
  }

  .breadcrumb ul li a {
    text-decoration: none;
    color: rgb(116, 116, 116);
    text-transform: uppercase;
    padding-right: 13px;
    margin-right: 4px;
    background-image: url(images/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
  }

  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }

  .main-content h1,
  .main-content h2,
  .main-content h3,
  .main-content p {
    text-align: left;
  }

  .main-content h1,
  .main-content h2,
  .main-content h3,
  .main-content ul {
    font-family: "Raleway", sans-serif;
  }

  .main-content h1 {
    font-size: 1.1em;
  }

  .main-content h2 {
    font-size: 0.9em;
    text-transform: capitalize;
    color: rgb(82, 117, 0);
  }

  .main-content h3 {
    margin-top: 2rem;
    font-size: 0.8em;
  }

  .main-content p,
  .main-content ul,
  .main-content ol {
    font-size: 0.76em;
    line-height: 1.6em;
  }

  .room-fc-list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .re-image-row1,
  .re-image-row2,
  .ro-image-row1,
  .ro-image-row2 {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.3em;
    position: relative;
  }

  .re-image-row2,
  .ro-image-row2 {
    display: none;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.3em;
    position: relative;
  }

  .re-image-row1 img,
  .re-image-row2 img,
  .ro-image-row1 img,
  .ro-image-row2 img {
    width: 100%;
    height: auto;
  }

  .fcy-box {
    list-style: none;
    display: flex;
    padding: 1rem;
    background-color: rgb(241, 241, 241);
    border: 1px solid rgb(228, 228, 228);
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .fcy-box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .fcy-box li img {
    width: 30px;
  }

  div#imgGal ul {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0.2rem;
  }







}

@media only screen and (min-width: 1200px) {
  html {
    scroll-behavior: smooth;
  }

  .top-header {
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 20% 80%;
    padding: 1% 5%;
    width: 90%;
    transition: padding 0.3s, background 0.3s ease-in;
  }

  .minimized {
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5% 5% !important;
    transition: padding 0.3s, background 0.4s ease-in;
    width: 90%;
    z-index: 1;
  }

  .accGal {
    grid-column: 1/3 !important;
  }

  .minimized .main-nav ul li a {
    color: black;
    text-shadow: none;
  }

  .minimized .header-contacts {
    display: none;
    transition: display 0.3s;
  }

  .minimized .logo {
    height: auto;
    width: 60px;
    transition: width 0.3s;
  }

  .logo {
    grid-column: 1/2 !important;
    grid-row: 1/3;
    float: left;
    margin-left: 0;
    width: 85px;
  }

  .header-contacts {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-family: "Roboto", sans-serif;
    font-size: 0.7rem;
  }

  .header-contacts a {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 3px rgb(0, 0, 0);
    text-decoration: none;
    padding: 0.5rem;
    margin-left: 2rem;
  }

  .header-contacts a:hover {
    color: yellowgreen;

    transition: text-decoration 0.3s ease;
  }

  .main-nav {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .widget_div {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .welcome-quote {
    padding: 3rem 0rem 3rem 8rem;
  }

  .location-qt {
    padding-right: 8rem;
  }

  .acc-section {
    margin: 0 8rem;
  }

  .fcy-section {
    margin: 0 8rem 2rem 8rem;
  }

  .dining-inner-wrap {
    margin: 3rem 8rem;
  }

  .main-footer {
    padding: 2% 5%;
    width: 90%;
  }

  .parallax-window {
    display: grid;
    padding: 2rem 0;
    grid-template-columns: repeat(3, 1fr);
    background: transparent;
    grid-template-rows: repeat(3, 1fr);
    height: 400px !important;
  }

  .inner-content-wrap {
    clear: both;
    padding: 1rem 8rem;
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 10em auto;
  }

  .sidebar {
    grid-row: 1/2;
    grid-column: 1/2;
  }

  .main-content {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .room-fc-list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .re-image-row1,
  .re-image-row2,
  .ro-image-row1,
  .ro-image-row2 {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.3em;
    position: relative;
  }

  button.rew-button,
  .rew-button2,
  .rew-button3,
  .rew-button4 {
    grid-column: 2/3;
    grid-row: 1/2;
    background-color: #577700bd;
    border: none;
    /* height: 50px; */
    color: white;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
  }

  .re-image-row2,
  .ro-image-row2 {
    display: none;
  }

  .rew-button3 {
    display: block;
  }

  .rew-button2,
  .rew-button4 {
    display: none;
  }

  .re-img1,
  .ro-img1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .re-img2,
  .ro-img2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .re-img3,
  .ro-img3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .accGal {
    grid-column: 1/2;
  }

  .re-img4,
  .ro-img4 {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .re-image-row1 img,
  .re-image-row2 img,
  .ro-image-row1 img,
  .ro-image-row2 img {
    width: 100%;
    height: auto;
  }

  .time-box {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
    border: 1px solid #ccc;
    font-family: "Raleway", sans-serif;
  }

  .time-box strong {
    text-transform: uppercase;
    padding: 0.3rem 0.5rem;
    font-size: 0.6em;
  }

  .time-box p {
    padding: 0.3rem 0.5rem;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 0.66em;
  }

  .fcy-box {
    list-style: none;
    display: flex;
    padding: 1rem;
    background-color: rgb(241, 241, 241);
    border: 1px solid rgb(228, 228, 228);
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .fcy-box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .fcy-box li img {
    width: 30px;
  }
}