﻿h3 {
    text-align: left;
}

a {
    text-decoration: underline;
}

.profile-badge-container {
    padding-right: 3em;
}

.profile-badge {
    float: right;
    height: 4em;
    margin-top: -2.5em;
    z-index: 10;
    transition-duration: 0.5s;
}

    .profile-badge:hover {
        height: 8em;
        margin: -2em;
        margin-top: -4.5em;
        z-index: 20;
    }

.meet-the-lake-team-profile-pic {
    background-size: cover;
    background-position: top center;
    height: 0;
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 29%;
}

@media screen and (max-width:568px) {

    .meet-the-lake-team-profile-pic {
        padding-bottom: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .profile-badge {
        float: none;
        margin: 0;
        margin-top: 0;
        display: inline-block;
    }

        .profile-badge:hover {
            height: 4em;
            margin: 0;
            margin-top: 0;
        }
}
