@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	max-width:100%;
	background-color:#b3d2ee;

		background-image:url(pics/skyclouds.jpg);
  background-size: cover;
    background-position: center; background-repeat:repeat-y;

		padding:1em;

}
h1, h2, h3, h4, h5, h6{
	font-family: sans-serif;
	color:rgba(245,19,23,1.00);
	font-style: normal;
	font-weight: 400;
}

p{
	font-size: 1.2em;
	font-family: 宋体;

}


/* Link styles*/
a {
	color: #16395e;
	text-decoration:none;
}
a:visited {
	color: #16395e;
}
a:hover {
	color: #16395e;
}
.linkStyle {
	color: #16395e;
	font-family: 宋体;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;	
}
/* Header & HERO styles*/
.logo {
	text-align: center;
    padding-top:2em;
    padding-bottom: 2em;

}
.heroHeader {
	height: 230px;
	background-color:none;

}
/* Navigation styles*/
.topNavUl {
	position: static;
    padding-top:20px;
    padding-bottom: 20px;
}
.topNavLI {
	text-align: center;
}
/* Typography styles*/
.textStyle {
	font-family:黑体, 宋体;
	font-style: normal;
	font-weight: 400;
	font-size:1.3em;
	color:#000;
	line-height:1.8em;

	}
.headingStyle {
	/* [disabled]font-family: 'montserrat', sans-serif; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	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: center;
}
#sectionOne {
	text-align: justify;

	border-top-left-radius:1em;
	border-top-right-radius:1em;
	
}
#sectionTwo {
	text-align: justify;
}

/* Gallery styles */
.gallery{
	padding-top: 2em;
	padding-bottom: 2em;

}
.paraContent{
	text-align:left;
	font-size: 1.2em;
	font-family: 宋体;
	font-style: normal;

	line-height: 1.8em;
	padding:1em;

		color:#684c22;

}
.contentArea{
	font-size: 14px;
	font-family: alice , sans-serif;
	font-style: normal;
	font-weight: 100;
	color:#F51619;
	line-height: 1.8;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.showAreaH2 {
	
}
#secondaryStyling {
	padding-top: 20px;
    padding-bottom: 20px;
}
.secondarySection {
	background-color:#e3f1e0;
}
.secondaryHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
}
/*Footer styles*/
.footerTitle {
    text-align: center;
    font-size: 1.2em;
}
.footerTextContainer {
	text-align:left;
}
