@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: rgba(255,255,255,0.88);
}
h1, h2, h3, h4, h5, h6{
	font-family: 'montserrat' , sans-serif;
	color: rgba(246,246,246,1.00);
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
}


p{
	font-size: 20px;
	font-family: 'alice', sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(225,225,225,1.00);
	line-height: 1.8;
}


/* Link styles*/
a {
	color: rgba(255,255,255,1.00);
}
a:visited {
	color: rgba(255,255,255,1.00);
}
a:hover {
	color: rgba(255,255,255,1.00);
}
.linkStyle {
	color: rgba(146,146,146,1.00);
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;	
}
/* Header & HERO styles*/
.logo {
	text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.heroHeader {
	height: auto;
	background-position: right right;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
/* Navigation styles*/
.topNavUl {
	position: static;
    padding-top:20px;
    padding-bottom: 20px;
}
.topNavLI {
	text-align: center;
}
/* Typography styles*/
.textStyle {
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(27,66,152,1.00);
	margin-top: 12px;
	font-size: 15px;
	padding-bottom: 7px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
.headingStyle {
	/* [disabled]font-family: 'montserrat', sans-serif; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	color: rgba(27,66,152,1.00);
	font-size: 48px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: left;
	text-indent: 40px;
}
.mainHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 48px;
	text-shadow: 1px 2px 2px rgba(0,0,0,1.00);
	margin-top: 176px;
}
.mainTagline {
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	padding-top: 0px;
	margin-top: -28px;
	text-align: center;
}
.sectionText {
	text-align: left;
}
.sectionOne {
	text-align: justify;
	margin-bottom: 9.4745px;
	width: 83.0508%;
	height:auto;
	margin-left: 8.4745%;
}
#sectionTwo {
	text-align: justify;
}

/* Gallery styles */
.gallery{
	padding-top: 20px;
	padding-bottom: 11px;
	background-color: rgba(255,255,255,0.84);
}
.paraContent{
	font-size: 18px;
	font-family: alice, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(246,246,246,1.00);
	line-height: 1.8;
	margin-left: 0%;
	margin-right: 5%;
	text-align: left;
	margin-bottom: 1%;
}
.contentArea{
	font-size: 14px;
	font-family: alice , sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.showAreaH2 {
	margin-top: 168px;
	background-color: rgba(255,255,255,0.77);
}

.secondaryStyling {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -14px;
}
.secondarySection {
	background-color: rgba(255,255,255,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: justify;
	margin-bottom: 10%;
}
#events_slider_container{
	width: 100%;
	position: relative;
	height: auto;
}
