@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, li {
	color: #555555
}

body {
	background-color: #fff9d7;
	background-image: url("images/backgroundimage.jpg");
}

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

h1 {
	background-color: #165b62;
	color: #fed25a;
	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 {
	background-color: #C52929;
	color: #0024FF;
	font-family: 'Shantell Sans', cursive;
	font-size: 24px;
	padding: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	color: #0024FF;
	font-family: 'Labrada', serif;
	margin-bottom: 10px;
	border-bottom: 2px dotted #bb4a37;
}

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

li {
	margin-bottom: 8px;
	list-style-position: inside;
}

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

footer {
	text-align: center;
}

.feature {
	color: #165b62;
}

nav {
	padding: 6px;
}

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

.feature-box {
	width: 800;
	background: #fff9d7;
}

img {
	padding: 10px;
	backgroup-color: white;
	border: 2px solid #165b62;
}

.gallery {
	margin: 10px;
}