html,body{
  margin: 0;
}



.tophero{

  display: flex;

  height:15dvh;
  width: 100%;
  padding: 3%;
  justify-content: center;
  align-items: center;
  text-align: center;
 
  }

.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%;
}

#hedright{
  padding-left: 5%;
}

.lefthero h5{
  font-weight: 300;
}

.tophero h1{
  font-weight: bold;
}

#gddSec{
background-color: rgb(75, 0, 115);
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;

}

.boldtext{
  font-weight: 550;
}


.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:990px){
      .lefthero{
          width:100%;
      }

      .righthero{
        display: none;
      }

  }
  
