


hr {
    border-top: 2px solid #474e5d;
}

.bg-1 {
    background-color: #000080; /* Navy Blue */
    color: #fff;    /* White */
}

.bg-1-border {
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
}

.bg-2 {
    background-color: #555; /* Grey */
    color: #fff;    /* WHite */
}

.bg-3 {
    background-color: #fff; /* White */
    color: #555; /* Grey */
}

.container-fluid {
    padding: 70px;
    padding-bottom: 70px;
}

.highlights {
    font-size: 20px;
    text-decoration: underline;
    line-height: 30px;
}

.img-logo {
    height: 75px;
    width: 75px;
}

.social-media {
    height: 30px;
    width: 30px;
}

.div-border {
    border: 5px solid rgb(0, 0, 0);
    border-radius: 10px;

}

h2 p {
    font-size: 17px;
    display: inline;
}

.h2-text {
    font-size: 25px;
}

tr img {
    height: 60px;
    width: 60px;
}

h2 img {
    margin-top: 10px;
    height: 50px;
    width: 50px;
}

