@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'pier';
    src: url(../fonts/pier.otf)
}

@font-face {
	font-family: 'gudea';
    src: url(../fonts/gudea.otf)
}

@font-face {
	font-family: 'gudea-bold';
    src: url(../fonts/gudea-bold.otf)
}

@font-face {
	font-family: 'bebas-book';
    src: url(../fonts/bebas-book.otf)
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #fff;
	width: 100%;
}

/* level 1 */

.navibar {
	width: 100%;
	height: 85px;
	position: relative;
	z-index: 999999;
	background: #fff;
}

#nivo-slider-body {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 100;
}

#sub-sections-body {
	width: 100%;
	background: #fff;
	background-size: cover;

}
#sub-sections-links {
	width: 100%;
	height: 400px;
	float:left;
	font-family: 'pier';
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #423f2d;
	background: #EEEBE2;
	position: relative;
	z-index: 100;
}

#sub-sections-links a {
	outline: none;
}

#footer {
	width: 100%;
	background: #fff;
	float: left;
	font-family: 'gudea';
	position: relative;
	z-index: 9999;
	height: 150px;
	border-top: solid 0px #CABF92;
}


/* level 2 */
#caption {
	width: 122px;
	height: 50px;
	text-align: left;
	margin-top: 23px;
	margin-left: 10px;
	font-family: 'pier';
	font-size: 10px;
	line-height: 12px;
	color: #a99a71;
	float: left;
}
#logo {
	width: 160px;
	height: 55px;
	background: url(../images/sparks-logo-3.svg) center  no-repeat;
	background-size: cover;
	float: left;
	margin-left: 5%;
	margin-top: 10px;
	text-align: justify;
}

#nav {
	width: 60%;
	height: 85px;
	float: right;
	text-transform: uppercase;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 13px;
	margin-right: 5%;
	outline: none;
	letter-spacing: 0.5px;
}

#nav ul li {
	width: 16.6%;
	height: 85px;
	float: left; /* makes navi horizontal */
	list-style: none;
	text-align: center;
	line-height: 85px; /* vertical align of text */
	
}


#nav ul li#faq-width {
	width: 13.3%;
}
#nav ul li#news-width {
	width: 20.3%;
}




#nav ul li a {
	text-decoration: none; 
	color: #423f2d;
	display: block;
	outline: none; /*take the full width and height of the previous to make the activation area bigger */
}

#nav ul li a:hover {
	width: 100%;
	background: #73654a;
	color: #fff;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

/* drop down menu styles */

#nav ul li ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 11px;
	
}

#nav ul ul li a {
	background: #fff;
	color: #000;
	outline: none;
}

#nav ul ul li a:hover {
	background: #a99a71;
	color: #fff;
	opacity: 0.9;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

/* hidding dropdown */
#nav ul ul {
	visibility: hidden;
}

#nav ul li:hover > ul {
	visibility: visible; 
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	
}


#sub-header {
	width: 40%;
	background: #a99a71;
	font-family: 'PT Sans', sans-serif;
	font-size: 50px;
	color: #504D3C;
	line-height: 100px;
	text-align: center;
	float: left;
	letter-spacing: 2px;
	height: 405px;
	background: url(../images/latest-happenings.jpg) right;
	background-size: cover;
	text-transform: uppercase;
	position:relative; 
	z-index: 99;
}

#news {
	float: left;
	padding: 5px 6% 35px 30px;
	width: 60%;
	font-family: 'gudea';
	font-size: 14.5px;
	background: url(../images/background-2.svg) center;
	background-size: cover;
}

#news h2 {
	font-size: 20px;
	font-family: 'gudea';
	color: #7A875A;
	padding-top: 0px;
	
}
#news h1 {
	font-size: 23px;
	font-family: 'pier', 'Lato', sans-serif;
	color: #4A422A;
	text-transform: uppercase;
	font-weight: 100;
	
}
#news p {
	padding-top: 10px;
	color: #454545;
}

