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

body, html {
	width: auto;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: #FEF9EF;
}

.halfSplit {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0 5% 10px 5%;
	vertical-align: top;
	text-align: center;
}

/*-----------------------------

Mobile Only

-----------------------------*/

#mobiDonate {
	width: auto;
	height: auto;
	margin: auto;
	padding: 10px 5%;
	background: #EDCF73;
	color: #fff;
	text-align: center;
}

#mobiDonate i {
	padding-right: 10px;
}

/*-----------------------------

Main Header

-----------------------------*/

#mainHeader {
	width: auto;
	height: auto;
	margin: auto;
	padding: 25px 5%;
	text-align: center;
	background: #fff;
	font-size: 0;
}

#headerLogo {
	width: 70%;
	height: auto;
	margin: auto;
	padding: 0;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#headerDonate {
	display: none;
}

/*-----------------------------

Main Nav

-----------------------------*/

#mainNav {
	width: auto;
	height: auto;
	margin: auto;
	padding: 20px 5%;
	background: #f0f0f0;
	font-size: 0;
}

/*-----------------------------

Hero

-----------------------------*/

#hero {
	width: auto;
	height: 300px;
	margin: auto;
	padding: 0;
	background-image: url('../img/acgc_temp_hero_img.JPG'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-blend-mode: overlay;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

/*-----------------------------

Intro

-----------------------------*/

#intro {
	width: auto;
	height: auto;
	margin: auto;
	padding: 50px 5%;
	font-size: 0;
	text-align: center;
	background-image: url("../img/ACGC03.png");
	background-size: cover;
	background-position: center;
}

/*-----------------------------

Work Blocks

-----------------------------*/

#ourWork {
	width: auto;
	height: auto;
	margin: auto;
	padding: 10px 5% 50px 5%;
	background: #fff;
	border-top: 25px solid #63C2BF;
	border-bottom: 25px solid #63C2BF;
}

#ourWork p {
	color: #fff !important;
}

.ourWorkRow {
	width: auto;
	height: auto;
	margin: auto;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.ourWorkBlock {
	width: auto;
	height: auto;
	margin: 10px 1.5%;
	display: inline-block;
	vertical-align: top;
}

.ourWorkImg {
	width: 100%;
	height: 300px;
	display: block;
	background-color: #f0f0f0;
}

.ourWorkText {
	width: 90%;
	height: auto;
	display: block;
	background: #63C2BF;
	padding: 5%;
}

#work-block-1 {
	background: url("../img/projects/Creative Communities.jpg") center;
	background-size: cover;
}

#work-block-2 {
	background: url("../img/projects/Takae a bow website.jpg") center;
	background-size: cover;
}

#work-block-3 {
	background: url("../img/projects/MY MOVES WEB.jpg") center;
	background-size: cover;
}

#work-block-4 {
	background: url("../img/projects/Dementia web.jpg") center;
	background-size: cover;
}

#work-block-5 {
	background: url("../img/projects/Dance_For_Welbeing.jpg") center;
	background-size: cover;
}

#work-block-6 {
	background: url("../img/projects/creative_recovery.png") center;
	background-size: cover;
}

/*-----------------------------

Donate to us

-----------------------------*/

#donate {
	width: auto;
	height: auto;
	margin: auto;
	padding: 10px 5% 50px 5%;
	font-size: 0;
	text-align: center;
	background: #fff;
}

#donateBTNBlock {
	margin: 50px auto 25px auto;
}

#donateToUsBTN {
	background: #63C2BF;
	color: #fff;
	padding: 25px 50px;
}

#donateToUsBTN i {
	padding-right: 10px;
}

#getInvolved {
	width: auto;
	height: auto;
	margin: auto;
	padding: 10px 5% 50px 5%;
	font-size: 0;
	text-align: center;
	background-image: url("../img/ACGC03.png");
	background-size: cover;
	background-position: center;
	background-color: #EDCF73;
}

#socialMediaLink {
	width: auto;
	height: auto;
	margin: auto;
	padding: 50px 0 0 0;
}

#socialMediaLink ul {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0;
	text-align: center;
}

#socialMediaLink ul li {
	width: auto;
	height: auto;
	display: inline-block;
	padding: 5px 25px;
	font-family: "Raleway", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 34px;
	color: #383838;
}

/*-----------------------------

Partners

-----------------------------*/

#partners {
	width: auto;
	height: auto;
	margin: auto;
	padding: 30px 5% 25px 5%;
	font-size: 0;
	text-align: center;
	background-color: #fff;
}

#partners h3 {
	display: none;
}

#partners img#logosOne {
	width: 75%;
	display: inline-block;
	margin: 10px 5% 10px 0;
}

#partners img#logosTwo {
	width: 20%;
	display: inline-block;
	margin: 10px 0;
}

#partners .more-btn {
	width: auto;
	height: auto;
	margin: auto;
	padding: 25px 0;
}

#partners .button {
	background: #63C2BF;
	color: #fff;
	padding: 15px 25px;
}

/*-----------------------------

Main Footer

-----------------------------*/

#mainFooter {
	width: auto;
	height: auto;
	margin: auto;
	padding: 10px 5%;
	background: #63C2BF;
	border-top: 1px solid #f0f0f0;
}

#mainFooter img {
	display: block;
	margin: auto;
	margin-top: 25px;
}

.footer-split {
	width: 100%;
	height: auto;
	margin: 25px auto;
	display: inline-block;
	vertical-align: top;
}

#footer-left {
	display: none;
}

#footer-center {
	text-align: center;
}

#footer-right {
	display: none;
}

#mainFooter ul {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0;
	list-style: none;
}

#mainFooter ul li {
	width: auto;
	height: auto;
	font-family: "Raleway", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 14px;
	color: #383838;
	padding: 5px 0;
}

#mainFooter i {
	padding: 5px;
	font-size: 18px !important;
}

/*-----------------------------

Main Footer

-----------------------------*/

#subfooter {
	width: auto;
	height: auto;
	margin: auto;
	padding: 10px 5%;
	background: #63C2BF;
	color: #575757;
	text-align: center;
}
