
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);
html {
    background: url(img/bg-wp.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
a { 
    color: #fff;
    text-decoration: none;
    transition: all 0.2s linear;
}
a:hover {
    color: #aaa;
}
h1 {
    font-weight: 300;
    text-align: center;
    margin-top: 40px;
}
.container { 
    width: 100%;
    margin: 50px auto;
}
.container div { 
    text-align: center;
}
.container ul {
    margin: 30px auto;
    padding: 0;
    width: 250px;
}
.container ul li {
    display: inline-block;
    height: 50px;
    margin-right: 30px;
}
.container ul li a { 
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    width: 60px;
   
    display: inline-block;
    line-height: 130px;
}
.container ul li:last-child {
    margin-right: 0;
}
.container ul li.mail {
    background: url(img/icon-mail.png) no-repeat center 10px;
}
.container ul li.panel {
    background: url(img/icon-panel.png) no-repeat center 0;
}
.container ul li.forum {
    background: url(img/icon-forum.png) no-repeat center 5px;
}
.options {
    font-weight: 300;
    margin-top: 70px;
}
.hosted {
    font-weight: 300;
    margin-top: 70px;
    font-size: 12px;
    line-height: 24px;
}
.logo-home {
    margin: -5px 0 -5px 2px;
}
