@font-face {
    font-family: 'bebas_neueregular';
    src: url('./lib/fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('./lib/fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('./lib/fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('./lib/fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuelight';
    src: url('./lib/fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('./lib/fonts/bebasneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('./lib/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('./lib/fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body
{
    background-color: #171717;
    
}

.sales
{
    background-image: url('./img/home-sales-bg.jpg');
    background-position: bottom;
}

.devblog
{
    background-image: url('./img/home-devblog-bg.jpg');
}

.footer
{
    background-image: url('./img/footer-bg.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 1px 125%;
}

.title
{
    font-family: 'bebas_neueregular';
    font-size: 93px;
    color: #ddd;
    line-height: 70px;
}

.subtitle
{
    font-family: 'bebas_neuelight';
    font-size: 30px;
    color: #aaa;
}

.media
{
    background-image: url('./img/media-top.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.sales-h1
{
    font-family: 'bebas_neueregular';
    font-size: 46px;
    color: #e0e0da;
    line-height: 60px;
}

.sales-h2
{
    font-family: 'bebas_neuelight';
    font-size: 30px;
    color: #aaa;
}

.sales-text
{
    font-family: montserratlight;
    font-size: 16px;
    line-height: 2em;
    color: #e0e0da;
}

.sales-buynow
{
    font-family: 'bebas_neueregular';
    font-size: 54px;
    color: #e0e0da;
    line-height: 60px;
}


.keyfeatures-h1
{
    font-family: 'bebas_neueregular';
    font-size: 36px;
    color: #e0e0da;
    line-height: 1em;
}

.keyfeatures-h2
{
    font-family: 'bebas_neueregular';
    font-size: 32px;
    color: #e0e0da;
    line-height: 1.5em;
}

.keyfeatures-text
{
    font-family: montserratlight;
    font-weight: bold;
    font-size: 16px;
    line-height: 2em;
    color: #e0e0da;
}

.devbloghome-h1
{
    font-family: 'bebas_neueregular';;
    font-size: 50px;
    color: #e0e0da;
    line-height: 1em;
}

.devbloghome-h2
{
    font-family: 'bebas_neueregular';
    font-size: 32px;
    color: #e0e0da;
    line-height: 2.5em;
}

.devbloghome-date
{
    font-family: 'bebas_neueregular';
    font-size: 26px;
    color: #ccc;
}

.devbloghome-text
{
    font-family: montserratlight;
    font-size: 16px;
    line-height: 2em;
    color: #e0e0da;
}

.devbloghome-more
{
    font-family: 'bebas_neueregular';
    font-weight: bold;
    font-size: 40px;
    color: #46bfe0;
    line-height: 1em;
}

.media-h1
{
    font-family: 'bebas_neueregular';
    font-size: 50px;
    color: #e0e0da;
    line-height: 1.5em;
}

.media-h2
{
    font-family: 'bebas_neuebook';
    font-size: 30px;
    color: #e0e0da;
    line-height: 1.5em;
}

.devblog-title
{
    font-family: 'bebas_neueregular';
    font-size: 44px;
    color: #e0e0da;
    line-height: 1.5em;
}

.devblog-date
{
    font-family: 'bebas_neuelight';
    font-size: 33px;
    line-height: 2em;
    color: #e0e0da;
}

.devblog-body
{
    font-family: montserratlight;
    font-size: 19px;
    line-height: 1.5em;
    color: #e0e0da;
}

.community-title
{
    font-family: 'bebas_neueregular';
    font-size: 44px;
    color: #e0e0da;
    line-height: 1em;
}

.community-body
{
    font-family: montserratlight;
    font-size: 19px;
    line-height: 1.5em;
    color: #e0e0da;
}

.community-socials
{
    font-family: 'bebas_neuebook';
         
    font-size: 52px;
    line-height: 2.5em;
    color: #e0e0da;
    text-align: center;
}

.contact-title
{
    font-family: 'bebas_neueregular';
         
    font-size: 38px;
    line-height: 2em;
    color: #e0e0da;
    text-align: left;
}

.contact-text
{
    font-family: 'montserratlight';
         
    font-size: 26px;
    line-height: 2em;
    color: #e0e0da;
    text-align: left;
}

.nav-link
{
    font-family: 'bebas_neuebook';
    font-size: 25px;
    margin-left: 8px;
    margin-right: 8px;
}

.navbar-nav 
{ 
    margin-left: auto;
} 

.keyfeaturelist
{
    font-size: 2em; 
    color: #FFF;  
}

.footer-text
{
    font-family: 'bebas_neuebook';
    src: url('./lib/fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('./lib/fonts/bebasneue-regular-webfont.woff') format('woff');
         
    font-size: 24px;
    line-height: 1.7em;
    color: #e0e0da;
    text-align: center;
}

.footer-text-active
{
    color: #46bfe0;
    text-decoration: none;
}

.footer-text:hover
{
    color: white;
}

.social-facebook:hover
{
    color: #3B5998;
}

.social-twitter:hover
{
    color: #00ACEE;
}

.social-instagram:hover
{
    color: #E1306C;
}

.social-youtube:hover
{
    color: #C4302B;
}

.social-reddit:hover
{
    color: #FF4500;
}

.social-twitch:hover
{
    color: #6441a5;
    text-decoration-color: #2A2A2A;
}

.nav-item:hover
{
    color: white;
}

.footer-socials
{
    padding-right: 1em;
}

.button-presskit
{
    margin-top: 2em;
    font-family: 'bebas_neuebook';
    background-color: #52BCD8;
}

.onward-form
{
    background-color: #333333;
}

#video
{
  object-fit: cover;
}