/* Some more styles!!! */
.hero__contact {
    color: #55b748;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 20px;
}

.navbar {
    box-shadow: 5px 3px 7px #00000059;
}

a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

a:hover {
    /* text-decoration: none; */
    /* color: rgba(0, 0, 0, 0.7); */
    color: rgb(68, 68, 68);
    /* color: rgb(196, 48, 48); */
}

.cardLink {
    text-decoration: none;
    color: rgb(68, 68, 68);
}

/* .cardLink:hover a {
    text-decoration: none;
    color: rgb(196, 48, 48);
} */

.card:hover {
    box-shadow: 0px 0px 10px 2px rgba(60, 75, 53, 0.5);
}

.card{
    transition: box-shadow 0.5s;
}

#logo {
    height: 100%;
    width: 100%;
    margin-top: -5px;
    /* margin-left: 40px; */
}


#footerLogo {
    height: 100%;
    width: 100%;
    margin-top: -5px;
    margin-left: 10px;
    /* margin-left: 40px; */
}

.footerCopyright {
    font-size: small;
    text-align: center;
}

.nav-item a {
    margin-right: 30px;
}

