.header_tabs{
    margin-left:40px !important;
    margin-right:60px;
}

.footer_guides_menu{
    width:40%; 
    height:fit-content;
    margin-top: 2%;
    margin-left: 4%;
}

.footer_headers{ 
    margin-top:15px;
    margin-bottom: 15px;
}

.guides{
    width:100%; 
    height:fit-content;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

@media screen and (max-width:768px){
    
    .footer_guides_menu{
        width:80%;
        margin-left:auto;
        margin-right:auto;
    }

    .jumbotron{
        background-size: cover;
        height: 100px;
    }

}