.flex_space_between{
    justify-content: space-between !important;
}

.margin_right_2rem {
    margin-right: 2rem !important;
}

.txt_allign_center{
    text-align: center;
}

.navbar-collapse > a:hover {
    color: #92e8e3 !important;
}

.navbar-collapse > .bestel_button:hover {
    color: white !important;
}

.features-icons {
    background-repeat: inherit;
    background-size: 500px !important;
}


.margin_auto {
    margin: auto !important;
}

.bestel_button {
    color: white !important;
}

.bestel_button:hover {
    color: white !important;
}

.masthead{
    margin-top: 115px !important;
}

audio{
    margin-top: 25px;
    margin-bottom: 25px;
}
@media screen and (max-width: 992px){
    .bestel_button{
        max-width: 115px;
        text-align: center;
        margin: 0 auto;
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 400px) {
    .showcase-img {
        min-height: 20rem !important;
    }
    
}