#news a {
	text-decoration: none;
	color: #7A875A;
}
#news a:hover {
	text-decoration: underline;
	color: #48513B;
}

#buttons-1 {
	color: #60573F;
}



#resources-link {
	padding-top: 55px;
	margin-left: 5%;
	width: 30%;
	height: 500px;
	float: left;
	outline: none;
}
#gethelp-link {
	padding-top: 55px;
	width: 30%;
	height: 500px;
	float: left;
	outline: none;
}
#joinus-link {
	padding-top: 55px;
	width: 30%;
	height: 500px;
	float: left;
	outline: none;
}

.sub-section-captions {
	width: 200px;
	margin: 0 auto;
	outline: none;
}

.sub-section-captions a {
	outline: none;
	text-decoration: none;
}


#sub-section-righ-img {
	width: 850px;
	height: 650px;
	background-image: url(../images/latest-happenings.jpg);
	background-size: cover;
	float: right;
	margin-top: 50px;
}

#site-map {
	width: 100%;
	height: 80px;
	color: #6B5E43;
	padding-top: 50px;
	font-family: 'pier', 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
}
#site-map a {
	text-decoration: none;
	color: #6B5E43;
}
#site-map a:hover {
	text-decoration: underline;
	color: #6B5E43;
}

#footer-captions {
	font-size: 12px;
	color: #CABF92;
	letter-spacing: 1px;
	float: left;
	text-align: center;
	width: 100%;
	
}


#divider {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
#divider2 {
	margin: 0 auto;
	width: 40px;
}

#divider hr {
	color: #918770;
	background: #918770;
	border: solid 0.2px #918770;
}

#newsletter-body {
	width: 50%;
	height: 500px;
	background: #a2a28d url(../images/newsletter.jpg) center;
	background-size: cover;
	float: left;
	margin-left: 50%;
}
#join-newsletter {
	width: 65%;
	height: 350px;
	background: #574D3B;
	position: absolute;
	float: left;
	padding: 50px 40px 40px 0px;
	text-align: center;
}
#sub-sections-newsletter {
	width: 100%;
	height: 350px;
	float: left;
	margin-top: -10px;
	background: #574D3B;
	position: relative;
	z-index: 99;
}
#join-newsletter-header {
	width: 400px;
	margin: 0 auto;
	line-height: 19px;
}

#join-newsletter h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	text-align: center;
	color: #E9DFCA;
}

#join-newsletter h2 {
	font-family: 'gudea';
	font-size: 15px;
	font-weight: 100;
	color: #A89E84; 
}
#newsletter-box {
	font-family: 'gudea';
	height: 35px;
	width: 100%;
	border: none;
	outline: none;
	box-shadow: none;
	text-align: center;
	color: #9E9E9E;
	margin: 0 auto;
	margin-top: 30px;
	border: solid 2px #E9DFCA;
	
}

#newsletter-button {
	width: 130px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}

#animation-for-news {
	width: 70%;
	margin: 0 auto;
	height: 350px;
}

#home-button {
	width: 50px;
	height: 150px;
	position: fixed;
	right: 0;
	top: 135px;
	z-index: 9999;
}

.main {
	position: fixed;
	height: 50px;
	width: 30%;
	right: 0;
	top: 85px;
	z-index: 99999;
}

.home-icon {
	width: 50px;
	height: 50px;
	background: url(../images/home.svg);
	float: left;
}

.home-icon:hover {
	width: 50px;
	height: 50px;
	background: url(../images/home_hover.svg);
}
.twitter-icon {
	width: 50px;
	height: 50px;
	background: url(../images/twitter.svg);
	float:left;
}
.twitter-icon:hover {
	width: 50px;
	height: 50px;
	background: url(../images/twitter_hover.svg);
}

