@charset "UTF-8";
#mainwrapper header {
	/*Header */
	background-color: rgba(251,250,212,1.00);
	overflow: auto;
	font-family: nobile, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 95%;
	float: none;
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(17,0,158,1.00);
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	background-color: rgba(198,217,248,1.00);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 0;
	width: 100%;
	float: none;
	color: rgba(20,9,90,1.00);
	font-family: rosario;
	font-style: italic;
	font-weight: 700;
	font-size: 1em;
}
header nav a {
	/* Links in header */
	font-family: rosario, sans-serif;
	color: rgba(20,9,90,1.00);
	font-style: italic;
	font-size: 1.6rem;
	font-weight: 700;
	padding-right: 2%;
	}
	a:visited {
	color: rgba(156,109,53,1.00);
	font-size: 1.6rem;
	font-weight: 700;
	font-family: rosario;
	font-style: italic;
	}
	a:hover {
	color: rgba(255,60,0,1.00);
	font-size: 1.6em;
	font-weight: 700;
	font-family: rosario;
	font-style: italic;
	}
	a:active {
	color: rgba(66,45,9,1.00);
	font-size: 1.6rem;
	font-weight: 700;
	font-family: rosario;
	font-style: italic;
	}					

#content #mainContent h1, #content #mainContent h2 {
	/* Styling for main headings */
	font-family: nobile, sans-serif;
	color: rgba(17,0,158,1.00);
	font-style: italic;
	font-weight: 800;
}
content #mainContent h1 {
	font-size: 2.0em;
}
content #mainContent h2 {
	font-size: 1.6em;
}
#content #mainContent h3, #content #mainContent h4, #content #mainContent h5, #content #mainContent h6 {
	/*Captions ot Taglines */
	font-family: nobile, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(72,65,139,1.00);
}
#content #mainContent h3 {
	font-size: 1.4rem;
}
content #mainContent h4 {
	font-size: 1.125rem;
}
content #mainContent h5 {
	font-size: 1.125rem;
}
content #mainContent h6 {
	font-size: 0.975rem;
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(251,250,212,1.00);
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(11,6,53,1.00);
	font-family: rosario, sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	text-align: left;
}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: rgba(198,217,248,1.00);
	max-width: 550px
}
#content #mainContent #authorInfo h3 {
	color: rgba(72,65,139,1.00);
	padding-left: 2%;
	padding-top: 11px;
}
#content #mainContent #authorInfo p {
	font-size: 1.35rem;
	color: rgba(11,6,53,1.00);
	font-weight: 500;
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}
footer article {
	/* Footer articles */
	width: 100%;
	float: left;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
	font-family: rosario, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(11,6,53,1.00);
}
	footer a {
	font-family: rosario;
	font-size: 1.25rem;
	font-style: italic;
	color: rgba(17,0,158,1.00);
	text-decoration: none;
}

footer a:visited {
	color: #9c6d35;
}
footer a:hover {
	color: #ff3c00;
}
footer a:active {
	color: #472a2a;
}

footer article h5 {
	/* Footer article titles */
	text-align: center;
	font-family: rosario, sans-serif;
	font-style: italic;
	font-weight: 500;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 71%;
	float: left;
	padding-right: 2%;
	padding-top: 41px;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 19%;
	padding-left: 2%;
	padding-right: 2%;
	float: right;
	background-color: rgba(198,217,248,1.00);
	margin-top: 150px;
	padding-top: 32px;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 71%;
	float: left;
	padding-right: 2%;
	padding-top: 41px;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 19%;
	padding-left: 2%;
	padding-right: 2%;
	float: right;
	background-color: rgba(198,217,248,1.00);
	margin-top: 150px;
	padding-top: 32px;
}
#mainwrapper {
	/* Container of all content */
	width: 100%;
	overflow: auto;
	margin-left: 10%;
}
#content #sidebar input {
	/* Search box in sidebar */
	width: 98%;
	height: 32px;
}
#content #sidebar #adimage {
	/* Container for Image in sidebar */
	width: 100%;
	background-color: rgba(198,217,248,1.00);
	margin-top: 26px;
	float: none;
	overflow: auto;
}
nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	font-family: rosario, sans-serif;
	font-style: italic;
	font-size: 1.25rem;
	font-weight: 500;
	color: rgba(20,9,90,1.00);
	text-decoration: none;
}
	a:visited {
	font-family: rosario, sans-serif;
	font-style: italic;
	font-size: 1.25rem;
	font-weight: 500;
	color: rgba(156,109,53,1.00);
			}
	a:hover {
	font-family: rosario, sans-serif;
	font-style: italic;
	font-size: 1.25rem;
	font-weight: 500;
	color: rgba(255,60,0,1.00);
			}
	a:active {
	font-family: rosario, sans-serif;
	font-style: italic;
	font-size: 1.25em;
	font-weight: 500;
	color: rgba(66,45,9,1.00);
			}

