@font-face {
    font-family: 'Barlow Condensed Bold';
    src: url(fonts/BarlowCondensed-Bold.ttf);
}
@font-face {
    font-family: 'Barlow Condensed SemiBold';
    src: url(fonts/BarlowCondensed-SemiBold.ttf);
}
body {
	font-family:'Barlow Condensed SemiBold';
	font-size:1.3rem;
}
a, a:active, a:visited {
	text-decoration:none;
	color:#000;
}
h2 {
	font-family:'Barlow Condensed Bold';
	font-size:2.2rem;
	margin:3rem 0;
}
#splash {
text-align:center;
margin-top:50px;
}
#splash img {
	max-width:300px;
	height:auto;
}
@media screen and (max-width: 576px) {
	#splash img {
	max-width:200px;
	height:auto;
}
h2 {
	font-size:1.9rem;
}
}