a[href^="tel:"]{
	color: inherit;
	text-decoration: none;
}
/* Pi Overlay Start */
.icon1{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	color: white;
	font-size: 2.5rem;
	text-align: center;
	cursor: pointer;
	visibility: hidden;
	z-index: 999;
}
.icon1 button{
	background-color: black;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 0.1rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    z-index: 99;
}
.icon1 p{
	margin-top: -0.2rem;
	margin-bottom: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.1rem;
	color: white;
	font-size: 1rem;
	font-weight: 900;
	text-align: center;
}
.icon1:hover #icon1{
	display: block;
}
#pi_nav_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1);
    z-index: 9999999999999999;
    cursor: pointer;
}
.overlay-content{
    position: relative;
	float: left;
	width: 100%;
	margin-top: 8rem;
	padding-top: 0;
}
.close_overlay{
	position: fixed;
	width: 5rem;
	left: 0.2rem;
	top: 0;
}
.close_overlay p{
	color: white;
	font-size: 1.8rem;
	text-align: center;
}
.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: center;
    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{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);   
	background-color: white;
	color: black;
}
/* Pi Overlay Finish */
/* Pi Header Nav Start */
.header_nav_box{
	background-color: rgba(180, 0, 0, 0.7);
	float: left;
	width: 90%;
	height: 13rem;
	margin-left: 5%;
	margin-top: 2rem;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.header_nav_logo_box{
	float: left;
	width: 15%;
	height: 15rem;
	margin-left: 5%;
	margin-top: 3rem;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	border: 0.2rem solid white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.header_nav_logo_box img{
	display: block;
	width: 100%;
	height: 14.5rem;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.header_contact{
	float: left;
	width: calc(73%/2);
	margin-left: 2%;
	margin-top: 2rem;
	text-align: center;
}
.header_contact p{
	margin: 0;
	color: white;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 1.5px;
}
.header_contact a{
	background-color: rgba(0, 0, 0, 0.8);
	display: block;
	margin: auto;
	width: 80%;
	height: 3.5rem;
	line-height: 3.5rem;
	margin-bottom: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	color: white;
	font-size: 1.9rem;
	text-align: center;
	text-decoration: none;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	border: 0.2rem solid white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.header_contact a:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);   
	background-color: white;
	color: black;
}
/* Pi Header Nav Finish */
.nav_sub_header{
	float: right;
	width: 70%;
	margin-right: 10%;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}
.nav_sub_header ul{
	margin: 0;
	padding: 0;
}
.nav_sub_header ul li{
	float: right;
	width: calc(80% / 4);
	margin-right: 2%;
	list-style: none;
	text-align: center;
	border-radius: 0.5rem;	
}
.nav_sub_header ul li a{
	background-color: rgba(255, 255, 255, 1);
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: black;
	font-family: 'Antic';
	font-size: 1.3rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	border: 0.2rem solid white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.nav_sub_header ul li a:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);   
	background-color: black;
	color: white;
	border: 1px solid white;
}
/* Pi Stcky Full Top Nav Start */
#contact_nav{
	display: none;
}
#top {
	background-color: black;
    position: fixed;
    bottom: 2rem;
    left: 0.5rem;
    padding: 0.8rem;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 0.1rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    z-index: 99;
}
#top:hover {
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);  
    background-color: white;
    color: black;
}
.phone{
    background-color: black;
    position: fixed;
    bottom: 2rem;
    right: 0.5rem;
    cursor: pointer;
    border-radius: 0.1rem;
	border: 2px solid grey;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    z-index: 99;
	visibility: hidden;
}
.phone i{
	padding: 0.8rem;
    color: white;
    font-size: 2.7rem;
}
#phone:hover {
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);  
    background-color: white;
    color: black;
}
.navbox{
	background-color: rgba(180, 0, 0, 1);
	position: fixed;
	width: 100%;
	top: 0;
	border-bottom: 1px solid white;
	z-index: 9999999999;
}
.sticky_nav_logo{
	position: fixed;
	width: 10%;
	height: 8rem;
	left: 2%;
	top: 0.2rem;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	border: 0.2rem solid white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.sticky_nav_logo img{
	display: block;
	width: 100%;
	height: 7.5rem;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.nav{
	float: left;
	width: 70%;
	margin-left: 22%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.nav ul{
	margin: 0;
	padding: 0;
}
.nav ul li{
	float: left;
	width: calc(80% / 2);
	margin-left: 4%;
	list-style: none;
	text-align: center;
	border-radius: 0.5rem;	
}
.nav ul li a{
	background-color: rgba(255, 255, 255, 1);
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: black;
	font-family: 'Antic';
	font-size: 1.6rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	border: 0.1rem solid grey;
}
.nav ul li a:hover{
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	background-color: black;
	color: white;
}
/* Pi Stcky Full Top Nav Finish */
@media screen and (max-width: 1050px){
	.header_nav_box{
		width: 98%;
		margin-left: 1%;
	}
	.header_nav_logo_box{
		width: 20%;
		margin-left: 1%;
		margin-top: 1rem;
	}
	.header_contact a{
		width: 100%;
	}
	.nav_sub_header{
		width: 80%;
		margin-right: 2%;
	}
	.sticky_nav_logo{
		width: 12%;
	}
}
@media screen and (max-width: 760px){
	.icon1{
		visibility: visible;
	}
	.header_nav_box{
		width: 100%;
	    height: auto;
	    margin: 0;
		border-radius: 0;
	    border: none;
	    box-shadow: none;
    }
	.header_nav_logo_box{
		float: none;
		display: block;
		margin: auto;
		width: 20rem;
		margin-top: 6rem;
	}
	.header_contact{
		width: calc(94%/2);
	    margin-left: 2%;
	    margin-top: 2rem;
		padding: 0;
	}
	.header_contact p{
		font-size: 1.5rem;
	}
	.header_contact a{
		font-size: 1.4rem;
	}
	.nav_sub_header{
		display: none;
	}
	.sticky_nav_logo{
		display: none;
	}
	.nav{
		display: none;
	}
	.phone{
		visibility: visible;
	}
}
@media screen and (max-width: 400px){
	.header_contact{
		width: 74%;
		margin-left: 13%; 
	}
	
}