body {
    overflow: auto;
}

main {
    padding: 3rem
}
.mainpic {
    max-width: 225px;
}
.indexheader {
    background-image: url('../pics/logo.jpg');
    /* background-attachment: fixed; */
    /* background-position: -60px 0;  */
    background-position: center;
        background-repeat: no-repeat;
    height: 300px;
    background-size: 300px 300px;
    width: auto;
    background-color: white;
}
.page-title>a {
    text-decoration: none;
    color: white;

}

.rietools .card {
    margin: 10px auto;
    /* max-width: 10rem; */

}

/* .card{
    max-width: 32rem;
} */

.deepBlue {
    color: #001F3F !important;
}

.forestGreen {
    color: #001F3F;
}

.earthlyBrown {
    color: #001F3F;
}


.profile-card-4 {
    max-width: 300px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

.profile-card-4 img {
    transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
    position: relative;
    padding: 15px;
    background-color: #FFF;
}

.profile-card-4 .profile-name {
    font-weight: bold;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -70px;
    color: #FFF;
    font-size: 17px;
}

.profile-card-4 .profile-name p {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
    color: #777;
    font-size: 12px;
    padding: 10px;
}

.profile-card-4 .profile-overview {
    padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
    font-size: 10px;
    font-weight: 600;
    color: #777;
}

.profile-card-4 .profile-overview h4 {
    color: #273751;
    font-weight: bold;
}

.profile-card-4 .profile-content::before {
    content: "";
    position: absolute;
    height: 20px;
    top: -10px;
    left: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: 0;
    transform: skewY(3deg);
}

.profile-card-4 img {
    max-height: 5rem;
}

.profile-card-4:hover img {
    transform: rotate(5deg) scale(1.1, 1.1);
    filter: brightness(110%);
}
.imgheader {
    width: 1000px;
    max-width: 100%;
}