
html {
    font-size: 14px;
    background: linear-gradient(0deg, rgb(46, 136, 164) 19%, rgb(255, 255, 255) 80%);
}

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
    
  }*/




html {
    position: relative;
    min-height: 100%;
}
.navbar {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(207,141,175,1) 50%, rgba(255,255,255,1) 95%);
}

body {
    margin-bottom: 60px;
    margin: 1px;
    min-height: 100vh;
    background: rgb(46, 136, 164);
    background: linear-gradient(0deg, rgb(46, 136, 164) 19%, rgb(255, 255, 255) 80%);
}
.main-container {
    max-width: 1000px;
    margin-top: 1rem;
}
    .banner-img {
        height: 100px;
        width: 200px;
    }
.text-container {
    border: 1px solid black;
    box-shadow: 0px 0px 5px black;
    background-color: #F2E2A5;
    padding: 15px;
    border-radius: 10px;
}

h3 {
    border-bottom: 2px solid black;
}

.flex-container {
    display: flex;
    justify-content: center;
}

section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
    .staff-card {
        width: 12.5rem;
        height: 22rem;
        box-shadow: 0px 0px 5px black;
        box-shadow: 0px 0px 10px black;
        display: flex;
        flex-direction: column;
        margin: 5px;
        font-size: 10px;
        align-items: center;
        background-color: #F2E2A5;
        border-radius: 10px;
    }

    .staff-img img {
        width: auto;
        height: 12.5rem;
        display: flex;
        justify-content: center;
        margin: 1px;
        border: 1px solid black;
        border-radius: 10px;
    }

/*    @media (max-width: 425px) {
        .staff-card {
            width: 10px;
        }


    }*/



.staff-text {
    padding: 5px;
}

.staff-name {
    border-bottom: 1px solid black;
}

.employee-card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


