@charset "UTF-8";
/* CSS Document */

nav {
    position: fixed;
   height:100%;
 	width:100%;
    z-index:10000;
	text-align:center;
	background-color:rgba(190,8,89,0.9);
	opacity:0;
	visibility:hidden;
	transition: opacity 0.3s ease 0s;
	top:0px;
	
	
}

/* Iphone setups */
 
a[href^=tel] {
	color: white;
	text-decoration: none;
}
.applelink a {
}
/* Iphone setups end */


nav ul.smph {
position:relative;
margin:0;	
height:auto;
width:100%;

transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
top:46%;
display: block;
list-style-type: disc;
width:300px;
left:50%;
margin-left:-150px;
list-style:none;



}



	


nav ul.smph li {
	
	height: calc(100% / 5);
	border-bottom: .0625rem solid #fff;
padding: 1.5rem 0 1.25rem;
	letter-spacing: .25rem;
line-height: 1.125;

}


nav.open {
   
	position:fixed;
	opacity:1;
	visibility:visible;
	
}

a.close-menu-btn {
    position: absolute;
    top:10px; right:10px;
	color:white;
	font-size:50px;
	z-index:99999;
}

.open-menu-btn {
top:0;
left:0;
right:0;
 position: fixed;
  z-index:9999;
  display:inline-block;
  background-color:inherit;
  padding:15px 15px;
width:30px;
text-align:center;


}
a.open-menu-btn:after {
	
	border-color: #be0859;
    border-style: solid none double;
    border-width: 3px 0 9px;
    content: " ";
    display: block;
    height: 0.20rem;
    transition: border-color 0.25s ease-in-out 0s;
	
   
}

nav {
	
font-size:30px;
color:white;
}

ul.smph a {
	
	color:white;
	
}

.open-menu-btn {
display:none;	
}

@media only screen and (max-width:696px) {

.open-menu-btn {
display:block;	
}


}