.facebook-icon {
	width: 50px;
	height: 50px;
	background: url(../images/facebook.svg);
	float:left;
}
.facebook-icon:hover {
	width: 50px;
	height: 50px;
	background: url(../images/facebook_hover.svg);
}

.caption-des {
	width: 250px;
	text-align: center;
	font-family: 'gudea';
	font-size: 14px;
	margin: 0 auto;
	padding-top: 10px;
	text-transform: none;
	color: #918770;
}
.caption-icon {
	color: #4a4c37;
}


/* about us  */

#about-us-body {
	width: 100%;
	background: #DDD1BE; 
	position: relative; 
	z-index: 1000;
}

#about-us-header {
	text-align: center;
	height: 500px;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	width: 100%;
	float: left;
	letter-spacing: 2px;
	line-height: 95px;
	background: url(../images/aboutus-header.jpg) center; 
	background-size: cover;
}

#aboutus-caption h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 35px;
	line-height: 70px;
	color: #918770;
	text-transform: uppercase;
}

#about-us-content {
	width: 100%;
	height: 400px;
	float: left;
	background: #F6EFE3;
}

#aboutus-whatwedo {
	width: 33.33%;
	height: 500px;
	float: left;
	text-align: center;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 25px;
	line-height: 40px;
	text-transform: uppercase;
}

#aboutus-whatisadhd {
	width: 33.33%;
	height: 500px;
	float: left;
	text-align: center;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 25px;
	line-height: 40px;
	text-transform: uppercase;
}

#aboutus-annualreport {
	width: 33.33%;
	height: 500px;
	float: left;
	text-align: center;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 25px;
	line-height: 40px;
	text-transform: uppercase;
}

.aboutus-who-icon {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	margin-top: 70px;
}

.aboutus-icon-caption {
	text-align: center;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 20px;
	colour: #676051;
	margin-top: 30px;
	color: #A99A71;
}


#about-us-history {
	width: 100%;
	height: 500px;
	background: #fff;
	float: left;
}

#aboutus-des {
	background: rgba(255, 255, 255, 0.7);
	width: 45%;
	height: 500px;
	color: #fff;
	padding-left: 6%;
	padding-top: 20px;
	padding-right: 6%;
	padding-bottom: 20px;
}


#aboutus-caption {
	text-align: left;
	width: 100%;
	color: #726857;
	font-family: 'gudea';
	line-height: 20px;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0.8px;
}

#aboutus-caption h2 {
	font-family: 'gudea'; 
	font-size: 17px; 
	color: #676051;
	text-transform:none; 
	line-height: 24px; 
	letter-spacing: 0.8px;
	font-weight: 100;
}

#aboutus-org {
	width: 100%;
	height: 600px;
	float: left;
	background: #675C4C;
}

#org-structure {
	width: 90%;
	height: 650px;
	float: left;
	margin-left: 5%;
	padding-top: 50px;
}

.ind-person {
	width: 32%;
	height: 500px;
	background: #EDEBE4;
	float: left;
	box-shadow: 0px 10px 20px #000;
}
.ind-person2 {
	width: 32%;
	height: 500px;
	background: #EDEBE4;
	float: left;
	margin-left: 2%;
	box-shadow: 0px 10px 20px #000;
}
#president {
	width: 100%;
	height: 150px;
	background: url(../images/president.jpg) left;
	background-size: cover;
	float: left;
	position: relative;
	z-index: 99;
}
#vice-president {
	width: 100%;
	height: 150px;
	background: url(../images/ng.jpg) center;
	background-size: cover;
	float: left;
	position: relative;
	z-index: 99;
}
#secretary {
	width: 100%;
	height: 150px;
	background: url(../images/edmund.jpg) top center;
	background-size: cover;
	float: left;
	position: relative;
	z-index: 99;
}
.designation {
	width: 100%;
	height: 90px;
	background: #606A4C;
	float: left;
	text-align: center;
	padding-top: 10px;
}
.designation h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 23px;
	color: #EDE7CF;
	line-height: 14px;
}
.designation h2 {
	font-family: 'gudea';
	font-size: 16px;
	color: #D8CDBA;
	font-weight: 100;
	line-height: 13px;
}
.des-cap {
	width: 100%;
	float: left;
	padding: 25px 5%;
}
.des-cap p {
	font-family: 'gudea';
	font-size: 14px;
	color: #454545;
	line-height: 24px;
}
#about-us-objectives {
	width: 100%;
	background: #675C4C;
	height: 785px;
	float: left;

}

