﻿html {
    height: 100%;
    min-height: 100%;
}

body, td, th {
    background-color: #191516;
    background: url(../images/coming_soon_bg.jpg) no-repeat center center fixed;
    height: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto',sans-serif !important;
    font-size: 14px;
    color: white
}

a {
    color: black;
    text-decoration: none;
}

    a:focus, a:hover {
        color: red;
        text-decoration: underline;
    }

.center {
    display: block;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.logo {
    max-width: 500px
}

ul#social li {
    display: inline;
    padding: 5px;
    width: 30px
}

.delay-1 {
    animation-delay: .7s
}

.delay-2 {
    animation-delay: .9s
}

.delay-3 {
    animation-delay: 1.1s
}

.delay-3 {
    animation-delay: 1.1s
}

.duration {
    animation-duration: 1s
}

.delay-0 {
    animation-delay: .3s
}

.copyright {
    padding-top: 30px;
    font-size: 12px;
    color: white;
}

.container {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width:480px) and (min-width:200px) {
    .logo {
        margin-top: 55px;
        width: 340px !important
    }
}
