body {
    color:white;
    font-family:"Roboto";
    padding:10%;
}

.bg {background:#142850;}

h1 {
    font-weight:200;
    text-transform: uppercase;
    font-size:48px;
    margin:20px 0;
    line-height:50px;
}

p {
    font-weight:300;
    margin:0 0 7px 0;
    font-size:17px;
    line-height: 25px;
    letter-spacing: 1.1px;
}

@media (min-height:500px){
    .social {
        bottom:5%;
        position:absolute;
    } 
}
