.bg-phils, #menu-page {
    background-image: url(../images/menu-page.jpg);
    background-image: url(../images/bg-phils.png); background-attachment: fixed!important; }

.header-transparent-on .navik-menu > ul > li > a {
    color: #000;
}

.btn-green, .scroll .btn-green, .white-color .btn-green, .red-hover:hover, .scroll .red-hover:hover, .white-color .green-hover:hover {
    color: #fff !important;
    background-color: #8CB95A;
    border-color: #8CB95A !important;
}

.btn-tra-green,
.scroll .btn-tra-green,
.white-color .btn-tra-green,
.tra-green-hover:hover,
.scroll .tra-green-hover:hover,
.white-color .tra-greenhover:hover {
    color: #8CB95A!important;
    background-color: transparent;
    border-color: #8CB95A!important;
}

.btn-tra-red,
.scroll .btn-tra-red,
.white-color .btn-tra-red,
.tra-red-hover:hover,
.scroll .tra-red-hover:hover,
.white-color .tra-redhover:hover {
    color: #f35a72!important;
    background-color: transparent;
    border-color: #f35a72!important;
}

.btn-red, .scroll .btn-red, .white-color .btn-red, .red-hover:hover, .scroll .red-hover:hover, .white-color .red-hover:hover {
    color: #fff !important;
    background-color: #f35a72;
    border-color: #f35a72 !important;
}

#scrollUp {
    background-color: #f35a72;
}

.red-color, .red-color h2, .red-color h3, .red-color h4, .red-color h5, .red-color h6, .red-color p, .red-color a, .red-color li, .red-color i, .white-color .red-color, .brown-color .red-color, .red-color span {
    color: #f35a72;
}


.bg-blue {
    background-color: #147FA0;
}

.green-color {
    color: #8CB95A;
}

body {
    font-weight: 400;
}

#about-3 {
    padding-bottom: 0px;
}

#banner-6 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer-tagline {
    font-size: 14px;
}

.about-4-img p {
    padding-right: 5%;
}

.page-hero-section h1 {
    font-size: 4rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    /* Mobile fixes */
    .r-col {
        margin-top: 30px;
    }

    #hero-12 h2 {
        font-size: 3rem !important;
        margin-bottom: 15px;
    }
}