.missionVisionAndGoalHR {
    background-color: white;
}
.image-circle-small svg{
    width:auto;
    height:40px;
}
.img-circle-medium {
    max-width:150px;
    border-radius:50%;
    margin-bottom: 12%;
    margin-top: 1rem;
}
.header-col {
    text-align:left;
    color: white;
    padding: 3rem 0 3rem 0;
}

.header-col h1, .header-col h2 {
    font-size: 40px;
    font-family: Garamond, EB Garamond, Georgia, serif;
}
.body-col {
    text-align:left;
    background-color: #6C102A;
    color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* The following are rules for browsers that don't support flexbox, specifically IE9. The rules reely on the file `js/modernizr-custom.js` to run and add the style `.no-flexbox`. */

.no-flexbox .goal-icons .body-col {
    max-width: 100%;
}

.no-flexbox .goal-icons .body-col .row .col-sm {
    width:20%;
}

.body-col h3, .mobile-title {
    margin-top: 7%;
    text-transform: uppercase;
    font-size: 16px;
}
.body-col p {
    width: 85%;
}
.goal-icons a {
    color: white;
    text-decoration: none;
}
.goal-icons .mobile {
    display: none;
}
.goal-btn {
    border-width:  2px;
    border-style: solid;
    border-color: white;
    width: 100%;
    fill: white
}
a.goal-btn:hover {
    background-color: white;
    color: #6C102A;
}
a.goal-btn:hover .mobile-title{
    color: #6C102A;
}
.image-circle-small path{
    fill: white;
}

.goal-btn:hover .image-circle-small path {
    fill: #6C102A!important;
}

@media(max-width: 769px) {
    .body-col p {
        width: 95%;
    }
    .goal-icons br{
    display: none;
    }
    
    .body-col h6 {
    margin-top: 0;
    }
    
    .body-col {
    padding-top: 2rem;
    }
    
    .goal-icons .mobile {
    display: block;
    }
    .goal-icons .desktop {
    display: none;
    }
    .mobile .goal-btn .row {flex-wrap: nowrap;}
}