.header {
        background: url('img/header2.jpg') no-repeat center / cover;
    border-top: 20px solid #5f5347;
	
}

.header img{
    max-width: 1000px;
    margin: 100px auto;
    display: block;
	opacity:0;
	
}

.brown{
	background:#5f5347;	
}
.super{
	color:#ffffff;
	font-size:35px;
	font-family:black;
	text-decoration:none;
	padding:15px 0;
	float:left;
}
@media(max-width:500px){
	.super{
		font-size:23px;
	}
}

@media(max-width:1120px){
	.header img{
		width:80%;
		margin:100px 10%;
	}
	.flex-direction-nav li a{
		width: 80px;
		height: 124px;
	}
	
	
	@media(max-width:760px){

	.header img {
    	margin: 91px 10% 52px 10%;
	}
	
	@media(max-width:420px){

	
	
	.header img {
		max-width: 270px;
		margin: 50px auto;
		display: block;
	}