body {
	background: url("../images/background.jpg") center;
	background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: 'Lato';
}

.container {
	text-align: center;
	color: #FFF;
}

a {
	color: #FFF;
}

a:hover {
	color: #FFF;
}

h1 {
	font-size: 58px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 50px;
	text-transform: uppercase;
}

p {
	font-weight: bold;
	font-size: 24px;
}

svg {
	margin-right: 10px;
	margin-left: 10px;
}

.fa-facebook {
	font-size: 32px;
	margin-top: 20px;
}