@charset "utf-8";
/*CSS Document*/

body {
	background-color: #f7f7f7;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
	letter-spacing: .15em;
	color: #01a1af;
	text-transform: uppercase;
	text-shadow: 4px -3px 0 rgba(0,0,0,.15);
	/*filter: Shadow(Color=gray, Direction=-280, Strength=1);*/
	text-align: center;
	margin-bottom: 0;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7em;
	letter-spacing: .1em;
	color: #57585c;
	text-transform: uppercase;
	text-align: center;
	/*font-weight: 100;*/
}


p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
  	/*letter-spacing: 0.1em;*/
  	line-height: 1.5;
  	color: #564f45;
}

.highlights {
	/*color: #00a1b1;*/
	font-weight: 600;
}

/*-------------------BANNER--------------------------*/
section.module.parallax {
  	height: 710px;
  	width:100%;
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
 	border-bottom: 1px solid rgba(51, 35, 19, 0.16);
}

section.module.parallax-1 {
  	background-image: url("../img/banner2.png");
}


/*.banner {
	background-color: #41392e;
	height: 700px;
}*/


#logo {
	margin-top: 100px;
	width: 70%;
}

#date_place {
	width: 60%;
    margin-top: 73px;
}

#presented_by {
	font-size: 0.8em;
    text-transform: uppercase;
    margin-top: 50px;
    text-align: center;
}

#OH_presents {
	width: 30%;
	margin-top: 25px;
}


/*-------------------Menu--------------------------*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
} 

#menu {
	position: fixed;
	top: 0px;
	width: 100%; 
	/*height: 70px;*/ 
	color: #fff;
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.5);	
	background-color: #35373e;  
	z-index: 9999;
	display: none;
}

nav {
	background: #35373e;
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5;
    position: relative;  
    text-transform: uppercase;
} 

nav:focus {
	outline: 0;
} 

nav ul {
	padding: 0;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
    width: 600px;  
    height: 40px;  
	margin-top: 25px;
}

nav li {
	float: left;
	display: block;
}

nav a {
	color: #fff;  
    display: block; 
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	/*width: 100px;*/
}

nav li:last-child a {  
    border-right: 0;  
}  

nav a:hover {
  	font-weight: bold;
  	color: #01a1af;
}

nav a:focus {
  	outline: 0;
}

nav a#pull {
	display: none;
}

nav li#home a {
	width: 100px;
}

nav li#youare_invited a {
	width: 220px;
}

nav li#program a {
	width: 140px;
}

nav li#rsvp a {
	width: 110px;
}

/* ACCORDIONS */

.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#bb2a3b;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    color:#fff;
    text-decoration: none;
	font: 'Open Sans', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#d73043;
    /* Type */
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}



/*-------------------SECTIONS--------------------------*/
.sections {
	padding-top: 70px;
	padding-bottom: 70px;
}

/*------------------- SECTION 1 INVITATION --------------------------*/
#section1 p {
	text-align: center;
	letter-spacing: 0.9px;
}

#berwick {
	background-color: #fff;
    width: 100%;
    height: 350px;
    box-shadow: 8px -6px 0 rgba(0,0,0,.1);
}

#berwick_photo {
	float: left;
}

#berwick_photo img {
	width: 80%;
	margin-left: 0;
}

#berwick_profile {
	width: 100%;
    /* float: right; */
    /* background-color: #C3C3C3; */
    /* padding-left: 10px; */
    padding-right: 50px;
    padding-top: 10px;
    /* margin-top: 10px; */
}

#berwick_profile p {
	font-size: 1em;
    text-align: left;
}

#berwick_profile h2 {
	font-size: 1.3em;
    text-align: left;
}

#berwick_button {
	margin-top: 30px;
}

/*------------------- SECTION 2 PROGRAM --------------------------*/
#section2 {
	background-color: #b0c5c0;
	padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}

#section2 h1 {
	color: #fff;
}

#section2 h2 {
	font-size: 1.9em
}

#section2 p {
	font-size: 1.4em;
}

#section2 .hours {
	margin-top: -20px;
    color: #57585c;
}

#schedule_border {
	box-shadow: 0px 0px 0px 2px #FFF;
    margin-left: 40px;
    margin-right: 40px;
}

#schedule2 {
	margin-bottom: 40px;
}

.event_name {
	font-weight: 600;
	color: #57585c;
}

#event_division p {
	font-size: 4em;
	margin-top: -20px;
    margin-bottom: -20px;
	color: #57585c;	
}

/*------------------- MAP --------------------------*/
section.module.parallax2 {
  	height: 400px;
  	width:100%;
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
 	border-bottom: 1px solid rgba(51, 35, 19, 0.16);
}

section.module.parallax-2 {
	background-image: url("../img/map2.png");
}

#map-directions {
	width: 43%;
    background-color: #fff;
    margin-top: 70px;
}

