@charset "utf-8";
body p {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}


.smed i {
	   color: #27193c;
    font-size: 35px;
    margin: 10px;
    padding-top: 10px;
	
}

.smed i:hover {
    color: #f52c70;
}

.google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}