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

body {
	background-color: #EEE5E5;
	background-image:url("../images/Asset 3.png");

}

#wrapper {

	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #96ceb4;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
}

#wrapper2 {

	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #feb236;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	
}

#header-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 130px;
	position: relative;
}

#social-icons {
	position: absolute;
	right: 0;
	top: 38px;
}



h1 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	color:#000000;
	
}

h2{
	font-size:30px;
	padding-top: 20px;
	padding-bottom: 5px;
	
}

h3{
	
	color: #ffcc5c;
	text-align: center;
	font-size: 20px;	
	font-weight: bold;
}

h4{
color: #588c7e;
	text-align: center;
	font-size: 40px;
	padding-bottom: 15%;
	
}

h5{
font-size:30px;
	padding-top: 20px;
	padding-bottom: 30px;	
	
}

p1 {
	font-family: 'Brush Script MT', cursive;
	font-size: 40px;
	text-align: center;
}
li {
	
}

ul li {
}

footer {
	
	text-align: center;
}





img {
	
}



nav{
background-color: #ffeead;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 300;	
}

nav ul {
	display: block;
	padding: 14px 0 16px;
	
}

nav li {
	display: inline-block;
}

nav a {
	padding: 10px 30px 5px;
}

nav a:link {
	color: #000000;
	text-decoration: none;
}

/*nav a:hover {
	background-color: #acacac;
	color: #000;
	border-bottom: 7px solid #e50069;
}*/

section {
	
}


form {
}

label {
	font-weight: bold;
	text-align: right;
	width:100%;
}
	



/* This is where you'll find my classes */



.feature-box {
	width: 500px;
		
		background-color: #ffeead;
	
	margin: 10px auto 40px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888;
	height: 334px;
	display: inline-block;
}

.feature-box-about{
	width: 500px;
		
		background-color: #ffeead;
	
	margin: 10px auto 40px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888;	
	align-content: center;
	padding: 5px;
	
}

.feature-box-local{
	width: 500px;
	height: 300px;
		
		background-color: #ffeead;
	
	margin: 10px auto 40px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888;	
	align-content: center;
	
	padding-left: 5px;
	padding-right: 5px;
	
}

.feature-box-newsletter {
	width: 410px;
	height: 533px;
	background-color: #ffeead;
	outline: solid #010101;

	
}

.feature-box-content{
	 background: #f2ae72;
  height: 600px; 
  width: 100%;
  position: relative;
	
}
.center-box{
  width: 150px;
  height: 300px;
  position: absolute;
  top: 40%;
  left: 50%;
 margin: -50px 0 0 -50px;
	align-content: center;
	align-items: center;
	text-align: center;

}



.imgrelative {
	position: relative;
}
.feature-box-landing{
	width: 500px;
	background-color: #ff6f69;
	position: absolute;
	top: 30%;
	left: 50%;
	height: 340px;	
}

.feature-box-landing2{
	background-color: #ff6f69;
	height:100px;
	width: 1200px;
	
}

.gallery {
	margin: 10px;
}

/* These classes are the ones I made for Class6 lab*/

.align-left {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 10%;
	
}

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

.clear {
	clear:both;
}

.flex-container {
	display: flex;
}

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

.submitbtn{
	background-color: #588c7e;
	color: black;
	border-radius: 5px;
	padding: 10px;
}
.submitbtn:hover {
	background-color: #f2ae72;
}

.parent{
	display:inline-block;
		padding-bottom:10px;
	margin-left:20%;
}

.newsletteralign{
display: flex;
  align-items: center;
	align-content: center;
}

.footerbox{
	background: #ffeead;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

.container {
  height: 20%;

  position: relative;
	padding:5px;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.form-center {
	
	 display:flex;
  justify-content: center;
}

.leftalign{
	padding: 5px 10% 5px 0%;
}

#mc_embed_signup .button{
	background-image: linear-gradient(#f2ae72, #f2ae72);
	width: 100%;
	border: 2px solid black;
	padding: 8px 12px;
}

.phonedetail1{
	padding-bottom: 5px;
	
}