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

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap'); 
h1 { 
	background-color: #63681B;
	color: #0B0000;
	font-size: 30px;
	text-transform: uppercase;
	text-align: left;
	padding: 16px 0;
	display: inline;
}
h2 .thank {
	font-size: 30px;
	font-family: 'Oswald', serif;
	color: white; 
	text-align: center;
	text-decoration: underline #000 dotted;
}
#box {
	width: 60%;
	background-color: #2C3A24;
	padding: 10px;
	border-radius: 30px;
	box-shadow: 5px 10px;
	text-align: center;
	margin: auto;
}
main {
	text-align: center;
	margin: auto;
}
h2 {
	font-size: 24px;
}
.left {
	color: #000000;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 50px;
}
.right {
	background-color: #63681B;
	color: #000000;
	float: left;
	margin-top: 10px;
	margin-left: 300px;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	text-align: center;
}
.right1 {
	background-color: #63681B;
	color: #000000;
	float: left;
	margin-top: 10px;
	margin-left: 400px;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #000000;
	background-color: #EB6120;
	margin-bottom: 10px;
	margin-top: 100px;
	padding: 10px;
	border-width: 1px;
	border-style: ridge;
	border-color: black;
	text-align: center;
}
h4 {
	font-family: 'Oswald', serif;
	font-size: 20px;
	color: #FFAB00;
}
p {
	font-size: 18px;
	font-family: Helvetica, serif;
	margin-left: auto;
	line-height: normal;
	margin-bottom: 14px;
}
li {
	display: inline;
}
li a {
  display: inline;
  color: white;
  text-align: right;
  padding: 16px;
  text-decoration: none;
}
ul li { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:#806A2A;
	text-align: right;
}
a:link{
    color: #FFFFFF;
}

a:hover {
    color: #000000;
}

a:visited {
    text-decoration: underline;
    color: #000000;
}
.navigation-menu-container {
        padding: 10px;
        border: 0;
        font-size: 18px;
        font-weight: normal;
        font-family: 'Oswald', sans-serif;
}
#navigation-menu {

        text-align: right; 
        padding: 10px;
}
#navigation-menu * {

        display: inline;
}
#navigation-menu li {

        display: inline;    
        padding-right: 5px;
}
#navigation-menu span {
        display: inline;
        position: relative;
        width: 100%;
        height: 0;
}
footer {
	text-align: center;
	background-color: #FF8B00;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.feature {
	color: #F69D16;
}
nav {
	padding: 5px;
}
nav p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #EDD6A6;
	padding: 10px 20px;
	margin-top: 12px;
	position: relative;
}
#feature-box {
	width: 920px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #2C3A24;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 30px;
	box-shadow: 5px 10px;
}
#logo {
	padding: 0px;
	border-style: solid;
	border-color: black;
	background-image: url("images/Mike Logo.png");
	width: 349px;
	height: 141px;
	background-repeat: no-repeat;
	margin-left: auto;
	position: absolute;
	left: 0;
	top: 0;
	
}
img {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	
}
img1 {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	align: right;
	padding: 0;
}
.gallery {
	margin: 1em;
}
body {
	background-color: antiquewhite;
	font-family: Helvetica, serif;
	font-size: 14px;
}
.align-left {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
.align-right {
	float: right;
	margin-left: 200px;
	margin-bottom: 6px;
	height: 480px;
	width: 360px;
}
.clear {
	clear: both;
}
.flex {
	display: flex;
}
.Image-Container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section {
	width: 65%;
}
input, textarea { 
	margin-bottom: 1em;
    display: block;
}
label { display: block;
	float: left;
	width: 20em;
	text-align: right;
	padding-right: 10px;
}
.image1 {
	height: 300px;
	width: 300px;
	margin-bottom: 30px;
}
.image2 {
	height: 300px;
	width: 300px;
	float: right;
}
.banner {
	margin-top: 50px;
}
#textbox {
	display:flex; flex-flow:row wrap;
	font-size: 14px;
	color: #000000;
	background-color: #EB6120;
	margin-bottom: 10px;
	margin-top: 100px;
	padding: 5px;
	border-width: 1px;
	border-style: ridge;
	border-color: black;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
.alignleft {
width:33.33333%;
text-align:left;
}
.aligncenter {
width:33.33333%;
text-align:center;
}
.alignright {
width:33.33333%;
text-align:right;
}
/*---------- MAILCHIMP STYLES ----------*/
.asterisk {
	color: red;
}
#mc_embed_signup .button {
	border-radius: 5px;
	border: 2px solid #000000;
	background-color: #283916;
	color: #ffffff;
	padding: 8px 12px;
	margin-left: 200px;
	
}