/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
	font-family: 'Muli', sans-serif;
	background-color: #f1ecdd;
}
ol, ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
p {
	font-family: 'Muli', sans-serif;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Muli', sans-serif;
}

/*****************************************

CUSTOM STYLES

*****************************************/


/*** COLORS ***\
Champagne BG: #f1ecdd;
Blue/Green: #66bbaf;
Dark Blue: #0e487e;
Darker Champagne: #e0d8c3;

\**************/
header {
	width: 100%;
	margin: 0 auto;
}
header .logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
header p.pardon {
	font-style: italic;
	font-size: 15px;
	color: #555;
	text-align: center;
}
header .tagline {
	background: url('images/tagline-bg.png');
	width: 100%;
	margin: 0 auto;
	height: 150px;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 20px;
}
header .tagline h1 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding-top: 24px;
}
.content {
	position: relative;
	width: 80%;
	margin: 0 10%;
	top: 30px;
}
img.left {
	float: left;
	padding: 0 30px 90px 0;
	width: 36%;
}
.content ul.features li{
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 26px;
}
.content ul.features li:before {
	content: '• ';
	color: #66BCB0;
}
.clear {
	clear: both;
	height: 1px;
}
.locations ul li{
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 2px dotted #66BCB0;
}
.locations ul li h3 {
	color: #0a497f;
	font-size: 28px;
	padding-bottom: 10px;
}
.locations ul li h4 {
	color: #555;
	font-size: 16px;
	padding-bottom: 15px;
}
.locations ul li h4:before {
	content: '• ';
	color: #66BCB0;
}
.locations ul li h4:after {
	content: ' •';
	color: #66BCB0;
}
.locations ul li p {
	font-size: 14px;
	padding-bottom: 20px;
}
ul.boxes {
	width: 100%;
	margin: 50px auto;
}
ul.boxes li {
	width: 43%;
	display: inline-block;
	background-color: #e0d8c3;
	padding: 2.5%;
	border-top: 4px solid #66BCB0;
	text-align: center;
	min-height: 200px;
	vertical-align: top;
}
ul.boxes li:first-child {
	margin-right: 3%;
}
ul.boxes li h3 {
	font-size: 34px;
	padding-bottom: 25px;
	color: #66BCB0;
}
ul.boxes li p  {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 25px;
}
ul.boxes li p a {
	color: #0a497f;
	text-decoration: none;
}
footer {
	background: url('images/footer-bg.png');
	width: 100%;
	margin: 0 auto;
	height: 140px;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 60px;
}
footer h1 {
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding-top: 50px;
	line-height: 34px;
}

.half_screen {
	float: left;
	width: 50%;
	min-height: 100px;
}

.weddings_bg {
	background:url(images/weddings2.jpg) no-repeat scroll left center;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
	.weddings_bg:hover {
		background:url(images/weddings-blue.jpg) no-repeat scroll 0% 80%;
	}

.se_bg {
	background:url(images/specialevents.jpg) no-repeat scroll center center;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
	.se_bg:hover {
		background:url(images/specialevents-seafoam.jpg) no-repeat scroll 40% 50%;
	}

.logo_circle {
	position: absolute;
	top:29%;
}

.logo_circle_container {
	max-width: 382px;
    width: 100%;
    margin:0 auto;
}

.left_title {
	position: absolute;
	left: 40px;
	top:40px;
	width: 300px;
}
.right_title {
	position: absolute;
	right: 40px;
	top:40px;
	width: 300px;
	text-align: right;
}

.main_title {
	font-size: 30px;
	margin:0 0 15px;
	text-transform: lowercase;
}

.seafoam {
	color:#66bbaf;
}
.drkblue {
	color:#0e487e;
}
.homepage {
	
}
	.homepage p {
		font-size: 90%;
	}

.landing_page {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
	padding-top:140px;
}

	.landing_page h1,
	.landing_page h2,
	.landing_page h3,
	.landing_page h4,
	.landing_page h5,
	.landing_page h6 {
		font-family: 'Freestyle', cursive;
		color:#fff;
		font-size: 46px;
		text-align: center;
		margin:0 0 10px;
	}

.main_box {
	float: left;
	width: 48%;
	margin-right: 2%;
	min-height: 300px;
	
}
	.main_box img {
		width: calc(100% - 20px);
		border:10px solid #fff;
	}
	.main_box img:hover {
		opacity: 0.7;
	}

.main_logo {
	position: relative;
	width: 100%;
	margin:40px 0;
	text-align: center;
}
	.main_logo img {
		width: 80%;
	}

.ocean_bg {
	background: url('img/ocean_bg3.jpg') no-repeat scroll 50% 40%;
}

/*****************************************

FONTS

*****************************************/

@font-face {
  font-family: 'Freestyle';
  src: url('fonts/Freescript.TTF') format('truetype');
}





/*****************************************

MEDIA QUERIES

*****************************************/

@media screen and (min-width: 1750px) {
	header .tagline h1 {
		color: #fff;
		font-size: 32px;
		text-align: center;
		padding-top: 60px;
	}
}

@media screen and (min-width: 1450px) {
	header .tagline h1 {
		color: #fff;
		font-size: 32px;
		text-align: center;
		padding-top: 30px;
	}
}

@media screen and (max-width: 1200px) {
	header .tagline h1 {
		color: #fff;
		font-size: 26px;
		text-align: center;
		padding-top: 18px;
	}
}



/*****************************************
iPad - Landscape - 1024px
*****************************************/

@media screen and (max-width:1024px) {
	header .tagline h1 {
		color: #fff;
		font-size: 24px;
		text-align: center;
		padding-top: 8px;
	}
}



/*****************************************
iPad - Portrait - 768px
*****************************************/

@media screen and (max-width:768px) {

}



/*****************************************
iPhone6 Plus - Landscape - 736px
*****************************************/

@media screen and (max-width:736px) {

}



/*****************************************
Samsung Galaxy Note - Landscape - 640px
*****************************************/

@media screen and (max-width:640px) {

}




/*****************************************
Samsung Galaxy Note - Landscape - 360px
*****************************************/

@media screen and (max-width:360px) {



}



/*****************************************
iPhone6 - Landscape - 667px
*****************************************/

@media screen and (max-width:667px) {

	.main_box {
		width: 100%;
		margin: 0 0 10px;
		min-height: 0;
	}
	.landing_page {
		width: calc(100% - 40px);
		padding:0 20px;
	}
	.main_logo img {
		width: 100%;
	}
	.landing_page h1, .landing_page h2, .landing_page h3, .landing_page h4, .landing_page h5, .landing_page h6 {
		font-size: 30px;
	}

}



/*****************************************
iPhone6 Plus - Portrait - 414px
*****************************************/

@media screen and (max-width:414px) {

}



/*****************************************
iPhone6 - Portrait - 375px
*****************************************/

@media screen and (max-width:375px) {

}



/*****************************************
iPhone5 and Below - Landscape - 568px
*****************************************/

@media screen and (max-width:568px) {

}



/*****************************************
iPhone5 and Below - Portrait - 320px
*****************************************/

@media screen and (max-width:320px) {

}