@font-face {
font-family: 'Calibri Light';
font-style: normal;
font-weight: normal;
src: url('../fonts/calibril.woff') format('woff');
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: url(../images/background.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Calibri Light';
    font-size: 12px;
    line-height: 1.42857;
    color: #444444 !important;
    margin: 0;
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content{
    background-position: center center;
    background-size: cover;
    background:#ffffff !important;
    max-width:800px;
}
@media (min-width:992px){
    .content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    }
}
@media (max-width:991px){
    .content{
        width:100%;
        height:100%;
    }
}
.container{
    max-width:800px;
}

.links{
    padding-left:8px;
    padding-right:8px;

}

.links .container{
  padding-left: 0px;
}
.links h2 {
    margin:30px 0 10px;
    font-family: 'Calibri Light';
    color:#3b99fc;
    font-weight:normal;
    font-size:23px;
}

.links ul{
    padding:0px;
}

.links ul li{
    list-style:none;
    line-height:2;
}

.links .fa{
    color:#444;
    padding-right:25px;
}

.links a{
    color:#444444 !important;
    text-decoration:none;
    font-size:15px;
    font-family: 'Calibri Light';
}

.links a:hover{
    color:#444444 !important;
    text-decoration:none;
}

.links a.direct{
    color:#3b99fc !important;
}

header img {
    width:100%;
}

.copy{
    margin-top:10px;
    color:#20627e;
}
footer{
    padding:20px 0;
}
footer img{
    padding-bottom:10px;
}

