﻿@font-face {
    font-family: "visby-bold";
    src: url("/fonts/VisbyRoundCF-Bold.woff") format('woff');
}

@font-face {
    font-family: "visby-regular";
    src: url("/fonts/VisbyRoundCF-Regular.woff") format('woff');
    font-weight: bold;
}

html {
    height: 100%;
    min-height: 100%;
}

body, td, th {
    background-color: #ffffff;
    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: #000000
}
h1,h2,h3 {
    font-family: visby-bold
}
p {
    font-family: visby-regular
}
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 {
    max-width: 750px
}

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: 55px;
        width: 340px !important
    }
}

.container95 {
    width: 97%;
    margin: 0 auto;
}
