@charset "utf-8";

/* GOOGLE FONTS - ROBOTO */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat');


/* HEADER */
header{
    font-family: 'Roboto Slab', serif;
    background-color: #d50203;
    padding: 25px;
    text-align: center;
    font-size: 100px;
    color: #f8cd03;
    margin-bottom: 30px;
}
.heading{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 0px 10px 15px 10px;
    font-size: 25px;
}
.video{
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    max-width: 600px;
    margin-bottom: 100px;
}


/* FOOTER */
footer{
    margin-top: 30px;
	background-color:#282828;
    color: #828181;
	text-align:center;
    padding: 50px 25px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



@media (max-width: 575px) {
    header{
        font-size: 60px;
    }

    .is-countdown {
        border-top: 1px solid #ccc;
        background-color: #fff;
        font-size: 20px !important;
        max-width: 900px;
        padding-top: 25px;
        margin-top: 15px;
    }
    
    .video{
        margin-bottom: 0px;
        padding: 15px;
    }
    
}

@media (max-width: 767px) { 
}

@media (max-width: 991px){ 
}

@media (max-width: 1199px) {
}