@import url("bootstrap.min.css");
@import url("all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Open+Sans&family=Roboto+Slab&display=swap');
@import url('pi-04-responsive.css');

body {
    background: #2279be24;
}

.navbar-brand:hover
{
    background: none !important;
}
section#top-nav-bg-light {
    background: #2279be;
    color: #fff !important;
}

section#top-nav-bg-light a {
    color: #fff;
    font-family: 'Roboto Slab';
    transition: all 0.4s;
}

section#top-nav-bg-light .navbar {
    padding: 0;
}

section#top-nav-bg-light a:hover {
    background: #FFC107;
    color: #000;
}

section#navigation a {
    color: #2279be;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open sans';
    font-size: 0.9rem;
    transition: all 0.3s;
}

section#navigation a:hover,section#navigation a.active {
    color: #000;
    background: #FFC107;
    border-radius: 2px;
}

.body-text {
    line-height: 2;
    word-break: break-word;
    font-size: 1.2rem;
    font-family: Roboto Slab;
    text-align: justify;
}

.index-sites img {
    width: 80%;
    filter: grayscale(100);
    transition: all 0.2s;
    margin: 10px auto;
    display: block;
}

.index-sites img:hover {
    filter: none;
    cursor: pointer;
}

.total-numbers {
    text-align: center;
    box-shadow: 0px 4px 9px 1px #0000006b;
    border-radius: 7px;
    transition: all 0.3s;
    padding: 10px 0;
    margin: 15px 0;
}

.total-numbers:hover {
    box-shadow: 0px 4px 9px 1px #000000b9;
    cursor: pointer;
}

p.number-title {
    font-size: 2.3rem;
    font-family: Montserrat;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

span.number-text {
    font-size: 1.2rem;
    display: block;
}

/* .total-numbers::after {content: " ";width: 2px;height: 58px;background: red;color: red;display: block;position: absolute;top: 50%;right: 0;transform: translate(-50%, -50%);} */

section#search-box {
    background: #2279be;
    padding: 35px 0;
    color: #fff;
    font-family: Roboto Slab;
}

#footer
{
    background: #1D1D1D;
    color: #fff !important;
}
#footer a{
    color: #fff;
    font-size: 0.9rem !important;
}
.footer-desc
{
    font-size: 0.9rem;
}
.footer-ul li {
    list-style: none;
}

.footer-ul li a:hover {
    color: #2279be !important;
    text-decoration: none;
    border-radius: 5px;
}

ul.footer-ul li a {
    padding: 5px 10px;
    display: block;
    transition: all 0.5s;
    margin-bottom: 5px;
}

li.nav-item {
    float: left;
    display: inline-block;
}
#footer .fa-ul li a i
{
    color: #2279be !important;
    transition: all 0.5s !important;
}
#footer .fa-ul li a:hover i
{
    color: #1395ff !important;
}
#footer .fa-ul li a:hover
{
    text-decoration: none;
    color: #2279be !important;
}
#footer .fa-ul li a
{
    font-size: 1rem !important;
    transition: all 0.5s !important;
    word-break: break-word;
}
#footer .fa-ul li a.nav-link
{
    padding: 0 1rem 0 0;
}
.body-text img {
    max-width: 100%;
}