@font-face {
    font-family: Open Sans;
    src: url("fonts/OpenSans-Regular.ttf") format('truetype');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: Bebas Neue;
    src: url("fonts/BebasNeue-Book.ttf") format('truetype');
    font-weight: normal;
	font-style: normal;
}

.belstatSiteHeroWrapper{
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.belstatSiteHeroImage {
    width: 100%;
    height: 540px;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #fff;
    max-width: 1200px;
}

.belstatSiteHeroImageMin{
    display: none;
    width: 100%;
    height: 640px;
    background-position: center bottom;
    color: #fff;
    max-width: 1200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #132524;
}

.belstatSiteHeroImageTitle {
    font-size: 5em;
    font-family: Bebas Neue;
    width: 340px;
    height: 270px;
    margin-left: 10%;
    margin-top: 220px;
}

.belstatSiteHeroTitle {
  display: flex;
  align-items: center;
  max-width: 1060px;
  margin-top: 30px;
  width: 90%;
}

.belstatSiteHeroTitleText {
	font-family: Open Sans;
  	color: #000000;
  	font-size: 23px;
  	line-height: 42px;
    margin-bottom: 30px;
    width: 90%
}

.belstatSiteHeroEmblemDiv {
    min-width: 150px;
    max-width: 250px;
}

#belstatSiteHeroEmblem {
  	width: 100%;
}

@media screen and (max-width:660px){
  .belstatSiteHeroTitle {
    flex-direction: column;
    width: 100%;
  }  
  .belstatSiteHeroEmblemDiv {
    order: -1;
    max-width: 100%;
  }
  .belstatSiteHeroImageMin{
    display: block;
  }
  .belstatSiteHeroImage{
    display: none;
  }
  .belstatSiteHeroImageTitle {
    width: 220px;
    font-size: 3.5em;
    margin: 80px auto;
  }
}

@media screen and (max-width:480px){
  .belstatSiteHeroImageMin{
    height: 500px;
  }
  .belstatSiteHeroImageTitle {
    font-size: 3em;
  	text-align: center;
  	margin-top: 30%;
  }
  .belstatSiteHeroTitleText{
   color: #000000;
   font-size: 15px;
   line-height: 24px;  
   margin-top:20px;
  }
}
