/*
https://coolors.co/353535-3c6e71-ffffff-d9d9d9-284b63

https://coolors.co/586ba4-324376-f5dd90-f68e5f-f76c5e

https://coolors.co/15181d-465129-dcdde3-101116-75767a

*/


html,body { 
	margin: 0px;
	height:100%;

}

#wrapper { 
	height: 100%;
}

.mobile-only { 
	display: none;
}

.img-v-align-helper { 
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 600px) { 
	#wrapper { 
		height: unset !important;
	}

	.mobile-only { 
		display: block;
	}

}

a { 
	color: #427fed;
	text-decoration: none;
}
a:visited { 
	color: #427fed;
}

a:hover { 
	text-decoration: underline;
}

.button { 
	
	color: #427fed;
	padding: 5px;
	width: fit-content;
}

.button a { 
	color: #427fed;
	text-decoration: none;
}

.form-button {
  background-color: black; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

/**********************
Header
***********************/

#header { 
	position: relative;
	top: 0px;
	left: 0px;
	padding-top:40px;
	width:100%;
	z-index:10;
}
	#nav-menu-open {
		display:none;
	}
	

	#nav-container {  
		margin-left:auto;
		margin-right:auto;
		padding-right:20px;
		text-align: center;
		
	}

	#nav-container a{  
		text-decoration: none;
		color:#15181D;
		font-size:15px;
		font-family: sans-serif;
		text-transform: uppercase;
		margin-left:20px;
		padding-bottom:8px;
		margin-bottom:10px;
	}
	
	#nav-container a:hover, #nav-container a.selected{  
			border-bottom: 2px solid #15181D;
	}

@media screen and (max-width: 800px) { 
	#nav-container a { 
		font-size: 14px;
		margin-left: 10px;
	}
}


@media screen and (max-width: 600px) { 
	#header { 
		position: relative !important;
		left: unset;
		right: 0px;
		top: 0px;
		
		padding: 0;
		z-index:0;
		
	}
	#nav-container {  
		padding: 0;
		width: 200px;
		height: 100vh;
		background-color: rgba(255,255,255);
		display: none;
		box-shadow: 0 0 50px 0 rgb(0 0 0 / 100%);
		visibility: hidden;
		transition: transform 400ms ease 0s;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 3;
		margin-left:auto;
		margin-right: unset;
		transform: translateX(250px) translateY(0px);
		visibility: hidden;
		
	}

	.nav-container-show { 
		transform: translateX(0px) translateY(0px) !important;
		visibility: visible !important;
		display: block !important;
	}

	#nav-container a{  

		font-size:15px;
		padding-top:15px;
		padding-bottom: 15px;
		padding-left:25px;
		margin:0;
		display: block;
		text-align: left;
		border-bottom: 1px solid #ccc;

	}

	#nav-container a:hover, #nav-container a.selected{ 
		color: #427fed;
		border-bottom: 1px solid #ccc;
	}

	#nav-menu-open { 

		display: block !important;
		visibility: visible;
		text-align: right;
		
	}

	#nav-menu-open-icon { 
		padding-top:15px;
		padding-right:20px;
		padding-bottom: 15px;
		
		font-size: 35px;
		line-height: 1;
		cursor: pointer;
		
	}

	#nav-menu-open-icon:before {
    	content: "\e5d2";
    	z-index: 2;
    	position: relative;

	}


	
}

/**********************
Home
***********************/

#title { 
	width:100%;
	height:100%;
	background: url("../images/home3.jpg");
	background-position: 50% 0%;
	background-size: cover;
}
	#title-overlay { 
		position: absolute;
    	top: 50%;
    	left: 50%;
    	margin-left: -200px;
    	margin-top: -55px;
    	width: 400px;		
	}

	#title-overlay.ffo-loaded { 
		position: absolute;
    	top: 50%;
    	left: 50%;
    	margin-left: -200px;
    	margin-top: -80px;
    	width: 400px;		
	}

		#title-image-mobile { 
			display: none;
		}
		#title-content { 
			margin: auto;
			padding:20px;
			text-align: center;
		}
		#title-content h1{ 
			font-family: cursive;
			font-size: 5em;
			display: inline;
			color:white;
			font-weight: normal;
			margin:0;

		}

		#title-content h1.ffo-loaded { 
			font-family: 'Sue Ellen Francisco';
			font-size: 6em;
    		text-transform: uppercase;

		}

		#title-content h1.title-content-name{ 
			color:white;
		}
		#title-content hr { 
			border: 1px solid #ddd;
			width:20%;
			
		}
		#title-overlay.ffo-loaded hr { 
			margin-top: -15px;
		}

			#title-content-date h2{ 
				color:white;
				font-weight: normal;
				font-size:32px;
				margin: 0px;
				font-family: cursive;
			}
			#title-content-date.ffo-loaded h2{ 
				color:white;
				font-family: 'Sue Ellen Francisco';
				font-weight: normal;
				font-size:32px;
				margin: 0px;
			}

