/* ==========================================================================
   TOPLINE
   ==========================================================================
   */
   
   html {
     scroll-behavior: smooth;
   }
   
   html, body {
       background-color:  #fff;
	   max-width: 100%;
       overflow-x: hidden;
   }
   
/* ==========================================================================
   BOOTSTRAP TO WAA RECOLORING
   ==========================================================================
   */
   
   a {
   	color: #576952 !important;
   }
   
   a.nav-link {
   	color: #576952 !important;
   }
   
   /*.btn-success {
   	background-color: #1c384c !important;
   }
   
   .btn-success:hover {
   	background-color: #5e864e !important;
   }
   
   .btn-outline-success {
   	border-color: #6d925e !important;
   	color: #6d925e !important;
   }
   
   .btn-outline-success:hover {
   	background: #6d925e !important;
   	border-color: #6d925e !important;
   	color: #fff !important;
   }
   
   .btn-warning {
   	background-color: #1c384c !important;
   	border-color: #1c384c !important;
   	font-weight: bold !important;
   	color: #fff !important;
   }
   
   .btn-warning:hover {
   	background-color: #6d925e !important;
   }
   
   a.btn-warning {
   	color: #fff !important;
   }
   
   .btn-info {
   	background-color: #a3875e !important;
   	border-color: #a3875e !important;
   	color: #fff !important;
   }
   
   .btn-info:hover {
   	background-color: #d2b587 !important;
   }
   
   a.btn-info {
   	color: #fff !important;
   }
   
   #btn-fw {
   	font-weight: normal !important;
   }
   
   .btn-outline-info {
   	border-color: #a3875e !important;
   	color: #a3875e !important;
   }
   
   .btn-outline-info #btn-fw {
   	font-weight: bold !important;
   }
   
   .btn-outline-info:hover {
   	background: #a3875e !important;
   	border-color: #a3875e !important;
   	color: #fff !important;
   }
   
   label {
   	font-weight: bold !important;
   }
   
   .card-title {
   	font-weight: bold !important;
   }
   
   .alert-light {
   	color: #000 !important;
   }
   
   .card-img-top {
        max-width: 100%;
        flex-shrink: 0;
   }
   
   .bg-green {
   	background-color: #6d925e !important;
   	transition-property: background-color;
   	transition-duration: 2s;
   	transition-timing-function: ease;
   }
   
   .bg-green:hover {
   	background-color: #a3875f !important;
   	transition-property: background-color;
   	transition-duration: 2s;
   	transition-timing-function: ease;
   }
   
   .alert-primary {
   	background-color: #6d925e !important;
   	border-color: #6d925e !important;
   	color: #fff !important;
   }
   
   .alert-primary hr {
   	border-color: #fff !important;
   }
   
   .alert-success {
   	background-color: #1c384c !important;
   	border-color: #122939 !important;
   	color: #fff !important;
   }
   
   .alert-success hr {
   	border-color:  #fff !important;
   }
   
   .alert-secondary {
   	background-color: #a2875e !important;
   	border-color: #977541 !important;
   	color: #fff !important;
   }
   
   .alert-secondary hr {
   	border-color: #fff !important;
   }*/
   
   .popover {
   	margin: 0 0 0 0px !important;
   	min-width: 300px !important;
   }
   
   .alert-primary {
   	background-color: #8b6e77 !important;
   	background-image: linear-gradient(70deg, #b7836e, #5d4338, #b7836e);
   	border-color: #723c4d !important;
   	color: #fff !important;
   }
   
   .alert-primary hr {
   	border-color: #fff !important;
   }
   
   .alert-success {
   	background-color: #8c9572 !important;
   	background-image: linear-gradient(70deg, #8c9572, #626d41, #8c9572);
   	border-color: #505434 !important;
   	color: #fff !important;
   }
   
   .alert-success hr {
   	border-color: #fff !important;
   }
   
   .text-yes {
   	color: #424d23 !important;
   }
   
   .text-no {
   	color: #71274c !important;
   }
   
   .btn-warning {
   	background-color: #8c9572 !important;
   	background-image: linear-gradient(70deg, #8c9572, #626d41, #8c9572);
   	border-color: #505434 !important;
   	font-weight: bold !important;
   	color: #fff !important;
   }
   
   .btn-warning:hover {
   	background-color: #8c9572 !important;
   	background-image: linear-gradient(70deg, #626d41, #8c9572, #626d41);
   }
   
   a.btn-warning {
   	color: #fff !important;
   }
   
   .card-title {
   	font-family: 'Limelight';
   	font-weight: bold;
   	margin: 0;
   	text-align: center;
   }
   
   .guest-card {
   	border: 1px solid #000 !important;
   	border-left: 50px solid #000 !important;
   }
   
/* ==========================================================================
   NAV BAR
   ==========================================================================
   */
   
  #nav-row {
  	background-color: #fff;
  	color: #242513;
  	padding: 5px 0 0 0 !important;
  }
  
  #nav-row h1 {
  	font-family: Megrim;
  	font-size: 1.5em !important;
  }
  
 #nav-row h2 {
 	font-family: Megrim;
 	font-size: 1.2em !important;
 	float: right !important;
 }

 
  
  
/* ==========================================================================
   UNIVERSAL STYLES
   ==========================================================================
   */
   
  #schedule {
  	background-image: url('../img/schedule-bg.jpg');
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	border-top: 10px solid #242513;
  	border-bottom: 10px solid #242513;
  	padding: 120px 0 !important;
  }
  
  #schedule a {
  	color: #fff !important;
  	font-weight: bolder !important;
  }
  
  #schedule a:hover {
  	color: #fff !important;
  }
  
  .section h2 {
  	color: #fff;
  	font-family: 'Limelight';
  	font-weight: bold;
  	margin: 0;
  	text-align: center;
  }
  
  .section h3 {
  	color: #fff;
  	font-family: 'Lora';
  	margin: 30px 0 75px;
  	text-align: center;
  }
  
  #schedule h5 {
  	font-family: 'Lora';
  	font-size: 1.2em;
  	font-weight: bolder;
  }
  
  #schedule .box {
  	background: rgba(66, 67, 33, .2);
  	border: 1px solid #fff;
  	color: #fff;
  	font-family: 'Lora';
  	font-weight: medium;
  	margin-bottom: 20px !important;
  	padding: 20px 0 !important;
  	text-align: center;
  }
  
  #rsvp {
  	background-color: rgba(66, 67, 33, .2) !important;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	border-top: 10px solid #242513;
  	border-bottom: 10px solid #242513;
  	color: #49441 !important;
  	padding: 120px 0 !important;
  }
  
  #rsvp a {
  	color: #fff !important;
  	font-weight: bolder !important;
  }
  
  #rsvp a:hover {
  	color: #fff !important;
  }
  
  #rsvp h2 {
  	color: #49441;
  	font-family: 'Limelight';
  	font-weight: bold;
  	margin: 0;
  	text-align: center;
  }
  
  #rsvp h3 {
  	color: #fff;
  	font-family: 'Lora';
  	margin: 30px 0 75px;
  	text-align: center;
  }
  
  #rsvp h5 {
  	font-family: 'Lora';
  	font-size: 1.2em;
  	font-weight: bolder;
  }
  
  #rsvp .box {
  	background: rgba(66, 67, 33, .2);
  	border: 1px solid #fff;
  	color: #fff;
  	font-family: 'Lora';
  	font-weight: medium;
  	margin-bottom: 20px !important;
  	padding: 20px 0 !important;
  	text-align: center;
  }
  
  #linefix {
  	font-family: Arial !important;
  }
  
