body, responsive{
    background: #8E8D8D;
	margin: 0;
	padding: 0;
	font-family: serif;
}

.h1{
	width:100%;
	height: auto;
	
	margin: auto;

}
body{
	background: #8e8d8d;
	font-family: serif, 'arial';
	
}
nav {
	background-blend-mode: color;
	width:100%;
	height: auto;
	
	margin: auto;
}
nav ul{
	list-style-type: none;
	
	padding: 0px;
	
	text-align: center;
	font-style: italic;
}
nav, li{
	left: 250px;
	
	display: inline-block;

	
}
nav a{
	border: 1px solid black;
	background-color: #f79248;
	
	text-decoration: none;
	color: black;
	
	display: block;
	
	padding: 10px;
}
 li a:hover {
	 background-color: #f4710f;
}

@media screen and (max-width: 600px)
	
	.nav {
		width: auto;
}
	
	.nav li{
		width: auto;
		
		display: block;
		
		margin: auto auto 5px auto;
	}
form, search, responsive {
	width: 500px;
	margin-left: 7%;
}
.wrapper{
	margin: 0 auto 0 auto;
}
form, button, responsive {
	padding: 25px;
}
.ul {
   
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #F4710F;
}


.content-wrapper{
	width: 80%;
	margin: auto;
}

content-wrapper img{
	width: 100%;
}

.text-wrapper{
	width: 100%;
	position: relative;
	margin-top: -80%;
}

.text-wrapper h1{
	text-align: center;
	color: #ffffff;
	font-size: 5vw;
	font-family: serif;
}

/*footer*/

#footer {
	background: #ffffff;
	padding: 10px;
    align-items: center;
}
img {
	padding-top: 15px;
}
.cpt {
	padding-top: 29px;
	
}
p {
	padding-top: 70px;
	color: #f79248;
}
