@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
body { background:#001f55; font:16px Roboto; }
a, a:hover, a:visited, p, i.fa, h1, h2, h3, h4, h5, h6 { color:#fff; }
.btn-default { border:1px solid #fff; border-radius:5px; font-weight: 100; }

.content_inside { max-width:600px; float:none; }
.content_inside h5 { line-height:36px; font-weight: 100; }
.social { position:absolute; bottom:25px; right:25px; }
.social i.fa { font-size:26px; }
.content_inside { max-width:600px; float:none; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); }

@media screen and (max-width: 768px) {
    .content_inside { position:relative; top:0; left:0; transform:none; clear:both; }
    .social { position:relative; bottom:10px; }
}