@charset "UTF-8";
#mainwrapper header {
	/*Header */
	background-color: rgba(255,255,255,1.00);
	overflow: auto;
	font-family: segoe UI, sans-serif;
	font-style: normal;
	font-weight: 400;
}

#content #mainContent h1, #content #mainContent h2 {
	color: rgba(0,0,0,1.00);
}
#content #mainContent h3 {
	font-family: segoe UI, sans-serif;
	font-weight: 400;
	font-size: 1.50rem;
	color: rgba(0,0,0,1.00);
	margin-bottom: -6px;
	padding-bottom: 0px;
}

#content #mainContent h3 a {
	text-decoration: underline;
	color: rgba(42,42,42,1.00);
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	max-width: 1000px;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}
#content #mainContent #underBanner h1 {
	position: absolute; 
	padding: 0;
	margin: 0;
	right: 30px; 
	top: -80px;
	font-family: Franklin Gothic, sans-serif;
	font-weight: 500;
	font-size: 2.85rem;
}
#content #mainContent #underBanner h1 a:link {
	text-decoration: none;
	color: rgba(42,42,42,1.00);
	font-weight: 300;
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(0,0,0,1.00);
	font-family: segoe UI, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	max-width: 1000px;
	padding-left: 2%;
	width: 96%;
	float: left;
	padding-right: 2%;
	padding-top: 41px;
}
#underBanner {
	max-width: 1000px;
	position: relative;
	}
#mainwrapper {
	/* Container of all content */
	width: 100%;
	margin: 1px auto;
	overflow: auto;

}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}


/* 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;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#content #mainContent #underBanner h1 {
	position: absolute; 
	padding: 0;
	margin: 0;
	right: 40px; 
	top: -60px;
	font-size: 1.90rem;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 1.40rem;
	font-weight: 350;
}
	#content #mainContent #underBanner h1 {
	position: absolute; 
	padding: 0;
	margin: 0;
	right: 40px; 
	top: -45px;
	font-size: 1.50rem;
}
}
