@charset "UTF-8";

#private_events_hero {width:100%; max-height:300px; min-height:100px; position:relative; top:-10px; overflow:hidden; background-color:#181818;}
	#private_events_hero img {width:100%; height:auto;}


#private_events_container {width:100%; z-index:10; position:relative; color:#585858; margin-top:40px;}
#private_events_inner {width:100%; max-width:900px; margin:0 auto; padding-bottom:50px; font-family:Roboto Slab, Georgia, serif; size:1em; line-height:1.5em; text-align:center}

.pg_hdr_div {width:100%; border-bottom:#72d0eb dashed 1px; padding:15px 0 15px 0;}
.pg_title {font-family:Montserrat, Tahoma, Geneva, sans-serif; font-size:2.6em; color:#4e7987; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; text-align:center; line-height:100%;}


.pg_body_div {width:100%; border-bottom:#72d0eb dashed 1px; padding:50px 0 50px 0; text-align:left;}
.pg_body_hdr {color:#4e7987; font-size:2.1em; margin:10px 0 40px 0; line-height:1.6em;}
.pg_body_shdr {color:#4e7987; font-size:1.5em; margin:10px 0 0 0; line-height:1.5em;}
.pg_body_desc {color:#585858; font-size:1.2em; line-height:1.65; margin-bottom:15px;}
	.pg_body_desc a {background-color:#72d0eb; color:#ffffff; font-size:1.5em; margin:10px 0 40px 0; line-height:1.5em; padding:8px 16px; text-decoration:none; border-radius:8px;}
	.pg_body_desc a:hover {background-color:#4e7987;}
	
	
#private_events_photo_row {width:100%; margin-top:60px;}
	#private_events_photo_row h2 {color:#4e7987; font-size:1.5em; margin-bottom:25px; line-height:1.5em;}
.photo_box {width:45%; display:inline-block;}
	.photo_box img {width:100%; margin-bottom:25px; background-color:#4e7987;}
	.photo_box span {color:#585858; font-size:1em; line-height:1.2;}
.photo_box_row_2 {margin-top:40px !important;}
.photo_box_marg01 {margin-right:5%;}
.photo_box_marg02 {margin-right:0;}

.sec_divider {width:100%; height:1px; border-bottom:#72d0eb dashed 1px; margin-top:30px;}


/* MOBILE SCREENS */
@media screen and (max-width: 1024px) {
	#private_events_inner {width:80%;}
}

@media screen and (max-width: 700px) {
	.photo_box {width:100%; display:block; margin-bottom:40px;}
	.photo_box_marg01 {margin-right:0;}
}

@media screen and (max-width: 592px) {
	body {font-size:97%;}
	#private_events_hero {min-height:173px; top:0;}
}

@media screen and (max-width: 480px) {
	#private_events_hero {min-height:150px;}
	#private_events_inner {padding-bottom:75px;}
	.pg_title {font-size:2.4em; letter-spacing:0.05em;}
}

@media screen and (max-width: 320px) {
	#private_events_hero {min-height:120px;}
	#private_events_inner {padding-bottom:0;}
	.pg_title {line-height:1em;}
	.pg_body_desc {line-height:1.5;}

}