/* ==========================================================================
   FOOTER
   ==========================================================================
   */
   
   #footer-right {
   	text-align: right !important;
   }
   
   #footer-right a img {
   	height: 40px !important;
   	width: auto !important;
   }
 

/* ==========================================================================
   HOMEPAGE
   ==========================================================================
   */
	
	#home-banner {
		background-image: url('../img/westandameya-splash.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border-top: 10px solid #242513;
		border-bottom: 10px solid #242513;
		min-height: 600px;
		padding: 400px 0 0;
		vertical-align: middle;
	}
	
	#wedding-banner {
		background-color: #fff;
		padding: 40px 0;
	}
	
	#wedding-banner h2 {
		background-color: #f3ec78;
		    background-image: linear-gradient(45deg, #b7836e, #5d4338);
		    background-size: 100%;
		    -webkit-background-clip: text;
		    -moz-background-clip: text;
		    -webkit-text-fill-color: transparent; 
		    -moz-text-fill-color: transparent;
		font-family: 'Megrim';
		font-weight: bolder;
		font-size: 4em;
		margin: 30px 0 0;
		text-align: center;
	}
	
	#wedding-banner h3 {
		background-color: #f3ec78;
		    background-image: linear-gradient(45deg, #b7836e, #5d4338);
		    background-size: 100%;
		    -webkit-background-clip: text;
		    -moz-background-clip: text;
		    -webkit-text-fill-color: transparent; 
		    -moz-text-fill-color: transparent;
		font-family: 'Lora';
		margin: 10px 0 60px;
		text-align: center;
	}
	
	#home-banner a.btn-main {
		align-items: center;
		display: flex;
		font-family: 'Lato', Gotham, Arial;
		font-weight: bold;
		min-height: 200px;
		text-align: center !important;
	}
	
	#home-banner button {
		align-items: center;
		font-family: 'Lato', Gotham, Arial;
		font-weight: bold;
	}
	
	
	#staff-box {
		padding-bottom: 120px;
	}
	
	#staff-box h2 {
		color: #262626;
		font-family: 'Lora';
		font-weight: bold;
		margin: 120px 0 40px;
		text-align: center;
	}
	
	#staff-box h6 {
		color: #1c384c;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#staff-profile {
		border: 1px solid #ccc;
		border-radius: 6px;
	}
	
	#staff-box button {
		font-family: 'Lato', Gotham, Arial;
		font-weight: bold !important;
	}
	
	#iraModal modal-header {
		border-color: #fff;
	}
	
	#hotel {
		background-image: url('../img/bhm-map.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border-top: 10px solid #242513;
		border-bottom: 10px solid #242513;
		color: #b7836e !important;
		padding: 120px 0 !important;
		text-align: center !important;
	}
	
	#hotel h2 {
		color: #242513 !important;
		margin: 0 0 40px;
	}
	
	#carousel-hotel {
		margin-bottom: 60px !important;
	}
	
	#hotel .box {
		border: 1px solid #242513;
		color: #242513;
		font-family: 'Lora';
		margin-bottom: 20px !important;
		padding: 20px 0 !important;
		text-align: center;
	}
	
	#hotel h5 {
		font-family: 'Lora';
		font-size: 1.2em;
		font-weight: bolder;
	}
	
	#book-now {
		margin-bottom: 50px !important;
	}
	
	.photo-section {
		background-color: #fff;
		padding: 80px 0 !important;
	}
	
	.photo-frame {
		background-image: linear-gradient(120deg, #b7836e, #5d4338, #b7836e);
		padding: 15px;
	}
	
	.waa-pic {
		padding: 40px 20px;
	}
	
	.waa-pic img {
		background-image: linear-gradient(120deg, #b7836e, #5d4338, #b7836e);
		padding: 15px;
	}
	
	#our-story {
		background-image: url('../img/story-bg.jpg');
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: cover;
		border-top: 10px solid #242513;
		color: #242513 !important;
		font-family: lora;
		font-size: 1.08em;
		padding: 120px 0 400px !important;
		text-align: center !important;
	}
	
	#our-story .blurb {
		background-color: #fff !important;
		border-color: #242513;
		opacity: 80%;
	}
	
	#our-story .blurb .blurb-body {
		color: #242513;
		padding: 50px;
	}
	
	#our-story h2 {
		color: #242513;
		margin: 0 0 40px !important;
	}
	
	#our-story p {
		margin-bottom: 2.5em;
	}
	
	#request-your-rate h2 {
		font-family: 'Limelight';
		font-weight: bold;
		margin: 0;
		text-align: center;
	}
	
	
