@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
	background-color: #000000;
}

.blank {
	background-color: #000000;
	float: left;
	clear: none;
	width: 11%;
}
.blended_grid {
	display: block;
	width: 80%;
	overflow: auto;
	margin: 50px auto 0 auto;
}
.description {
	font-family: arial;
	font-size: 12pt;
	color: #ffffff;
}
.mast {
	background-color: #000000;
	float: left;
	clear: none;
	width: 97%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mast_logo_area {
	background-color: #000000;
	float: left;
	clear: none;
	width: 20%;
	margin: auto;
}
.mast_font_area {
	background-color: #000000;
	float: left;
	clear: none;
	width: 75%;
	display: flex;
	align-content: center;
	
}
.toc {
	background-color: #000000;
	float: left;
	clear: none;
	width: 21%;
	border: 3px solid #eec900;
	border-radius: 20px;
	padding: 10px;
}
.margin {
	background-color: #000000;
	float: left;
	clear: none;
	width: 14%;
	border: 3px solid #eec900;
	border-radius: 20px;
	padding: 10px;
}
.single {
	background-color: #000000;
	float: left;
	clear: none;
	width: 70%;
	border: 3px solid #eec900;
	border-radius: 20px;
	padding: 10px;
}

.stage {
	background-color: #000000;
	float: left;
	clear: none;
	width: 59%;
	border: 3px solid #eec900;
	border-radius: 20px;
	padding: 10px;
}
.nav {
	background-color: #000000;
	float: left;
	clear: none;
	width: 97%;
	border: 3px solid #eec900;
	border-radius: 20px;
	padding: 10px;
}

.mast_font {
	font-family: Open+Sans;
	color: #eec900;
	font-size: 48pt;
	font-weight: bold;
}
.title {
	font-family: arial;
	font-size: 14pt;
	color: #ffffff;
	text-transform: uppercase;
}	