body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 16px;
    background-color: #f8f9fa;
    color: #333; margin: 0; padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.hero-section {
    position: relative;
}
.moff { display: block !important; }
.mon { display: none !important; }
.bgmap {
    background-image: url('bgmap.jpg');
    background-size: cover;
    background-position: center;
}

.text-gray {
    background: #ddd;
    color: #6c757d;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}
footer p { font-size: 16px; } 

@media(max-width: 1000px) {
 .moff { display: none !important; }
.mon { display: block !important; }
   
}
}