/* WEDDING */

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

.wedding .color_pri {
	color: #cfab89;
	color: #c08d63;
	color: #d39e72;
}

.wedding .color_sec {
	color: #e67761;
}

.wedding .color_ter {
	color: #ddcbb3;
}

.wedding .mast-image {
/*
	background: url('images/design_wedding_masthead-1500.jpg') no-repeat;
	background: url('images/design_wedding_masthead-2-1500.jpg') no-repeat;
	background: url('images/design_wedding_masthead-3-1500.jpg') no-repeat;
*/
	background-size: cover;
	background-position: top;
}

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

.webpage_video {
	margin: 0 auto;
	padding: 40px 10px 10px 10px;
	width: 65%;
	background: #d39e72;
	border-radius: 15px;
	display: block;
}

.video_frame img {
	margin: 40px 15%;
	width: 70%;
}

.background_pink {
	background: #e7cfcf !important;
}

.background_black {
	background: #252525 !important;
}

@media only screen and (max-device-width: 700px), only screen and (max-width: 700px) {

	.mast-image {
		width: 100%;
		background-position: 65% bottom !important;
	}
	
	.mast_icon {
		width: 100%;
		left: 0;
	}
	
	.webpage_video {
		padding: 25px 7px 7px 7px;
		width: 80%;
		border-radius: 10px;
	}
	
	.video_frame img {
		margin: 20px 15%;
	}

	
}