@font-face {
    font-family: 'SourceSansPro';
    src: url(/fonts/source-sans-pro/SourceSansPro-Regular.otf);
}

/* body styles */
body {
    font-family: "Source Sans Pro", Sans-serif;
}

/* logo area styles */
.logo-text {
    color: #111111;
}
.custom-menu > li > a {
    color: #333;
}

a.nav-link.active {
    width: 100px;
    text-align: center;
    border-bottom: 3px solid #7C3CD4;
}
.custom-menu a.nav-link:hover {
    text-align: center;
    border-bottom: 3px solid #7C3CD4;
    overflow: hidden;
}

/* Banner styles */
.banner-area {
    padding: 200px 0;
    background: url(/images/banner.jpg) no-repeat center center;
}
.banner-title {
    font-size: 5rem;
    letter-spacing: 3px;
}
.banner-description {
    width: 50%;
}
.custom-btn {
    color: #fff;
    background: #7C3CD4;
}


/* media query styles */

/* extra small screen */
@media screen and (max-width: 576px) {
    a.nav-link.active {
        color: #fff !important;
        width:100%;
        text-align: left;
        border-bottom: none;
        margin-top: 10px;
        background: #7c3cd4;
    }
    .custom-menu .nav-link {
        padding: 10px 20px;
    }
    .custom-menu > .nav-item > .nav-link:hover {
        border-bottom: 0;
        text-align-last: left;
    }
    /* Banner Styles */
    .banner-area {
        padding: 60px 0 70px;
    }
    .banner-title {
        font-size: 28px;
    }
    .banner-description {
        width: 100%;
    }
    .social-area {
        display: none;
    }
}

/* small device */
@media screen and (min-width: 577px) and (max-width: 768px) {
    a.nav-link.active {
        color: #fff !important;
        width:100%;
        text-align: left;
        border-bottom: none;
        margin-top: 10px;
        background: #7c3cd4;
    }
    .custom-menu > .nav-item > .nav-link {
        padding-left: 20px;
    }
    .custom-menu > .nav-item > .nav-link:hover {
        border-bottom: 0;
        text-align-last: left;
    }
    .banner-area {
        padding: 70px 0;
    }
    .banner-title {
        font-size: 38px;
    }
    .banner-description {
        width: 100%;
    }
    .social-area {
        display: none;
    }
}

/* medium device */
@media screen and (min-width: 769px) and (max-width: 992px) {
    a.nav-link.active {
        color: #fff !important;
        width:100%;
        text-align: left;
        border-bottom: none;
        margin-top: 10px;
        background: #7c3cd4;
    }
    .custom-menu > .nav-item > .nav-link {
        padding-left: 20px;
    }
    .custom-menu > .nav-item > .nav-link:hover {
        border-bottom: 0;
        text-align-last: left;
    }
    .banner-area {
        padding: 100px 0;
    }
    .banner-title {
        font-size: 48px;
    }
    .banner-description {
        width: 90%;
    }
    .social-area {
        display: none;
    }
}
