.navbar-custom {
    background-color: #1f3855 !important;
    background: linear-gradient(to left, #f9f9f9, #78dbff);
    height: 80px;

}

 footer {
    background-color: #058b8c !important;
    background: linear-gradient(to left, #f9f9f9, #78dbff);
    height: 150px;

} 

header.masthead {
    background: linear-gradient(to left, #f9f9f9, #78dbff);
    background-position: center center;
    background-size: cover;
}



.btn-info {
    background-color: #1f3855 ;
    background: linear-gradient(to left, #f9f9f9, #78dbff);
    border-color: #191e28;
}
.btn-info:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
    background-color: #191e284!important;
    background: linear-gradient(to right, #f9f9f9, #78dbff);
    border-color: #1f3855 !important;
}

