.navbar-item{
    font-size: 1.5rem;
    font-weight: 700;
}

#Footer{
    background-color: #05253B;
    color: #FFF;
}

#bgimg{
    background-image: url("home_bg.jpg");
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

b{
    color: #05253B;
}

.boldBlue {
    color: #396DC1;
}

.border {
    border: 1px solid black;
}





