body{
	background-color: #013369; 
	color: #FFFFFF;
	font-family: 'Roboto';
}

.footer{
	color: #FFFFFF;
	background:  #000000;
	max-width:  1920px;
	width:  100%;
	padding: 2em auto 2em auto;
	margin:  2em 0px 0px 0px;
	text-align:  center;
	font-family:  'Roboto';
	font-size:  0.875em;
}

p{
	font-family: 'Roboto'; 
	font-size: 1.125em;
	font-weight: 300;
	width:  100%;
}

p.warning{
	background: #FFFFFF;
	color:  #AF0000;
	width:  100%;
	border-radius:  5px;
	padding:  2em;
}

.row{
	width: 92%;
	margin: 2em auto 2em auto;
	max-width: 1920px; 
	line-height: 2.0;
	font-family: 'Roboto';
}

h1{
	font-size: 1.75em;
	color:  #FFFF00;
	line-height: 2.0;
	font-family: 'Orbitron';
	margin: 0px auto 0px auto;
	font-weight: 700;
	width: 100%;
	text-align: center;
}

h2{
	font-size: 1.5em;
	color:  #FFFF00;
	text-align: left;
	line-height: 2.0;
	font-family: 'Orbitron';
	font-weight:  600;
	width: 100%;
}

h3{
	font-size: 1.250em;
	color:  #FFFF00;
	text-align: left;
	line-height: 2.0;
	font-family: 'Orbitron';
	font-weight: 400;
	width:  100%;
}

.coname{
	font-size: 1.75em;
	color:  #FFFF00;
	line-height: 2.0;
	font-family: 'Orbitron';
	margin: 0px auto 0px auto;
	font-weight: 700;
	width: 100%;
	text-align: center;	
}

.req{
	color:  #FFFF00;
	font-weight:  600;
}

ul.content{
	margin-left: 4%;
	width:  85%;
}

.navbar-dark{
	background:  #013369;
}