.fa-youtube-play:before {
    content: "\f16a";
    color: red !important;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    color: blue !important;
}

.fa-instagram:before {
    content: "\f16d";
    color: rebeccapurple !important;
}

.social-bordered .social-icon {
    background-color: #fff !important;
}

 .intro-line-col:not(:last-child) {
    border-bottom: 0px solid !important;
}
.intro-line-content .intro-line-col:not(:last-child) {
    position: initial !important;
}

 .intro-line-row:not(:last-child) {
     border-bottom: 0px solid !important;
}
 .intro-line-table .intro-line-col:not(:last-child) {
     border-right: 0px solid !important;
 }

.footer-contact{
    padding: 40px 0 !important;
}
body{
    background-color: #efebe8 !important;
}

.rd-navbar-fullwidth .navbar-container{
    background-color: rgba(39, 43, 55, 0.9) !important;
}

/*.bg-900{*/
/*    background-color: #9370DB;*/
/*}*/

.navbar-static {
    z-index: 100;
    height: 90px;
    background-color: black !important;
    margin-left: -20px;
}



@media (min-width: 768px) {
    .navbar-expand-md .navbar-brand {
        min-width: 16.850rem !important;
    }
}

    @media (min-width: 992px) {
        .layout-3 .layout-media {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0px !important;
            width: 100% !important;
        }

    }

    @media (min-width: 1200px) {
        .link-large {
            font-size: 2.135rem !important;
        }
    }

