/* SIP */

.sip .color_pri {
	color: #a1b186;
	color: #12afb3;
	color: #fa4c7f;
}

.sip .color_sec {
	color: #e67761;
}

.sip .color_ter {
	color: #ddcbb3;
}

.sip .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: center;
}

.sip .feature_image {
	margin: 80px auto;
}

@media only screen and (max-device-width: 700px), only screen and (max-width: 700px) {
	
	.sip .feature_image {
		margin: 40px auto;
	}

	
}