.section-title {
	padding-top: 2vw;
	padding-bottom: 2vw;
	font-family: "Tenor Sans";
	font-size: 2vw;
	letter-spacing: 0.3em;
	color: rgb(72,72,72);
}

/* text underneath main image */
.cover-text {
	font-family: "Tenor Sans";
	color: white;
	background-color: #505F74;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 1.0em;
}

.cover-text a {
	text-decoration: underline;
}

.cover-text a, a:hover, a:visited { 
	color: inherit;
}



@media only screen and (max-width: 800px) {
	.section-title {
		font-size: 3.5vw;	
	}
}

@media only screen and (max-width: 500px) {
	.section-title {
		font-size: 5vw;	
	}
}
