body {
    /* Margin bottom by footer height */
    font-size: 14px;
    margin-bottom: 60px;
    font-family: 'Skia' !important;
    background-color: #eceae4;
    background-image: url(images/bg-pattern.png);
    background-size: 77px 200px;
    height: 100%;
    border: 0px solid #008000;
    /*margin-bottom:280px;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: 'Skia';
    font-weight: 500;
    line-height: 1.2;
    font-size: 12px;

}
@font-face {
    font-family: 'Skia';
    font-style: normal;
    font-weight: normal;
    src: local('Skia'), url('fonts/ufonts.com_skia.woff') format('woff');
    }
@font-face {
    font-family: 'DroidKufi-Regular';
    src:url('fonts/DroidKufi-Regular.woff') format('woff'),
        url('fonts/DroidKufi-Regular.woff2') format('woff2');
  

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.bg-light {
    background-color: #000576 !important;
    
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}


a {
    color: #000576
}

a:hover {
    text-decoration:none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #000576;
}


.navbar.navbar-expand-sm {
    background-color: #000576;
    border-bottom: 1px solid;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    vertical-align: middle;
}

.navbar.navbar-expand-lg {
    background-color: #000576;
    border-bottom: 1px solid;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    vertical-align: middle;
}
/*
.navbar.navbar-expand-xl {
    background-color: #000576;
    border-bottom: 1px solid;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    vertical-align: middle;
}*/

.navbar > .container {
    height: 100%;
}

.nav-item.active .nav-link, .nav-link:hover {
    background-color: #e9e6de;
    color: #013D71 !important;
}

.navbar-nav .nav-item {
    min-width:100px;
    text-align:center;
}

/*.nav-item.active .nav-link {
    color: green ;
}*/

/*.active a {
    background-color: #000576 !important;
}*/

.nav-link {
    color:#000576;
}

.navbar-dark .navbar-nav .nav-link {
    color: #eee;
    height: 100%;
}

.navbar-nav li a {
   line-height: 40px;
}

.main-menu-text {
    white-space: pre;
    /*max-width:130px;*/
}
