﻿/* FontAwesome for working BootSnippet :> */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,900&display=swap');

#team {
    background: !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 5px 0;
}

    section .section-title {
        text-align: center;
        color: peru;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Merriweather', serif;
        font-size: 28px;
    }

#team .card {
    border: none;
    background: hsla(56, 57%, 76%, 0.7);
    border-radius: 5%;
}


    #team .card:hover {
        border: none;
        background: #c9bd8d;
    }


.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
    padding-bottom: 16px;
    font-family: 'open sans';
}

.frontside .card,
.backside .card {
    min-height: 112px;
}


.frontside .card .card-body img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 5px;
}
