.nav-content {
    margin-top:155px;
}
nav {
    background-color: #ffffff !important;
    box-shadow: 0 1px 2px 0 rgba(32,33,36,0.28) !important;
}
.nav-pills {
    box-shadow: none !important;
}
.collapse .navbar-collapse {
    margin-left: 19%;
}
.nav-link:active {
    color: #ffffff;
}
.about-content > h5 {
    font-weight: 600;
}
.nav-link {
    color: gray;
    padding: 12px 30px;
}
.nav-pills .nav-link.active {
    border-radius: 50px;
    background-color: #189AF6!important;
}
p{
    line-height: 1.75;
    margin-bottom: 10px;
}
.nav-pills > a{
    color:gray;
}
a > .footer-subtitle-size:hover {
    text-decoration: none;
}

/* media screen mobile */ 

@media screen and (max-width: 767px) {
    .tab-content {
        margin-top: 20px;
    }
    .nav-content {
        margin-top: 120px;
    }
    .social-icons {
        float: none !important;
        text-align: center;
        margin-right: 0px !important;
    }
    .copyright-text {
        text-align: center!important;
        margin-left: 0%!important;
    }
}
