*
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	background: rgb(0, 51, 102);
	margin-left: auto;
	margin-right: auto;
}
#top_nav
{
	background: rgb(0, 51, 102);
	display: flex;
}
#top_nav_logo
{
	width: 40vw;
    padding-left: 2vw;
	display: flex;
}
#top_nav_links
{
	display: flex;
    width: 50vw;
}
#top_nav_links ul
{
    list-style: none;
}
#top_nav_links *
{
	color: #FFF !important;
	text-decoration: none;
}
#top_nav_links a, #top_nav_links li
{
    float: left;
    display: inline;
	font-style:italic;
	font-weight: bold;
	font-size: 1.1em;
	
}
#top_nav_links a:hover
{
	text-decoration: underline !important;
}
#top_nav_links li
{
    padding-left: 0.25em;
    padding-right: 0.25em;
	padding-right: 0.25em;
    border-left: 2px solid #FFF;
}
#main_about_us_content
{
	width: 90vw;
    margin-left: 5vw;
    margin-top: 1em;
}
#main_about_us_content h1
{
	color: #FFF;
	text-align: center;
}
#inner_content_wrapper_about_us
{
	display: flex;
	justify-content: center;
	padding: 2.25em;
}
#inner_content_wrapper_about_us img
{
	box-shadow: 0px 0px 0.25em #000;
}
#about_par_one
{
	position: relative;
    top: -2em;
}
#about_par_one h2
{
    color: yellow;
}
#about_par_one h3
{
	background: rgba(0, 0, 0, 0.25);
    padding: 0.375em;
    margin-bottom: 1em;
}
#about_par_one p
{
    margin-bottom: 1em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#extra_spacer_p
{
	margin-top: 1em;
	margin-bottom: 1em;
}
#about_par_one > div > img
{
    display: block;
	margin-top: 1em;
	box-shadow: 0px 0px 0.375em #000;
}
#about_par_one h4
{
	color: yellow;
}
#about_par_one #contact_info
{
    background: rgba(0, 0, 0, 0.25);
    padding: 1em;
    margin-top: 1em;
    border: 1px solid #000;
}
#about_par_one *
{
    color: #FFFFFF;
}

@media(max-width: 900px)
{
	#top_nav
	{
		display: block;
	}
	#top_nav_links li
	{
		border-left: none !important;
		border-bottom: 2px solid #FFF;
		margin: 2px;
        width: 90vw;
	}
}