/* Add here all your CSS customizations */
.bg-header {
    background: url(../images/bg-header.jpeg);
}

.mt-6, .my-6 {
    margin-top: 4rem !important;
}

.mt-7, .my-7 {
    margin-top: 5rem !important;
}

.mt-8, .my-8 {
    margin-top: 6rem !important;
}

.mt-9, .my-9 {
    margin-top: 7rem !important;
}

.mt-10, .my-10 {
    margin-top: 8rem !important;
}

.mb-6{
    margin-bottom: 4rem !important;
}

.mb-7{
    margin-bottom: 5rem !important;
}

.mb-8{
    margin-bottom: 6rem !important;
}

.mb-9{
    margin-bottom: 7rem !important;
}

.mb-10 {
    margin-bottom: 8rem !important;
}

.text-featured {
    align-self: flex-end;
    background: rgba(248,249,250, 70%);
}

.bg-white {
    background-color: #FFF;
}

.font-oswald {
    font-family: "Oswald", sans-serif;
}

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

.text-upper {
    text-transform: uppercase !important;
}

.partner-description-button::after {
    content: "[ + ]";
}

.partner-description-button[aria-expanded="true"]::after {
	content: "[ - ]";
}

.section-title {
    padding-bottom: 12px;
}

.section-title::after {
    content: "";
    background-color: #646F6B;
    width: 45px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 15px;
    opacity: .8;
}

@media (max-width: 767px) {
    .text-description {
        font-size: 1.5em
    }
}