@font-face {
    font-family:Orkney-Medium;
    src: url(fonts/Orkney-Medium.otf);
  }
  
  @font-face {
      font-family:Orkney-Bold;
      src: url(../fonts/Orkney-Bold.otf);
  }
  
  @font-face {
    font-family:Orkney-Light;
    src: url(fonts/Orkney-Light.otf);
  }
  
  @font-face {
    font-family:Orkney-Regular;
    src: url(./fonts/Orkney-Regular.otf);
  }

body {font-size: 16px; line-height: 1.4; margin: 0; padding: 0;}
  img {max-width: 100%; display: block;}
  .header { background-image: linear-gradient(43deg, #172b3f, #2b4a69, #294163, #172b3f);}
  .nav{ display: flex; align-items: center; justify-content: space-between;}
  .nav-ul {position: relative; color: #fff; letter-spacing: 1px; font-family: 'Orkney-Light', Arial, sans-serif; flex-grow: 1; display: flex; align-items: center; 
  justify-content: space-between; list-style: none; gap: 1rem; font-size: 1.2rem; background-image: linear-gradient(43deg, #172b3f, #2b4a69, #294163, #172b3f);}
  .nav-ul li:nth-of-type(1) {margin-left: 3rem; }
  .nav-ul li:nth-of-type(8) {margin-left: auto;  margin-right:50px; }
    .nav-ul li:nth-of-type(8) {font-family: 'Orkney-Light', Arial, sans-serif;}
    .hamburger {
      background-color: transparent;
      display: none;
      color: #fff;
      border: 0;
      cursor: pointer;
      font-size: 25px;
     
  }
  
  .logo {max-width: 5%;}
  .nav-ul li:nth-of-type(1) {margin-left: 2%; margin-right: auto;}
  
  
  .nav-ul .route a {font-size: 1.2rem; font-family:'Orkney-Light', Arial, sans-serif; }
  
  .hamburger:focus {outline: none;}
  
  .nav-ul li a { display: inline-block;
      color: #fff;
      font-family: 'Cormorant Garamond', serif;
  padding: 0.7rem 1.4rem;
  text-decoration: none;
    font-size: 1.2rem;
  
     
  }
  .nav-ul li a {color: #fff; font-size: 2rem;}
  .fa { margin-right: 10px;}
  
  @media (max-width: 1400px) {
    .nav-ul li:nth-of-type(8) {margin: 0;}
     .nav-ul li a {font-size: 1.4rem;}
   .nav-ul li:nth-of-type(1) {margin: 0;}
   .view1-inner img {margin: auto; max-width: 40%;}

  }

   ul li ul.drop {
    min-width: 3rem; /* Set width of the dropdown */
    background: #95c11f;
    display: none;
    position: relative;
    z-index: 999;
    border-radius: 10px;
}
ul li:hover ul.drop{
    display: block; /* Display the dropdown */
    position: absolute;
}
ul li ul.drop li {
    display: block;
    text-align: center;
   
}

ul li ul.drop li:first-child {
margin-left: 0; display: none;
  
}
.drop {margin-left: 20px;}
 .drop li a {text-shadow: 2px 2px #000; margin-left: -50px;font-size: 1.3rem;}
.fa-caret-down {color: #7ff112;}



  @media (max-width: 1200px) {
    .nav {clear: both; }
      .nav-ul {display: none; flex-direction: column; }
      .nav-ul.show {display: flex; max-width: 50%; margin: 0 auto;}
      .hamburger {display: block; float: right;}
      .btn { width: 100%;} 
      .nav-ul li:nth-of-type(8) {margin: 0;}
  .nav-ul li:nth-of-type(1) {margin: 0;}
 
      
      }

   
 
      @media (max-width: 480px) {
 
       .nav-ul.show {max-width: 80%; padding-left: 0;}
       .nav-ul li:nth-of-type(8) {margin-left: -2.5rem;} /*phone-number*/
       .nav-ul .route a {font-size: 1.7rem;}
       .nav-ul .route {margin-left: -2rem;}
       .nav-ul li:nth-of-type(1) {max-width: 100%; margin-left:-1rem;} 
       .nav-ul li:nth-of-type(8) {margin-left: -2rem;}
        .nav-ul li a {color: #fff; font-size: 2rem;}
   
     }

       @media (max-width: 480px) {
      .logo img {max-width: 60%; margin: 0 auto;}

     }

     .camera {display: flex; align-items: center; justify-content: center; max-width: 20%; margin: auto; margin-top: 5%;}

     @media (max-width: 480px){
     
      .camera {max-width: 80% !important;}
   
    }

   

     .divider {max-width: 30%; margin: 0 auto;}

     .trio {
      display: flex;
      max-width: 100%;
      margin: 0 auto;
      flex-wrap: wrap;
      gap: 2rem;
      margin-top: 3%;
     
      
             }
 
             .innertrio { 
               display: flex;
               width: 80%;
               margin: 0 auto;
               flex-wrap: wrap;
               gap: 12rem;
               margin-top: 3%;
               margin-bottom: 3%;
             }
 
           
 
    
    .thirds:hover img {max-width: 100%;}
    
    .thirds {
     
      flex: 1;
    
    
     
    }
    
  
            
            
            .thirds:hover {
              transform: scale(1.05);
              box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
            }
            
            
           
    
            
            a.infobutton {
                width: 150px;
                font-weight: normal;
                display: block;
               
                padding: 6px 10px;
                background: #216952;
                color: white;
                text-align: center;
                border-radius: 3px;
                box-shadow: 1px 1px 3px #003331;
                border: 1px solid white;
            }
            
            a.infobutton {text-decoration: none; color: #fffff0;}
            
            .thirds:nth-of-type(2) infobutton {background-color: #8fbc23;}
            
           
            
            @media (max-width: 1400px) {
            .trio {flex-wrap: wrap; max-width: 100%;}
            .innertrio {width: 80%;}
                .thirds{flex: 2 46%;}
            }




            
            @media (max-width: 480px) {
              .green-title {text-align: center;}
              .trio { max-width: 100%;}
              .innertrio {max-width: 100%; gap: 2rem;}
                .thirds {width: 100%;;}
            } 
    
       
    
    
    .thirds:hover {
           
              box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
            }
    
            .thirds{
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
    }
    .thirds:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
            
    
    .thirds {
    box-shadow: 5px 5px 10px #000;
    background-image: url("images/lightblue-grad.webp");
    background-repeat: no-repeat;
    
      flex: 1;
    
    
     
    }
    
    @media (max-width: 1024px){
      
      .thirds {flex: 2 46%; flex-direction: column; gap: 2rem; }
    
        
    }

    video {width: 100%; height: 500px;}
 

 .footer {
  display: flex;
 max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  background: #000;
  color: #fff;
  gap: 1rem;
 
  
  
}

.footer h2 {font-size: 1.3rem;}

.footerinner {max-width: 100%; text-align: center; font-size: 1rem; font-family: 'Orkney-Regular', Arial, sans-serif; }

.footerinner {
margin: 0 auto;
 
  flex: 1;


 
}

.footerinner a {text-decoration: none; color: #fff;}

.footerinner .fa { color: #95c11f; font-size: 1.5rem;}

@media (max-width: 900px){
  
  .footerinner {flex: 2 46%; }

    
}

 @media (max-width: 480px){
   .footer {max-width: 100%; flex-direction: column;}
   .footerinner {max-width: 98%;}

 }