body{
	background-color:#d1c4b2;
	font-family:Segoe-UI, Verdana, sans-serif;
}
.logoWrapper{
	background-color:#e9e2d8;
}
.logoImage{
	width:100%;
	display:flex;
	justify-content:space-around;
	align-items:center;
	padding-top:2em;
}
.logoImage img{
	width:100%;
	height:auto;
}
.logoTextLarge{
	display:none;
}
.logoText{
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:2em;
}
.colorBar{
	height:2em;
	width:100%;
	background-image:url("../images/NSODCcolorBar.jpg");
	background-size: 200% 100%;
    background-repeat: no-repeat;
}
.colorBar img{
	width:100%;
}
.nav{
	background-color:#d1c4b2;
}
.largeNav{
	display:none;
}
.smallNav{
	display: none1;
}
.smallNav ul{
	list-style-type:none;
}
.smallNav ul li{
	padding:1em;
}
.nav ul{
	list-style-type:none;
}
.nav a{
	color:black;
	text-decoration:none;
}