
/*  General CSS*/



h1, h2, h3, h4, h5 ,h6{
    color: #ffffff;
    font-family: "Aleo-Regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em;}
h2              { font-size: 2.5em;}
h3              { font-size: 1.8em;}
h5              { font-size: 0.8em;}
h6              { font-size: .75em;}
h1, h2, h3, h4,
h5, h6          { font-weight: bolder;
                color: yellow}


.content{
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 9999;
    text-align: center;
}

.content H1{
    font-family: "Aleo-Bold", arial;
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;;
}


.back_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -9999;
    background: #50cda7 url('../img/239-2396807_hard-rock-cafe-wallpaper-iphone.jpg') no-repeat;
    background-position: center 0;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/*Counter*/
.counter{
    margin-top: 40px;
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}


.time_circles > div {
    position: absolute;
    text-align: center;
}


.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato-Regular', Arial;
    color: yellow;
    font-weight: normal!important;
}

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Lato-Bold', Arial;
    margin: 0.25em 0 0.5em 0;
    font-weight: bold;
    color: yellow;
    font-size: 120px;

}

