.header-bg {
    background-color: #002147;
    color: #ffffff;
    border-bottom: 5px solid #be0f34;
}
.nav-link:hover{
    color: #be0f34 !important;
}
.navbar-toggler{
    background-color: #be0f34 !important;
    border : 2px solid #ffffff !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.3em !important;
    height: 1.3em !important; 
    vertical-align: middle;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; 
}
.fa-1_5x {
        font-size: 1.3em;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    z-index: 10;
    text-align: end;
    align-items: right !important;
    padding-top: 20px;
}
.carousel-item img{
    height:500px; 
    object-fit:cover;
    object-position: center center;
}
.carousel-caption{
    background-color:#be0f34;
    background: linear-gradient(to right, transparent, #be0f34 50%, transparent);
}
.carousel-indicators {
    margin-bottom: 1.5rem !important;
}
.page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-image:url("https://images.unsplash.com/photo-1488330890490-c291ecf62571?q=80&w=2070");
    background-attachment: fixed;
    background-size: cover; 
    background-position: center;
    text-align: center;
    color: white;
}

.page-header h1 {
    margin: 0;
    font-size: 2rem;
}
.card-bg{
    background-color: #002147;
    border-top: 5px solid #be0f34;
}
.card-bg .card-body .btn{
    background-color: #be0f34;
    border:none;
}