#objectives-content {
	width: 100%;
	color: #000;
	font-family: 'gudea';
	text-align: center;
	font-size: 16px;
}

#objectives-paper {
	width: 100%;
	background: #EDEBE4;
	height: 785px;
	margin-top: 10px;
	font-family: 'gudea';
	text-align: center;
	font-size: 16px;
	padding: 40px 0px 10px 0px;
	position: relative;
	z-index: 1;
}


#objectives-content h1 {
	font-size: 26px;
	font-family: 'pier', 'Lato', sans-serif;
	text-transform: uppercase;
	color: #647b60;
	font-weight: 100;
}

#objectives-content p {
	padding-left: 60px;
	padding-right: 60px;
}

#objectives-content h2 {
	font-size: 18px;
	font-family: 'gudea';
	font-weight: 100;
}


#about-us-directory {
	width: 100%;
	height: 400px;
	float: left;
	font-family: 'gudea';
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 5;
	margin-top: 90px;
	text-align: left;
}


#what-is-adhd {
	width: 50%;
	height: 400px;
	background: url(../images/what-is-adhd.jpg) top center;
	background-size: cover;
	float: left;
	padding: 60px 6% 20px 6%;

}
#annual-report {
	width: 50%;
	height: 400px;
	background: url(../images/annualreport.jpg) left top;
	background-size: cover;
	float: left;
	padding: 60px 6% 20px 6%;

}

#about-us-directory h1 {
	font-size: 26px;
	font-family: 'pier', 'Lato', sans-serif;
	text-transform: uppercase;
	color: #B5C67F;
	
}

#aboutus-soc-cap {
	float: left;
	width: 180px;
	height: 20px;
	font-family: 'gudea';
	font-size: 15px;
	padding-bottom: 60px;
	text-transform: none;
	color: #726857;
	letter-spacing: 0.8px;
	text-align: left;
}


#contactus-body {
	width: 100%;
	float: left;
	height: 650px;
	background: #fff;
}

#contactus-form {
	width: 40%;
	height: 650px;
	background: #525638;
	float: left;
}

#contactus-form h1 {
	font-size: 35px;
	font-family: 'pier', 'Lato', sans-serif;
	text-align: left;
	color: #EDEBE4;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#contactus-form h6 {
	font-size: 13px;
	line-height: 30px;
	color: #A3AD70;
	font-weight: 100;
}

#contactus-form p {
	font-size: 16px;
	color: #EDEBE4;
}

#contactus-map {
	width: 60%;
	height: 500px;
	background: #fff;
	float: left;
	position: relative;
	z-index: 999;
}
#form-body {
	width: 85%;
	height: 650px;
	float: right;
	padding-top: 35px;
	font-family: 'gudea';
	font-size: 15px;
	color: #C6D0B2;
	padding-right: 10%;
}

#contactus-box {
	width: 90%;
	border: solid 2px #A3AD70;
	background: #fff;
	color: #363B27;
	height: 35px;
	font-size: 13px;
	outline: none;
	padding-left: 10px;
	float: right;
}

#contactus-box-container {
	width: 90%;
	height: 35px;
	float: left;
	margin-top: 30px;
}

#contactus-email-container {
	width: 90%;
	height: 35px;
	float: left;
	margin-top: 30px;
}

