@charset "UTF-8";
#mainwrapper header {
	/*Header */
	background-color: rgba(141,25,27,1.00);
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 800;
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 70%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: rgba(141,25,27,1.00);
}

#mainwrapper #logo img {
	/* Actual banner image */
	max-width:	100%;
}


#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 2%;
	width: 24%;
	float: left;

}
header nav a {
	/* Links in header */
	padding-right: 2%;


}


#content #mainContent h1, #content #mainContent h2 {
	/* Styling for main headings */
	color: rgba(79,79,79,1.00);
	font-family: montserrat, sans-serif;
}
#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal
	font-weight: 500;
	color: rgba(101,101,101,1.00);
}

#content #mainContent h3 {
}

#content #mainContent #bannerImage {
	/*Container for main banner image */
	max-width:	100%;
}


#content #mainContent p {
    /* All paragraphs under maincontent */
    color: rgba(0,0,0,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
	/*font-size: large;*/
}

footer article {
	width: 96%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	font-style: normal;
	font-weight: 200;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	/*#color: rgba(146,146,146,1.00);*/
	color: rgba(0,0,0,1.00);
}

#mainContent {
	padding-left: 2%;
	width: 96%;
	float: left;
	padding-right: 2%;
	padding-top: 41px;
}




nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}
footer {
	/* Container for footer artices */
	width: 100%;
}

#mainContent #bannerImage img {
	/* Actual banner image */
	max-width: 100%;
}

#mainwrapper header nav a {
	/* Links in header */
	color: rgba(208,207,207,1.00);
	text-decoration: none;
}

/* Tablet view */

@media screen and (max-width : 758px ){

	
#mainContent {
	padding-top: 0px;
	float: none;
	width: 90%;
}


footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

#mainwrapper header {
	/* Header */
	width: 100%;
}
}


/* Mobile view */
@media screen and (max-width : 605px ){
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}
#mainwrapper header nav a {
	/* Links in header */
	color: rgba(71,71,71,1.00);
	text-decoration: none;


}
