html {
    height: 100%;
    min-height: 100%;
}

body, td, th {
    background-color: #191516;
    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: 12px;
    color: white
}
a {
    color: #a2a2a2;
    text-decoration: none;
}
    a:focus, a:hover {
        color: black;
        text-decoration: underline;
    }

.center {
    display:block;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.logo {
    width: 90%;
    max-width: 1024px;
    position:relative; 
    margin:0 auto;
}

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:black;
}
.container {
    background: url(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: 40%;

    } 
}
