@charset "UTF-8";

#content #mainContent h1, #mainContent h2 {
	/* Styling for main headings */
	color: rgba(0,0,0,1.00);
}
#content #mainContent h2 {
	/* Styling for main headings */
	color: rgba(0,0,0,1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,0,1.00);
}



#content #content {
	/* Styling for main headings */
	color: rgba(0,0,0,1.00);
}
#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(0,0,0,1.00);
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(0,0,0,1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: justify;
}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: rgba(23,23,23,1.00);
}
#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 0%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	text-align: center;
}
footer article {
	/* Footer articles */
	width: 50%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,0,1.00);
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 0%;
	width: 80%;
	float: left;
	padding-right: 0%;
	padding-top: 130px;
}
#mainwrapper {
	/* Container of all content */
	width: 100%;
	overflow: auto;
	margin-left: 10%;
}
#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: 80%;
	padding-left: 2%;
	padding-right: 2%;
}

info {
	/* Container for footer artices */
	width: 80%;
	padding-left: 2%;
	padding-right: 2%;
}

info article {
	/* Footer articles */
	width: 50%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,0,1.00);
}
info article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}


#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#mainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}

/* Tablet view */
@media screen and (max-width:769px) {
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 30px;
	padding-bottom: 8px;
	width: 100%;
}
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 120px;
	float: none;
	width: 80%;
}
footer {
	/* Footer region */
	width: 80%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 46%;
}
info {
	/* Footer region */
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
#content info article {
	/*Each footer article */
	width: 80%;
}	
}

/* Mobile view */
@media screen and (max-width:480px) {
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 80%;
	margin-left: 2%;
}

#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
}
#content footer article {
	/* Each foter article */
	width: 80%;
}
#content info article {
	/* Each foter article */
	width: 100%;
}
}