@media screen and (max-width: 600px) { 
#title { 
	width:100%;
	height:100%;
	background: unset;
	
}
	
	#title-image-mobile { 
		display: block;
	}
	#title-image-mobile img { 
		display: block;
		width: 100%;
	}

#title-overlay, #title-overlay.ffo-loaded { 
	position: relative;
	top: unset;
	left: unset;
	margin: unset;
	width: unset;
}


	#title-content { 
		margin: auto;
		padding: 20px
		text-align:center;
		position: absolute;
		top: 0px;
		left: 0px;
	
	}
		#title-content h1{ 
				font-size: 11vw;
				color: white;
		}
			#title-content-date h2{ 
				font-size:22px;
				color:white;
			}

		#title-content h1.ffo-loaded { 
			font-family: 'Sue Ellen Francisco';
			font-size: 3.5em;
    		text-transform: uppercase;

		}

			#title-content-date.ffo-loaded h2{ 
				font-size:18px;
				color:white;
			}
}

/**********************
A History
***********************/

#history { 
	width:100%;
	height:100%;
	background-color: #ccc;
	/*padding-top: 100px;*/
	background-image: url("../images/home2.png");
	background-position: 50% 0%;
	background-size: cover;
	background-attachment: fixed;
	overflow: auto;
}
#history-overlay {
	background-color: rgba(255,255,255,.5);
	overflow: scroll;
	height: 100vh;
}
#history-container-title { 
	margin-top:110px;
	font-size: 72px;
	font-family: sans-serif;
	color: black;
	text-align: center;
	font-weight: 400;
}
#history-container-title.ffo-loaded { 
	margin-top:110px;
	font-size: 72px;
	font-family: Roboto;
	color: black;
	text-align: center;
	font-weight: 400;
}
	#history-timeline { 
		margin: auto;
		margin-top:20px;
	}

		
		.history-timeline-description-container{
			clear: both;
			overflow: auto;
		}	
			.history-timeline-date-container h3{
				font-size: 36px;
				font-family: sans-serif;
				font-weight: normal;
				color:black;
			}
			.history-timeline-date-container h3.ffo-loaded{
				font-size: 36px;
				font-family: Roboto;
				font-weight: 300;
				color:black;
			}
			.history-timeline-description-image-container {
				float:left;
				width:100%;
				text-align: center;
				height: 250px;
				background: url("../images/imageloading.png") no-repeat center;
				background-size: 50px 50px; 
			}
			.history-timeline-description-image-container img{ 
				/*padding-top:5px;
				padding-bottom: 5px;*/
				
				text-align: center;
				vertical-align: middle;
				margin: auto;
				max-width: 365px;

			}
			
			.history-timeline-description-container-desc.ffo-loaded {  
				float:left;
				text-align: justify;
				font-size: 1.1em;
				font-family: Lato, "Helvetica Neue", "sans-serif";
				color: #333;
			}
			.history-timeline-description-container-desc {  
				float:left;
				text-align: justify;
				font-size: 1.1em;
				font-family: "Helvetica Neue", "sans-serif";
				color: #333;
				width:100%;
			}
			.history-timeline-description-container-desc p{  
				margin-top: 5px;
				text-align: justify;
				padding: 5px;

			}
			.history-timeline-description-container h1{ 
				margin:0;
				/*text-transform: uppercase;*/
				font-family: sans-serif;
				font-size:36px ;
				text-align: center ;
				color: black;
				line-height: 40px;
				font-weight: normal;
				margin-bottom: 5px;
			}

			.history-timeline-description-container h1.ffo-loaded{ 

				font-family: Roboto;
				font-weight: 300;

			}

		.history-timeline-date h3{ 
			/*margin:0;
			text-transform: uppercase;
			font-family: sans-serif;
			color:#ccc;
			display: block;*/
		}

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


	#history-container-title { 
		font-size: 42px;
		margin-top: 95px;
	}

	.history-timeline-date-container h3{
		
	}

	.history-timeline-description-container h1{ 
		padding-top:5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		font-size:28px;
		line-height: 30px
	}


	.history-timeline-description-container-desc {  
		float: left;
		/*width: initial;*/
		/*padding: 10px;*/
		margin:0 !important;
		
	}
}

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

	#history-container-title { 
		font-size: 32px;
		margin-top: 15px;
	}
	.history-timeline-date-container h3{
		font-size: 25px;
	}

	.history-timeline-description-container h1{ 
		padding-top:5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		font-size:22px;
		line-height: 30px
	}


	.history-timeline-description-image-container img { 
		max-width: 65vw;
	}

	.history-timeline-description-container-desc p { 
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.history-timeline-description-image-container-width { 
		width: 90%;
	}
	.history-timeline-description-image-container-height { 
		height: 90%;
	}

}

