body{
    font-family: Arial, Helvetica, sans-serif;
  
}
.header{
    height: 750px;
    width: 100%;
    background-size:cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    border-bottom: 2px solid #242323;
    background-image: url(slide-1.jpg);
}
.navbar {
  background-color: #e7e3e3;
  position: fixed;
  top: 0;
  width: 99.4%;
  height: 120px;
  transition: height 3s;
  z-index: 1;
  display: inline-block;
}
.menu{
  padding-left:0.5%;
  padding-top: 0%;
  width: 99%;
}
  
  #floatleft1{
    float: left;
    margin-left: 2%;
    margin-top: 4%;
}
.divmenudisply{
    display: none;
}
.divmenu {
  width: 25px;
  height: 4px;
  background-color: rgb(7, 7, 7);
  margin: 4px 0 0 4px;
  
}

.fixed{
    position: fixed;
    
}

#myLinks {
    display: block;
  }
  .anav{
    color: rgb(30, 31, 31); 
    margin-left: 3%;
    display: inline-block;
    font-size: larger;
    font-weight: bolder;
}
nav a:hover {
  padding: 0.6%;
  background-color: #e3a72f;
}
.navcolor{
  padding: 0.6%;
  background-color: #e3a72f;
}
#anohover{
padding: 0;
background-color: transparent;
}
.navcolorchild{
  color: #e3a72f;
  background-color: rgba(245, 245, 247, 0.708);
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position:absolute;
  background-color: #d8d4d4;
  width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 10%;
  left: 10%;
  z-index: 1;
}
  
  /* Dropdown Button */
  .dropbtn {
    color:rgb(30, 31, 31);
    border: none;
  }
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 4%;
    
  }
  .dropdown-content a:hover {
    color: black;
    text-decoration: none;
    display: block;
    padding: 4%;
    
  }
  .dropdown:hover .dropdown-content {
      display:block;
      
  }
  #media{
    float: right;
    margin-right: 1%;
    padding-top: 1%;
    display: inline;
    position: relative;
}
.logosize{
  width: 185px;
    height: auto;
    
}

.icon{
    height: 20px;
     width: 20px;
}
.youtube{
    height: 25px;
     width: 25px;
     padding-bottom: 4%;
}
section{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
}
h1{
    font-size: 70px;
}
h2{
    font-size: xx-large;
    margin-top: 0%;
}

hr{
    max-width: 80%;
}
.text{
    text-align: center;
}

.icondesign{
    background-color: #e3a72f;
    border-radius: 50%;
    width: 75px;
    height: auto;
    position: relative;
    text-align: center;
    margin-left: 25%;
    margin-top: -20%;
}
.icondesign2{
    background-color: #e3a72f;
    border-radius: 50%;
    width: 75px;
    height: auto;
    position: relative;
    text-align: center;
    margin-left: 35%;
    margin-top: -20%;
}
.adiv{
   color: #e3a72f;
}
/* arrows down, up, left, and right*/
.arrow {
  border: solid #030303;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2.5px;
  margin-left: 1%;
  }
  .arrow2 {
    border: solid rgb(34, 33, 33);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    
  }
  .right{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    padding: 3.5px;
    margin-top: 6px;
    border-width: 0 3px 3px 0;
  }
  a{
    text-decoration: none;
  }