#footerbar {
	/* Footer bar at the bottom of the page */
	height: 5px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(186,150,125,1.00);
	width: 97%;
}
#footerbar-f {
	/* Footer bar at the bottom of the page */
	height: 5px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(186,150,125,1.00);
	width: 97%;
}
footer {
	/* Container for footer artices */
	width: 95%;
	padding-left: 2%;
	padding-right: 2%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#sidebar #adimage img {
	/* Actual image in sidebar */
	background-color: rgba(198,217,248,1.00);
	width: 100%;
	float: left;
}
#mainwrapper header nav a {
	/* Links in header */
	font-family: rosario, sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	color: rgba(20,9,90,1.00);
	text-decoration: none;
}
#mainwrapper header nav a:hover {
	color: rgba(255,60,0,1.00);
	font-family: rosario;
	font-style: italic;
	font-weight: 600;
	font-size: 1.6rem;
}
#mainwrapper header nav a:active {
	color: rgba(66,45,9,1.00);
	font-family: rosario;
	font-style: italic;
	font-weight: 600;
	font-size: 1.6rem;
}
#mainwrapper header nav a:visited {
	color: rgba(156,109,53,1.00);
	font-family: rosario;
	font-style: italic;
	font-weight: 600;
	font-size: 1.6rem;
}
.row .col-lg-offset-3.col-xs-12.col-lg-6 .jumbotron {
	background-color: rgba(198,217,248,1.00);
}



/* Desktop view */
@media (printer) {
	
}
@media (min-width: 991px) {
header nav a {
font-size: 1.5rem
}
#content #mainContent p {
font-size: 1.6rem
}
#content #mainContent #authorInfo p {
	font-size: 1.35rem;
}
#content #sidebar input {

font-size: 1.25em;
}

footer article {
	font-size: 1.25rem;
}
	footer a {
	font-size: 1.25rem;

}

}
/* Tablet view */
@media screen and (max-width:768px) {
#mainwrapper header nav a:hover {
	color: rgba(255,60,0,1.00);
	font-family: rosario;
	font-style: italic;
	font-weight: 600;
	font-size: 1.25rem;
}
.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;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
}
#content #sidebar #adimage {
	/* Image in sidebar */
	width: 60%;
	margin-top: 0px;
	float: left;
}
#content #sidebar nav {
	/* Navigation links in sidebar */
	width: 36%;
	float: right;
	padding-left: 4%;
}
#sidebar nav ul {
	margin-top: 0px;
}
footer {
	/* Footer region */
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 46%;
}
#mainwrapper header {
	/* Header */
	width: 95%;
}
#content footer article {
	/* Each foter article */
	width: 95%;
	}
	}
	
/* Mobile view */
@media screen and (max-width:468px) {
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 95%;
	margin-left: 5%;
	marign-right: 5%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(198,217,248,1.00);
	font-size: 1.125em;
	width: 90%;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 7px;
}
#sidebar nav ul li {
	display: inline-block;
	width: 32%;
	font-size: 0.975rem;
	text-align: center;
}
#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;
}
	/* Title under maincontent, if any */	
#content #mainContent p {
		font-size: 1.25rem;
}
/* Title under maincontent, if any */
#content #mainContent h1 {
	font-size: 1.3rem
}
#content #mainContent h2 {
	font-size: 1.125rem
}#content #mainContent h3 {
	font-size: 0.975rem;
}
#content footer article {
	/* Each footer article */
	font-size: 0.975rem;
	width: 95%;
}
}

@media screen and (max-width:320px) {
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 95%;
	margin-left: 5%;
	marign-right: 5%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(198,217,248,1.00);
	font-size: 1.125em;
	width: 90%;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 7px;
}
#sidebar nav ul li {
	display: inline-block;
	width: 32%;
	font-size: 0.975rem;
	text-align: center;
}
#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;
}
	/* Title under maincontent, if any */	
#content #mainContent p {
		font-size: 1.25rem;
}
/* Title under maincontent, if any */
#content #mainContent h1 {
	font-size: 1.3rem
}
#content #mainContent h2 {
	font-size: 1.125rem
}#content #mainContent h3 {
	font-size: 0.975rem;
}
#content footer article {
	/* Each footer article */
	font-size: 0.975rem;
	width: 95%;
}
}
