

/** Primary Button **/

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-success, .btn-success:active, .btn-success:focus, .btn-success:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover {
    background-color: #D90429;
    border-color: #D90429;
    color: #ffffff
}

/** Schedule Outline Button **/
.btn-outline-success {
    color: #D90429;
    border-color: #D90429;
}

.btn-outline-success:hover {

    border-color: #D90429;
    background-color: #D90429;
}

.btn-outline-success:focus {
    border-color:  #D90429;
    outline: none;
    box-shadow: none;
}
/** End Schedule Outline Button **/


/** Upcoming Events **/
.upcoming-events {
    background: #8D99AEcc;
    color: #202124;
}

.upcoming-events h2, .upcoming-events h3, .upcoming-events h4 {
    color: #202124;
}

.upcoming-events .month-header h3 {
    border-bottom: 1px solid#202124;
}

.upcoming-events .event-date {
    background-color: #202124;
    color: #8D99AE;
}

.upcoming-events .sq-button {
    color: #202124;
    border: #202124 1px solid;
}






/** About Me **/
.about-me-section {
    box-shadow: inset 0 0 0 1000px #8D99AEdd;
    color: #202124;
}

.about-text a {
    color: #222222;
    text-decoration: underline;
}

.about-text a:hover, .about-text a::selection {
    color: #222222;
    text-decoration: underline dotted;
}



/** Blog **/
.blog-read-more {
    color: #D90429;
    text-decoration: underline dotted;
}

/** Offerings **/
a.plain-link, a.offering-card-actions-button, a.offering-detail-upcoming-events-link {
    color: #D90429;
}

a.plain-link:active,
a.plain-link:hover,
a.offering-card-actions-button:active,
a.offering-card-actions-button:hover,
a.offering-detail-upcoming-events-link:active,
a.offering-detail-upcoming-events-link:hover {
    color: #D90429cc;
}

/** Bookings **/
.book-time-button {
    width: 90px;
    background-color: white;
    color: #D90429;
    border-color: #D90429;
}

.book-time-button:active, .book-time-button:hover, .book-time-button:focus {
    background-color: #D90429;
    border-color: #D90429;
    color: white;
}

/** Events **/
.event-card-date, .event-card-date h2, .event-card-date h3, .event-card-button-primary, .event-card-ribbon, .event-card-ribbon:before, .event-card-ribbon:after {
    background-color: #D90429;
    color: #ffffff;
}

/** General **/
.md-inline-link, .md-link, a {
    color: #D90429;
}

.md-inline-link:hover, .md-link:hover, a::selection, a:hover {
    color: #D90429;
    text-decoration: underline;
}

body {
    color: 
}
