
/* Navbar styles */

.navbar-static-top.navbar-inverse {
    background-color: #472583 !important;
}

.navbar-brand {
    padding: 4px !important;
}

/* Navbar styles ends */

/* Header styles */

h1 span, h2 span {
    color: black;
}

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 {
    min-height: 334px;
    background: linear-gradient(transparent, transparent), url(VYV\ home.jpg) no-repeat center;
    background-size: cover;
}

/* 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: 8px 0px 40px 68px !important;
    background-color: #472583 !important;
}

footer .footer-bottom p {
    color: white !important;
}

footer td a {
    color: white !important;
}

/* Footer styles ends */

/* Custom Layout */

.custom-line {
    height: 5px;
    background-color: #f18c76;
    width: 50%;
    margin-top: 5px;
}

.page_section p {
    border-top: solid #666666 0px !important;
}
/* Custom Layout ends */