@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,200,300,500,700);

body {
    background-size : 150%;
    animation       : bgmove 10s alternate-reverse infinite;
    background      : linear-gradient(to right, #878787, #c6c6c6, #878787) 12%;
    font-family     : Roboto;
}

h1 {
    font-weight : 200;
    font-size   : 45pt;
    color       : #3683da;
}

h2 {
    font-weight : 300;
    font-size   : 30pt;
    color       : #ffffff;
}

p {font-weight : 300;}

.warning-content {
    position   : absolute;
    top        : 8%;
    width      : 100%;
    height     : 300px;
    text-align : center;
    margin     : 0;
}

footer {
    position   : fixed;
    bottom     : 10%;
    text-align : center;
    width      : 100%;
}

ul {
    margin  : 0;
    padding : 0;
    display : inline-block;
}

li {
    margin  : 0;
    padding : 0 10px;
    display : inline-block;
    color   : #656565;
}

li > a {
    text-decoration : none;
    color           : #656565;
}