.header-logo img{
	width: 200px;
	height: auto;
	margin: 0 15px;
}

header ul{
	position: relative;
float: right;
	
}
.header-top li{
	display: inline;
	float: left;
}

.header-top{
	top: 0px;
	width: inherit;
}

header h1{
	margin-top: 180px;
}
header p{
	margin-top: 25px;
	margin-bottom: 25px;
}
#nav-resp{
	display: none;
	float: right;
	width: 100%;
	padding: none;
}

#button-resp-main{
	padding: 0;
	border: none;
	background-color: transparent;
	float: right;
	display: none;
	margin: 0 20px;
	margin-top: 5px;
	
}
#button-resp-main, 
#button-resp-main img{
	width: 40px;
	height: 40px;
}


#nav-resp{
width: 100%;
padding: 0;
}
#nav-resp li{
	width: 100%;
	margin-left: 0px;

}
.button-resp-close, 
.button-resp-close img{
	width: 60px;
	height: 60px;
}
.button-resp-close{
	margin: 25px;
	padding: 0;
	border: none;
	background-color: transparent;
	margin: 0 15px;
	
}
	#button-resp-main, 
	#button-resp-main img{
	width: 50px;
	height: 50px;
	float: right;

}

@media (max-width: 767px){
	#button-resp-main{
		display: inline-block;
		margin-top: 10px;
	}


	#button-resp-main, 
	#button-resp-main img{
	height: : 36px;
	width: 80px;
	height: auto;
	float: right;
	transition: 0.3s;
}
#menu-close{
	margin-top: -36px;
	display: none;
	animation-name: close-button;
	animation-duration: 0.3s;
}
@keyframes close-button {
  0%   {  opacity: 0;filter: alpha(opacity=0);}
  100% {opacity: 1;filter: alpha(opacity=0);}
}
.header-logo{
	width: 250px;
}
	.nav{
		display: none;
	}

#nav-resp{
	display: inline;
}
.header-top{
	padding-top: 15px;
}
#nav-resp{
	display: none;
}
.header-logo img{
	margin-top: 10px;
}

}

@media (max-width: 465px){
	#button-resp-main{
	
}
	.header-logo img{
	width: 170px;
}

}
