/*
Template Name: claasy-under-construction-template
File Name: style.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
Licence URI: http://www.themevault.net/license/
*/
html {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    color: #fff;
    font-size:100%;
    letter-spacing: 1px; 
    background-image: url("../images/bgbanner.jpg");
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    background-color: #999;
    text-align: center;
}
a, a:hover, a:focus a:active{
    text-decoration: none;
    outline: 0;
}
.container {
    padding: 50px;
}
#clockdiv > div {
    background-color: #000;
    border-radius: 10px;
    display: inline-block;
    font-family: "oswald_stencilbold";
    height: 80px;
    line-height: 36px;
    padding: 18px;
    text-align: center;
    width: 100px;
}
#clockdiv div > span {
    border-radius: 0;
    display: inline-block;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
}
.title h1 {
    color: #fec524;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.title p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
#clockdiv {
    margin: 80px 0 60px;
}
.social-icon{
    margin-bottom: 50px;
}
.social-icon h3 {
    font-size: 24px;
    text-transform: uppercase;
}
.social-icon a {
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    margin-right: 5px;
}
.social-icon h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.copyright{
    letter-spacing: 1.5px;
    margin-top: 12px;
}
.copyright > a {
    color: #fec524;
    font-size: 18px;
}
.copyright > a:hover{
    color:#fff;
}
@media (max-width: 991px){
    .title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .title p{
        font-size: 14px;
    }
    #clockdiv div > span{
        font-size: 32px;
        line-height: 28px;
    }
    #clockdiv > div{
        height: 65px;
        width:80px;
    }
    .smalltext{
        font-size: 14px;
    }
    .social-icon h3{
        font-size: 22px;
    }
    .copyright{
        font-size: 14px;
    }
    .copyright a{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .title h1{
        font-size: 22px;
    }
    .title p{
        font-size: 12px;
    }
    #clockdiv > div{
        height: 60px;
        width:56px;
    }
    #clockdiv div > span{
        font-size: 26px;
    }
    .smalltext{
        font-size: 12px;
        line-height: 26px;
    }
    #clockdiv{
        margin: 50px 0;
    }
    .container{
        padding: 20px;
    }
    .social-icon h3{
        font-size: 18px;
    }
    .social-icon{
        margin-bottom: 0;
    }
}
@media (max-width: 500px){
    #clockdiv > div{
        height: 50px;
        width:42px;
    }
    #clockdiv div > span{
        font-size: 20px;
        line-height: 20px;
    }
    .smalltext{
        font-size: 11px;
        line-height: 16px;
    }
}
@media (max-width: 400px){
    .title h1{
        font-size: 18px;
        letter-spacing: 1px;
    }
    .title p{
        font-size: 11px;
    }
    #clockdiv > div{
        height: 50px;
        width: 100%;
        padding: 10px 0 15px;; 
        margin-bottom: 5px;
    }
}