@charset "UTF-8";

@media only screen and (min-width: 768px) {

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
	background-color: #FFF3EF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	font-size: 28px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #000000;
    display: block;
    transition: 0.3s;
}

#voci-menu {
	margin-top: 30%;
}

.sidenav a:hover{
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
}

.openbtn {
	background-image: url(img/logo200.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 50px;
	height: 50px;
	margin-left: 50px;
	top: 50px;
	position: fixed;
}

.openbtn:hover {
	background-image: url(img/logo-hover.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 50px;
	height: 50px;
	margin-left: 50px;
	top: 50px;
	position: fixed;
}
	
.closebtn {	
	background-image: url(img/logo-chiudi.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 50px;
	height: 50px;
	margin-left: 18.3px;
	margin-top: 48.7px;
	position: fixed;
}

}

@media only screen and (min-width: 320px) and (max-width: 767px) {

.closebtn {	
	background-image: url(img/logo-chiudi.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-left: -0.5px;
	margin-top: 34.5px;
	position: fixed;
}

.openbtn {
	background-image: url(img/logo-hover.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-left: 33px;
	top: 33px;
	position: fixed;
}

.openbtn:hover {
	background-image: url(img/logo-hover.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-left: 33px;
	top: 33px;
	position: fixed;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
	background-color: #FFF3EF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
	font-size: 26px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #000000;
    display: block;
    transition: 0.3s;
}

#voci-menu {
	margin-top: 30%;
}

.sidenav a:hover{
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
}

}