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

@import url('https://fonts.googleapis.com/css2?family=Mynerve&family=Shantell+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Labrada:ital,wght@1,100&display=swap');


p {
	color: #555555
}

body {
	background-color: #6C9FD3;
	background-image: url("images/Picture3.jpg");
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #6C9FD3;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #bb4837;
}

h1 {
	background-color: #00BBFF;
	color: #FFFFFF;
	font-family: 'Mynerve', cursive;
	font-family: 'Shantell Sans', cursive;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
	background: linear-gradient(#269ess, #134d53);
}

h2 {
	color: #FFFFFF;
	font-family: 'Shantell Sans', cursive;
	font-size: 24px;
	padding: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 25px;
	font-weight: bold;
	color: #00F98B;
	font-family: 'Labrada', serif;
	margin-bottom: 10px;
	border-bottom: 2px dotted #13E666;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color:#00FFD4;
	font-family: 'Labrada', serif;
	margin-bottom: 10px;
}

p {
	font-size: 14px;
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	margin-bottom: 14px;
	line-height: 1.5;
}

li {
	margin-bottom: 8px;
	margin-left: 25px;
	list-style-position: inside;
	color:#FFFFFF;
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	list-style:disc;
}

ul li ol {
	color:#FFFFFF;
	list-style-position: inside;
}

footer {
	text-align: center;
}

.feature {
	color: #165b62;
}

nav {
	padding: 6px;
	background-color: #000000;
	text-decoration-color: #FFFFFF;
}

nav p {
	font-weight: bold;
	text-align:center;
	margin-bottom: 0;
}

.feature-box {
	background: #D3D3D3;
}

.feature-box-picture {
	margin: 10px;
	background: #D3D3D3;;
}

img {
	padding: 10px;
	backgroup-color: white;
}

.gallery {
	margin: 10px;
}

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

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

.clear {
	clear:both;
}

.flex-container {
	display:flex;
}

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

section {
	width:65%;
}

label {
	float:left;
	display:block;
	font-weight: bold;
	text-align: right;
	width: 120px;
	padding-right: 12px;
}

.submit-button {
	background-color: #005CFF;
	color: cornsilk;
	border-radius: 5px;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 132px;
}

.submit-button:hover {
	background-color: cadetblue;
}

footer {
	text-decoration-color: #FFFFFF;
	border-color: #FFFFFF;
}

.white-text {
	color: #FFFFFF;
}

.thankyou {
	color: #FFFFFF;
	font-family: 'Mynerve';
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
	background: linear-gradient(#269ess, #134d53);
}

.thankyoutext {
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	padding: 16px 0;
	background: linear-gradient(#269ess, #134d53);
}