body {
	background-image: url('imgs/s1.jpg');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
}
.logo {
    max-width: 300px;
    padding-top: 300px;
}

a {
	color: #fff;
	font-weight: 800;
    font-size: 1em;
	text-decoration: none;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.74);
}

a:hover {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.74);
}


