.bg-dark{
    background-color: #004c97 !important;
}

body{
    background-color: #F0F2F5 !important;
}


@media only screen and (max-width: 450px) {
    h1{
        font-size: 24px !important;
    }
}
@media only screen and (max-width: 450px) {
    .list-group-item {
        font-size: 24px !important;
    }
}


.nav-link a{
    color: #000000 !important;
    text-decoration: none;
}

.nav-link a:hover{
    text-shadow: 2px 2px 5px rgba(255, 250, 0, 0.29);
}

.bg-header{
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.75), rgba(0, 0, 0, 0.65)), url("src/img/header_image.jpg");
    background-size: cover;
}

.btn-primary{
    background-color: #004c97 !important;

}
