.contactInfoContainer {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
}

body {
    font-family: 'Barlow', 'sans-serif';
}

.contactImage {
    width: 100%;
}

.mapouter {
    position: relative;
    text-align: center;
}
.gmap_canvas {
    overflow: hidden;
    padding: 0;
    background: none!important;
}

#gmap_canvas {
    width: 100%;
    height: 100%;
}

.mapCanvasWidthDimensions {
    max-height: 680px;
    max-width: 750px;
    min-height: 250px;
    min-width: 325px;
}

@media (min-width: 1280px) {
    .mapCanvasWidthDimensions {
        min-height: 450px;
    }
}

@media (max-width: 990px) {
    .container {
        max-width: 100%;
    }
    .contactImage {
        max-height: 450px;
        object-fit: cover;
    }
}

@media (max-width: 1280px) and (min-width: 800px) {
    .mapCanvasWidthDimensions {
        min-height: 380px;
    }
}

#mainEditorDiv {
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel' , 'sans-serif';
}

.textContent {
    font-family: 'Barlow', 'sans-serif';
    color: #929292;
    font-size: 1.3em;
}

.headerText {
    font-family: 'Cinzel' , 'sans-serif';
    color: #222;
    margin-bottom: 15px;
    text-align: center;
}