.btn, .nav-link {
    font-family: "Arial Black", "sans-serif";
}

.image-loader-image {
    max-width: 100%;
    max-height: 250px;
}

.image-loader-image.selected {
    border: 5px solid blue;
    border-radius: 5px;
}

.image-loader-row {
    margin-bottom: 12px;
}

section {
    padding-top: calc(6rem);
    padding-bottom: 6rem;
}

.jg-hero {
    background-color: rgb(26,54,141);
    color: white;
    text-align: center;
}

.jg-hero.jg-hero-alternative {
    background-color: white;
    color: black;
}

.jg-hero-header {
    font-family: Impact,"Arial Black", "sans-serif";
}

.navbar {
    background-color: rgb(49,165,41) !important;
}

.navbar .navbar-brand {
    color: white !important;
    font-family: Impact, "Arial Black", "sans-serif" !important;
}

.navbar .nav-link {
    color: white !important;
}
.navbar .nav-link.active {
    font-weight: bold;
    text-decoration: underline;
}

.btn.btn-success {
    background-color: rgb(49,165,41);
}
.btn.btn-primary {
    background-color: rgb(26,54,141);
}
.btn.danger {
    background-color: rgb(255,0,0);
}
.btn.btn-warning {
    background-color: rgb(242,148,0);
}

#map {
    height: 360px;
}
