/*
Theme Name:   Bethel
Description:  Custom theme for Bethel Bible Camp.
Author:       synergy
Author URI:   https://synergyts.net
Template:     Divi
Version:      0.0.1
Text Domain:  bethel
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat",Open Sans,Arial,sans-serif;
}

.home-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.3);
    color: #ffffff;
}
.home-mask div {
    width: 100%;
    height: 100%;
}

.widget_block:has(.wpgmza_map) {
    width: 100%;
}