body {
    background-image: url("../images/background.jpg");
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
    margin-top: 20px;
}

p {
    font-size: 18px;
    margin-bottom: 25px;
}

.fa {
    margin-right: 20px;
}

a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

.logo img{
	float: left;
}