/* President's Club */

.z_name, html.design_page .nav li.design a, .design_ind {
	color: #f7f6f4;
}

.presidents .color_pri {
	color: #6899a2;
	color: #0070a1;
}

.presidents .masthead {
	margin: 0 auto;
	padding: 0;
/*	background: url('images/design-presidents-masthead-1500.jpg') no-repeat;
	background-size: cover;
	background-position: top; */
	position: relative;
	overflow: hidden;
}

.mast-image {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.mast_icon {
	margin: 0 auto;
	width: 35%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	left: 32.5%;
	z-index: 10;
}

/*.masthead-image {
	margin: 0 auto;
	width: 100%;
	display: block;
}*/

.icon {
	padding: 0;
	width: 100%;
	transform: scale(.65, .65);
}

.presidents .feature_image {
	margin: 0 auto !important;
}

.gallery_view .icon {
		padding: 17.5%;
		width: 65%;
}

.gallery_item.icon {
	transform: none;
}

.icon_back {
	background-repeat: no-repeat !important;
	background-size: cover !important;
}


/*
section.december {
	padding-bottom: 0px !important;
	background: #003e78;
}

section.december h3, section.december p {
	color: #dddddd;
	text-align: center;
}

section.january {
	padding-bottom: 0px !important;
	background: #e8d467;
}

section.january h3, section.january p {
	color: #18171b;
	text-align: center;
}

section.february {
	padding-bottom: 0px !important;
	background: #d22f2c;
}

section.february h3, section.february p {
	color: #dddddd;
	text-align: center;
}

section.march {
	padding-bottom: 0px !important;
	background: #0099d1;
}

section.march h3, section.march p {
	color: #18171b;
	text-align: center;
}
*/

section.december p, section.january p, section.february p, section.march p {
	margin-bottom: 0;
}

@media only screen and (max-device-width: 700px), only screen and (max-width: 700px) {
	
	.mast_icon {
		width: 75%;
		left: 12.5%;
	}
	
	.mast-image {
		background-position: center;
	}
	
/*	.masthead-image {
		margin-left: -15%;
		width: 130%;
	} */
	
	.feature_image {
/*		content:url("images/design-presidents-poems-detail.jpg"); */
	}
	
	.icon {
		transform: scale(.65, .65);
	}
	
	.gallery_view .icon {
		padding: 10%;
		width: 80%;
	}

}