body {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 0 0 20px #000;
	background: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #000;
}

i {
	margin: 0 10px;
}
.container {
	margin-top: 10%;
	text-align: center;
}

.title h1 {
	font-size: 40px;
}

i.fa-envelope:hover { color: #dc483c; }

i.fa-facebook:hover { color: #45619d; }

i.fa-google-plus:hover { color: #cd3c2b; }

i.fa-twitter:hover { color: #499bd9; }

i.fa-youtube:hover { color: #d32322; }

i.fa-instagram:hover { color: #fe0363; }

.copyright {
	position: absolute;
	bottom: 0;
	font-size: 12px;
}

.copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