/**********************
Profiles
***********************/

.profile { 
	float: left;
	width:33%;
}

.profile-div { 
	padding-top:300px;
	text-align: center;
}

.profile-right { 
	float:right !important;
}

.profile-image { 
	display: block;
    width: 220px;
    height: 220px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    border: 7px solid #7884a9;
    border-radius: 100%;
    background-image: url("../images/jenniferprofile.jpg");
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 30px 35px 0 rgb(0 0 0 / 10%);
}

.profile-name-big { 
	color: black;
	font-size:38px;
	text-align: center;
	font-family: serif;
}

.profile-name-big.ffo-loaded { 
	color: black;
	font-size:38px;
	text-align: center;
	font-family: Prata;
}

.profile-text { 
	font-size: 1.2em;
	text-align: justify;
	font-family: sans-serif;
 }

 .profile-text.ffo-loaded { 

	font-family: Lato;
 }

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

	.profile { 
		float: none;
		width:80vw;
		position: relative;
		margin: auto;
	
	
	}

	.profile-right { 
		float: none !important;
		width:80vw;
		position: relative;
		margin: auto;

	}

	.profile-div { 
		padding-top:0px;
		margin-top: 20px;
		margin-bottom: 20px;
	
	
	}

	.profile-name-big { 

		font-size:32px;

	}

	.profile-text { 
		font-size: 1em;
 	}

}

		

#profiles {
	width:100%;
	background-color: #ccc;
	background-image: url("../images/home2.png");
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
  	background-attachment: fixed;
  	height: 100vh;
	overflow: auto;
	z-index:2;
}
#profiles-overlay {
	width:100%;
	height: 100%;
	background-color: rgba(255,255,255,.6);
	overflow: auto;
	z-index:2;
}
	#profiles-container { 
		padding-top:80px;
		padding-left:100px;
		padding-right:100px;
		padding-bottom:20px;
		max-width: 900px;
		margin:auto;
		clear: both;
		overflow: auto;
		z-index:1;		
	}

@media screen and (max-width: 800px) {
	#profiles-container { 
		padding-left:unset;
		padding-right:unset;
		padding-bottom:20px;

	}
	#profiles-overlay {
		overflow-x: hidden;
	}
	#profiles,#profiles-overlay { 

		height: unset;

	}
	
}

@media screen and (max-width: 600px) {
	#profiles-container { 
		padding-top:unset;

	}

}

#footer { 
	width: 100%;
	background-color: white;
	padding-top:30px;
	padding-bottom: 30px;
}
	#footer-content { 
		text-align: center;
		margin-left:auto;
		margin-right:auto;
		font-family: sans-serif;
	}


/**********************
Travel
***********************/

