@import url('https://googleapis.com');

body {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
	width: 100vw;
	height: 100vh;
	margin: 30px;
	background-color: #0B0B13;
	padding-bottom: 250px;
}

#main-pane {
	background-color: #20202C;
	position: absolute;
	top: 29px;
	min-height: 98vh;
	margin-right: 120px;
	width: max(53vw,767px);
	padding: 20px;
	outline: 1px solid #888EFF;
	border-radius: 10px;
}

@media (max-width: 767px){
	#main-pane {
	background-color: #20202C;
	position: absolute;
	top: 29px;
	min-height: 98vh;
	
	width: 100vw;
	outline: 1px solid #888EFF;
	border-radius: 10px;
}

.headerhr1{
	position: absolute;
	width: 84vw;
	top: 35px;
	color: #D0D1E4;
	background-color: #D0D1E4;
	border: none;

}

.headerhr2{
	position: absolute;
	width: 84vw;
	top: 175px;
	color: #D0D1E4;
	height: 2px;
	background-color: #D0D1E4;
	border: none;

}
}


#header {
	height: 50px;
	width: 100%;
	font-size: 16px;
	font-family: "Funnel Sans", sans-serif;
	color: #EDEAEA;
}

.headerdivs {
	display: inline;
	float:left;
}

.divright {
	right: 40px;
	position: absolute;
}

.divleft {
	left: 40px;
	position: absolute;
}

.headerlink:hover{
   color: rgb(127, 182, 255);
}

.headerhr1{
	position: absolute;
	width: 53vw;
	top: 35px;
	color: #D0D1E4;

}

.headerhr2{
	position: absolute;
	width: 53vw;
	top: 175px;
	color: #D0D1E4;
	height: 2px;
	background-color: #D0D1E4;
	border: none;

}

.headerdivs.botrow{
	position: absolute;
	top: 52px;
	font-size: 12px;
	color: #9c9ebd;
}

.fsfont{
	font-family: "Funnel Sans", sans-serif;
	color: #EDEAEA;
}

.deffont{
	font-size: 16px;
}

.h1font{
	font-size: 32px ;
	font-weight: 700;
	margin-bottom: 5px;
}

.lightcol {
	color: #EDEAEA;
}

#subheader {
	margin-top: 55px;

	height: 60px;
}
.subhead{
	font-size: 36px;
	font-weight: 1000;
	display: flex;
}

.headpath{
	font-size: 20px;
	color: #9c9ebd;
}

.secondheader.divright{
	position: relative;
	float: right;
	top:10px;
	margin-right: -35px;
}

.secondheader.divleft.botrow{
	position: absolute;
	top: 190px;
	left: 65px;
}

.secondheader.divleft{
	position: relative;
	float: left;
	top:10px;
	margin-right: -35px;
}

#textblockparent{
	display: block;
	margin-top: 45px;
	padding: 10px;
}

.textblock.lightcol.deffont{
	text-indent: 2em;
}

.textblock.blockimage{
	float: right;
	margin-top: 35px;
	margin-right: 25px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 20vw;
	height: 20vw;
	left: calc(100% - 375px);
	shape-outside: square();
}

