@media (max-width: 768px){
    .blog-header{
        margin-top: 8rem;
    }
}

.container{
    max-width: 960px;
}

.team{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 2rem;
}

.card-deck .card{
    min-width: 220px;
}

.card-text{
    padding-top: 1rem;
}

.card-block{
    min-height: 220px;
}

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



nav a{
    text-decoration: none;
    color: black;
}

nav a:hover{
    text-decoration: none;
    color: black;
}

nav a:visited{
    text-decoration: none;
    color: black;
}

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