/* Pi Overlay Start */
.icon1{
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	width: auto;
	top: 0;
	right: 0;
	color: black;
	font-size: 2rem;
	text-align: center;
	cursor: pointer;
	visibility: hidden;
	z-index: 999999999999999999;
}
.icon1 p{
	margin-top: -0.2rem;
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 0.3rem;
	color: black;
	font-size: 1rem;
	font-weight: 900;
	text-align: center;
	z-index: 99;
}
.icon1:hover #icon1{
	display: block;
}
.overlay{
    background-color: rgba(0,0,0, 1);
	position: fixed;
    width: 100%;
	height: 0;
    top: 0;
    left: 0;
    overflow-y: hidden;
	z-index: 999999999999999999999999999999999999;
    transition: 0.5s;
}
.overlay .closebtn{
    position: relative;
	float: none;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	top: 2rem;
	left: 0.5rem;
	color: white;
    font-size: 4rem;
	text-align: center;
	text-decoration: none;
}
.overlay-content{
    position: relative;
	float: left;
	width: 100%;
	margin-top: 1rem;
	padding-top: 0;
}
.overlay-content ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.overlay-content ul li{
	float: left;
	width: 70%;
	margin-left: 15%;
	list-style: none;
	text-align: left;
    overflow: hidden;	
}
.overlay-content ul li a{
	display: block;
	padding-left: 0.5rem;
	padding-top: 1rem;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
	color: white;
	font-family: 'Antic';
	font-size: 1.9rem;
	text-decoration: none;
	letter-spacing: 1px;
}
.overlay-content .nav ul li a:hover{
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);       
	background-color: white;
	color: black;
}
/* Pi Overlay Finish */
@media screen and (max-width: 1080px){
	
}
@media screen and (max-width: 900px){
	
}
@media screen and (max-width: 767px){
	/* Pi Overlay Start */
	.icon1{
		visibility: visible;
	}
}