@charset "UTF-8";
#mainwrapper header {
	/*Header */
	background-color:#BFEBF9;
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainwrapper header #logo {
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #BFEBF9;
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: auto;
	width: 100%;
	color: #BFEBF9;
	border-radius: 12px;
}
header nav a {
	/* Links in header */
	padding-right: 10px;
	background-color: #BFEBF9;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	color:navy;
	text-decoration: none;
}
#content #mainContent h1, #content #mainContent h2 {
	/* Styling for main headings */
	color: #515151;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding-top: 0px;
}
#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: normal;
	font-weight: 200;
	color:#242424;
	margin-top: 0px;
	text-align:left;
	maring-left:0px;
	margin-right:0px;
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(208,207,207,0.00);
}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: rgba(191,235,249,1.00);
}
#content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}

#mainContent {
	width: 100%;
	float: left;
	padding-top: 0px;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 26%;
	background-color: rgba(191,235,249,1.00);
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	float: right;
	margin-left: 15px;
	font-family: Rockwell;
}
#mainwrapper #content #sidebar img
{
	width:100%;
	justify-content:center;
}
#mainwrapper {
	/* Container of all content */
	width: 80%;
	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(208,207,207,1.00);
	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 {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 68%;
	margin:0;
}
#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;
	width: 100%;
}
#mainContent #authorInfo h2 {
}

/* 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%;
}

#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	padding-bottom: 13px;
}
#content #sidebar #adimage {
	/* Image in sidebar */
	width: 100%;
	margin-top: 0px;
	float: left;
}

}

#mainwrapper header {
	/* Header */
	width: 100%;
}
.navigation {
}
.top {
}
.navigation {
}



/* Mobile view */
@media screen and (max-width:480px) {
#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%;
}
#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: 100%;
	text-align: center;
}
#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
	width: 80%;
	float: right;
}
#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: 96%;
}
}
.navbar {
	height: 30px;
}
.truetop {
	margin-left: 9.25%;
	margin-right: 10%;
	padding-left: 5px;
}
a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
aside {
	color:#BFEBF9;
}
#me {
	border-color:white;
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
}
#research {
	border-color:white;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
}
.me
{
	color: #04082E;
	background-color:#BFEBF9;
}
.me:hover {
	color:#BFEBF9;
		transition-property:all;
		transition-duration:0.2s;
	background-color:#04082E;
}
#afterphoto {
	padding-left:15%;
	padding-right:0%;
}

.withsidebar {
	width: 100%;
	text-justify: inter-word;
	text-align: justify;
	margin-right:2%;
}
#sidetext {
	width: 100%;
	font-family: Rockwell;
	text-align:justify;
}
#leftsidebar {
	width: 26%;
	background-color: rgba(191,235,249,1.00);
	padding-top: 12px;
	padding-left: 15px;
	padding-right:15px;
	padding-bottom: 0px;
	float: left;
	margin-right: 15px;
	font-family: Rockwell;
}
#leftsidebar img {
	width:100%;
}
#phototext {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size:7pt;
	margin-top:10px;
}
.top {
	background-color:#BFEBF9;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 4px;
	border-color:white;
}