#contactus-mes-container {
	width: 90%;
	height: 180px;
	float: left;
	margin-top: 30px;
}
.des-contact {
	width: 15%;
	height: 35px;
	float: left;
	font-size: 14px;
	font-family: 'gudea';
	color: #A3AD70;
	line-height: 35px;
}

.content-box {
	width: 85%;
	height: 35px;
	float: right;
}


.content-box-text {
	width: 85%;
	float: right;
}

#contactus-email {
	width: 90%;
	border: solid 2px #A3AD70;
	background: #fff;
	color: #363B27;
	height: 35px;
	font-size: 13px;
	padding-left: 10px; 
	outline: none;
	float: right;
}

#contactus-textarea {
	width: 90%;
	border: solid 2px #A3AD70;
	background: #fff;
	color: #363B27;
	font-size: 13px;
	padding: 10px; 
	outline: none;
	height: 180px;
	float: right;
	resize: none;
}

#submit-mes {
	margin-left: 21.5%;
	margin-top: 30px;
}


#address {
	width: 60%; 
	height: 150px;
	background: #989B6F;
	float: left;
}

#address a {
	text-decoration: none;
	color: #EDEBE4;
}


#address a:hover {
	text-decoration: underline;
	color: #fff;
}
#address-content {
	width: 32%;
	height: 150px;
	float: left;
	padding: 25px 6%;
	font-family: 'gudea';
}

#address-content h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	color: #545E3B;
	text-transform: uppercase;
}

#address-content p {
	font-size: 14px;
	color: #EDEBE4;
}

#affiliates-list {
	width: 100%;
	height: 550px;
	float: left;
	background: #E7E2D4;
}

#phone-numbers {
	width: 32%;
	height: 150px;
	float: left;
	padding: 25px 6%;
	font-family: 'gudea';
	margin-left: 2%;
}

#phone-numbers h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	color: #545E3B;
	text-transform: uppercase;
}

#phone-numbers p {
	font-size: 14px;
	color: #EDEBE4;
}

#email-column {
	width: 32%;
	height: 150px;
	float: left;
	padding: 25px 6% 25px 3%;
	font-family: 'gudea';
	margin-left: 0%;
}

#email-column h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	color: #545E3B;
	text-transform: uppercase;
}

#email-column p {
	font-size: 14px;
	color: #EDEBE4;
}

#tabs-list {
	width: 100%;
	height: 50px;
	float: left;
	background: #E7E2D4;
}
.tab-button {
	width: 33.33%;
	height: 50px;
	border:none;
	float: left;
	display: block;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	outline: none;
	background: #8A7E64;
	color: #554734;
	line-height: 52px;
}
.tab-button:hover {
	width: 33.33%;
	height: 50px;
	background: #E7E2D4;
	border:none;
	float: left;
	display: block;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #705F42;
	outline: none;
}

#org-list {
	width: 100%;
	height: 500px;
	float: left;
	background: #EDEBE4;
}


#container1 {

	height: 500px;
	width: 100%;
	overflow:hidden;
	padding: 30px 6%;
	background: #E7E2D4;
	float: left;
	
}

#container2, #container3 {
	display:none;
	height: 500px;
	width: 100%;
	overflow:hidden;
	padding: 30px 6%;
	background: #E7E2D4;
	float: left;
	
}

#container1 a, #container2 a, #container3 a {
	color: #93886C;
}

#org-list h1 {
	font-family: 'gudea';
	font-size: 16px;
	letter-spacing: 1px;
}

#container0 h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#locations-left {
	width: 50%;
	height: 500px;
	float: left;
	font-family: 'gudea';
	font-size: 14px;
}

#locations-right {
	width: 45%;
	margin-left: 5%;
	height: 500px;
	float: left;
	font-family: 'gudea';
	font-size: 14px;
	overflow:scroll;
}

#locations-left h1 {
	font-family: 'pier', 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #93886C;
}

#locations-right h1 {
	font-family: 'pier', 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #93886C;
}

#locations-left2 {
	width: 50%;
	height: 500px;
	float: left;
	font-family: 'gudea';
	font-size: 14px;
}

