body {
    background-color:white;
}

.ctxt {
    color:#00477C;
}

.map {
        position: relative;
        padding-bottom: 50%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#content {
    height:100%;
}

/*===========================*/
/*         MOBILE STYLING    */
/*===========================*/

@media only screen and (max-width: 600px) {
    .map {
        position: relative;
        padding-bottom: 150%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .contacttxt {
        padding-top: 40%;
        padding-bottom: 20%;
        color: white!important;
    }
}
