/* UPDATED CSS */
/* MAIN */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
  }
  
  .style {
    z-index: 3 !important;
    position: relative;
  }
  /* NAVIGATION */
  @media screen and (max-width: 700px) {
    .menu-4 {
      display: none;
    }
    .sidebar,
    .openbtn {
      z-index: 1000;
      position: relative;
    }
  }
  
  @media screen and (min-width: 700px) {
    .sidebar,
    .openbtn {
      display: none;
      z-index: 1000;
    }
  }
  @media screen and (min-width: 700px) {
    .style {
      /* background-color: #fff !important; */
      width: 100%;
      padding: 0.5vw;
      z-index: 10 !important;
    }}
    .nav-button {
      background-color: transparent;
      float: left;
      margin-left:0.5vw !important;
      margin-top: 0.3vw;
      font-size:1.6vw;
      color:#f79622 !important;
    }
  
    .nav-button :hover {
    cursor: pointer;
    }
  
    .menu-4 {
      text-transform: uppercase;
      font-weight: 500;
      text-align: right;
      margin-top: 0.5vw;
      width: 70vw;
      float: right;
    }
    .menu-4 * {
      box-sizing: border-box;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
    }
    .menu-4 li {
      display: inline-block;
      list-style: outside none none;
      margin: 0 1.5em;
      overflow: hidden;
    }
    .menu-4 a {
      padding: 0.3em 0;
      /* color: #212121; */
      color: white;
      position: relative;
      display: inline-block;
      letter-spacing: 1px;
      margin: 0;
      text-decoration: none;
      font-size: 0.8vw;
    }
  
    .menu-4 a:before,
    .menu-4 a:after {
      position: absolute;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
    }
    .menu-4 a:before {
      bottom: 100%;
      display: block;
      height: 3px;
      width: 90vw;
      content: "";
      background-color: #e67e22;
    }
    .menu-4 a:after {
      padding: 0.3em 0;
      position: absolute;
      bottom: 100%;
      left: 0;
      content: attr(data-hover);
      /* color: #212121; */
      color: white;
      white-space: nowrap;
    }
    .menu-4 li:hover a,
    .menu-4 .current a {
      transform: translateY(100%);
      
    }
  
    .logo {
      width: 5.5vw;
      float: left;
  margin-right: 1vw;
  margin-left: 1vw;
  
    }
  
  /* FOOTER */
  footer {
    background-color: #343a40;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5vw !important;
  }
  .logo-footer {
    width: 5vw;
    padding-bottom: 1.5vw;
    padding-top: 1.5vw;
  }
  
  footer li {
    list-style: none;
    margin: 10px;
    display: inline-block;
  }
  
  .icons {
    padding: 0vw;
    padding-bottom: 1vw;
    padding-top: 1vw;
  }
  
  .icons a {
    background: #fff;
    color: #343a40;
    padding: 15px;
    font-size: 20px;
    border-radius: 100vw;
    display: flex;
    font-weight: bold;
  }
  .icons a:hover {
    color: #f79622;
    transition: 0.5s;
  }
  
  .footer-p {
    color: white;
    font-weight: lighter;
    font-size: 1vw;
  }
  
  .menu a {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: medium;
    padding: -40px !important;
  }
  .menu a:hover {
    color: #f79622;
    transition: 0.5s;
    font-weight: bold;
    text-decoration: none;
  }
  
  .footer-copyright {
    background-color: #2a2e33;
    color: #ffffff;
    padding-bottom: 1.5vw;
  padding-top: 1.5vw;
    text-transform: capitalize;
  }
  
  .footer-copyright p {
    margin-bottom: 0px;
    font-size: 1vw;
    text-transform: uppercase;
  }
  
  @media only screen and (max-width: 320px) {
    .logo-footer {
      width: 20vw;
    }
  
    .logo, .nav-button {
      display: none !important;
    }
  
    .menu li a {
      font-size: small;
    }
    .menu {
      margin-left: -10vw;
      font-size: medium;
    }
    .footer-copyright p {
      font-size: 4.5vw;
    }
    .footer {
  
      margin-top: auto;
    }
  }
  
  @media only screen and (min-width: 321px) and (max-width: 375px) {
    .logo-footer {
      width: 20vw;
    }
  
    .logo, .nav-button {
      display: none !important;
    }
  
    .menu li a {
      font-size: small;
    }
    .menu {
      margin-left: -2.5vw;
      margin-right: auto;
      width: 95vw;
    }
    .footer-copyright p {
      font-size: 4vw;
    }
    .footer {
      margin-top: 30vw !important;
    }
  }
  
  @media only screen and (min-width: 376px) and (max-width: 425px) {
    .logo-footer {
      width: 20vw;
    }
  
    .logo, .nav-button {
      display: none !important;
    }
  
    .menu li a {
      font-size: small;
    }
    .menu {
      margin-left: -2vw;
      margin-right: auto;
      width: 95vw;
    }
    .footer-copyright p {
      font-size: 3.5vw;
    }
    .footer {
      margin-top: 30vw !important;
    }
  }
  
  @media only screen and (min-width: 426px) and (max-width: 768px) {
    .logo {
      width: 10vw;
    }
    .logo-footer {
      width: 10vw;
    }
  
    .nav-button {
      margin-top: 0.8vw;
      font-size: 3vw;
    }
    .menu-4{
      margin-top: 1.2vw;
      width: fit-content;
    }
    .menu-4 a {
      font-size: 1.6vw;
    }
    .menu {
      width: 100vw;
    }
    .footer-copyright p {
      font-size: 2vw;
    }
    .footer {
      margin-top: 10vw !important;
    }
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .logo-footer {
      width: 10vw;
    }
    .logo {
      width: 10vw;
      margin-top: 0.4vw;
    }
    .nav-button {
      margin-top: 0.4vw;
      font-size: 3.2vw;
    }
    .menu-4{
      margin-top: 1.2vw;
    }
    .menu-4 a {
      font-size: 1vw;
    }
    .menu {
      width: 95vw;
    }
    .footer-copyright p {
      font-size: 1.6vw;
    }
    .footer {
      margin-top: 10vw !important;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .logo-footer {
      width: 7vw;
    }
  
    .menu li a {
      font-size: 1vw;
    }
    .menu {
      width: 95vw;
    }
    .menu-4 a {
      font-size: 1.1vw;
    }
    .footer-copyright p {
      font-size: 1vw;
    }
    .footer {
      margin-top: 10vw !important;
    }
  }
  @media only screen and (min-width: 1441px) and (max-width: 2560px) {
    .logo-footer {
      width: 5vw;
    }
  
    .menu li a {
      font-size: 1vw;
    }
    .menu {
      width: 90vw;
      margin-left: 5vw;
      margin-bottom: 1vw;
    }
    .footer-copyright p {
      font-size: 1vw;
    }
    /* .footer {
      margin-top: 10vw !important;
    } */
    .icons a {
      font-size: 28px;
      padding: 12px;
    }
  }
.modal-video {
 width: 70vw;
 margin-left: auto;
 margin-right: auto;
 display: block;
 margin-top: 5vh;
}


@media only screen and (max-width: 320px) {
    .modal-video {
    margin-top: 25vw;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    .modal-video {
        margin-top: 25vw;
        }
    }

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .modal-video {
        margin-top: 25vw;
        }
    }

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .modal-video {
        margin-top: 20vw;
        }
    }


