@charset "UTF-8";

#mainwrapper header {

	/*Header */

	background-color: rgba(208,207,207,1.00);

	overflow: auto;

	font-family: montserrat, sans-serif;

	font-style: normal;

	font-weight: 400;

}

#mainwrapper header #logo {

	/* Company Logo text */

	width: 28%;

	float: left;

	padding-left: 2%;

	padding-top: 12px;

	padding-bottom: 12px;

	color: rgba(146,146,146,1.00);

}

#mainwrapper header nav {

	/*Nav bar containing links in header */

	text-align: right;

	padding-top: 12px;

	padding-bottom: 12px;

	padding-right: 2%;

	width: 68%;

	float: left;

	color: rgba(146,146,146,1.00);

}

#content #mainContent h1, #content #mainContent h2    {

	/* Styling for main headings */

	color: rgba(146,146,146,1.00);

}

#content #mainContent h3 {

	/*Captions ot Taglines */

	font-family: source-sans-pro, sans-serif;

	font-style: normal;

	font-weight: 200;

	color: rgba(146,146,146,1.00);

}

#content #mainContent #bannerImage {

	/*Container for main banner image */

	width: 100%;

	background-color: rgba(208,207,207,1.00);

}

#content #mainContent p {

	/* All paragraphs under maincontent */

	color: rgba(146,146,146,1.00);

	font-family: source-sans-pro, sans-serif;

	font-style: normal;

	font-weight: 200;

	text-align: justify;

}

#content #mainContent #authorInfo {

	/* Author info section */

	background-color: rgba(208,207,207,1.00);

}

#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {

	color: rgba(255,255,255,1.00);

	padding-left: 2%;

	padding-top: 11px;

}

#content #mainContent #authorInfo p {

	color: rgba(255,255,255,1.00);

	padding-left: 2%;

	padding-top: 0px;

	padding-bottom: 11px;

	padding-right: 2%;

}

#content #sidebar input {

	/* Search box in sidebar */

	width: 98%;

	height: 32px;

}

#content #sidebar #adimage {

	/* Container for Image in sidebar */

	width: 100%;

	background-color: rgba(208,207,207,1.00);

	margin-top: 46px;

	float: none;

	overflow: auto;

}

.notOnDesktop {

	/*element to be displayed only in mobile view and tabet view */

	display: none;

}

#mainContent #bannerImage img {
	/* Actual banner image */

	width: 300px;

}

#sidebar #adimage img {

	/* Image in sidebar */

	width: 100%;

	float: left;

}



#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: 8px;

	padding-bottom: 8px;

	width: 96%;

}

#content .notOnDesktop input {

	height: 28px;

}

#sidebar input {

	/* Search box in sidebar */

	display: none;

}



#content #sidebar #adimage {

	/* Image in sidebar */

	width: 60%;

	margin-top: 0px;

	float: left;

}

#content #sidebar nav {

	/* Navigation links in sidebar */

	width: 36%;

	float: left;

	padding-left: 4%;

}

#sidebar nav ul {

	margin-top: 0px;

}



}



/* Mobile view */

@media screen and (max-width:0px){

#content #sidebar #adimage {

	/* Container for image in sidebar */

	width: 100%;

}

#content #sidebar nav {
	/* Navigation bar for links in sidebar */

	width: 100%;
	padding-top: 7px;

}

#sidebar nav ul li {

	display: inline-block;

	width: 32%;

	text-align: center;

}


#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 footer article {

	/* Each foter article */

	width: 96%;

}




}

@media screen{
}
