.container {
	max-width: 60.0rem;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #000;
}


p {
	font-weight: lighter;
	font-family: 'Lato', sans-serif;
}

h2 {
	line-height: 1.5rem;
}

fa-twitter {
	font-size: 1em;
}


#home {
	background: #f4f5f6;
	height: 100vh;
	position: relative;
	max-height: 100vh;
	min-width: 100vw;
}

.thumbnail {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
