@charset "UTF-8:;
/* CSS Document */

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

body {
	background-color: #9eb1b5;
	background-image:url(images/flower-patterns.png);
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #afc5c9;
	padding: 10px 20px;
	margin-top: 10px;
	border-width: 3px;
	border-style: dashed;
	border-color: #555d66;
}

h1, h2, h3 {
	font-family: 'Dosis', sans-serif;
}

h1 {
	background-color: #afc5c9;
	color: #5b6f73;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 14px 0;
	background: -webkit-linear-gradient(#8fadb3, #7b999e);
	background: -o-linear-gradient(#8fadb3, #7b999e);
	background: -moz-linear-gradient(#8fadb3, #7b999e);
	background: linear-gradient(#8fadb3, #7b999e);
}

h2 {
	background-color: #c5d9df;
	color: #5b6f73;
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	margin-bottom: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

h3 {
	color: #5b6f73;
	font-size: 28px;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 14px;
	border-top: 3px solid #555d66;
}

p {
	font-size: 16px;
	font-family: Verdana, sans-serif;
	margin-left: 10px;
	line-height: 28px;
	margin-bottom: 16px;
}

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

ul li {
	list-style-type: disc;
}

footer {
	text-align: center;
}

.feature {
	font-weight: bold;
}

.feature-box {
	width: 800px;
	background-color: #b6cdd4;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #91a19e;
}

nav {
	padding: 4px;
}

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

img {
     padding: 10px;
     background-color: #d5e3e1;
     border: 2px solid #2e444a;
}

.gallery {
	margin: 10px;
}