#locations-right2 {
	width: 45%;
	margin-left: 5%;
	height: 500px;
	float: left;
	font-family: 'gudea';
	font-size: 14px;
	overflow:scroll;
}

#locations-left2 h1 {
	font-family: 'pier', 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #93886C;
}

#locations-right2 h1 {
	font-family: 'pier', 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #93886C;
}

#locations-left3 {
	width: 50%;
	height: 500px;
	float: left;
	font-family: 'gudea';
	font-size: 14px;
}

#locations-right3 {
	width: 45%;
	margin-left: 5%;
	height: 500px;
	float: left;
	font-family: 'gudea';
	font-size: 14px;
	overflow:scroll;
}

#locations-left3 h1 {
	font-family: 'pier', 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #93886C;
}

#locations-right3 h1 {
	font-family: 'pier', 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #93886C;
}

#aff-header {
	width: 100%;
	height: 150px;
	float: left;
	background: #8A7E64;
	padding-top: 20px;
	position: relative; 
	z-index: 99;
}

#aff-header h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: #463D28;
}

#aff-header p {
	text-align: center;
	font-family: 'gudea';
	font-size: 15px;
	color: #fff;
}

#loc-ad {
	width: 100%; 
	float: left;
}

#loc-ad2 {
	width: 100%; 
	float: left;
}

#clementi {
	width: 33.33%;
	float: left;
}

#hougang {
	width: 33.33%;
	float: left;
}

#yishun {
	margin-top: 20px;
	width: 33.33%;
	float: left;
}

#kovan {
	width: 50%;
	float: left;
}

#tampines {
	width: 50%;
	float: left;
}

#joinus-header {
	width: 100%;
	height: 400px;
	float: left;
	position: relative;
	z-index: 99;

}

#joinus-des {
	width: 60%;
	height: 400px;
	background: #766e58;
	float: left;
	padding: 20px 6%;
}

#joinus-des h1 {
    font-family: 'pier', 'Lato', sans-serif;
    font-size: 35px;
    line-height: 70px;
    color: #d9d1bb;
    text-transform: uppercase;
}

#joinus-des h2 {
    font-family: "gudea";
    font-size: 17px;
    color: #e6e2d8;
    text-transform: none;
	font-weight: 100;
}

#joinus-des p {
    font-family: "gudea";
    font-size: 15px;
    color: #e6e2d8;
    text-transform: none;
}

#joinus-pic {
	width: 40%;
	height: 400px;
	background: url(../images/joinus.jpg) center;
	background-size: cover;
	float: left;
}

#volunteer-body {
	width: 100%;
	height: 400px;
	float: left;
	background: #fff;
}

#vol-header {
	width: 30%;
	height: 400px;
	float:left;
	margin-top: 60px;
	padding-left: 6%;
	padding-right: 6%;
	
}

#vol-header h1 {
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'pier', 'Lato', sans-serif;
	letter-spacing: 1px;
	color: #766e58;
	
}

#vol-header p {
	color: #4b4536;
	font-family: 'gudea';
	font-size: 15px;
}

#vol-form {
	width: 70%;
	height: 400px;
	float: left;
	padding-top: 50px;
	padding-left: 6%;
	padding-right: 6%;
	background: #525638;
}

#vol-name {
	width: 62%;
	height: 70px;
	float: left;
	
}

#vol-gender {
	width: 36%;
	height: 70px;
	margin-left: 2%;
	float: left;
	font-family: 'gudea';
	color: #A5B47F;
}


#male-button {
	float: left;
	width: 30%;
	height: 70px;
	margin-top: 10px;
	line-height: 70px;
	margin-left: 5%;
}

#female-button {
	float: left;
	width: 40%; 
	height: 70px;
	line-height: 50px;
}

#vol-email {
	width: 49%;
	height: 70px;
	float: left;
	margin-top: 20px;
	
}

