@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	border: 2px solid rgba(255,255,255,1.00);
}
h1, h2, h3, h4, h5, h6{
	font-family: source-sans-pro;
	color: #1F5DA6;
	font-style: normal;
	font-weight: 600;
}
p{
	font-size: 1rem;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	color: rgba(21,21,21,1.00);
	line-height: 1.8rem;
}



/* Link styles*/
a {
	color: rgba(21,21,21,1.00);
	text-decoration: underline;
}
a:visited {
	color: rgba(146,146,146,1.00);
}
a:hover {
	color: rgba(31,93,166,1.00);
}
.heroHeader a {
	text-decoration: none;
}
.linkStyle {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
/* Header & HERO styles*/
.heroHeader {
	text-shadow: 0px 0px;
	background-color: rgba(255,255,255,1.00);
}

/* Typography styles*/
.textStyle {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
	width: 40%;
}
.headingStyle {
	color: rgba(146,146,146,1.00);
	font-size: 32px;
}
.mainHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 10%;
	font-size: 48px;
}
.mainTagline {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	margin-top: -1%;
}
.sectionText {
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}


/* Gallery styles */
.gallery{
    padding-top:20px;
    padding-bottom:30px;
}
.paraContent{
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-left: 5%;
	margin-right: 5%;
}

.contentArea{
	font-size: 14px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.showAreaH2 {
	
}
#secondaryStyling {
	padding-top: 20px;
    padding-bottom: 20px;
}
.secondarySection {
	background-color: rgba(208,207,207,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%;
}

.xing {
	margin-left: 12px;
	clear: none;
	float: right;
}
.coloured {
	background-color: rgba(253,245,206,1.00);
	padding-left: 8px;
	padding-right: 8px;
	
}

#linkno {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
h1 {
	font-size: 1.5rem;
	margin-top: 0px;
	padding-top: 0px;
	/* [disabled]background-color: rgba(235,235,235,0.83); */
}
h2 {
	font-size: 1.35rem;
	margin-top: 0px;
	padding-top: 0px;
	/* [disabled]background-color: rgba(235,235,235,0.83); */
}
.fluid.textContainer #sectionTwo .paraContent {
}
.small   {
	font-size: 0.7em;
}
.fluid.footerSection a {
	text-decoration: none;
}
