.box-shad {
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.navbar-nav li:not(:first-child){
    box-shadow: -12px 0 0 -11px gray
}

.nav-link {
    font-size: 1.4em;
    color: #eee8e8;/* !important; */
}

.nav-item active {
    color: white !important;
}

/* !IMPORTANT ONLY ADD THIS CLASS TO YOUR ACTIVE PAGE LINK ( Color Blue )*/
.active_page a {
    color: white !important
}
 
.navbar-light .navbar-nav .nav-link .nav-item{
    color: #eee8e8;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; 
    opacity: 0.2;
    background-color: black !important;
}

.fa-facebook-square {
color: #5d94de;
/*background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
background-size: 55%;
background-position: 70% 0;
background-repeat: no-repeat;
*/
}

.fa-instagram {
color: #cccdcf;  
}

.fa-youtube {
color: #ff0000;  
}

.fa-telegram {
color: #5d94de;  
}
