body {font-family: 'Montserrat', sans-serif; margin: 0; padding: 0;}
.logo {height:60px}
.content {text-align: center; padding-top: 200px; background: url('../images/background.jpg') no-repeat center center; background-size: cover; height: calc(100vh - 200px); width: 100vw}
h1 {margin:0px; margin-bottom:10px;}
h2 {margin:0; font-size:4rem; color: rgba(0,0,0,0.7); text-shadow: 2px 2px 3px rgba(255,255,255,0.5); text-align: center}

@media only screen and (max-width: 700px) {
	h2 {font-size:3rem;}
}