@charset "UTF-8";
/* CSS Document */
input {
    -webkit-appearance: none;
	outline: none;
}
input {
    border-radius: 0;
	border:0;
}
input[type="submit"] { -webkit-appearance:none;}
button { 
	-webkit-appearance:none;
	border-radius: 0;
	border:0;
	outline: none;
	padding:0;
}

body {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	margin:0;
	background:#FFFDE9;
	color:#000;
}
/* Header Style */
#header {
	width:100%;
	height:105px;
	color:#000;
	border-bottom: 1px solid #000;
	position: fixed;
	background-color: #0e404d;

	z-index: 9999999999999999999999;

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#header {
    	border-bottom: 1px solid #000;

  }
}
#header-inset {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	background: #0e404d;

}
#header-left {
	width:150px;
	float:left;
}
#header-center {
	margin-top:43px;
    width:900px;
	float:left;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}
#header-center a {
	color: #fffde9;
	font-size: 15px;
	padding-right:45px;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
}
#header-center a:hover {
	color: #FFFDE9;
	font-size: 15px;
	text-decoration: underline;
	font-weight: 500;
	text-align: center;

}
#header-left img { display: block; }
#header-right {
	margin-top:38px;
	width:150px;
	float:right;
	text-align: right;
	color: #0e404d;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}
#header-right a {
	color: #0e404d;
	font-size: 14px;
	text-decoration: none;
	padding-left:15px;
	font-weight: 500;
}
#header-right a:hover {
	color: #0e404d;
	font-size: 13px;
	text-decoration: underline;
	font-weight: 500;

}


/* Home Styles */
#home-content {
		width:100%;
		padding-top:105px;

}
#home-inset {
	width:1200px;
	margin-left:auto;
	margin-right:auto;

}
#home-left {
	width:598px;
	height: 570px;
	padding-top:30px;
	border-right:1px solid #000;
	border-left:1px solid #000;
	float:left;
	text-align: center;


}
.rotate {
  animation: rotation 12s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#home-right {
	width:599px;
	height: 570px;
	text-align: center;
	float:left;
	padding-top:30px;
	display: block;
	border-right:1px solid #000;


}
#home-main-events {
	border-top: 1px solid #000000;
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;

}

#home-main-block {
	width:370px;
	height:400px;
	text-align: center;
	padding-top:20px;
	padding-bottom:10px;
	margin-right: 42px;
	margin-bottom:20px;
	border:1px solid #000;
	float:left;

}
#home-main-block:hover {
	width:370px;
	height:400px;
	text-align: center;
	padding-top:20px;
	padding-bottom:10px;
	margin-right: 42px;
	border:1px solid #000;
	float:left;

}
#home-main-block img {
	border-radius: 8px;
	margin-bottom:5px;

}
#home-main-block:nth-child(3n) {margin-right:0;}
.home-submit-button{width:330px;height:55px;background:#F79C75;color:#FFFDE9;font-family: futura-pt, sans-serif;font-size:14px;font-weight:600;border: 1px solid #000;}
.home-submit-button:hover	  {width:330px;height:55px;background:#FFFDE9;color:#0e404d;font-family: futura-pt, sans-serif;font-size:14px;font-weight:600;border: 1px solid #000;}
/* Footer Style */ 
#footer-content {
	width: 100%;
	height: 100%;
	border-top: 1px solid #000;
	background: #f6966c;
	float:left;
	padding-bottom: 40px;
	
}
#footer-inset {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFDE9;
	padding-top:40px;
}
#footer-left {
	width: 599px;
	float:left;
	border-right:1px solid #000;
	text-align: left;
	color:##FFFDE9;
	font-size: 16px;
	font-weight: 500;
	
}
#footer-right {	
	width: 540px;
	float:left;
	text-align: left;
	color:#FFFDE9;
	font-size: 16px;
	font-weight: 500;
	padding-left:60px;
}
#footer-right a {	

	color:#FFFDE9;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
}
.footer-mailer-button:hover {
	margin-top:10px;width:248px;height:70px;background:transparent;color:#0e404d;font-family: futura-pt, sans-serif;font-size:18px;font-weight:600;padding:7px;border:1px solid #000;border-radius: 45px;
}
.footer-mailer-button {
	margin-top:10px;width:248px;height:70px;background:#0e404d;color:#FFFDE9;font-family: futura-pt, sans-serif;font-size:18px;font-weight:600;padding:7px;border-radius: 45px;
}
/* About Style */ 
#about-content {
		width:100%;
		padding-top:105px;

}
#about-inset {
	width:1200px;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;

}
#about-title-left {
	width:393px;
	float:left;
	text-align: left;
	font-size:125px;
	color:#0e404d;
	font-family: sweet-titling-no-26, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 110px;
	padding-top:20px;
}
#about-title-right {
	width:786px;
	border-left:1px solid #000;
	float:left;
	text-align: left;
	font-size:30px;
	color:#0e404d;
	font-weight:500;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:35px;
}
#about-title-right a {
	
	font-size:30px;
	color:#0e404d;
	font-weight:500;
	text-decoration: underline;
}
#about-images {
	border-top: 1px solid #000000;
	width:1200px;
	margin-right:auto;
	margin-left:auto;
	float:left;
	text-align: center;
	display: block;
	padding-top:20px;
	padding-bottom:15px;
}
#about-2 {
	border-top: 1px solid #000000;
	width:100%;
	font-size:25px;
	color:#0e404d;
	font-weight:500;
	float:left;
	text-align: justify;
	padding-top:30px;
	padding-bottom: 45px;
	text-justify:inter-word;
}
#about-3 {
	border-top: 1px solid #000000;
	width:100%;
	float:left;
	padding-top:40px;
	padding-bottom: 45px;
	text-justify:inter-word;
}
/* Private Event Style */ 

