@import url('reset.css');
html{
    height: 100%;
}
body {
    background: #000118;
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
}

.block {
    text-align: center;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%; 
    vertical-align: middle;
    margin-right: -0.25em; 
}

.centered {
    margin-top: -80px;
    color: white;
    display: inline-block;
    vertical-align: middle;
}

.centered p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
.centered h1 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 100;
    margin-bottom: 30px;
}

.logo {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.btn{
    
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
    border: 1px solid #FFF;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    margin: 0px 10px;
    border-radius: 5px;
    vertical-align: middle;
}

a{
    
    padding-right: 52px !important;
    color: #FFF;
    line-height: 40px;
    font-weight: 300;
    padding: 0px 32px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}



a:before, a:after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 35px;
    top: 50%;
    width: 0;
}

a:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


