@charset "utf-8";
/* CSS Document */
#mySidenav a {
    position: fixed;
    right: -220px;
    transition: 0.3s;
    padding: 15px;
    width: 270px;
    text-decoration: none;
    font-size: 23px;
    color: white;
    border-radius: 50px;
	z-index: 1;
}

#mySidenav a:hover {
    right: -50px;
}

#phone {
    bottom: 105px;
    background-color:#872B3F;

}

#mail {
    bottom: 45px;
    background-color: rgba(135,43,63,1.0);
   
}

#map {   
    bottom: 125px;
    background-color: #872B3F;
   
}

