@charset "UTF-8";

a {
	color: inherit
}

#mainwrapper {
	width: auto;
}

#mainwrapper header {
	/*Header */
	background-color: rgba(0,0,0,0.60);
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 2%;
	width: 98%;
	float: left;
	color: rgba(146,146,146,1.00);
}
header nav a {
	/* Links in header */
	padding-right: 2%;
}
#carousel {
	margin-top: 100px;
	padding: 2%;
	margin-left: 2%;
	margin-right: 2%;
	background-color: rgba(0,0,0,0.60);	
}
#content #mainContent {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 5px;
	padding-bottom: 11px;
	padding-right: 2%;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	text-align: justify;
	margin-left: 2%;
	margin-right: 2%;	
	background-color: rgba(0,0,0,0.70);
}
#content #mainContent #maintext h6, #content #mainContent #maintext {
	color: rgba(255,255,255,1.00);
	font-size: x-small;
	padding-left: 2%;
	padding-top: 11px;
}
#content #mainContent #maintext p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}
#mainContent {
	width: 96%;
	float: left;
	padding-left: 2%;	
	padding-right: 2%;	
	margin-top: 90px;
	margin-bottom: 150px;	
	padding-top: 0px;
}

#mainwrapper {
	/* Container of all content */
	width: 100%;
	margin-left: 0%;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 150px;
	clear: both;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-size: xx-small;
	color: rgba(255,255,255,1.00);
	text-decoration: none;	
	width: 100%;
	padding-top: 10px;	
	padding-bottom: 10px;	
}
footer {
	/* Container for footer artices */
	width: 71%;
	padding-left: 2%;
	padding-right: 2%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainwrapper header nav a {
	/* Links in header */
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

/* Tablet view */
@media screen and (max-width:769px) {
.notOnDesktop 
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {

}