#vol-phone {
	width: 49%;
	height: 70px;
	margin-left: 2%;
	float: left;
	margin-top: 20px;
	
}

#vol-address {
	width: 80%;
	height: 70px;
	margin-top: 20px;
	float: left;
	
}

#vol-submit {
	float: right;
	margin-right: 0%;
	margin-top: 20px;
	width: 100px;
	
}

.vol-des {
	height: 25px;
	font-family: 'gudea';
	float: left;
	width: 100%;
	color: #CEDBBA;
	
}
.name-bar {
	width: 100%;
	height: 40px;
	float: left;
	background: #fff;
	
}
.application {
	width: 100%;
	height: 40px;
	border: solid 2px #CEDBBA;
	outline: none;
	background: none;
	padding-left: 10px;
	font-family: 'gudea';
	font-size: 15px;
	color: #525638;
}


#submit-vol {
	margin-top: 25px;
}

#membership-body {
	width: 100%;
	height: 650px;
	background: #e7e2d4;
	float: left;
}

#membership-header {
	width: 100%;
	height: 150px;
	float: left;
	padding-top: 40px;
	padding-left: 6%;
	padding-right: 6%;
}

#membership-header h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	color: #557244;
	text-transform: uppercase;
	text-align: center;
}

#membership-header p {
	font-family: 'gudea';
	font-size: 15px;
	text-align: center;
	color: #4b4536;
}

#membership-price {
	width: 88%;
	height: 500px;
	float: left; 
	margin-left: 6%;
}

.pricing {
	margin-top: 10px;
	width: 32.6%;
	height: 490px;
	float: left;
	background: #738142;
	padding-top: 20px;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	
}

.pricing:hover {
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	background: #5C533F;
}

.pricing2 {
	margin-top: 10px;
	width: 32.6%;
	margin-left: 1%;
	height: 490px;
	float: left;
	background: #738142;
	padding-top: 20px;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
}

.pricing2:hover {
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	background: #5C533F;
}
	

.price-info h1 {
	font-family: 'gudea-bold';
	font-size: 80px;
	text-align: center;
	color: #fff;
	line-height: 80px;
}

.price-info h2 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.price-info p {
	margin-top: 10px;
	font-family: 'gudea';
	font-size: 15px;
	text-align: center;
	color: #fff;
	line-height: 25px;
}

.choose-button {
	margin-top: 50px;
	width: 55%;
	height: 60px;
	margin: 0 auto;
}

.choosing {
	margin-top: 50px;
	width: 100%;
	height: 60px;
	border: solid 3px #fff;
	background: none;
	font-family: 'gudea-bold';
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	
}
.choosing:hover {
	width: 100%;
	height: 60px;
	display: block;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	border: solid 3px #A19A7E;
	color: #A19A7E;
}

#news-body {
	width: 100%;
	float: left;

}
#news-header {
	width: 20%; 
	float: left;
	height: 630px;
	background: #57663E;
	padding: 0 0 0 6%;
}
#news-header2 {
	width: 20%;
	height: 750px; 
	float: left;
	background: #3F492C;
	padding: 0 0 0 6%;
	position: relative;
	z-index: 99;
}
#news-header h1, #news-header2 h1 {
    font-family: 'pier', 'Lato', sans-serif;
    font-size: 35px;
    line-height: 70px;
    color: #d9d1bb;
    text-transform: uppercase;
	padding-top: 20px;
}

#news-header h2, #news-header2 h2 {
    font-family: 'pier', 'Lato', sans-serif;
    font-size: 18px;
    color: #d9d1bb;
    text-transform: uppercase;
	padding-top: 70px;
}
#news-header2 p {
	font-family: 'gudea';
	font-size: 15px;
	color: #d9d1bb;
	line-height: 25px;
}

