body{
    font-family: 'Asap' !important;
    max-width: 980px;
    margin: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Asap' !important;
}


.content{
    text-align: center;
}

.card.card-link{
    height: 180px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.card.card-link .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00853f8c;
    z-index: -1;
}

.card.card-link img{
    position: absolute;
    height: 100%;
    z-index: -2;
}

.card.card-link  h4.color-theme{
    color: #ffffff!important;
}


.page-title {
    margin: 10px 20px 15px 20px;
}

.card-style {
    margin: 0px 16px 20px 16px;
}
#footer-bar {
    justify-content: space-around;
    align-items: center;
}

#footer-bar a{
    flex: initial;

}
#footer-bar a span{
    width: 80px;
}

.card i.fas, .card i.fad{
    margin-top: 10px !important;
    font-size: 26px !important;
}

.color-highlight {
    line-height: initial;
}

.card h4{
    margin-bottom: 15px;
}
.row .card-style h4{
    margin-bottom: 5px;
}

.page-title-small h2{
    text-align: center;
}
.page-title-small h2 a{
    float: left;
    padding: 10px 0px;
}