html,body{
  margin: 0;
}



.tophero{

  display: flex;

  height:15dvh;
  width: 100%;
  padding: 3%;
  justify-content: center;
  align-items: center;
  text-align: center;
 
  }

  #herovid{
    width: 100%;

    
  }



  .manvid{
    
  height: 37rem;

  }
  .mainhero{
  
    width: 100%;
    

  }

  .sidenav {
    width: 105px;
    position: fixed;
    z-index: 1;
    top: 50%;
      -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    color: var(--bs-heading-color,inherit);

    background-color:none;
  
    overflow-x: hidden;
    padding: 8px 0;
  box-shadow: 3px 3px 5px  #FFAE1D;
    border-radius: 0px 25px 25px 0px;
  
  }
  
  
  .sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 14px;
    color: var(--bs-heading-color,inherit);

    display: block;
  }
  
  .sidenav a:hover {
    color: #064579;
  }
  
  

.lefthero{

display: flex;

height:55dvh;
width: 50%;
float: left;
padding: 3%;

align-items: center;


}
.lefthero p{
  font-size: 1.2rem;
font-weight: 350;
line-height: 1.8rem;

}

.contentdiv p{
  font-size: 1.2rem;
font-weight: 350;
line-height: 1.8rem;
padding: 5%;
}

.list1{
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.0rem;

}

#hedright{
  padding-left: 5%;
}

.lefthero h5{
  font-weight: 300;
}

.tophero h1{
  font-weight: bold;
}

#gddSec{
background-color: #FFAE1D;
padding-left: 9.5%;
padding-right: 9.5%;
padding-top: 2%;
padding-bottom: 2%;
color: white;


}

#kickoff {
  box-shadow: 5px 10px 18px #888888;
  display: block;
  margin: auto;
}

#img500{
 
  height: 500px;
}


.contentdiv{

  width: 100%;
  height: auto;
  float: left;



}

.righthero{
  display: flex;
  justify-content: center;

  height:55dvh;
  width: 50%;
  float: left;




}

.footer1{
  width: 100%;
  float: left;
  display: block;

  margin-top: auto;

}
.pagesec{
  height:min-content ;

}

.img-fluid1{
  max-width: 60%;
  height: auto;
}


.imgvid{
  
  height: 30rem;
  

}

.boldtext{
  font-weight: 600;
}

.boldcolortext{
  font-weight: 630;

}


.overlay{
  position:absolute;
  top: 0%;
  left: 0%;
  right: 0%;
bottom: 0%;
opacity: 0%;
transition: opacity 0.4s ease-in-out;
background: black;
cursor: pointer;

}

.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;

}

.containerlink:hover .overlay{
  opacity: 0.6;
}


.linksec{
  position: relative;
  width: 100%;
  height: 338px;



}

.linksec img{
  width: 100%;
  height: 100%;
}
.containerlink{
  width: 100%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 20px lightgrey;



}




.footerlink{
  text-decoration: none;
  color: var(--bs-heading-color,inherit);

  
}





  @media screen and (max-width:1346px){
    .sidenav{
      display: none;
       
    }

   

}


  