#table-container {
	width:100%;
	padding-top:105px;


}
#table-container-in {
	width:1200px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	overflow: hidden;


}
#table-container-form {
	width:1200px;
	float:left;
	font-size:22px;
	font-weight:500;
	color:#0e404d;
	padding-bottom:20px;
}
.table-container-form-text {
	width:480px;padding:7px;height: 40px;background:#fff;font-family: futura-pt, sans-serif;font-size:14px; border:1px #0e404d solid;
}
.table-submit-button {padding:7px;width:300px;height: 80px;background:#0e404d;color:#FFFDE9;font-family: futura-pt, sans-serif;font-size:22px;font-weight:500;border-radius: 30px;}
.table-submit-button:hover {padding:7px;width:300px;height: 80px;background:#1A8DAB;color:#FFFDE9;font-family: futura-pt, sans-serif;font-size:22px;font-weight:500;border-radius: 30px;}
.contact-container-form-area {
	width:990px;padding:7px;height: 80px;background:#fff;font-family: futura-pt, sans-serif;font-size:14px; border:1px #0e404d solid;
}
#table-container-thanks {
	width:1060px;
	border-top:1px solid #000;
	padding-top:30px;
	margin-top:30px;
	margin-bottom:30px;
	padding-bottom:24px;
	border-bottom:1px solid #000;
	float:left;
	font-size:22px;
	weight:400;
}


/* Events List Page */

#events-main-block {
	width:100%;
	text-align: center;
	border-bottom:1px solid #000;
	float:left;
	padding-bottom:25px;

}
#events-main-block:first-child {
	padding-top:5px;
	padding-bottom:25px;

}
#events-main-block:last-child {
	padding-top:5px;
	padding-bottom:25px;
	border-bottom: 0;

}
#events-main-block:not(:first-child) {
	padding-top:25px;

}
#events-main-block-date {
	width:200px;
	text-align: left;
	float:left;
	font-size:26.5px;
	font-weight: 600;
	color:#0e404d;
	padding-left:20px;
}
#events-main-block-image {
	width:120px;
	text-align: left;
	float:left;
	padding-left:20px;
}
#events-main-block-image img {
	border-radius: 12px;
	display: block;
	padding: 0;
	margin: 0;
}
#events-main-block-title {
	width:420px;
	text-align: left;
	float:left;
	padding-left:60px;
	font-size:60px;
	font-family: sweet-titling-no-26, sans-serif;
	font-weight: 700;
	line-height: 1.0;
	color:#F79C75;
}
.events-main-block-blurb {
	color:#0e404d;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-top:10px;
	float:left;
}
#events-main-block-button {
	width:340px;
	float:left;
	padding-right:20px;
	text-align: right;
}
.events-main-block-submit {
	width:195px;
	height:75px;
	background:#0e404d;
	color:#FFFDE9;
	font-family: futura-pt, sans-serif;
	font-size:16px;
	font-weight:600;
	border-radius: 45px;
}
.events-main-block-submit:hover {
	background:#0e404d;
	color:#FFFDE9;
	font-family: futura-pt, sans-serif;
	font-size:16px;
	font-weight:600;
	border-radius: 45px;
	text-decoration: underline;
}
/* Event Page Styles */

