body, h1, h2, h3, h4, h5, h6, p, span, small{
    font-family: "Cairo", sans-serif !important;
}

.footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.navbar .navbar-nav .nav-link.active {
    color: #086558;
    font-weight: bold;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-weight: bold;
    font-size: 16px;
}



body {
    color: #000000;
}
#content{
    min-height: 800px;
}
