@charset "utf-8";
/* CSS Document */
body {
                 background-color: #FFB5EB;
               }
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: white;
	padding: 10px 20px;
	border-width: 1px;
	border-style:solid;
	border-color: lightpink;
}

h1, h2, h3 {font-family: 'Cambria', cursive;
}
h1 {
                  background-color: #FF31C7;
                  color: #FF00EC;
                  font-size: 20px;
                  text-transform: uppercase;
                  text-align: center;
	padding: 16px 0;
	background: -webkit-linear-gradient(#FFE6F6, #FF31C7);
	background: -o-linear-gradient(#FFE6F6, #FF31C7);
	background: -moz-linear-gradient(#FFE6F6, #FF31C7);
	background: linear-gradient(#FFE6F6, #FF31C7);
               }
h2 {
                  background-color: #FF31C7;
                  color: #FFFFFF;
                  font-size: 20px;
	padding: 10px;
	margin-bottom: 10px;
               }
h3 {
                  color: #0b0008;
                  font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #FFE6F6
               }
p  {
                  font-family: ‘Garamond’, cursive;
                  font-size: 20px;
	margin-bottom: 14px;
               }
div.a {
  line-height: normal;
}
li {
	margin-bottom: 20px;
	list-style-position: inside;
}

ul li {
	list-style-type: square; 
}
nav {
	padding: 6px;
}
nav p {
	font-weight: bold; 
	text-align: center;
	margin-bottom: 0;
}
footer {text-align: center;
}

.feature {
	color: #0b0008;
	line-height: 100%
}
.feature-box{
	width: 30%;
	background-color:#FFBCE6;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888;
}

.align-left {
float:left;
margin-right: 38px;
margin-bottom: 50px;
}

.align-right {
	float:right;
margin-left: 38px;
margin-bottom: 50px;
}

.clear {
	clear: both;
}

.flex {
display: flex;
}

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



section {
	width: 65%;
}
