﻿h1, h2, h3, h4 
{
    color:#8dc540 !important;
}
/*
a:link, a:visited, a:hover, a:active
{
    color: #6CBD45 !important;
}

div.menu ul
{
    background-color:#6CBD45;
    border-left:3px solid #6CBD45;
    border-right:3px solid #6CBD45;
}

div.menu ul li a.selected {
    color: #C5DA57;
    text-decoration: underline;
}*/
div.menu ul li a:hover
{
    color: #8dc540;
}
div.menu ul li a:active
{
    color: #8dc540;
}

@media only screen and (max-width: 766px) {
    .navbar-inverse .navbar-brand {
        color: #fff !important;
    }

    .navbar-brand {
        font-size: 16px !important;
        height: auto !important;
        line-height: 131% !important;
        padding: 6px 15px !important;
    }

    .navbar-inverse {
        background-color: #8dc540 !important;
    }

        .navbar-inverse .navbar-toggle {
            border-color: #8dc540 !important;
        }

            .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
                background-color: #fff !important;
            }

                .navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
                    background-color: #8dc540 !important;
                }

        .navbar-inverse .navbar-toggle {
            margin-bottom: 0 !important;
        }
    .side_cat {
        margin: 0 !important;
        overflow: hidden !important;
    }
    .side_cat > li > ul {
        padding-left: 15px !important;
    }
    .side_cat > li > ul > li > a {
        color: #fff !important;
    }
    .navbar-nav > li > a {
        padding: 5px 15px !important;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff !important;
    }
    .navbar-inverse .navbar-nav > li > a:hover {
        text-decoration: underline !important;
    }
}

input[type="button"], input[type="submit"] {
    background-color: #8dc540 !important;
    border: 3px solid #8dc540 !important;
    /*text-transform: lowercase;*/
}

.bgImage {

}

.split_item {
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.educationParents {
    /*background-color:red;*/
    z-index: 2;
    background-color: #8ec63f;
    border-right: 15px solid #fff;
    transform: skew(-10deg);
    min-height:600px;
    margin-top: 2em;
}

.educationParentsNested {

    z-index: -10;
    background-color: #8ec63f;
    transform: skew(10deg);
    min-height:600px;
    width:90%;
}

.educationSchools {
    background-color:#404042;
    min-height:600px;
    transform: skew(-10deg);
    margin-top: 2em;
}

.educationSchoolsNested {
    background-color:#404042;
    min-height:600px;
    transform: skew(10deg);
    width:90%;
    float:right;
}

.noPad {
    padding-left:0;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;
}

.bgBlue {
    background-color: #1d3a59;
}

.parentsCaption {
    position: absolute;
    left: 18%;
    top: 25%;
}

.schoolsCaption {
    position: absolute;
    left: 18%;
    top: 25%;
}

@media only screen and (max-width: 990px) {
    .educationParents {

    z-index: 2;
    background-color: #8ec63f;
    border-right: none;
    transform: none;
    min-height:400px;
    
}

.educationParentsNested {

    z-index: -10;
    background-color: #8ec63f;
    transform: none;
    min-height:400px;
    width:50%;
}

.educationSchools {
    background-color:#404042;
    min-height:400px;
    transform: none;
    
}

.educationSchoolsNested {
    background-color:#404042;
    min-height:400px;
    transform: none;
    width:50%;
    float:right;
}
}

.parentsCaption h1 {
    color:#404042!important;
    font-size: 500%;
}

.schoolsCaption h1 {
    color:#fff!important;
    font-size: 500%;
}

.parentsCaption p {
    color:#fff!important;

}

.schoolsCaption p {
    color:#fff!important;

}

@media only screen and (max-width: 520px) {
    .parentsCaption {
        margin-right:2em;
        left: 14%;
    }
    .schoolsCaption {
        margin-right:2em;
        left: 14%;
    }
}