#event-container {
	width:100%;
	padding-top:105px;
}
#event-inset {
	width:1200px;
	margin-left:auto;
	margin-right:auto;

}
#event-left {
	width:599px;
	padding-top:20px;
	float:left;
	text-align: left;
	padding-bottom: 20px;


}
#event-right {
	width:550px;
	text-align: left;
	float:left;
	padding-top:50px;
	display: block;
	padding-bottom: 20px;
	padding-left:50px;
	border-left:1px solid #000;
	min-height: 896px;
	max-height: 100%;

}
#event-date {
	width:550px;
	float:left;
	font-size:35px;
	font-weight: 600;
	color:#0e404d;
	padding-bottom:40px;
}
#event-button-container {
	width:550px;
	float:left;
	padding-bottom:30px;
	border-bottom:1px solid #000;
}
#event-desc {
	width:550px;
	float:left;
	font-size:18px;
	font-weight: 400;
	color:#0e404d;
	padding-top:30px;
	line-height: 1.0;
}
#event-title {
	width:550px;
	font-size:85px;
	display: block;
	font-family: sweet-titling-no-26, sans-serif;
	font-weight: 700;
	font-style: normal;
	display: block;
	line-height: 1.0;
	color:#F79C75;
	float:left;
	padding-bottom:10px;	
}
.event-tickets-button {width:271px;height: 75px;background:#0e404d;color:#FFFDE9;	font-family: futura-pt, sans-serif;font-size:20px;font-weight:500;outline:none;border-radius: 45px;}
.event-tickets-button:hover {width:271px;height: 75px;background:transparent;color:#0e404d;	font-family: futura-pt, sans-serif;font-size:20px;font-weight:500;outline:none;border:  1px solid #000;border-radius: 45px;}

.event-tickets-button-non-tables {width:550px;height: 75px;background:#0e404d;color:#FFFDE9;	font-family: futura-pt, sans-serif;font-size:20px;font-weight:500;outline:none;border-radius: 45px;}
.event-tickets-button-non-tables:hover {width:550px;height: 75px;background:transparent;color:#0e404d;	font-family: futura-pt, sans-serif;font-size:20px;font-weight:500;outline:none;border:  1px solid #000;border-radius: 45px;}

/* RSVP Form Styles */

#event-container-guest-list-box {
	width:550px;
	float:left;
	padding-top:25px;
	border-bottom:1px solid #000;
	padding-bottom:25px;
}

.rsvp-tickets-button {width:200px;height: 65px;background:#0e404d;color:#FFFDE9;	font-family: futura-pt, sans-serif;font-size:24px;font-weight:500;outline:none;border-radius: 45px;}
.rsvp-tickets-button:hover {width:200x;height: 65px;background:transparent;color:#0e404d;	font-family: futura-pt, sans-serif;font-size:24px;font-weight:500;outline:none;border:  1px solid #000;border-radius: 45px;}

.rsvp-container-form-text {
	width:530px;height: 40px;background:#fff;font-family: futura-pt, sans-serif;font-size:14px; border:1px #0e404d solid;margin-bottom:5px;padding-left:10px;
}
.rsvp-container-form-select {
	width:540px;height: 40px;background:#fff;font-family: futura-pt, sans-serif;font-size:14px; border:1px #0e404d solid;margin-bottom:5px;padding-left:10px;
}
.rsvp-header {
	width:550px;
	float:left;
	font-size:40px;
	font-weight: 600;
	color:#0e404d;
}
.rsvp-terms {
	width:550px;
	float:left;
	font-size:25px;
	font-weight: 400;
	color:#0e404d;
}
select{
-moz-appearance: none; 
-webkit-appearance: none; 
appearance: none;
}