body {
  font-family: Helvetica, san-serif;
  color: #ffffff;
  background-color: #000;
  text-shadow: 0.2rem 0.2rem 0.2rem black; }

.wrapper {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto; }

.content h3 {
  font-size: 40px; }

.button {
  border: none;
  outline: none;
  border-radius: 2rem;
  padding: .6rem 3.5rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-align: center; }

.button_highlight {
  background: #7ac438;
  text-shadow: none; }
  .button_highlight:hover {
    background: rgba(122, 196, 56, 0.75); }

.button_secondary {
  background-color: rgba(100, 100, 100, 0.5);
  text-shadow: none; }
  .button_secondary:hover {
    background-color: rgba(100, 100, 100, 0.75); }

.button_small {
  padding: .4rem 1.5rem; }

nav a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  margin-left: 2rem; }

nav #icon {
  display: none; }

#banner {
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../images/Mascotte-of-Chan-Chan-Small.jpg);
  min-height: 1009px; }
  #banner header {
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0;
    width: 100%;
    position: fixed;
    z-index: 1; }
    #banner header #page-title {
      color: #ffffff;
      font-weight: 700;
      font-size: 1.35rem;
      float: left;
      margin: 2rem;
      margin-right: 0;
      cursor: default; }
      #banner header #page-title span {
        font-style: italic; }
  #banner nav {
    float: right;
    margin: 2rem;
    margin-left: 0; }

.content {
  padding: 18rem 0 6rem 0; }
  .content #logo-img {
    width: 100%;
    height: auto;
    max-width: 50rem;
    display: block;
    margin: -3rem auto auto auto; }
  .content #title, .content #sub_title {
    color: #ffffff;
    text-align: center; }
  .content #title {
    font-size: 3.5rem;
    margin: 0; }
  .content #sub_title {
    font-weight: 400;
    font-size: 1.35rem;
    width: auto;
    margin: 0 auto 2rem auto;
    line-height: 1.75;
    max-width: 500px; }
  .content .button_wrapper {
    text-align: center;
    margin: 3rem 0; }
    .content .button_wrapper #learn-more, .content .button_wrapper #save-spot {
      display: inline; }
    .content .button_wrapper .button {
      margin: 0 .75rem; }

      #itinerary {
        background-color: #000;
        min-height: 100vh; /* Change to viewport height for better responsiveness */
        background-size: cover;
        background-position: center; /* Center the background image */
        background-image: url(../images/chanchanchimucityentrance.jpg);
        padding-bottom: 6rem;
        overflow: hidden;
      }
      
      #itinerary .content {
        padding: 6rem 0; /* Adjust padding as needed */
      }
      
      #itinerary .content .card {
        width: 30%; /* Adjust card width as needed */
        height: 500px; /* Adjust card height as needed */
        margin: 1em 0;
        background: rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        overflow: hidden;
        float: left;
        margin-right: 3rem;
      }
      
      #itinerary .content .card .day-title {
        height: 36px;
        text-align: center;
        padding: 0 1rem;
      }
      
      #itinerary .content .card .day-items {
        margin: 1rem;
        padding-left: .5rem;
      }
      
      #itinerary .content .card .day-items:last-child {
        font-style: italic;
      }
      
      #itinerary .content h3 {
        clear: both;
      }
      

#about {
        background-color: #009688;
        min-height: 100vh; /* Change to viewport height for better responsiveness */
        background-size: cover;
        background-position: center center; /* Center the background image */
        background-image: url(../images/whobuiltkuelap.jpg);
      }
      
      #about .content {
        padding: 6rem 0; /* Adjust padding as needed */
      }
      
      #about span {
        font-weight: bold;
        font-style: italic;
      }
      

