/*navbar styles*/
.navbar-static-top.navbar-inverse {
    background-color: #472583 !important;
}

.navbar-brand {
    padding: 4px !important;
}

.weblink a{
    color: white !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
}

/*navbar styles end */

/* Header styles */
h1 span, h2 span {
    color: black !important;
}

h1.section-landing-heading span {
    text-transform: none !important;
}

.section-landing .row > div .section-landing-sub-heading {
    letter-spacing: 1px !important;
    text-transform: none !important;
}

.section-landing .row > div .section-landing-heading {
    word-spacing: 1px;
}

.section-landing {
    min-height: 334px;
    background: linear-gradient(transparent, transparent), url(VYV\ home.jpg) no-repeat center;
    background-size: cover;
}

.section-landing-heading {
    margin-bottom: 7px !important;
}

/* Header styles ends */
/* Footer styles */

.section-diagonal-right-content{
    display: none !important;
}
footer {
    margin-top: 50px !important;
}

footer .footer-top {
    background-color: #472583 !important;
}

.footer-bottom {
    padding: 50px 0px 40px 68px !important;
    background-color: #472583 !important;
}

footer p {
    color: white !important;
}
footer a {
    color: white !important;
}

/* Footer styles ends */

/* Custom Layout */

.custom-line {
    height: 5px;
    background-color: #f18c76;
    width: 50%;
    margin-top: 5px;
}


/* Custom Layout ends */