

a:link, a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #7acdd8;
}

.Container { /* for entire webpage */
	margin: auto;
	width: 900px;
	background-color: #EDEEEF;
	font-family: 'century gothic', Gill Sans, Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.Header { /* gray header bar for menu */
	width: 800px;
	float: RIGHT;
	height: 96px;
	background-color: #504E4F;
}
.LOGO { /* 100 fold logo square */
	float: left;
	height: 96px;
	width: 100px;
}
body { /* makes background of site light gray */
	background-color: #EDEEEF;
}
#menu { /* nav bar inside gray header box */
	float: LEFT;
	margin-top: 60px;
	padding-left: 25px;
	color: #FFF;
	font-family: 'century gothic', Verdana, Geneva, sans-serif;
	font-size: 10pt;
	height: 18px;
}
.DONATE_MENU { /* blue donate box at end of menu */
	float: right;
	font-size: 10pt;
	text-align: center;
	background-color: #7ACDD8;
	color: #EEE;
	width: 70px;
	padding: 4px;
	margin-top: 56px;
	margin-right: 25px;
}

.Current_header { /* header below menu on each page */
	float: right;
	width: 900px;
	font-family: 'century gothic', Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #504E4F;
	padding-top: 19px;
	font-weight: normal;
	clear: both;
	padding-bottom: 15px;
	text-align: right;
}

.PEOPLE_CONTAINER {
	float: left;
	width: 860px;
	background-color: #FFF;
	padding: 20px;
	font-size: 14px;
	font-family: 'century gothic', Verdana, Geneva, sans-serif;
	color: #504E4F;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.menu a {
font-size: 10px;
}

.project-archive-container { /* for main project page that has grid of projects */
	background: white;
	padding: 10px;
	/*margin-top: 70px;*/
	float: left;
}

.project-container {
	background: #FFF;
	color: #666;
	padding: 15px;
	margin-top: 70px;
}

.project-header {
	border-top: 12px solid #DDD;
	margin-bottom: 30px;
}

.project-header h1 {
	font-family: 'Muli', sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

.project-header h2 {
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	margin-top: -20px;
	text-align: center;
}

.project-content {
	box-sizing: border-box;
	width: 40%;
	float: left;
}

.project-content-border {
	border-top: 1px solid #CCC;
	margin: 0px 30px;
}

.project-content h3 {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

.project-content .info-detail {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.project-content .info-number {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
}

.project-content .info-detail-status {
	border-radius: 999px;
	margin: 3px auto;
	width: 15px;
	height: 15px;
}

.project-content .info-detail a {
	color: #77CCE6;
	font-size: 12px;
}

.project-content p {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	margin-top: 20px;
	padding: 0px 40px;
	text-align: justify;
}

.project-content p strong {
	text-transform: uppercase;
}

.continent-title {
	max-width: 200px;
	height: 15px;
	background: white;
	font-size: 15px;
	font-family: 'Muli', sans-serif;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0px auto;
	padding: 5px;
	position: relative;
	top: 16px;
	text-align: center;
}

.project-images {
	box-sizing: border-box;
	float: left;
	width: 60%;
}

.project-images img {
	width: 100%;
	height: 100%;
}

.sub-images {
	padding-top: 10px;
}

.project-sub-image {
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 173px;
}

.project-sub-image:first-child {
	padding-right: 5px;
}

.project-sub-image:last-child {
	padding-left: 5px;
}

.project-donate {
	border-top: 1px solid #CCC;
	box-sizing: border-box;
	margin: 0px 30px 20px 30px;
	padding: 20px 0px;
	width: 33%;
}	

.project-donate {
	padding: 20px;
	text-align: center;
}

.project-donate .donate-button {
	background: #BBB;
	color: white;
	font-size: 14px;
	margin: 0px auto;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 72px;
}

.project-donate .donate-button a {
	color: white;
}

.project-page-link {
	box-sizing: border-box;
	float: left;
	padding: 10px;
	width: 25%;
}

.project-page-link img {
	width: 100%;
	height: 136px;
	transition: .35s;
	-webkit-transition: .35s;
}

.project-link-hover-container {
	position: relative;
}

.project-link-hover-inner {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: regular;
	padding: 14px;
	color: #444;
	letter-spacing: 20px
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	transition: .35s;
	-webkit-transition: .35s;
}

.project-page-link:hover .project-link-hover-inner {
	background: rgba(255,255,255, .65);
	visibility: visible;
	opacity: 1;
}

.project-title {
	font-family: 'Muli', sans-serif;
	font-size: 11px;
	color: #666;
}

.project-page-row {
	border-top: 10px solid #DDD;
	padding-top: 10px;
}

.project-location {
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	color: #444;
	letter-spacing: 2px;
	font-size: 12px;
}