@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face { font-family: Brandon Grotesque; src: url('brandon-grotesque-regular.otf'); } 
@font-face { font-family: Brandon Grotesque; font-weight: 300; src: url('brandon-grotesque-light.otf');}


html, body {
	height: 100%;
	overflow: auto;
}

body {
	margin: 0;
	/*background: url('bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;*/
	font-family: "Montserrat", sans-serif;
}

#content {
	padding: 100px 0;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
	color: #000;
}

#content > img {
	margin-bottom: 80px;
	max-width: 100%;
}

#content h2 {
	margin: 0;
	border-top: 2px solid #009AA8;
	border-bottom: 2px solid #009AA8;
	padding: 20px 0;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 6px;
}

#content a {
	text-decoration: none;
}

#content h3 {
	font-size: 30px;
	margin: 20px 0;
	font-weight: normal;
	color: #000;
}


@media screen and (max-width: 880px) {
	#content {
	    padding: 50px 25px;
	}

	#content h2 {
		font-size: 25px;
		letter-spacing: 5px;
	}

	#content h3 {
	    font-size: 25px;
	}

}

@media screen and (max-width: 480px) {
	#content > img {
	    margin-bottom: 30px;
	}

	#content h2 {
	    font-size: 22px;
	    letter-spacing: 3px;
	}

	#content h3 {
	    font-size: 22px;
	}

}
