﻿/* section colors */
.s-section-expander__btn, .s-page-hero__h1 {
    color: #C43048;
}

.s-wb-content a, .s-wb-content a:visited {
    color: #C43048;
}

.s-page-header__logo {
    background: #C43048;
}

.s-wb-content ul > li:before {
    color: #C43048;
}


/* components */
.s-section-expanders {
    margin-top: 0;
}
.sidebar-buttons {
    margin-bottom: 30px;
}

    .sidebar-buttons .s-border-btn {
        margin-bottom: 15px;
        font-size: 21.5px;
    }

@media only screen and (min-width:768px) {
    .sidebar-buttons .-bio {
        margin-bottom: 60px;
    }
}
