.serv_vb1 {
	position:relative;
	float:left;
	width:100vw;
	background-image: url('../images/services/header.jpg');
	background-size: cover;
	background-position: center center;
	height: 0px;
	padding-bottom: 31.25%;
	z-index: 1;
}
.serv_vb1_2 {
	background-image: url('../images/services/header-2.jpg');
}
.serv_vb1_3 {
	background-image: url('../images/services/venue-header.jpg');
}
.serv_vb1_4 {
	background-image: url('../images/services/catering-header.jpg');
}
.serv_vb1_5 {
	background-image: url('../images/services/music-header.jpg');
}
.serv_vb1_6 {
	background-image: url('../images/services/header-photo.jpg');
}
.serv_vb1_7 {
	background-image: url('../images/services/guests-header.jpg');
}
.serv_vb1_8 {
	background-image: url('../images/services/staff-header.jpg');
}
.serv_vb1_9 {
	background-image: url('../images/services/extra-header.jpg');
}

.serv_vb2 {
	margin-top: 6%;
}

.serv_title {
	position: relative;
	float: left;
	width: 45%;
	font-size: 60px;
	line-height: 80px;
	font-weight: bold;
	opacity: 0.3;
}
.serv_title span {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.serv_title_pt {
	font-size:52px;
}
.serv_text {
	position: relative;
	float: left;
	width: 50%;
	margin-left: 5%;
	font-size: 22px;
	line-height: 32px;
}
.serv_text span {
	position: relative;
	float: left;
	width: 100%;
}
.serv_text span:nth-child(2) {
	margin-top: 32px;
}

.serv_vb3 {
	margin-top: 6%;
}

.serv_li {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.serv_li_i {
	position: relative;
	float: left;
	width: 21%;
	padding-bottom: 55px;
}
.serv_li_title {
	position: relative;
	float: left;
	width: 100%;
	font-size: 22px;
}
.serv_li_text {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 12px;
}
.serv_li_more {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 0px;
	width: 100%;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.4);
}
.serv_li_more:hover {
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.6);
}
.serv_li_spacer {
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
}


.serv_vb3_eventplanning {
	background-image: url('../images/services/event-planning2.jpg') !important;
}
.serv_vb3_eventplanning .hm_vb3_overlay {
	background-image: url('../images/services/event-planning.jpg') !important;
}
.serv_vb3_venues {
	background-image: url('../images/services/venues2.jpg') !important;
}
.serv_vb3_venues .hm_vb3_overlay {
	background-image: url('../images/services/venues.jpg') !important;
}

.serv_vb3_catering {
	background-image: url('../images/services/catering2.jpg') !important;
}
.serv_vb3_catering .hm_vb3_overlay {
	background-image: url('../images/services/catering.jpg') !important;
}

.serv_vb3_music {
	background-image: url('../images/services/music2.jpg') !important;
}
.serv_vb3_music .hm_vb3_overlay {
	background-image: url('../images/services/music.jpg') !important;
}

.serv_vb3_photovideo {
	background-image: url('../images/services/photo2.jpg') !important;
}
.serv_vb3_photovideo .hm_vb3_overlay {
	background-image: url('../images/services/photo.jpg') !important;
}

.serv_vb3_guests {
	background-image: url('../images/services/guests2.jpg') !important;
}
.serv_vb3_guests .hm_vb3_overlay {
	background-image: url('../images/services/guests.jpg') !important;
}

.serv_vb3_staff {
	background-image: url('../images/services/staff2.jpg') !important;
}
.serv_vb3_staff .hm_vb3_overlay {
	background-image: url('../images/services/staff.jpg') !important;
}

.serv_vb3_extra {
	background-image: url('../images/services/extra2.jpg') !important;
}
.serv_vb3_extra .hm_vb3_overlay {
	background-image: url('../images/services/extra.jpg') !important;
}


@media screen and (max-width: 1500px) {
	.serv_title {
		font-size:56px;
		line-height:70px;
	}
}

@media screen and (max-width: 1200px) {
	.serv_li_i {
		width:45%;
		margin-top:40px;
	}
	.serv_li_i:nth-child(1), .serv_li_i:nth-child(2) {
		margin-top:0px;
	}
	.serv_li_spacer {
		display:none;
	}
}

@media screen and (max-width: 1000px) {
	.serv_title {
		width:100%;
		font-size:56px;
		line-height:70px;
		float: none;
	}
	.serv_title span {
		float: none;
    	width: auto;
    	display: inline; /* let them flow naturally */
    	clear: none;	
    	margin-right:16px;
	}
	.serv_text {
		width:100%;
		margin-left:0px;
		margin-top:30px;
	}

}

@media screen and (max-width: 800px) {
	.serv_title {
		width:100%;
		font-size:42px;
		line-height:50px;
		float: none;
	}
	.serv_title span {
		float: none;
    	width: auto;
    	display: inline; /* let them flow naturally */
    	clear: none;	
    	margin-right:16px;
	}
	.serv_text {
		width:100%;
		margin-left:0px;
		margin-top:30px;
		font-size:16px;
	line-height:26px;
	}

}


































