@font-face {
    font-family: 'GeForce-Bold';
    src: url('./GeForce-Bold.ttf');
}
@font-face {
    font-family: 'GeForce-Light';
    src: url('./GeForce-Light.ttf');
}
@font-face {
    font-family: 'DINPro-Regular';
    src: url('./DINPro-Regular.ttf');
}

.row{
    justify-content: center;
}

.cof-header{
    background: url('/static/img/landing/morele/coldwar/header-background.png') center top no-repeat;
    background-size: auto;
    padding: 80px 0;
}

.cof-coldwar-section{
    background: url('/static/img/landing/morele/coldwar/coldwar-background.png') center top no-repeat;
    background-size: auto;
    padding: 60px 0 570px;
}

.cof-video-section{
 padding: 60px 0;
}

.cof-coldwar-section .regular-text{
    margin: 5px auto;
}


.cof-shop-section{
    padding: 50px 0;
    border-top: 1px solid #666666;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.cof-footer-section{
    padding: 0 0 50px;
}

h2{
    font-family: 'GeForce-Bold', sans-serif;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    margin: 0 auto 15px;
    text-shadow: 0 0 5px #000;
}

.cof-header h2{
    font-size: 48px;
    line-height: 48px;
    margin: 0 auto;
}

h2.subheader-text{
    font-family: 'GeForce-Bold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #76b900;
    margin: 5px auto 0;
    text-shadow: 0 0 5px #000;
}

.regular-text{
    font-family: 'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #eeeeee;
    font-size: 16px;
    line-height: 26px;
    text-shadow: 0 0 5px #000;
}

.dinpro-light{
    font-weight: 300;
}

.page-content .landing-header .info-text{
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.page-content .text-info{
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}


#main_content,
.cof-info-section,
.cof-shop-section,
.cof-footer-section{
    background: #000;
}

.cof-dlss-section h2{
    margin: 0 auto;
}

.cof-footer-section .image-container{
    margin: 0 auto;
}

.cof-footer-section .image-container img{
    margin: 0 20px 20px;
}

.footer-text{
    color: #666666;
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.check-btn{
    background-color: #76b900;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    font-weight: 600;
    width: 255px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px;
}

.check-btn:active,
.check-btn:focus,
.check-btn:visited{
    background-color: #76b900;
}

.check-btn:hover{
    background-color: #65a800;
    text-decoration: none;
}

.hr-border-top{
    padding-top: 50px;
    border-top: 1px solid #666666;
}

.color-text{
    color: #76b900 !important;
}

@media (max-width: 1024px){
    h2{
        font-size: 28px;
        line-height: 38px;
    }

    .cof-coldwar-section{
        background-position: center bottom;
        background-size: 100%;
        padding: 60px 0 50vw;
    }

    .check-btn{
        width: 220px;
        font-size: 15px;
        line-height: 38px;
    }
    .cof-header{
        padding: 30px 0 0;
    }
}

@media (max-width: 767px){
    h2{
        font-size: 24px;
        line-height: 27px;
    }

    .subheader-text{
        font-size: 19px;
        line-height: 22px;
    }

    .cof-header h2{
        font-size: 36px;
        line-height: 40px;
    }

    .cof-header .image-container img{
        max-width: 100px;
    }

    h2.subheader-text{
        font-size: 18px;
        line-height: 24px;
    }

    .regular-text{
        font-size: 14px;
        line-height: 20px;
    }

    .cof-header{
        background: #000;
        padding: 40px 0 0;
    }

    .cof-header-mobile{
        background: url('/static/img/landing/morele/coldwar/header-mobile-background.png') center top no-repeat;
        background-size: 100%;
        padding: 43vw;
    }

    .cof-coldwar-mobile{
        background: url('/static/img/landing/morele/coldwar/coldwar-mobile-background.png') center bottom no-repeat;
        background-size: 100%;
        padding: 40vw;
    }

    .cof-coldwar-section{
        padding: 50px 0;
        background: #000;
    }

    .cof-dlss-section{
        padding: 50px 0;
        background-size: cover;
    }

    .cof-info-section{
        padding: 10px 0 50px;
    }
    .check-btn{
        width: 200px;
        font-size: 14px;
        line-height: 30px;
        display: block;
        margin: 0 auto 20px;
    }

    .footer-text{
        font-size: 12px;
        line-height: 14px;
    }

    iframe{
        width: 100%;
    }

    .cof-footer-section .image-container img{
        max-width: 100px;
        max-height: 40px;
    }

}

@media (max-width: 590px){
    .video-container iframe{
        max-width: 100%;
        height: 50vw;
    }

    .check-btn{
        width: 45vw;
        line-height: 38px;
        display: block;
        margin: 20px auto;
    }

    .cof-info-section .image-container img{
        max-width: 140px;
    }

    .cof-footer-section .image-container img{
        max-width: 120px;
        max-height: 48px;
    }
}

@media (max-width: 440px){
    .check-btn{
        width: 70vw;
    }
    
    .cof-footer-section .image-container img{
        max-width: 90px;
        max-height: 36px;
        margin: 10px;
    }
}