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

@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@700&display=swap');

body {
	background-color: #FFFFFF
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #707070;
	padding: 10px 20px;
	border-width: 5px;
	border-style: solid;
	border-color: #000000;
	margin-top: 20px;
	overflow: hidden;
}

h1, h2, h3 {
	font-family: 'Goldman', cursive;
}

h1 {
	color: #000000;
	font-size: 48px;
	text-transform: uppercase;
	text-align: left;
	padding: 30px;
}

h2 {
	color: #000000;
	font-size: 24px;
	padding: 16 0 16 16;
	margin-bottom: 10px;
}

h3 {
	color: #000000;
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 2px double #000000;
}

p {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-bottom: 27px;
}

li {
	margin-bottom: 12px;
}

ul li {
	padding-left: 10px;
	padding-right: 10px;
}

footer {
	color: #3F3F3F;
	text-align: center;
	clear: both;
}

.feature {
	font-size: 14px;
}

nav {
	margin: 6px;
	background-color: #ADADAD;
}

nav li {
	display: inline-block;
    height: 100%;
    width: 15%;
	font-weight: bold;
	text-align: center;
	font-size: 20px
}

.feature-box {
	background-color: #ADADAD;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px 5px #888888;
	border: 3px solid #000000;
}

img {
	margin: 5px;
}

.gallery {
	margin: 10px;
}

.align-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 48%;
}

.align-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 48%;
}

.clear {
	clear: both;
}

.flex-cont {
	display: flex;
}

.image-cont {
	display:flex;
	flex-wrap: flex;
	justify-content: center;
}

section {
	width: 65%;
}

.header img {
	display: inline-block;
}

.header h1 {
	display: inline-block;
  	float: right;
}

#navid {
	padding: 10px;
	border: 3px solid #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footerid {
	display: flex;
	align-items: center;
	justify-content: center;
}

.asterisk {
	color: #BF0003
}

.indicates-required,
.mc-field-group {
	margin-bottom: 12px;
}

.mc-field-group label {
	font-weight: bold;
	margin-right: 20px;
	width: 120px;
	text-align: right;
	display: inline-block;
}

.datefield {
	display: inline-block;
}