html,body{
  overflow-x: hidden;

}

.bgimage{
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/E7pXf_4Q-750x50_dark.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;

}

.hero{
  padding: 10px;
}

.heroimg{
  height: 350px;
}



.herotext{
  color: white;
  padding-left: 200px;
}

.bg-2{
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../images/AdobeStock_298721139.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.eventbg{
  background-color: white;
  width: 80%;
  height: 200px;
  margin: auto;



}



.icon{
  padding-bottom: 10px;
}

.winners{
  margin-top: 30px;
  margin-bottom: 30px;
}





@media (max-width: 575.98px){
  .bgimage{
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/E7pXf_4Q-750x50_dark.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .heroimg{
    display: none;
  }

  .bgimage{
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/E7pXf_4Q-750x50_dark.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;

  }

  .eventbg{
    background-color: white;
    width: 100%;
  }


}
