#googleMap {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

#mapBtn {
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#tableOfMeetings a {
    text-decoration: underline;
    color: #000000;
    /* default supported fallback style */
    color: var(--scoutBlack);
}

.backGroundImage {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../Assets/group-of-scouts-in-helmets-jpg.jpg);
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}

.imageTextBig {
    padding-top: 30%;
}