#travel { 
	width:100%;
	height:100%;
	background-color: #ccc;
	/*padding-top: 100px;*/
	background-image: url("../images/travelhome.jpg");
	background-position: 50% 0%;
	background-size: cover;
	background-attachment: fixed;
	overflow: auto;
}
#travel-overlay {
	background-color: rgba(255,255,255,.6);
	overflow: scroll;
	height: 100vh;
}
#travel-container-title { 
	font-size: 72px;
	font-family: sans-serif;
	color: black;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
}
#travel-container-title.ffo-loaded { 

	font-family: Roboto;
	font-weight: 400;

}
	#travel-container { 
		margin: auto;
		margin-top:20px;
		margin-bottom: 20px;
		width: 80vw;
		position: relative;
		clear: both;
		overflow: auto;
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%)
	}

		#travel-header { 
			margin-top: 50px;
			margin-bottom: 50px;
			background: unset !important;
		}

		#travel-header p { 
			color: #444;
			font-family: sans-serif;
			font-size: 1.1em;
		}

		#travel-header p.ffo-loaded { 
			font-family: Lato;
		}

		.travel-block {
			clear: both;
			overflow: auto;
			
			margin: 0 auto;
			
			
		}

		.travel-block { 
			background-color: rgb(255 255 255 / 75%);
		 }


		.travel-block h2, .travel-block h3{
			font-family: sans-serif;
			font-weight: 400;
		}	

		.travel-block h2.ffo-loaded, .travel-block h3.ffo-loaded{
			font-family: Roboto;
			font-weight: 400;
		}

		.travel-block h2 { 
			text-align: center;
			font-size: 2em;

		}

		.travel-block h3{
			margin-top: 0px;
			font-size: 1.5em;
		}
		
		.travel-block p { 
			font-family: sans-serif;
			font-size: 1em;
			color: #444;
		}	

		.travel-block p.ffo-loaded { 
			font-family: Lato;
			font-size: 1em;
		}


			.travel-block-heading { 
				width: 100%;
   				background-size: 110%;
   				height: 250px;
   				display: flex;
   				align-items: center;
   				background-repeat: no-repeat;
   				background-position: 50%

			}
			.travel-block-heading h2{ 
				color: white;
				font-size: 3em;
				margin: 0 auto;
			}

			.travel-block-float { 
				width: 33%;
				float: left;
				position: relative;
				

			 }

			 .travel-block-float h3 { 
			 	padding-left: 10px;
			 	margin-bottom: 0px;

			  }
			 .travel-block-float p{ 
			 	margin-top: 0px;
				text-align: left;
				padding: 10px;

			 }

			.travel-block-float-center {
				float:right;
				position: relative;
				left: -50%;
			}

			.travel-block-float-center > .travel-block-float-center-child {
			    position: relative;
			    left: 50%;

			}

			.travel-block-float-center ul {
			  list-style-type: none;
			  margin:0;
			  
			}
			.travel-block-float-center ul li {
			  float: left;
			  list-style-type: none;
			  margin: 0 6px;
			  margin-bottom: 15px;
			}

			.travel-block-float-center-child p { 
				margin: 0px;
			}
			


		#travel-block-map { 
			margin-top:40px;
			width: 100%;
		}

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

	.travel-block-heading { 

		height: 150px;
	 }

	.travel-block-float { 
		width: 100%;
	}

	#travel-block-map { 
			margin-top:0px;
			width: 80%;
		}





}

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

	.travel-block-heading { 

		height: 150px;
	 }

	.travel-block-float { 
		width: 100%;

	}

	#travel-block-map { 
			margin-top:0px;
			width: 80%;
		}

	

	.travel-block-heading h2{ 
				color: white;
				font-size: 2em;
				margin: 0 auto;
			}

	.travel-block h3{
			text-align: center;
		}

}


#events { 
	width:100%;
	height:100%;
	background-color: #ccc;
	/*padding-top: 100px;*/
	background-image: url("../images/ebell-big.jpg");
	background-position: 50% 0%;
	background-size: cover;
	background-attachment: fixed;
	overflow: auto;
}

#rsvp { 
	width:100%;
	height:100%;
	background-color: #ccc;
	/*padding-top: 100px;*/
	background-image: url("../images/running.jpg");
	background-position: 50% 0%;
	background-size: cover;
	background-attachment: fixed;
	overflow: auto;
}

.questions-block-float-center li { 
	background-color: #ddd;
	width: 200px;
	padding: 5px;
	margin: 0 50px !important;
	margin-bottom: 15px !important;
}

.questions-block-float-center-img { 
	width: 100%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	margin: auto;


}


#invite-overlay { 
	background-image: url("../images/tile.png");
	background-size: 50px 50px;
	background-color: white;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: flex;
    align-items: center;
    justify-content: center;
}

#invite { 
	position: absolute;
	bottom: 0px;
	/*left: 50%;*/
	/*width: 100%;*/
	/*height: 100%;*/
	z-index: 101;
	text-align: center;


}
#invite img { 
	display: block;
	width:80vw; 
	max-width: 455px;
}

