@font-face{
    src:url(proxima-regular.woff2);
    font-family: font1;
}
@font-face{
    src:url(proxima-bold.woff2);
    font-family: font2;
}
body{
    font-family: font1;
    margin: 0px;
}
.video iframe {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius: 3px;


    width: 100%;
    height: 500px;
}
.logo {
    position: relative;
    height: 100px;
    width: 17%;
    float: left;
}
.logo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0px;
}
.title {
    width: 63%;
    float: left;
    text-align: center;
}
.timer{
    width: 16%;
    float: left;
}
.title h1 {
    color: #fff;
    font-family: font2;
    text-align: center;
    text-shadow: 1px 2px 2px #66605e47;
    margin-bottom: 0px;
    margin-top: 6px;
    background: #f48d30;
    display: inline-block;
    padding: 4px 20px;
    position: relative;
    margin-top: 27px;
    font-size: 30px;
}
.title h1:before{
    position: absolute;
    top: 0;
    left: -20px;
    content: "";
    border-top: 22px solid #f48d30;
    border-left: 20px solid transparent;
    border-bottom: 22px solid #f48d30;
}
.title h1:after{
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
    border-top: 22px solid #f48d30;
    border-left: 20px solid transparent;
    border-bottom: 22px solid #f48d30;
    transform: rotate(180deg);
}
/* .title h1 span{
    color: #f48d30;
    font-family: font2;
    text-shadow: none;
} */
.title p{
    text-align: center;
}
.footer{
    background: #eee;
    padding: 10px;
    text-align: center;
}
.footer p{
    margin-bottom: 0px;
    margin-top: 0px;
}
.footer p a{
    color: orangered;
}
.video{
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}
.header{
    border: 12px solid #eee;
    padding: 0px;
    border-bottom: none;
}
.title p{
    font-size: 24px;
    margin-top: 10px;
    background: orange;
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    color: #fff;
    font-family: font2;
    margin-top: 10px;
}
.topheader{
    width: 100%;
    margin: auto;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 12px;
}
#demo{
    background: #18323d;
    color: #FFC107;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 5px 5px;
    border-radius: 3px;
    font-size: 24px;
    border: 3px solid #fff;
    font-family: font2;
    margin-top: 7px;
}
#demo span{
    font-size: 16px;
    color: #ccc;
    font-family: font1;
}


/* responsive */
@media(max-width:767px){
    .logo,.title{width: 100%;}
    .timer{width: 100%;}
    .timer #demo{margin:0px;margin-bottom: 15px;}
    .title h1{font-size: 31px;margin-bottom: 15px;padding: 5px 15px;}
        .title h1:before{display: none;}
        .title h1:after{display: none;}
}