@font-face{
    	font-family: "D-DIN";
    	src: url(fonts/D-DIN.otf);
}

@font-face{
    	font-family: "D-DIN-Bold";
    	src: url(fonts/D-DIN-Bold.otf);
}

body{
    	font-family:"D-DIN";
	background-color:#191919;
	color:#FFFFFF;
	font-size:22pt;
	margin:0;
}

h1{
	font-size:1.6em;
	font-weight:1;
	font-family:"D-DIN";
}

.stack{
	width:66%;
	margin:0 auto;
}

.banner{
	font-size:2em;
	margin-top:4em;
	margin-bottom:4em;
	margin-left:auto;
	margin-right:auto;
}

.topbar{
	position:sticky;
	top:0;
	background-color:#191919;
	padding-top:20px;
	padding-bottom:20px;
}

.header{
	font-size:1.6em;
}

.header p{
	border-bottom:solid;
	display:inline;
	padding-bottom:10px;
	border-bottom-color:#FF3333;
}

.hbox{
	display:flex;
	flex-direction:column;
	margin: 120px auto;
	width:90%;
}

.hbox-title{
	font-size:1.3em;
	margin:0.5em 0em;
}

.hbox-content{
	display:flex;
	justify-content:left;
	align-items:center;
}

.hbox-text
{
	font-size:1em;
	width:65%;
	margin-left:24px;
	margin-right:56px;
	overflow:hidden;
}

.hbox-image
{
	min-width:200px;
	max-width:300px;
	width:24%;
}

.hbox-image img {
	width:100%;
	height:100%;
}

.hcontainer{
	display:flex;
	flex-direction: row;
	justify-content:space-around;
	margin:40px 0px;
}
.vbox{
	display:flex;
	flex-direction:column;
	align-items: center;
	margin:50px;
}


.vbox-text
{
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	font-size:1em;
	width:90%;
	overflow:hidden;
}

.vbox-image
{
	display:flex;
	justify-content:center;
	align-content:center;
	height:240px;
	width:240px;
	margin:30px 0px;
}

.vbox-image img{
	height:90%;
	width:90%;
	object-fit:contain;
}

.spacer{
	height 80px;
}