.astyle{
    display: block;
    text-decoration: none;
    right: 1%;
    bottom: 1%;
    border-radius: 20%;
    width: 25px;
    height: 20px;
    text-align: center;
    background-color:#e7e3e3;
    position: fixed;
    padding: 0.4%;
    z-index: 1;
}
.divhead{
  text-align: center;
  padding-top: 15%;
  color: #f4a804;
  font-weight: bolder;
  animation-name: color;
  animation-duration: 6s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.none{
    display: none;
}
#formstyle{
  background-color: #e9e5e5;
  border: 0px  #242323;
  border-radius: 15px;
  max-width:900px ;
  height:auto ;
  margin:auto;
  margin-top: 3%;
  padding: 2%;
}
.grid{
  display: grid;
  margin-top: 4%; 
}
.grid1{
  display: grid;   
}
.gridfoot{
  display: inline;
  float: right;
  padding-top: 4%;
  text-align: start;
  margin-right: 20%;
  font-size: medium;
  font-weight: bold;
    
}
.error {
  color: #be0202;
}
.widthform{
  width: 800px;
  height: 50px;
  border-radius: 15px;
  margin: 2%;
  border: 0px;
}
.widthformnote{
  width: 800px;
  height: auto;
  
  margin: 2%;
  border: 0px;
}
.widthform2{
  width: 500px;
  background-color: white;
  color: black;
  font-size: larger;
  font-weight: bolder;
  padding: 2%;
  margin-left: 2%;
  border-radius: 15px;
  
}
.widthsubmit{
  width: 200px;
  border-radius: 25px;
  margin: 2%;
  margin-left: 69%;
  padding: 2%;
  display: inline;
  background-color: #e3a72f;
  color: #040404;
  font-size: larger;
  font-weight: bolder;
}
.select{
  display: inline;
  font-size: large;
  border-radius: 15px;
  padding: 1%;
  margin-left: 30%;
  border: 0px;
}
option{
  border: 0px;
}
.foot{
  display:inline;   
  }
  .footer{
    margin-left: 20%;
}
  .font{
    font-weight: bold;
    font-size: large;
}
  .marginbtn{
    margin: 5px;
}
.hr3{
  margin-left: 20%;
  margin-right: 20%;
}
.text1{
  text-align: left;
  margin-left: 20%;
  padding-bottom: 2%;
}
.textfoot{
  display: inline;
  padding-left: 1%;
  padding-top: 0;
  margin-right: 10%; 
}
footer{
  background-color: #e3a72f;
  margin-top: 1%;
}
footer a{
  color: black;
}
footer a:hover{
  color: rgb(235, 231, 231);
}
.p{
  font-size: x-large;
}
.imgpadd{
  margin: 2%;
  max-width: 300px;
  max-height: 290px;
  float: left;
  
}
.backh1{
  background-color: #2827279c;
  padding: 2%;
  max-width: 70%;
  margin: auto;
  margin-top:0%;
 }
 #medialogo{
  display: none;
}
@media screen and (max-width: 1920px){
  .navbar{
    max-width: 99.2%;
    max-height: 100px;
  }
  .header{
    max-height: 650px;;
  }

}
@media screen and (max-width: 1366px){
  .header{
    background-attachment:unset;
  }
  .logosize{
      max-width: 100px; 
      height: auto; 
  }
  .anav{
      font-size: small;
      font-weight: bold;
      margin-left: 1%;
  } 
  .divhead{
      text-align: center;
      padding-top: 20%;
      color: #e3a72f;
      font-weight: bolder;
      animation-name: color;
      animation-duration: 0s;
  }
      
  .contactbtn{
      padding: 2%;
      display:inline-block;
      margin-top: 1%;
      
  }
  .icondesign{
      margin-left: 35%;
      margin-top: -20%;
  }
  
  h1{
      font-size: xx-large;
  }
  .h2size{
      font-size: xx-large;
      margin-bottom: 15%;
  }
  .textfoot{
      margin: auto;
      display: block;
  }
  .text1{
      text-align: center;
      margin: auto;
      padding-bottom: 10%;
  }
  .gridfoot{
      text-align: center;
      float: none;
      margin: auto;  
    }
    .footer{
      text-align: center;
      margin: auto;
  }
  .tel{
      padding: auto;
      margin: auto;
      margin-left: 22%;
      text-align: center;
      
    }
  .telsize{
      font-size: x-large;
      text-align: center;
      margin-left: 36%;
      margin-right: 36%;
      font-weight: bold;
    }
    .phoneimg{
      margin: auto;
    }
  .maxdiv{
      max-width: 90%;
    }
  .backh1{
      background-color: #2827279c;
      padding: 1%;
      max-width: 80%;
      margin: auto;
      margin-top:0%;
     }
  .divsize{
    padding: 5%;
    margin: auto;
    display: inline-block;
    margin-top: 5%;
    margin-left: 5%;
    max-width: 220px;
    height: auto; 
      }
  .divsize2{
          padding: 5%;
          margin: auto;
          display: inline-block;
          margin-top: 5%;
          margin-left: 5%;
          max-width: 220px;
          height: auto;
          }
  .maindiv{
      display: inline-block;
      margin: auto;
      }
      .span{
          position: relative;
          }
            .widthformnote{
              max-width: 550px;
              height: auto;
              margin: auto;
              
            }
            
  .widthform{
      max-width: 550px;
      margin: auto;
    }
    .widthform2{
      max-width: 250px;
      margin: auto;
    }
    .widthsubmit{
      max-width: 150px;
      margin: auto;
      margin-left: 65%;
    }
    .select{
      display: inline;
    }
    #formstyle{
      max-width: 600px;
      height: auto;
      margin: auto;
      margin-top: 4%;
      margin-bottom: 5%;
    
  }
  .divmenudisply{
      display: none;
  }
  
  #myLinks{
      display: block;   
   }
