body {
	background-color: #f7f7f5;
}

@font-face {
	font-family: MeyneTextur;
	src: url('/assets/fonts/meyne_textur.ttf');
}

@font-face {
	font-family: UnifrakturMaguntia;
	src: url('/assets/fonts/UnifrakturMaguntia.ttf');
}

@font-face {
	font-family: CloisterBlack;
	src: url('/assets/fonts/CloisterBlack.ttf');
}

.logo-header {
	font-family: CloisterBlack;
	font-size: 72pt;
	font-weight: 100;
	text-align: center;
}

.logo-subheader {
	font-family: "Times New Roman";
	font-size: 24pt;
	font-weight: 100;
	text-align: center;
	letter-spacing: 5px;
}

.navbar {
	font-family: sans-serif;
	font-size: 18pt;
	text-align: center;
}

.navbar-link {
	font-weight: 800;
}

a {
	text-decoration: none;
	color: #000000;
}

.website-main {
	margin-left: 10%;
	margin-right: 10%;
	
}

.above-fold {
}

.above-fold-main {
	float: left;
	width: 50%;
	font-weight: 800;
	font-family: sans-serif;
	font-size: 30pt;
	font-kerning: normal;
	text-align: justify;
}

.above-fold-main-img {
	max-width: 100%;
	display: block;
}
.above-fold-second {
	width: 30%;
	float: right;
	font-weight: 800;
	font-family: sans-serif;
	font-size: 14pt;
	font-kerning: normal;
	display: block;
}
.above-fold-second-img {
	height: 100px;
	margin-bottom: 25px;
}

.above-fold-second-headline {
	float: right;
	width: 55%;
	display: block;
	margin-bottom: 25px;
	text-align: justify;
}