#news-header2 h3 {
	font-size: 17px;
	font-family: 'gudea';
	color: #d9d1bb;
	line-height: 25px;
}
#news-header h3 {
	font-size: 17px;
	font-family: 'gudea';
	color: #d9d1bb;
	line-height: 25px;
}
#news-header p {
	font-family: 'gudea';
	font-size: 15px;
	color: #d9d1bb;
	line-height: 25px;
}
#divider-news {
	height: 1px;
	width: 40px;
	background: #d9d1bb;
	float: left;
	margin-top: -30px;
}

#divider-news2 {
	height: 1px;
	width: 20px;
	background: #d9d1bb;
	float: left;
	margin-top: 0px;
}
#news-header2 a {
	color: #d9d1bb;
	text-decoration: underline;
}
#news-header a {
	color: #d9d1bb;
	text-decoration: underline;
}

#news-content {
	width: 80%;
	height: 630px;
	float: left;
	background: #fff;
	
}
#news-story {
	width: 45%;
	height: 400px;
	background: url(../images/news.jpg) center;
	float: left;
	background-size: cover;
}

#news-story-body {
	width: 55%;
	height: 400px;
	float: left;
	background: #F1EAE0;
	padding: 15px 6% 10px 50px;
}
#news-story-body h1 {
	font-family: 'gudea-bold';
	font-size: 25px;
	color: #4A4431;
	font-weight: 100;
}
#news-story-body h2 {
	font-family: 'gudea';
	font-size: 18px;
	color: #797162;
}

#news-story-body p {
	font-family: 'gudea';
	font-size: 15px;
	color: #454545;
}

#news-story-body a {
	font-family: 'gudea';
	font-size: 15px;
	color: #847B6B;
	text-decoration: underline;
}


#news-body-2 {
	width: 100%;
	height: 750px;
	float: left;
	background: #fff;
	position: relative;
	z-index: 99;
}

#other-news {
	width: 100%;
	float: left;
}

#other-left, #other-right {
	width: 33.33%;
	float: left;
	height: 230px;
	background: #fff;
	padding: 20px 30px 30px 30px;
}

#other-mid {
	width: 33.33%;
	float: left;
	height: 230px;
	background: #CBC5B5;
	padding: 20px 30px 30px 30px;
}

#other-left h1, #other-mid h1, #other-right h1 {
	font-family: 'gudea-bold';
	font-size: 17px;
	color: #675F49;
}

#other-left p, #other-mid p, #other-right p {
	font-family: 'gudea';
	font-size: 15px; 
	color: #454545;
}

#other-left a, #other-mid a, #other-right a {
	text-decoration: none;
	color: #9FA979;
}

#other-left a:hover, #other-mid a:hover, #other-right a:hover {
	text-decoration: underline;
	color: #9FA979;
}




.news-date {
	width: 26.66%;
	height: 150px;
	float: left;
	background: #534D3D url(../images/2016.svg) right;
	background-size: cover;
	padding-left: 30px;
}

.news-info {
	width: 53.33%;
	height: 150px;
	background: #EDEBE4;
	float: left;
	padding-left: 30px;
}


.news-date2 {
	width: 26.66%;
	height: 150px;
	float: left;
	background: #726753 url(../images/2016.svg) right;
	background-size: cover;
	padding-left: 30px;
}

.news-info2 {
	width: 53.33%;
	height: 150px;
	background: #fff;
	float: left;
	padding-left: 30px;
}
.news-date h1, .news-date2 h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 55px;
	color: #EDEBE4;
}

.news-info h1, .news-info2 h1 {
	font-family: 'gudea';
	font-size: 20px;
	color: #738354;
	font-weight: 100;
}

.news-info p, .news-info2 p {
	font-family: 'gudea';
	color: #454545;
	font-size: 14px;
	padding: 5px 6% 5px 0;
}

.news-info a, .news-info2 a {
	text-decoration: none;
	color: #738354;
}

.news-info a:hover, .news-info2 a:hover {
	text-decoration: underline;
	color: #738354;
}