html {
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  
  body {  
    font-family: "Montserrat";
    margin: 0;
    width: 100%;
    padding-top: 120px;
  }
  
  a img {
    border: none;
    outline: none;
  }
  
  .navigation-container {
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
    background-color: white;
  }
  
  .navigation-container .navigation-bar {
    max-width: 1500px;
    margin: auto;
    width: 80%;
    padding-top: 34px;
  }
  
  .navigation-container .navigation-bar .wyndham-logo {
    width: 350px;
  }
  
  .navigation-container .navigation-bar .nav-links {
    float: right;
  }
  
  .navigation-container .navigation-bar .nav-links a {
    cursor: pointer;
    font-size: 21px;
    margin: 0px 20px;
    color: #4c5258;
    text-decoration: none;
  }
  
  .navigation-container .navigation-bar .nav-links #nav-sign-in {
    color: #0065AB;
    font-weight: bold;
  }
  
  .navigation-container .navigation-bar .nav-links button {
    margin-left: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: #0065AB;
    border-style: solid;
    border-width: thin;
    padding: 15px 25px;
    color: #0065AB;
    font-size: 21px;
    font-family: "Montserrat";
    cursor: pointer;
  }
  
  .navigation-container .navigation-bar .nav-links button:active,
  .navigation-container .navigation-bar .nav-links button:focus {
    border: none;
    outline: none;
  }
  
  .navigation-container .mobile-nav {
    display: none;
  }
  
  .content {
    position: absolute;
    width: 100%;
    margin: auto;
  }
  
  /* General */
  .general-content {
    display: flex;
    flex-flow: row no-wrap;
    padding: 0;
    margin: 0;
  }
  
  .image-content-mid {
    display:flex;
    padding: 0;
    margin:0;
    flex: row;
    flex-flow: nowrap;
  }
  
  .general-content .text-content {
    background:#DFDFDF;
    margin-right: 8px;
    
    height: 84vh;
    margin-top: 10px;
    text-align: left;
    flex: 50%;
  }
  
  .general-content .text-content h1 {
    font-size: 30px;
    color: #555555;
    padding-top: 100px;
    padding-left:14vw;
    width: 70%;
  }
  
  .general-content .text-content p {
    font-size: 15px;
    color: #555555;
    padding-left:14vw;
    padding-top: 20px;
    padding-bottom: 25px;
    width: 90%;
    line-height: 1.6;
  }
  
  .general-content .text-content a {
    padding-left: 14vw;
  }
  
  .general-content .text-content button {
    background: #0065AB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    color: #FFFFFF;;
    font-family: "Montserrat";
    cursor: pointer;
    background-color: #0065AB;
    opacity: 1;
    border-radius: 10px;
    font-size: 18px;
    padding: 18px 1.8vw;
  }
  
  .image-content {
    background: white;
    margin: 8px;
    width: 50vw;
    height: 84vh;
    margin-top: 10px;
    flex: 50%;
  }
  
  .image-content-top {
    width: 50vw;
    height: 27vh;
    margin-bottom: 8px;
    padding: 0px;
  }
  
  .image-content-top img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .image-content-left {
    width: 50vw;
    height: 27vh;
    margin-right: 4px;
    margin-bottom: 8px;
    padding: 0px;
  }
  
  .image-content-left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .image-content-right {
    width: 50vw;
    height: 27vh;
    margin-left: 4px;
    margin-bottom: 8px;
    padding: 0px;
  }
  
  .image-content-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .image-content-bottom {
    width: 50vw;
    height: 28vh;
    margin: 0px;
    padding: 0px;
  }
  
  .image-content-bottom img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  /* About */
  .about-section {
    margin: auto;
    width: 80%;
  }
  
  .about-section #about {
    position: relative;
    top: -150px;
  }
  
  .about-section h1 {
    color: #555555;
    font-size: 26px;
    margin: 50px auto;
    text-transform: uppercase;
  }
  
  .about-section .about-content {
    
    clear: both;
    color: #555555;
  }
  
  .about-section .about-content .collaborate,
  .about-section .about-content .understand {
    display: inline-block;
    margin: auto;
    width: 50%;
  }

 .about-section .about-content .collaborate img {
    height: 8.6vh;
 }
  
  .about-section .about-content .collaborate h2,
  .about-section .about-content .understand h2 {
    margin-top: 50px;
  }

  .about-section .about-content .understand img {
    height: 36vh;
  }
  
  .about-section .about-content .collaborate {
    float: left;
    padding-right: 50px;
    
  }
  
  .about-section .about-content .understand {
    padding-left: 140px;
  }

  .about-section .about-content .understand p{
    width: 130%;
  }

  .about-section .about-content .understand h2{
    width: 130%;
  }
  
  .about-section .about-content img {
    display: block;
    height: 350px;
    left: -10px;
    margin-bottom: 20px;
    position: relative;
    object-fit: cover;
  }
  
  .about-section .about-content .collaborate .text-content {
    width: 70%;
  }

  .about-section .about-content .collaborate .text-content h2{
    font-size: 26px;
    width: 130%;
  }

  .about-section .about-content .collaborate .text-content p{
    font-size: 16px;
    width: 100%;
  }

  .about-section .about-content .understand .text-content{
    width: 75%;
  }

  .about-section .about-content .understand .text-content h2{
    font-size: 26px;
    padding-top: 20px;
    width: 150%;
  }

  .about-section .about-content .understand .text-content p{
    font-size: 16px;
    width: 125%;
  }

  .about-section .about-content .understand img {
    left: -25px;
    height: 28vh;
  }
  
  .about-sign-up {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  
  .about-sign-up .text-content {
    width: 50%;
    margin: auto;
  }

  .about-sign-up .text-content h2{
    font-size: 26px;
    color: #555555;
  }
  
  .about-sign-up button {
    background-color: #FFFFFF;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font-size: 18px;
    padding: 19px 60px;
    color: #0065AB;
    border: #0065AB;
    border-style: solid;
    border-width: thin;
    outline: none;
    font-family: "Montserrat";
    cursor: pointer;
    border-radius: 3px;
  }
  
  
  /* Contact */
  .contact-section {
    background: #DFDFDF;
    color: #555555;
    margin: auto;
    height: 90vh;
  }
  
  .contact-section #contact {
    position: relative;
    top: -120px;
  }
  
  .contact-section .contact-content {
    margin: auto;
    padding: 50px 0 25px 0;
    position: relative;
    width: 80%;
  }
  
  .contact-content .contact-content-image {
    display: inline-block;
    width: 360px;
  }
  
  .contact-content .contact-content-image .contact-img {
    border-radius: 10px;
    margin-bottom: 50px;
    height: 460px;
  }
  
  .contact-content .contact-content-image .koddi-logo {
    width: 80px;
  }
  
  .contact-content .contact-content-image span {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  
  .contact-content .contact-content-text {
    width: 39%;
    float: right;
  }

  .contact-content .contact-content-text h1{
    font-size: 28px;
  }
  
  .contact-content .contact-content-text p {
    font-size: 18px;
    margin: 18px 0 18px 0;
  }
  
  .contact-content .contact-content-text h2 {
    font-weight: normal;
    font-size: 22px;
  }
  
  .contact-content .contact-content-text a {
    color: #555555;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
  }
  
  .contact-content button {
    background: #0065AB 0% 0% no-repeat padding-box;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    color: #FFFFFF;
    background-color: #0065AB;
    cursor: pointer;
    font-family: "Montserrat";
    font-size: 22px;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    margin: 30px 0 15px 0;
    outline: none;
    padding: 14px 62px;
  }
  
  .contact-content .contact-content-text h3 a {
    font-weight: bold;
    color: #0065AB;
    text-decoration: underline;
    font-size: 18px;
  }
  
  /* Login */
  .modal-container {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  
  .modal-dialog {
    position: absolute;
    height: 100%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
    top: 0;
  }
  
  .modal-dialog.visible {
    display: block;
  }
  
  .modal-dialog .overlay {
    background: #373a47;
    background: rgba(55, 58, 71, 0.9);
    filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    height: 100%;
    left: 0;
    opacity: 0.7;
    pointer-events: auto;
    position: absolute;
    top: 0;
    transition: opacity 0.3s;
    transition-duration: 0.5s;
    width: 100%;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
  }
  
  .modal-dialog .modal {
    background: #fff;
    border-radius: 8px;
    color: #555555;
    margin: auto;
    max-width: 560px;
    min-width: 290px;
    padding: 15px 15px 35px 15px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    transition-duration: 0.5s;
    width: 90%;
    z-index: 2;
  }
  
  .modal-dialog .modal .close-btn {
    text-align: right;
  }
  
  .modal-dialog .modal .close-btn i {
    cursor: pointer;
  }
  
  .modal-dialog .modal form {
    padding: 0px 34px 0px 24px;
    margin-top: -16px;
  }
  
  .modal-dialog .modal form label {
    display: inline-block;
    margin-bottom: 5px;
  }
  
  .modal-dialog .modal form a {
    float: right;
    line-height: 44px;
    color: #555555;
  }
  
  .modal-dialog .modal form button {
    background: #0065AB;
    border: none;
    color: white;
    font-size: 16px;
    padding: 10px 40px;
    font-family: "Montserrat";
    outline: none;
    cursor: pointer;
  }
  
  .modal-dialog .modal form .form-control {
    border: 2px solid #d4d4d4;
    border-radius: 5px;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    margin-bottom: 20px;
    max-width: 486px;
  }
  
  .modal-dialog .modal form .form-control::placeholder {
    opacity: 0.7;
  }
  
  /* Media Queries */
  

  @media screen and (max-width: 1520px) {
    .contact-section {
      height: 97vh;
    }
  }
  
  @media screen and (max-width: 1225px) {
    .navigation-container {
      height: auto;
    }
  
    .navigation-container .navigation-bar {
      display: none !important;
    }
  
    .navigation-container .mobile-nav {
      padding: 20px;
      width: 90%;
      margin: auto;
      display: block;
    }
  
    .navigation-container .mobile-nav .wyndham-logo {
      height: 31px;
    }
  
    .navigation-container .mobile-nav #mobile-nav-links {
      display: none;
      text-align: center;
    }
  
    .navigation-container .mobile-nav #mobile-nav-links a {
      display: block;
      text-decoration: none;
      color: #555555;
      margin: 20px 0px;
    }
  
    .navigation-container .mobile-nav #mobile-nav-links a:focus,
    .navigation-container .mobile-nav #mobile-nav-links a:active {
      background: white;
    }
  
    .navigation-container .mobile-nav .icon {
      color: #555555;
      font-size: 38px;
      position: absolute;
      right: 5%;
      text-decoration: none;
      top: 15px;
    }
  
    .navigation-container .mobile-nav i {
      font-size: 35px;
    }
  
    .about-content img {
      width: 100%;
      margin-top: 30px;
    }
  
    .about-content img {
      margin-bottom: 40px;
    }
  
    .about-sign-up {
      margin-top: 50px;
    }
  
    .about-sign-up .text-content {
      width: 80%;
    }
  
    .contact-content {
      width: 80%;
    }
  
    .contact-content-image {
      width: 80%;
    }
  
    .contact-content-text {
      float: none;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 900px) {

    .general-content {
      flex-direction: column;
      width: 100%;
    }

    .text-content {
      width: 100%;
      box-sizing: border-box;
      padding-bottom: 20px;
    }

    .image-content {
      margin-right: 10px;
    }

    .image-content .image-content-top {
      width: 100vw;
    }

    .image-content .image-content-bottom {
      width: 100vw;
      margin-right: 10px;
    }

    .image-content .image-content-mid {
      width: 100vw;

    }
  
    .about-section .about-content .collaborate,
    .about-section .about-content .understand {
      display: block;
      float: none;
      height: auto;
      margin: auto;
      padding: 0;
      width: 90%;
    }
  
    .about-section .about-content img {
      height: 90%;
      object-fit: contain;
      position: static;
    }
  
    .about-section .about-content .text-content {
      margin-bottom: 75px;
    }
  
    .contact-section {
      height: 154vh;
    }

    .contact-section .contact-content {
      padding-top: 50px;
      width: 90%;
    }
  
    .contact-section .contact-content .contact-content-text {
      float: none;
      width: 90%;
    }

    .contact-content .contact-content-image .contact-img {
        float: none;
        width: 97%;
        height: auto;
  }

  .contact-content .copyright {
    padding-top: 30px;
  }
  
  .contact-content .copyright span {
    font-size: 14px;
    width: 100%;
  }
}
  
  @media screen and (max-width: 400px) {
    .contact-section {
      height: 126vh;
    }

    .contact-section .contact-content h2 {
      font-size: 20px;
    }
}

@media screen and (max-width: 376px) {
    .contact-section {
      height: 163vh;
    }
}
