@charset "UTF-8";
#mainwrapper header {
    overflow: auto;
    font-family: acme;
    text-align: center;
}
h3 {
    color: #58C7BC;
    text-shadow: 1px 1px #000000;
    margin-right: 3%;
    margin-left: 3%;
    font-size: 100%;
    margin-top: 0.5%;
    margin-bottom: 1%;
}

#mainwrapper header #logo {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #754873;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(88,199,188,1.00) 10.10%), url(url);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(88,199,188,1.00) 10.10%), url(url);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(88,199,188,1.00) 10.10%), url(url);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(88,199,188,1.00) 10.10%), url(url);
    margin-top: 0.01%;
    margin-right: 0.01%;
    margin-bottom: 0.01%;
    margin-left: 0.01%;
    padding-top: 0.01%;
    font-family: acme;
    font-style: normal;
    font-weight: 400;
    font-size: large;
}
#logo h5 strong {

}

header #logo img {

}
#mainwrapper img {
}
#mainwrapper img {

}



#mainwrapper header nav {
    text-align: left;
    float: left;
    color: rgba(68,202,218,1.00);
    font-family: acme;
    font-style: normal;
    font-weight: 400;
    width: 100%;
}
header nav a {



}
#content #mainContent h1, #content #mainContent h2 {
    /* Styling for main headings */
    color: rgba(117,72,115,1.00);
    margin-top: 3%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 1%;
    font-family: acme;
    font-style: normal;
    font-weight: 400;
    font-size: 110%;
}
#content #mainContent h3 {
    /*Captions ot Taglines */
    font-family: acme;
    font-style: normal;
    color: rgba(243,106,18,1.00);
    margin-top: 0px;
    text-align: center;
    font-size: 100%;
}
#content #mainContent #bannerImage {
    background-repeat: repeat;
    float: center;
    clear: both;
}
#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%;
}
footer article {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
    float: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 10px;
    text-align: center;
    font-size: small;

}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 19%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	background-color: rgba(246,246,246,1.00);
	margin-top: 150px;
	padding-top: 32px;
}
#mainwrapper {
    overflow: auto;
    text-align: center;
    margin-top: 3%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
    margin-bottom: 3%;
    font-size: 100%;
    margin-left: 3%;
    margin-right: 3%;
}
#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;
}
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;
	clear: both;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}
footer {
    padding-left: 2%;
    padding-right: 2%;
    background-color: #58C7BC;
    color: #FFFFFF;
    font-family: acme;
    font-style: normal;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 2%;
}
.notOnDesktop {

}
#mainContent #bannerImage img {
    /* Actual banner image */
    width: 100%;
    text-align: left;
    margin-left: 0px;
    float: left;
}
#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}
#mainwrapper header nav a {
    text-decoration: none;
    color: #000000;
    padding-right: 3%;
    text-align: right;
    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;
    margin-top: 0.1px;
    padding-top: 0.1px;
}
#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: left;
	padding-left: 4%;
}
#sidebar nav ul {
	margin-top: 0px;
}
footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 46%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}
#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: 32%;
	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;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
}
#content footer article {
	/* Each foter article */
	width: 96%;
}
}

@media screen{
#mainwrapper h3 {
    margin-bottom: 0px;
}

}
