.hold-navi {
	position: absolute;
	top:0;
	right:0;
	/* width: 75px;
	height: 7px; */

}
@media Screen and (min-width:800px){
.hold-navi {
	position: absolute;
	top:0;
	right:0;
	/* width: 125px;
	height: 125px; */

}
}

.acttwo {
	font-size:1.6em;
	color:#96867e;
	color:#4b4947;
	float:right;
	/* margin: 12px 5px 15px 20px; */
	/* padding:7px; */
	border:0 solid #9b9592;
	position:relative;
padding: 18px 25px 0 0;
}
@media Screen and (min-width:475px){
.acttwo{
	font-size:1.6em;
	color:#96867e;
	color:#4b4947;
	float:right;

	/* padding:7px; */
	border:0 solid #9b9592;
}
}

@media Screen and (min-width:800px){
.acttwo {
	font-size:2em;
	/* margin: 35px 40px !important; */
	padding: 20px 40px 0 0;
}
}

.act {
	font-size:1.6em;
	color:#96867e;
	color:#e2dbd8;
	float:right;
	margin: 12px 5px 15px 20px;
	padding:7px;
	border:1px solid #e2dbd8;
}
@media Screen and (min-width:475px){
.act {
	font-size:1.6em;
	color:#96867e;
	color:#e2dbd8;
	float:right;
	margin: 15px 15px 15px 20px;
	padding:7px;
	border:1px solid #e2dbd8;
}
}


@media Screen and (min-width:800px){
.act {
	font-size:2em;
	margin: 35px 40px !important;

}
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right:0;
  background-color: #96867e;
	background-color: rgba( 150, 134, 126,
.95);
background-color: #96867e;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 50px 0 0 0;


}
@media Screen and (min-width:800px){
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  /* right: 0; */
  background-color: #96867e;
	background-color: rgba( 150, 134, 126,
.95);
background-color: #96867e;
  /* background-color: #96867e; */
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 80px; */

}
}
.sidenav a {
  /* padding: 8px 20px 8px 10px; */
  text-decoration: none;
	text-align:right;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight:400;
  font-size: 1rem;
	line-height:1.2;
  color: #4c423d;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav a.go {
	padding: 8px 25px 8px 10px;
}
.sidenav .closebtn a.closebtn {
	top: 0;


}
.sidenav .closebtn {
	position: absolute;
	top: 0;
right: 21px;
	font-size: 65px;

	top: -10px;
}
/* @media Screen and (min-width:800px){
.sidenav .closebtn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 65px;
	margin-left: 50px;
}}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
