@charset "utf-8";
/* CSS Document */
body {background-color: #DCDFDC;
	  background-image: url("images/Final Background.png");
}

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

h1 {background-color: #ff1200;
	color: white;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
	height: 125px;
	background: -webkit-linear-gradient(red,black); /* For Safari 5.1 to 6.1 */
	background: -o-linear-gradient(red,black); /* For Opera 11.1 to 12.1 */
	background: -moz-linear-gradient(red,black); /* For Firefox 3.6 to 16 */
	background: linear-gradient(red,black); /* For Standard Syntax */
}

h2 {background-color: red;
	font-size: 30px;
	color: white;
	font-style: italic;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	}

h3 {font-size: 20px;
	color: #ff1200;
	font-style: italic;
	margin-bottom: 10px;
	border-bottom: 2px solid black;
	}

p {
	font-size: 16px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	line-height: 200%;
	margin-bottom: 14px;
	font-weight: bold;
}

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

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

footer {text-align: center;
	background-color: black;
	color:white;
	margin-top: 100px;
}

footer a {
	color:white;
}

nav {padding: 0;
	}

nav a {
	color: white;
	padding-right: 5px;
	text-decoration: none;
}

nav a:hover{
	color:red;
	
}

nav p {
	font-weight: bold;
	text-align: right;
	margin-bottom: 0;
	background-color: black;
	margin-top: -4px;
	height: 42px;

	
}

h1,h2,h3,h4,h5 {font-family: 'Ubuntu', sans-serif;
	}

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

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

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


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

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



.clear {
	clear: both;
}

.flex {
	display: flex;
}

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

.logo {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0;
	left: 0;
	
}

.button1 {
	position: absolute;
	top: 0;
	right: 0;
}

.button2 {
	position: absolute;
	top: 0;
	right: 50px;
}


section {
	width: 65%;
}

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

#banner {
	
}

.columns {
	columns: 250px 2;
	column-gap: 3em;
	column-rule: 1px #525252;
	column-rule-style: solid;
}

.clmparent {
	display:flex;
	flex-direction: row;
}

.clmchild1 {
	width: 70%;
    padding: 10px;
    height: 30vh;
    border: red solid 5px;
    margin: 50px;
}

button {
	position: absolute;
	right: 80px;
	top: 350px;
}

button:hover {
	background-color: red;
}

h4 {
	font-size: 40px;
	text-align: center;
}

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

.featurelinks a {
	color:black;
	text-decoration: none;
}

.featurelinks a:hover{
	color:white;
}

h5 {
	background-color: black;
	font-size: 30px;
	color: white;
	font-style: italic;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	
}

.featurebody {
	width: 800px;
	background-color: white;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888;
}

/* ---------- MAILCHIMP STYLES -------*/

.asterisk {
	color:red;
}

.indicates-required,
.mc-field-group {
	margin-bottom: 12px;
}

.mc-field-group label {
	font-weight: bold;
	margin-right: 20px;
	width: 120px;
	text-align: right;
	display:inline-block;
}

#mc_embed_signup .button {
	border-color:black;
	background-color: gray;
	border-radius: 5px;
	padding: 8px 12px;
	text-transform: uppercase;
	margin:12px 0;
	
}