body
{
	margin: 0 auto;
	padding: 0;
	width: 1000;
	background-color: #543d3138;
	caret-color: transparent;
}

.no-select {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
								supported by Chrome, Opera and Firefox */
}

#main
{
	box-sizing: border-box;
	font-family: oswald;
}

#top-bar
{
	width: 100%;
	box-sizing: border-box;
	height: 20px;
	background-color:rgb(41, 41, 41);
}

h2 
{
	font-size: 19;
}

h3
{
	font-size: 16px;
	margin: 0 0 10 0;
}

h4
{
	font-size: 16px;
	margin: 0 0 10 0;
	color: rgb(12, 75, 100)
}

.link {
	text-decoration: underline;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.description
{
	font-size: 15px;
}

#top-bar-container
{
	width: 100%;	
	margin: 0px auto 0px auto;
	padding: 0px;
}

#contact-us
{
	color:white;
	float:right;
	font-size: 20px;
	margin-right: 100px;
}

#header
{
	width: 100%;
	margin: 0px auto 0px auto;
}

#header-content
{
	height: auto;
	width: 1000px;
	margin: 0px auto 0px auto;
}

#header-title-container
{
	margin: 0px auto 0px auto;
	height: auto;
	float:left;	
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	
	
}

#header-title-logo
{
	float:left;
	width: 100%;
	margin: 10 0 10 0;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px rgba(132, 116, 116, 0.3);
}

#header-title-logo img
{
	width: 100%;
	height: 'auto';
}

#header-title
{
	float:left;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 70px;
	color: #1B75BB;
	font-weight: bold;
	margin: 0px;
	height: auto;
}

#header-subtitle
{
	float:left;
	margin: 0px 0px 0px 50px;
	box-sizing: border-box;
	font-size: 24px;
	margin: 0px 0px 0px 50px ;
}

#banner-header
{
	width: 1000px;
	height: 70px;
	margin: 0px auto 0px auto;
}


.button 
{
	float: left;
    background-color: #008CBA;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;    
    cursor: pointer;
    height: 100%;
    width: 120px;
}

#article-header img
{
	width: 70%;
	margin: 10px auto 0px auto;
}


#listing-contact
{
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color:white;
	border: 1px solid lightgray;
	box-sizing: border-box;
}

#listing-contact-container
{
	width: 1000px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	height: 30px;
	padding: 2px;
	font-family: oswald;
	font-size: 18px;
	text-align: center;
	color: #3A3838;
}

#listing-contact-container
{
	
}

.centered-text {
	text-align: center;
	display: block;
}