@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: rgba(239,239,239,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Alice, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: rgba(68,74,39,1.00);
	font-style: normal;
	font-weight: 400;
}
a.button {
	display: inline-block;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 10px;
	color: #2A2929;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px;
	text-shadow: 0px 0px;
	border: thin solid #2A2929;
	position: relative;
	cursor: pointer;
	text-align: center;
	box-shadow: 0px 0px;
}

/* Link styles*/
a {
	color: rgba(54,54,54,1.00);
}
a:visited {
	color: rgba(34,34,34,1.00);
}
a:hover {
	color: rgba(0,0,0,1.00);
}
.linkStyle {
	color: rgba(236,236,236,1.00);
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
}
/* Header & HERO styles*/
.logo {
	text-align: center;
	padding-bottom: 10px;
	/* [disabled]padding-right: 10px; */
	background-color: rgba(0,0,0,1.00);
	padding-top: 5px;
	/* [disabled]padding-left: 5px; */
}
.heroHeader {
	height: 90px;
	background-color: rgba(0,0,0,1.00);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	/*	background: url(http://melsheffler.com/images/artbackgroundb.png) right -20px no-repeat, url(../images/art_top_image.jpg) left top no-repeat;
*/	text-shadow: 1px 1px 3px #000000;
	background-size: cover;
}
/* Navigation styles*/
.topNavUl {
	position: static;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left;
}
}
/* Typography styles*/
.textStyle {
	font-family: Alice, 'montserrat', sans-serif;
	font-weight: bold;
	color: rgba(146,146,146,1.00);
}
.headingStyle {
	color: rgba(72,127,77,1.00);
	font-size: 32px;
}
.mainHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 3%;
	font-size: 45px;
}
.mainTagline {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 29px;
	margin-top: -5%;
	font-family: Alice, "Trebuchet MS", Verdana, sans-serif;
}
.sectionText {
	text-align: center;
}
#sectionOne {
	text-align: justify;
}
#sectionTwo {
	text-align: left;
}

/* Gallery styles */
.gallery{
	padding-top: 1px;
	padding-bottom: 30px;
}
.paraContent{
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
}
.contentArea{
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: rgba(175,175,175,1.00);
	line-height: 1.8;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.showAreaH2 {
	margin-top: 20px;
	text-align: center;
}
#secondaryStyling {
	padding-top: 20px;
	padding-bottom: 5px;
}
.secondarySection {
	background-color: rgba(42,41,41,1.00);
}
.secondaryHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
}
/*Footer styles*/
.footerTitle {
    text-align: center;
    font-size: 22px;
}
.footerTextContainer {
	text-align: center;
	margin-bottom: 10%;
}
.topNavLI a:visited {
	color: #dddddd;
}
.topNavLI a:hover {
	color: #ffffff;
}
