body {
	font-family: 'Simonetta', cursive;
	margin-top: 70px;
}

.transparent {
	background-color: rgba(175, 76, 6, 0.7);
	color: rgb(139, 69, 19);
}


.max-viewport {
	min-height: 100vh
}

#banner,
#contact,
#social {
	background: linear-gradient( rgba(139, 69, 19, 0.6), rgba(139, 69, 19, 0.4)),
	url(images/banner-person.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