#map-directions p {
	padding: 40px;
	margin-left: 50px;
}

#location {
	float: left;
    margin-left: 40px;
    margin-top: 40px;
}

#get-directions {
	margin-left: 50px;
    padding-left: 40px;
    margin-top: -50px;
    padding-bottom: 40px;
}

#get-directions a {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
	color: #00a1b1;
	border-bottom: 2px solid #00A1B1;
}

#get-directions a:hover {
	font-weight: 600;
}

#get-directions a:focus {
	outline: 0;
}

#parking {
	margin-left: -40px!important;
    margin-top: -30px;
    padding-bottom: 0px!important;
    font-size: 0.9em;
}

/*------------------- SECTION 3 RSVP --------------------------*/
#section3 p {
	text-align: center;
}

.button {
	width: 270px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    background-color: #00a1b1;
    /* border: 2px solid #00a1b1; */
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.button:hover {
	box-shadow: 4px -3px 0 rgba(0,0,0,.15);
	cursor: pointer;
	font-weight: 600;

}

.button:focus {
	outline: 0;
}

.button a {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: block;
}

.button a:focus {
	outline: 0;
}

#accept_button {
	float: right;
}

#decline_button {
	float: left;
}

/*------------------- FOOTER --------------------------*/
.footer_section {
	background-color: #434449;
	height: 160px;
	margin-top: 20px; /*HAD TO CHANGE THIS BECAUSE IT OVERLAPPED THE VIEW RESULTS BUTTON*/
}

.footer_section p.footer_text {
	color: #FFFFFF;
    /* text-align: center; */
    font-size: 0.9em;
    margin-top: -10px;
    padding-left: 30px;
}

.footer_section p.footer_text a {
	text-decoration: none;
	color: #00a1b1;
}

.footer_section p.footer_text a:hover {
	text-decoration: underline;
}

.footer_section p.footer_text a:focus {
	outline: 0;
}

#contact {
	margin-top: 40px;
    padding-left: 30px;
    color: #00a1b1;
    text-transform: uppercase;
    font-size: 1em;
}

#OH_Logo {
	margin-top: 50px;
    /*width: 90%;*/
}


/*------------------- ACCEPT FORM INVITATION PAGE --------------------------*/
#invitation_body {
	background-color: #b0c5c0;
}

.invitation_border {
	box-shadow: 9px -9px 0 rgba(0,0,0,.15);
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

#thank_you2 {
	margin-top: 50px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#thank_you2 h2 {
	font-size: 1.4em;
}

#thank_you {
	margin-top: 50px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.fsSubmit input.fsSubmitButton {
	width: 227px;
    height: 55px;
    background-color: #00a1b1;
    /* border: 2px solid #00a1b1; */
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: none;
    border-radius: 5px!important;
    -moz-border-radius: 5px!important;
}

.fsSubmit input.fsSubmitButton:hover {
	box-shadow: 4px -3px 0 rgba(0,0,0,.15);
	cursor: pointer;
	font-weight: 600;
}

.fsSubmit input.fsSubmitButton:focus {
	outline: 0;
}

.fsBody .fsForm {
	border-radius: 5px!important;
    -moz-border-radius: 5px!important;
}

.fsBody .fsPage {
	padding: 30px;
}

.event_button {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.decline_invitation_border {
	box-shadow: 9px -9px 0 rgba(0,0,0,.15);
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

.invitation_border_confirmation {
	box-shadow: 9px -9px 0 rgba(0,0,0,.15);
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

/*#footer_section_invite {
	margin-top: 1110px;
}*/

#confirmation_mssg {
	text-align: center;
}


/*------------------- MEDIA QUERIES --------------------------*/
@media screen and (max-width: 1024px) {
	section.module.parallax2 {
		background-position-x: 66%;
    	background-position-y: 110px;
	}
}

@media screen and (max-width: 960px) {
	#section3 p {
		font-size: 19px;
	}
}

@media screen and (max-width: 768px) {
	#berwick_profile {
		padding-top: 30px;
	}

	section.module.parallax {
		height: 620px;
	}

	section.module.parallax2 {
		background-position-y: 70px;	
	}

	#map-directions {
		width: 50%;
	}

	#accept_button {
		float: none;
	}

	#decline_button {
		float: none;
	}

	#OH_Logo {
		width: 40%;
	}

	.footer_section {
		height: 280px;
		text-align: center;
	}

	#contact {
		margin-top: 10px;
	}

	#footer_invite_contact {
		margin-top: -170px;
    	height: 0px;
	}
}

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

@media screen and (max-width: 667px) {
	section.module.parallax {
		height: 590px;
	}

	h1 {
		font-size: 2.6em;
	}

	#berwick {
		box-shadow: 8px -6px 0 rgba(0,0,0,.1);
    	background-color: #fff;
	}

	#berwick_photo {
		margin-right: -30px;
	}

	#berwick_profile {
		padding-top: 10px;
    	margin-left: 20px;
	}

	#date_place {
		width: 70%;
	}

	#map-directions {
		width: 60%;
	}
}

