.navbar-custom {
    background-color: #411414 !important;
    background: linear-gradient(to bottom, #411414, #000000);
    height: 80px;

}

 footer {
    background-color: #411414 !important;
    background: linear-gradient(to top, #411414, #000000);
    height: 150px;

} 


header.masthead {
    background-image: url('./../assets/img/bg.jpg');
    background-position: center center;
    background-size: cover;
}

.btn-primary {
    background-color: #411414 ;
    background: linear-gradient(to bottom, #411414, #000000);
    border-color: #833434;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
    background-color: #833434!important;
    background: linear-gradient(to top, #411414, #000000);
    border-color: #411414 !important;
}


.btn-info {
    background-color: #1f3855 ;
    background: linear-gradient(to bottom, #058b8c, #000000);
    border-color: #191e28;
}
.btn-info:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
    background-color: #191e284!important;
    background: linear-gradient(to top, #058b8c, #000000);
    border-color: #1f3855 !important;
}

