body{
	height: 1500px;
}
.container{
	padding: 0;
}
.header-top{
	padding: 25px 0;
	width: 100%;
	background-color: white;
	z-index: 1;
}
.header-top a{
	font-size: 1.6rem;
	padding: 10px 15px !important;
	color: gray;
}
.header-top li:last-child a{
	font-weight: bold;
	color: black;
}
.header-top li a:hover {
	color: black;
	background-color: #b9aa83;
	transition: 0.3s;
}


header h1{
	font-size: 4.5rem;
	font-weight: bold;
}
header h1 span{
	text-decoration: underline;
	text-decoration-color: #b9aa83;
}
header p{
	font-size: 1.4rem;
	width: 450px;
	text-align: justify;
}
#nav-resp li{
	padding: 15px 0px;
	margin: 0;
	display: inline-block;
	list-style: none;
	border-bottom: 2px rgba(0,0,0,0.1) solid;
}
#nav-resp a{
	font-size: 1.6rem;
	color: black;
	text-align: center;
	display: inline-block;
	width: 100%;
}
#nav-resp li:hover{
	background-color: black;
	color: white;
	text-align: center;
	display: inline-block;
	width: 100%;
}
#nav-resp{
background-color:  #b9aa83;
  animation-name: nav-resp;
  animation-duration: 0.3s;
	animation-timing-function: ease-out;
  z-index: 0;
}
@keyframes nav-resp {
  0%   {opacity:0;filter: alpha(opacity=1);}
  100% {opacity: 1;filter: alpha(opacity=0);}
}
#button-resp-main img:hover{
	background-color: #b9aa83;

}