#overlay {
  width: 100% !important;
}

#mobileNavbar {
  width: 40vw;
}

nav {
  width: 100%;
  padding-top: 15px;
  position: relative;
  z-index: 997;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav img {
  width: 200px;
  margin-left: 30px;
}

nav #sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}

nav #sections p {
  font-weight: 600;
  color: black;
  font-size: 15px;
  margin-right: 50px;
}

nav #menu {
  width: 30px;
  height: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-right: 30px;
  display: none;
}

nav #menu div {
  width: 100%;
  height: 3px;
  border: none;
  background: black;
}

#content {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content #landing {
  margin-bottom: 70px;
  width: 100%;
  height: 70vh;
  -webkit-transition: height 300ms;
  transition: height 300ms;
  position: relative;
  background-image: url("https://i.postimg.cc/y83S5XZt/beach-house.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#content #landing #input-wrapper {
  top: 95%;
}

#content #landing #gradient {
  position: absolute;
  width: 100%;
  height: 70%;
  top: 30%;
  background: #021033;
  background: -webkit-gradient(linear, left bottom, left top, from(#021033), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, #021033 0%, rgba(0, 212, 255, 0) 100%);
}

#content #landing #input-wrapper input[type="text"] {
  display: block;
  width: 100%;
  text-align: start;
}

#content #list-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content #list-wrapper #top {
  width: 70%;
}

#content #list-wrapper #top h1 {
  font-weight: 600;
  font-size: 45px;
  margin: 0;
  margin-bottom: 14px;
  color: #021033;
}

#content #list-wrapper #list {
  margin-top: 25px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content #list-wrapper #list .element {
  width: calc(50% - 25px);
  margin-bottom: 50px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          text-align: center;
}
.quote{
  color: white;
  font-size: 2rem;
  padding-top: 10%;
  max-width: 60%;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  text-shadow: 2px 2px black;
  position: relative;
  line-height: 70px;
}
.author{
  font-size: 1.25rem;
}
.element div h3{
  max-width: 75%;
}
#content #list-wrapper #list .element:first-child #background {
  background-image: url("https://i.postimg.cc/RWnRhjsH/hotel-1.png");
}

#content #list-wrapper #list .element:nth-child(2) #background {
  background-image: url("https://i.postimg.cc/jWH4Qyrq/hotel-2.png");
}

#content #list-wrapper #list .element:nth-child(3) #background {
  background-image: url("https://i.postimg.cc/d7yxM7Pg/hotel-3.png");
}

#content #list-wrapper #list .element:nth-child(4) #background {
  background-image: url("https://i.postimg.cc/1n07tLzH/hotel-4.png");
}

#content #list-wrapper #list .element:nth-child(5) #background {
  background-image: url("https://i.postimg.cc/mhNK2Fzs/hotel-5.png");
}

#content #list-wrapper #list .element:nth-child(6) #background {
  background-image: url("https://i.postimg.cc/SJg5cFf1/hotel-6.png");
}

#content #list-wrapper #list .element div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#content #list-wrapper #list .element div:hover #background {
  width: 115%;
  height: 115%;
}

#content #list-wrapper #list .element div #background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition: height 300ms, width 300ms;
  transition: height 300ms, width 300ms;
}

#content #list-wrapper #list .element div h3 {
  font-size: 30px;
  color: #fff;
  z-index: 300;
}

#content #list-wrapper #list .element button {
  background: transparent;
  border: solid 2px #021033;
  color: #021033;
  font-family: 'Caviar Dreams';
  font-size: 25px;
  width: 100%;
  height: 70px;
  -webkit-transition: color 400ms, background 400ms;
  transition: color 400ms, background 400ms;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}
#content #list-wrapper #list .element button:hover {
  color: #fff;
  background: #021033;
}

#content #mail {
  width: 100%;
  margin-bottom: 250px;
}
@media only screen and (max-width: 1235px) {
  nav {
    height: 100px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row nowrap !important;
            flex-flow: row nowrap !important;
  }
  nav img {
    width: 200px !important;
    margin-left: 0;
  }
  nav #gradient {
    height: 100px !important;
  }
  nav #sections {
    display: none !important;
  }
  nav #menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 1100px) {
  footer {
    margin-top: 200px !important;
  }
}

@media only screen and (max-width: 1050px) {
  #list-wrapper {
    margin-top: 100px !important;
  }
  #mail #container{
    top: 10% !important;
  }
  #content #mail {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 880px) {
  #landing {
    height: 400px !important;
  }
  #list-wrapper {
    margin-top: 50px !important;
  }
  #list-wrapper #list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column nowrap !important;
            flex-flow: column nowrap !important;
  }
  #list-wrapper #list .element {
    height: 400px !important;
    width: 100% !important;
  }
  .quote{
    color: white;
    font-size: 2rem;
    padding-top: 17.5%;
    max-width: 90%;
    margin: 0 auto;
    text-shadow: 2px 2px black;
    line-height: normal;
  }
  #content #list-wrapper #list{
    width: 80%;
  }
  #content #list-wrapper #top{
    width: 80%;
  }
  
}

@media only screen and (max-width: 701px) {
  #list-wrapper #top h1 {
    font-size: 30px !important;
  }
  .quote{
    font-size: 1.5rem;
    margin: 0 auto;
    text-shadow: 2px 2px black;
  }
  #content #list-wrapper #top{
    width: 90%;
  }
  #content #list-wrapper #list{
    width: 90%;
  }
}

@media only screen and (max-width: 460px){
  footer #upper img{
    width: 60%;
  }
  footer #lower #phone{
    margin: 0 auto;
  }
  footer #lower{
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

/* .center {
  text-align: center;
  font-family: monospace;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: #000000;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .5s;
  border: 1px solid #DDD;
  margin: 0 4px;
  font-size: 20px;
}

.pagination a.active {
  background-color: #ff5500;
  color: #FFFFFF;
  border: 1px solid #ff5500;
}

.pagination a:hover:not(.active) {
  background-color: #DDD;
} */