@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .modal-video {
        margin-top: 10vw;
        }
}


/* RESPONSIVENESS */
@media only screen and (max-width: 320px) {

    .slider {
      width: 100%;
      display:block;
      height: 100vh;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: -25.1vw;
  
    }
    .slide1,.slide2,.slide3,.slide4 {
      height: 100vh;
      object-fit: cover;
    }
  video {
    display: none;
  }
    .video-container {
       display: none; 
    }
    #myBtn {
      display: none !important;
    }
    
    .sidebar {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 21;
      top: 0;
      left: 0;
      background-color: #f79622;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }
  
    .sidebar a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      /* font-size: 25px; */
      color: #fff;
      display: block;
      transition: 0.3s;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1vw;
    }
  
    .sidebar a:hover {
      color: #f1f1f1;
    }
  
    .sidebar .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
  
    .sidebar li::marker {
      color: #f79622;
    }
  
    .openbtn {
      font-size: 20px;
      cursor: pointer;
      background-color: grey;
      color: #f79622;
      padding: 10px 15px;
      border: none;
      z-index: 20;
      margin-left: 85%;
      border-radius: 10%;
      font-weight: bold;
    }
  
    .openbtn:hover {
      background-color: #444;
    }
  
    #main {
      transition: margin-left 0.5s;
      padding: 16px;
    }
  
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
      .sidebar {
        padding-top: 15px;
      }
      .sidebar a {
        font-size: 18px;
      }
    }
}
    @media only screen and (min-width: 321px) and (max-width: 375px) {
     
        .slider {
          width: 100%;
          display:block;
          height: 100vh;
          position: relative;
          margin-left: auto;
          margin-right: auto;
          margin-top: -21.5vw;
      
        }
        .slide1,.slide2,.slide3,.slide4 {
          height: 100vh;
        }
       
        #myBtn {
          display: none !important;
        }
        .sidebar {
          height: 100%;
          width: 0;
          position: fixed;
          z-index: 21;
          top: 0;
          left: 0;
          background-color: #f79622;
          overflow-x: hidden;
          transition: 0.5s;
          padding-top: 60px;
        }
      
        .sidebar a {
          padding: 8px 8px 8px 32px;
          text-decoration: none;
          /* font-size: 25px; */
          color: #fff;
          display: block;
          transition: 0.3s;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 1vw;
        }
      
        .sidebar a:hover {
          color: #f1f1f1;
        }
      
        .sidebar .closebtn {
          position: absolute;
          top: 0;
          right: 25px;
          font-size: 36px;
          margin-left: 50px;
        }
      
        .sidebar li::marker {
          color: #f79622;
        }
      
        .openbtn {
          font-size: 20px;
          cursor: pointer;
          background-color: grey;
          color: #f79622;
          padding: 10px 15px;
          border: none;
          z-index: 20;
          margin-left: 85%;
          border-radius: 10%;
          font-weight: bold;
        }
      
        .openbtn:hover {
          background-color: #444;
        }
      
        #main {
          transition: margin-left 0.5s;
          padding: 16px;
        }
      
        /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
        @media screen and (max-height: 450px) {
          .sidebar {
            padding-top: 15px;
          }
          .sidebar a {
            font-size: 18px;
          }
        }
    }

    @media only screen and (min-width: 376px) and (max-width: 425px) {
  .slider {
    width: 100%;
    display:block;
    height: 100vh;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -18.9vw;

  }
  .slide1,.slide2,.slide3,.slide4 {
    height: 100vh;
  }

  #myBtn {
    display: none !important;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    background-color: #f79622;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1vw;
  }

  .sidebar a:hover {
    color: #f1f1f1;
  }

  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidebar li::marker {
    color: #f79622;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: grey;
    color: #f79622;
    padding: 10px 15px;
    border: none;
    z-index: 20;
    margin-left: 85%;
    border-radius: 10%;
    font-weight: bold;
  }

  .openbtn:hover {
    background-color: #444;
  }

  #main {
    transition: margin-left 0.5s;
    padding: 16px;
  }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {
      padding-top: 15px;
    }
    .sidebar a {
      font-size: 18px;
    }
  }}

  @media only screen and (min-width: 426px) and (max-width: 768px) {
    #myBtn {
      display: none !important;
    }
    .sidebar {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 21;
      top: 0;
      left: 0;
      background-color: #f79622;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }
  
    .sidebar a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      /* font-size: 25px; */
      color: #fff;
      display: block;
      transition: 0.3s;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1vw;
    }
  
    .sidebar a:hover {
      color: #f1f1f1;
    }
  
    .sidebar .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
  
    .sidebar li::marker {
      color: #f79622;
    }
  
    .openbtn {
      font-size: 20px;
      cursor: pointer;
      background-color: grey;
      color: #f79622;
      padding: 10px 15px;
      border: none;
      z-index: 20;
      margin-left: 85%;
      border-radius: 10%;
      font-weight: bold;
    }
  
    .openbtn:hover {
      background-color: #444;
    }
  
    #main {
      transition: margin-left 0.5s;
      padding: 16px;
    }
  
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
      .sidebar {
        padding-top: 15px;
      }
      .sidebar a {
        font-size: 18px;
      }
    }}

    @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .menu-4 li {
          font-size: 1.2vw;
        }
        .sidebar {
          height: 100%;
          width: 0;
          position: fixed;
          z-index: 15;
          top: 0;
          left: 0;
          background-color: #f79622;
          overflow-x: hidden;
          transition: 0.5s;
          padding-top: 60px;
        }
      
        .sidebar a {
          padding: 8px 8px 8px 32px;
          text-decoration: none;
          /* font-size: 25px; */
          color: #fff;
          display: block;
          transition: 0.3s;
          text-transform: uppercase;
          font-weight: bold;
        }
      
        .sidebar a:hover {
          color: #f1f1f1;
        }
      
        .sidebar .closebtn {
          position: absolute;
          top: 0;
          right: 25px;
          font-size: 36px;
          margin-left: 50px;
        }
      
        .sidebar li::marker {
          color: #f79622;
        }
      
        .openbtn {
          font-size: 20px;
          cursor: pointer;
          background-color: grey;
          color: #f79622;
          padding: 10px 15px;
          border: none;
          z-index: 20;
          margin-left: 85%;
          border-radius: 10%;
          font-weight: bold;
        }
      
        .openbtn:hover {
          background-color: #444;
        }
      
        #main {
          transition: margin-left 0.5s;
          padding: 16px;
        }
      
        /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
        @media screen and (max-height: 450px) {
          .sidebar {
            padding-top: 15px;
          }
          .sidebar a {
            font-size: 18px;
          }
        }}