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

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

body {
	background-color: white;
	background-image: url("file:///C:/Users/JohnsonShelby/DMT%20275/images/memphis-colorful.webp")
}

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

header {
	background-color: lavender;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	padding: 16px 0;
	border: 2px solid black;
}

h2 {
	background-color: lavender;
	color: mediumpurple;
	font-size: 30px;
	padding: 10px;
	margin-bottom: 10px;
}

h3 {
	color: mediumpurple;
	font-size: 25px;
	margin-bottom: 10px;
	border-bottom: 2px dotted purple;
}

h4{
	font-size: 35px;
	color: mediumpurple;
	margin-bottom: 5px;
	border-bottom: 1px solid mediumpurple;
}

h5{
	font-size: 15px;
	color: #000000;
	font-family: Arial, "sans-serif";
	margin-bottom: 5px;
}

h6{
	font-size: 15px;
	color: #3F3F3F;
	font-family: Arial, "sans-serif";
	margin-bottom: 5px;
}

p {
	font-size: 15px;
	font-family: Arial, "sans-serif";
	line-height: 20px;
	margin-bottom: 14px;
}

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


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

footer {
	text-align: center;
	border: 1px solid black;
	margin-top: 10px;
	padding-top: 5px;
}

.text {
	color: black;
}

nav{
	padding: 6px;
	text-align: center;
	border: 1px solid black;
}

nav a {
	color: black;
	font-weight: bold;
	margin-bottom: 0;
	text-decoration: none;
	padding-left: 40px;
}

h1, h2, h3 {
	font-family: 'Playfair Display', serif;
}

.feature {
	color: lavender;
	line-height: 100%;
}

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

ol li{
	list-style-type: decimal;
}

img {
	padding:10px;
	background-color: #fff;
	border: 2px solid #DFBCF2;
}

.lesson-plans {
	margin: 10px;
}

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

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

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

.clear{
	clear: both;
}

.flex-container{
	display:flex;
}

section{
	width: 65%;
}

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

.submit {
	background-color: rebeccapurple;
	color: #FFFFFF;
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 132px;
}

.submit:hover{
	background-color: lavender; 
}

 .subscribe-button {
    background-color: rebeccapurple;
	color: #FFFFFF;
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 132px;
}