body {
margin:0;
padding:0;
background-color: #FAF9F6; /* Off White */
}

div {
		margin: auto;
		padding: 0;
	}
p {
		margin: auto;
	}

#nav_area {
	width: 100%;
	min-height: 100px;
	display: inline-block;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FCFCF7; /* pearl */
	color: #222428;
	box-shadow: 0px 1px 5px #DEDEDE;
	}

#nav_bar{
	width: 80%;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #0D4E80;
	font-family: "League Spartan", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	text-transform: uppercase;
	text-align: right;
	}
#nav_bar a:link { color: #0D4E80; text-decoration:none; }
#nav_bar a:visited { color: #0D4E80; }
#nav_bar a:hover { color: #0D4E80; border-bottom: 6px solid #0D4E80; text-decoration: none;}
#nav_bar a:active { color: #0D4E80; }

.section_wrap {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}	
	
.steel_section {
	width: 98%;
	min-height: 300px;
	display: inline-block;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0;
	align-self: center;
	background-color: #E3E8EF; /* cold steel */	
	border-radius: 5px;
	overflow: hidden;
	}
	
.grey_section {
	width: 98%;
	min-height: 300px;
	display: inline-block;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0;
	align-self: center;
	background-color: #F1F1F1; /* grey */	
	border-radius: 5px;
	overflow: hidden;
	}
	
.white_section {
	width: 98%;
	min-height: 300px;
	display: inline-block;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0;
	align-self: center;
	background-color: #FAF9F6; /* egg white */	
	border-radius: 5px;
	overflow: hidden;
	}
	
.blue_section {
	width: 98%;
	min-height: 300px;
	display: inline-block;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0;
	align-self: center;
	color: #FCFCF7;
	background-color: #0D4E80; /* kni blue */	
	font-family: "League Spartan", serif;
  	font-weight: 400;
  	font-style: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.25em;
	border-radius: 5px;
	}

.feature_section {
	width: 98%;
	min-height: 300px;
	display: inline-block;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0;
	align-self: center;
	background-color: #1A1A1A; /* black */
	border-radius: 5px;
	}

	
.content_wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 40px;
	width: 75%;
	}

.content_wrap2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 90%;
	}

.column_spacer_left {
	margin-right: 10em;	
	}
.column_spacer_left_5 {
	margin-right: 5em;	
	}
.eighty {
	width: 80%;
	margin-left: auto;
	margin-right: auto;  
	height: auto;
	text-align: center;	
	}