:root {
	--bs-primary: #496189;
	--bs-blue: #496189;
	--bs-link-color: #496189;
	--bs-link-color-rgb: 71,108,171;
}

.btn-primary {
	--bs-btn-bg: #496189;
	--bs-btn-border-color: #496189;
}

.btn-outline-primary {
	--bs-btn-color: #496189;
	--bs-btn-border-color: #496189;
	--bs-btn-hover-bg: #496189;
	--bs-btn-hover-border-color: #496189;
	--bs-btn-active-bg: #496189;
	--bs-btn-active-border-color: #496189;
}

.navbar-nav {
	--bs-navbar-nav-link-padding-x: 0.9rem;
}

body
{
	font-family: 'Mulish', sans-serif;
}

#header1 {
	min-height: 300px;
	background: url(../images/header.jpg) no-repeat 50% 55%;
	background-size: cover;
}

#header1 h1 a, #header1 h1 a:active, #header1 h1 a:visited {
	text-decoration: none;
	color: inherit;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
	align-self: end;
	/*background-color: rgba(0, 0, 0, 0.46);*/
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: none;
}

.text-script {
	font-family: 'Marck Script', cursive;
}

#cat {
	border-bottom: 3px solid red;
}

.navbar-nav {
	flex-grow: 1;
	justify-content: center;
}

.navbar a {
	display: inline-block;
	font-size: 19pt;
	font-weight: 700;
	color: #496189;
	font-variant: all-small-caps;
}

.navbar-nav .nav-link.active {
	color: #496189;
}

.navbar a:after {
	display:block;
	content: '';
	border-bottom: solid 3px #f5bd9c;  
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
}

.navbar .nav-link:hover {
	color: #496189;
}

.navbar a:hover:after { transform: scaleX(1); }

.navbar a.active:after {
	display:block;
	content: '';
	border-bottom: solid 3px #f5bd9c;  
	transform: scaleX(1);  
	transition: transform 250ms ease-in-out;
}

/*
.color-blue 496189
.color-pink d88c95
.color-sunset f5bd9c
*/

.color-blue {
	color: #496189;
}
.color-pink {
	color: #d88c95;
}
.color-sunset {
	color: #f5bd9c;
}
.bg-blue {
	background-color: #496189;
}
.bg-pink {
	background-color: #d88c95;
}
.bg-sunset {
	background-color: #f5bd9c;
}

#header1 {
	display: flex;
	justify-content: center;
	align-items: start;
}
#header1 h1 {
	font-size: 27pt;
	padding: 0.4rem 3.0rem;
	color: white;
	background-color: rgba(0,0,0,0.38);
	flex-grow: 1;
	text-align: center;
	border-bottom: 2px solid rgba(50,50,50,0.4);
}

.dater {
	text-align: center;
	font-size: 1.5rem;
	font-variant: small-caps;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.image-tower {
	background: url(../images/Menu.jpg) no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	min-height: 300px;
}

/* Rounded border */
hr.rounded {
  border-top: 12px solid #aaa;
}

.qa-section {
	margin-bottom: 3.0rem;
	font-size: 14pt;
	line-height: 1.4;
}
.qa-section h2 {
	font-size: 18pt;
	font-weight: 700;
	color: #496189;
	/*font-variant: all-small-caps;*/
	text-transform: uppercase;
}

/* Bottom right text */
.text-block {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: black;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}


fieldset.rsvp-guest {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 2.0rem;
}

fieldset.rsvp-guest legend {
	float: none;
	width: auto;
	padding: 0 0.4rem;
	margin-bottom: 0;
	font-size: 1.3rem;
}

fieldset.rsvp-guest h4 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
}

.color-chip {
	display: inline-block;
	position: relative;
	top: 2px;
	line-height: 1;
	height: 0.9em;
	width: 0.9em;
	margin: 0 4px 0 6px;
	color: #888;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
}

.btn-rsvp-status {
	font-size: 0.9rem;
}

@media (min-width: 992px) {
	/* Desktop view */
	.image-tower {
		background-size: cover;
		margin-right: 1rem;
		margin-left: -1rem;
		min-height: 500px;
	}
	.btn-rsvp-status {
		font-size: 1.0rem;
	}
	fieldset.rsvp-guest {
		padding: 0.80rem;
	}
	.dater {
		font-size: 1.9rem;
	}
	#header1 .navbar {
		display: none;
	}
	#header1 {
		min-height: 390px;
	}
}

@media (max-width: 991.98px) {
	/* Navbar mobile-only view */
	nav.navbar {
		position: fixed;
		top: 56px;
		left: 0;
		width: 100%;
		background-color: white;
		/*border-bottom: 3px solid #444; */
	}

	#header1 .navbar {
		position: absolute;
		right: 10px;
		top: 10px;
		color: white;
	}
}
