@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/static/fonts/LeagueGothic-Regular.woff'); 
}

.top-head{
    background-image: url('/static/img/home/candybar.png');
    background-size: 100% auto;
    height:400px;
    position:relative;
    width:100%;
}

.label-static{
    color: white;
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#contests-headline{
    margin-bottom:20px;
}
#home-contests li{
    margin-bottom:20px;
}

.cta-main{
    margin-top:10px;
    margin-bottom:10px;
}

.cta-main p{
    color:white;
}

body.homepage #intro{
  background-color: #002869;    
}

body.homepage #intro section{
    color: white;
    display: flex;
    flex-direction: row;
    margin: 0px auto;
    padding: 25px;
    max-width: 1280px;
}
body.homepage #intro .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}
body.homepage #intro .icon img{
    width:150px;
}
body.homepage #intro .description h2{
    margin-bottom: 10px;
}
body.homepage #intro .description p{
    line-height:24px;
    margin-bottom:5px;
}