@media screen and (max-width: 600px) {
	/*NAVIGATION BREAKS - NEED TO FIX*/
	.accordion {
		display: block;
	}

	#menu {
		padding: 0;
		height: auto;
	}
	nav ul {
		width: 100%;
		display: none;
		height: auto;
		background-color: #57585C;
	}
	nav li {
		width: 100%;
    	float: none;
    	position: relative;
	}
	nav li#home a {
		width: 100%;
	}
	nav li#youare_invited a {
		width: 100%;
	}
	nav li#program a {
		width: 100%;
	}
	nav li#rsvp a {
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #6D6E73;
	}
	nav a {
		display: block;
		text-align: center;
    	width: 100%;
    	height: auto;
    	text-indent: 25px;
    	line-height: 40px;
	}
	nav a#pull {
		margin-top: 10px;
		text-align: left;
		display: block;
		background-color: #35373e;
		width: 100%;
		position: relative;
		height: 60px;
	}
	nav a#pull:after {
		content: "";
		background: url('../img/nav-icon.png') no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	section.module.parallax {
		height: 550px;
	}

	section.module.parallax2.parallax-2 {
		background-position-y: 60px;
    	background-position-x: 64%;
		height: 450px;
	}

	#map-directions {
		width: 65%;
	}

	#berwick {
		height: 350px;
	}

	#berwick_profile h2 {
		font-size: 1.2em;
	}

	#berwick_photo {
		margin-right: -47px;
	}

	#berwick_profile {
		padding-top: 1px;
    	padding-right: 40px;
	}
}

@media screen and (max-width: 568px) {
	#logo {
		width: 90%
	}

	#date_place {
		width: 90%;
	}

	nav a#pull {
		height: 50px;
	}

	#berwick {
		height: 430px;
	}

	#berwick_photo {
		margin-right: -72px;
    	margin-bottom: 10px;
	}

	#berwick_photo img {
		width: 60%;
    	margin-left: 40px;
    	margin-top: 40px;
	}

	#berwick_profile {
		padding-top: 20px;
    	padding-right: 60px;
    	padding-left: 20px;
	}

	#OH_presents {
		width: 40%;
	}

	section.module.parallax {
		height: 600px;
	}

}

@media screen and (max-width: 414px) {
	#logo {
		margin-top: 70px;
		width: 100%;
	}

	#date_place {
		width: 100%;
		margin-top: 50px;
	}

	h1 {
		font-size: 2.1em;
	}

	h2 {
		font-size: 1.3em;
	}

	#section2 h2 {
		font-size: 1.7em
	}

	section.module.parallax {
		height: 380px;
	}

	#berwick {
		height: 820px;
	}

	#berwick_photo {
		float: none;
	    padding-top: 10px;
	    margin-right: auto;
	    margin-left: auto;
	    width: 90%;
	}

	#berwick_photo img {
		width: 80%;
		margin-left: auto;
	}

	#berwick_profile {
	    padding-top: 10px;
	    padding-right: 50px;
	    padding-left: 30px;
	}

	#map-directions {
		width: 100%;
	}

	#OH_Logo {
		width: 80%;
	}

	#thank_you2 {
		width: 100%;
	}

	#thank_you2 h2 {
		font-size: 1.1em
	}

	#OH_presents {
		width: 50%;
	}

	section.module.parallax {
		height: 490px;
	}
}

@media screen and (max-width: 384px) {
	#logo {
		margin-top: 80px;
		width: 100%;
	}

	#date_place {
		width: 90%;
		margin-top: 50px;
	}

	h1 {
		font-size: 1.7em;
		text-shadow: 3px -1px 0 rgba(0,0,0,.15);
	}

	h2 {
		font-size: 1.2em;
	}

	#map-directions {
		width: 100%;
	}

	.footer_section {
		height: 290px;
	}
}

@media screen and (max-width: 375px) {
	#logo {
		width: 100%;
	}

	#date_place {
		width: 100%;
    	margin-top: 53px;
	}

}

@media screen and (max-width: 320px) {
	#date_place {
		width: 100%;
	}

	h1 {
		font-size: 1.7em;
	}

	h2 {
		font-size: 1.2em;
	}

	p {
		font-size: 1.1em;
	}

	#berwick {
    	height: 800px;
	}

	#berwick_profile {
		padding-left: 20px;
	}

	#map-directions p {
		font-size: 1em;
	}

	#get-directions a {
		font-size: 0.8em;
	}

	.footer_section {
		height: 300px;
	}

	.footer_section p.footer_text {
		padding-left: 0;
	}

	section.module.parallax {
		height: 440px;
	}

}