/* https://colorpalettes.net/color-palette-681/ */

body {
    background-color: #f7e6d2;
}

.fa-sort-up {
    color: #b1453b;
}

.fa-sort-up:hover {
    color: #b1453b;
}

.nav-title-text {
    color: #e18c85;
}

.nav-item-text,
.dropdown-item {
    color: #e18c85;
}

.nav-item-text.active {
    color: #b1453b;
}

.dropdown-item:hover {
    background-color: #f7e6d2;
    color: #b1453b;
}

.card-title {
    color: #e18c85;
}

.fa-envelope-square {
    color: #e18c85;
}

#content-title-container {
    background-image: linear-gradient(#e18c85, #f7e6d2);
}

#content-subtitle2 {
    color: #b1453b;
}

.section-title,
.section-title-text {
    color: #b1453b;
}

.sub-section-title {
    background-image: linear-gradient(to right, #f7e6d2, #e18c85);
}

.caption {
    border: 1px inset rgba(177, 69, 59, .22);
    background-color: #f7e6d2;
    box-shadow: 8px 10px 0.5rem rgba(225, 140, 133, 0.29);
}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #b1453b;
}

#site_explorations h5 {
    color: #b1453b;
}