body {
    background-color: #f9f9f9;
    font-size: 1.2rem;
    line-height: 1.6;
}

a {
    color: #6d8d5b;
}

.btn-primary {
    background-color: #6e8d5a;
}

.footer {
    font-size: 1rem;
    background-color: #333;
}

.bg-gray {
    background-color: #333;
}

.medium-icon {
    font-size: 3rem;
    color:#6d8d5b;
}

.large-icon {
    font-size: 7rem;
    color: #000;
}

.olive-bg {
    background-color: #6e8d5a;
}

textarea.contact-message {
    min-height: 160px;
}

.hand-graphics {
    width: 350px;
}

.sticky-image {
    position: relative;
    top: 0;
}

.landing-image-section {
    position: relative;
    background-image: url('images/skyscrapers.jpg');
    background-position: 2rem 3rem;
    background-attachment: fixed;
    max-width: 100%;
    background-position: center 71px;
    background-repeat: no-repeat;
    height: 575px;
    image-rendering: auto;

}

.family2-image-section {
    position: relative;
    background-image: url('images/family2.jpg');
    background-attachment: fixed;
    max-width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    height: 575px;
    image-rendering: auto;
    object-fit: contain;
}

.family1-image-section {
    position: relative;
    background-image: url('images/family1.jpg');
    background-attachment: fixed;
    max-width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    height: 575px;
    image-rendering: auto;
    object-fit: contain;
}
