body {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
}

.bg-5 {
    background-image: url('/img/80000005.jpg');
}

.bg-6 {
    background-image: url('/img/80000006.jpg');
}

/* Photo by Jean van der Meulen from Pexels */
.bg-7 {
    background-image: url('/img/80000007.jpg');
}

.bg-8 {
    background-image:  url('/img/80000008.jpg');
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-top {
    background-position: top;
}

.bg-center {
    background-position: center;
}

.bg-bottom {
    background-position: bottom;
}

.bg-clip {
    background-clip: content-box;
}

.section {
    width: 100vw;
}

.section-sm {
    min-height: 240px;
}

.section-md {
    min-height: 360px;
}

.section-lg {
    min-height: 480px;
}

.section-xl {
    min-height: 640px;
}

.bg-green {
    background-color: #48913A!important;
    color: #141616;
}

.text-green {
    color: #48913A!important;
}

.bg-platinum {
    background-color: #E5E3E8!important;
}

.text-platinum {
    color: #E5E3E8!important;
}

.bg-eerie {
    background-color: #141616!important;
}

.text-eerie {
    color: #141616!important;
}

.bg-space {
    background-color: #464649!important;
}

.text-space {
    color: #464649!important;
}

.navbar, p, label {
    font-family: 'Open Sans', sans-serif;
}

.h-100 {
    height: 100%;
}

#section-request {
    background-position: 0 40%;
}

#map {
    width: 360px;
    max-width: 100%;
    height: auto;
}
