﻿h2, .h2, h2, .h2 {
    /*font-size:2em!important;*/
    color:#5a2d8a!important;
    font-weight:bold!important;
    text-shadow: 3px 3px 4px #c3c2c3;
}
h3, .h3, h3, .h3, .Head {
    /*font-size:1.25em!important;*/
    color:#FBAD19!important;
    font-weight:bolder!important;
    text-shadow: 2px 2px 4px #c3c2c3;
}
.googleMap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.googleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}