/* ==========================================================================
   NAVIGATION
   ==========================================================================
   */
   
   #header {
   	padding: 20px 0;
   }

	.nav-link {
		font-weight: bold !important;
	}
	
	.page-nav {
		background: f5f5f5;
	}
	
	.page-nav h4 {
		color: #1c384c;
		font-weight: bold;
		text-transform: uppercase;
	}


/* ==========================================================================
   PAGE CONTENT
   ==========================================================================
   */

	.page-intro {
		padding-bottom: 120px;
		text-align: center;
	}
	
	.page-intro h2 {
		font-family: 'Lora';
		font-weight: bold;
		margin:  120px 0 30px;
		text-align: center;
	}
	
	.page-content {
		
	}
	
	.page-content section {
		padding-bottom: 100px;
	}
	
	.page-content h1 {
		font-family: 'Lora';
		font-weight: bold;
	}
	
	.card-tile {
		text-align: center;
	}
	
	#how-it-works ol li {
		margin-bottom: 1em;
	}
	
	#how-you-benefit ol li {
		margin-bottom: 1em;
	}
	
	.photo-section h2 {
		color: #000 !important;
		font-family: 'Limelight';
		font-weight: bold;
		margin: 0;
		text-align: center;
	}

	


/* ==========================================================================
   SURVEY
   ==========================================================================
   */
 
 .survey .card {
 	border: 0px !important;
 }
 
 .survey-intro {
 	padding-bottom: 40px;
 	text-align: center;
 }
 
 .survey-intro h2 {
 	font-family: 'Lora';
 	font-weight: bold;
 	margin:  30px 0 30px;
 	text-align: center;
 }
   
.survey-row {
	background-color: #dee6e0 !important;
}

.survey-row-o {
	background-color: #eef2f0 !important;
}

