html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
}

.header-img {
    max-width: 200px;
}

.fit-image {
    width: 100%;
    object-fit: cover;
    height: 20em;
}

.ls-1 {
    letter-spacing: 1px;
}

@media (max-width: 640px) {
    .fit-image {
        height: 16em;
    }
}

@media (min-width: 640px) and (max-width: 768px) {
    .fit-image {
        height: 18em;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .fit-image {
        height: 20em;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .fit-image {
        height: 20em;
    }
}

.h-120 {
    height: 120% !important;
}

.masthead .text {
    color: whitesmoke;
}

textarea {
    resize: none;
}

.lead {
    font-size: 1rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.footer .row {
    margin: 0 !important;
}

.g-recaptcha {
    display: inline-block;
}

.your-informations {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.left-icon {
    position: relative;
}

.left-icon svg {
    position: absolute;
    line-height: 24px;
    top: 60%;
    margin-top: -12px;
    /* Half of line height to keep left middle postion of container */
    right: 10px;
}