#contact {
        background-color: #000;
        background-size: cover;
        background-position: center center; /* Center the background image */
        background-image: url(../images/chanchan.png);
        padding-top: 10%; /* Adjust padding for better positioning */
        padding-bottom: 10%; /* Adjust padding for better positioning */
      }
      
      #contact .content {
        padding: 5.45rem 0; /* Adjust padding as needed */
      }
      
      #contact .content h2,
      #contact .content p {
        color: #ffffff;
      }
      
      #contact .content #form-container {
        position: relative;
        padding-top: 30px;
        padding-bottom: 50%; /* Adjust padding-bottom as needed */
        height: 0;
        overflow: hidden;
      }
      
      #contact .content #form-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Adjust background as needed */
      }
      
      #contact .content iframe {
        display: block;
        margin: 0 auto;
      }
      

#footer {
  margin-top: -64px;
  background-color: rgba(0, 0, 0, 0.8); }
  #footer .content {
    padding: 1rem 0 3rem 0; }
    #footer .content nav {
      float: left; }
      #footer .content nav a {
        font-size: .7rem; }
      #footer .content nav div {
        float: left; }

@media screen and (max-width: 1620px) {
  #itinerary .content .card {
    max-width: 29%;
    width: 100%;
    height: 520px; }
  #contact .contact #form-container {
    padding-bottom: 44%; } }

@media screen and (max-width: 1540px) {
  #itinerary .content .card {
    height: 540px; }
  #contact .contact #form-container {
    padding-bottom: 51.5%; } }

@media screen and (max-width: 1350px) {
  #itinerary .content .card {
    height: 570px; } }

@media screen and (max-width: 1248px) {
  #itinerary .content .card {
    max-width: 28%;
    height: 695px; } }

@media screen and (max-width: 1050px) {
  #banner nav #navhome {
    margin-top: .5rem; }
  #banner .topnav a:not(:first-child) {
    display: none;
    border: none;
    padding: 0;
    text-shadow: 0.2rem 0.2rem 0.2rem black;
    background-color: inherit;
    margin-left: 0;
    padding: 0.25rem; }
  #banner .topnav #icon {
    width: auto;
    height: auto;
    display: block; }
  #banner .topnav.responsive {
    position: relative; }
    #banner .topnav.responsive a {
      float: none;
      display: block;
      text-align: right; }
  #itinerary .content .card {
    max-width: 27%;
    height: 750px; } }

@media screen and (max-width: 989px) {
  #itinerary .content .card {
    max-width: 100%;
    height: auto; } }

@media screen and (max-width: 730px) {
  #itinerary .content .card {
    max-width: 100%; } }

@media screen and (max-width: 660px) {
  #banner header #page-title {
    font-size: 1.15rem; } }

@media screen and (max-width: 600px) {
  #banner header #page-title {
    font-size: 1rem; }
  #banner header .topnav a:not(:first-child) {
    display: none;
    border: none;
    padding: 0;
    text-shadow: 0.2rem 0.2rem 0.2rem black;
    background-color: inherit;
    margin-left: 0; }
  #banner header .topnav.responsive a {
    display: block; }
  #banner .content .button_wrapper {
    text-align: center;
    margin: 3rem 0; }
    #banner .content .button_wrapper #learn-more, #banner .content .button_wrapper #save-spot {
      display: block;
      clear: both;
      margin-top: 3rem; }
  #itinerary .content div {
    max-width: 75%; } }

@media screen and (max-width: 544px) {
  #banner header #page-title {
    font-size: .75rem;
    margin: 3.25rem;
    margin-right: 0; }
  #banner header nav #navhome {
    margin-top: 1.5rem; }
  #banner header .topnav {
    padding-top: 1rem; } }

@media screen and (max-width: 476px) {
  #banner header #page-title {
    font-size: .7rem;
    margin: 3.5rem;
    margin-right: 0; }
  #banner header nav #navhome {
    margin-top: 1.5rem; }
  #banner header .topnav {
    padding-top: 1rem; }
  #itinerary .content div {
    max-width: 95%; } }

@media screen and (max-width: 285px) {
  #banner .content .button_wrapper #save-spot {
    font-size: .85rem; } }

@media screen and (max-width: 270px) {
  #banner .content .button_wrapper #save-spot {
    font-size: .75rem; } }