.navbar {
  max-width: 99%;
  max-height: 60px;
  display: block;
  background-color: #e5e4e4;

}
}
@media screen and (max-width: 500px){
  .divdisplay{
    display: block;
    
    }
    .cookies{
        position: absolute;
        border-radius: 15px;
        top: 65%;
        font:message-box;
        color: rgb(5, 5, 5);
        display: none;
        
    }
    
    .cookies1{
        display: block;
        left: 2%;
        right: 2%;
        max-width: 89%;
        max-height: 400px;
        border: 1px black;
        background-color: #f3f1f1db;
        padding: 2%;
        position: fixed;
        
        
    }
    .cookies2{
        display: none;
    } 
    .logosize{
        display: none;  
    }
    
    .arrow2 {
        border: solid rgb(235, 238, 238);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        
      }
    .dropbtn {
        color:rgb(235, 238, 238);
      }
      .anav{
        color: rgb(235, 238, 238); 
        display: block;
        font-size: large;
        font-weight: bold;
        padding: 2%;
        margin-top: 3%;
    } 
    .navcolor{
      margin-left: 2%;
  }
    
    .divhead{
        text-align: center;
        padding-top: 25%;
        color: #e3a72f;
        font-weight: bolder;
        animation-name: color;
        animation-duration: 0s;
    }
        
    .contactbtn{
        padding: 2%;
        display:inline-block;
        margin-top: 9%;
        
    }
    .icondesign{
        margin-left: 35%;
        margin-top: -20%;
    }
    .header{
        height: 550px;
        max-width: 99;
        background-size:contain auto;
        background-attachment: fixed;
        animation-name: span;
        animation-duration:0s;
        background: url(slide-1.jpg) 50% 50%;
        
    }
    h1{
        font-size: xx-large;
    }
    .h2size{
        font-size: xx-large;
        margin-bottom: 15%;
    }
    .textfoot{
        margin: auto;
        display: block;
    }
    .text1{
        text-align: center;
        margin: auto;
        padding-bottom: 10%;
    }
    .gridfoot{
        text-align: center;
        float: none;
        margin: auto;  
      }
      .footer{
        text-align: center;
        margin: auto;
    }
    .tel{
        padding: auto;
        margin: auto;
        text-align: center;
        
      }
    .telsize{
        font-size: xx-large;
        text-align: center;
        margin-left: 17%;
        margin-right: 17%;
      }
      .phoneimg{
        margin: auto;
      }
    .maxdiv{
        max-width: 90%;
      }
    .astyle{
        right: auto;
    }
    .backh1{
        background-color: #2827279c;
        padding: 1%;
        max-width: 80%;
        margin: auto;
        margin-top:25%;
       }
    .divsize{
        padding: 5%;
        margin: auto;
        display: block;
        margin-top: 15%;
        }
    .divsize2{
            padding: 5%;
            margin: auto;
            display: block;
            margin-top: 15%;
            }
    .maindiv{
        display: block;
        margin: auto;
        }
        .span{
            position: relative;
            }
              .widthformnote{
                max-width: 350px;
                height: auto;
                margin: auto;
                
              }
              
    .widthform{
        max-width: 350px;
        margin: auto;
      }
      .widthform2{
        max-width: 150px;
        margin: auto;
      }
      .widthsubmit{
        max-width: 100px;
        margin: auto;
        margin-left: 65%;
      }
      .select{
        display: inline;
      }
      #formstyle{
        max-width: 365px;
        height: auto;
        margin: auto;
        margin-top: 4%;
        margin-bottom: 5%;
      
    }
    .divmenudisply{
        display: block;
        margin-top: 3px;
    }
    .menu{
        background-color: #333;
        border: 2px solid white;
        display: inline-block;
        color: aliceblue;
        width: 95%;
        max-height: 608px;
        margin-top: 14%;
        padding-bottom: 5%;
      
    }
    #myLinks{
        display: none;   
     }
     /* Dropdown Content (Hidden by Default) */
     .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      right: 2%;
    left: 2%;
      
    }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  #media{
    display: none;

}
  #medialogo{
    float: right;
    display: inline;
    position: relative;
    margin-right: 1%;
    display: block;
  }
  .medialogosize{
  width: 130px;
  height: auto;
  }
.navbar {
    max-width: 96.5%;
    max-height: 60px;
    display: block;
    background-color: #e5e4e4;

  }
}