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

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

body {
	background-color: #5F8C6A;
	background-image: url("images/more-leaves.png");
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #BFDFC1;
	padding: 10px 20px;
	border-width: 2.4px;
	border-style: groove;
	border-color: #00330E;
}

nav {
	text-align: center;
	padding: 10px;
}

nav a {
	color: #011101;
	font-size: 18px;
}

nav a:hover {
	color: #5B905D;
}

header {
	background-color: #69886A;
	color: #00330E;
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	padding: 24px, 0;
	border-radius: 20px;
	background: -webkit-linear-gradient(#7CB88A, #69886A); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7CB88A, #69886A); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7CB88A, #69886A); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7CB88A, #69886A); /* Standard syntax */
}

h1 {
	background-color: #AADBAB;
	color: #00330E;
	font-size: 30px;
	padding: 10px;
	margin-bottom: 10px;
}
	
h2 {
	font-size: 20px;
	color: #00330E;
	margin-bottom: 10px;
	border-bottom: 2px dotted #00330E;
}

h3 {
	font-size: 18px;
	color: #00330E;
	margin-bottom: 10px;
	padding-top: 5px;
}

h4 {
	font-size: 18px;
	color: #00330E;
	padding: 10px;
	line-height: 1.5;
	margin-bottom: 180px;
}

h5 {
	font-size: 18px;
	color: #00330E;
	padding: 10px;
	line-height: 1.5;
	margin-bottom: 20px;
}

header, h1, h2, h3, h4, h5, nav a, a, table, label {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}

p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

ul {
	padding-bottom: 5px;
}

li {
	margin-bottom: 5px;
	list-style-position: inside;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 1px;
}

ul li {
	list-style-type: circle;
	list-style-position: inside;
}

img {
	padding: 10px;
	background-color: #AADBAB;
	border: 2px solid #00330E;
}

footer {
	text-align: center;
}

.italic {
	font-style: italic;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

table {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border-collapse: collapse;
	border: 1px;
	padding-left: 10px;
}

th {
	background-color: #052908;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	font-size: 20px;
}
th, td {
	padding: 10px 20px;
	border: 2px solid #052908;
}

td {
	font-size: 16px;
	background-color: #AADBAB;
	text-align: center;
}

.flex-container {
	display: flex;
	justify-content: space-between;
}

.feature-box {
	background-color: #9BB9A6;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
}

#disclaimer {
	color: darkred;
	font-weight: bold;
}

#legal {
	font-size: 14px;
}

#thanks {
	align-content: center;
}

/* ----- MAILCHIMP STYLES -----*/

#mc_embed_signup {
	background-color: #AADBAB;
	border: 0.5px dashed #00330E;
	width: 350px;
}

.indicates-required {
	padding: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.asterisk {
	color: darkred;
}

.mc-field-group {
	padding: 10px;
}

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

.optionalParent {
	padding: 10px;
}

.button {
	background-color: #00330E;
	color: white;
	border: 5px solid #00330E;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}