
/* customized codepen navbar oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
.navbar-color {
    /*background-color: #92d050 !important;*/
    /*background-color: #3278C4;*/
    background-color: #488EDA;
}

/* the main area of the navigation bar */
/* the top area when displayed for mobil */
.navigation-1 {
    height: 55px;
    margin: 0;
}

/* the 'brand' area within the main area  */
.navigation-1 .brand {
    display: none;
}

.navigation-1 .nav-container {
    height: 100%;
    margin: 0 auto;
}
.navigation-1 nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

/* the group of main area menu items */
.navigation-1 nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.navigation-1 nav ul li {
    float: left;
    position: relative;
}

/* the background colour of a main area list item */
.navigation-1 nav ul.nav-list li {
    /*background-color: #92d050;*/
    /*background-color: #3278C4;*/
    background-color: #488EDA;
}

/* the background color of the active main area list item */
.navigation-1 nav ul.nav-list li.active {
    /*background-color: #aaa;*/
    background-color: #3278C4;
}

/* the background colour of a main area list item when hovered over */
.navigation-1 nav ul.nav-list li:hover {
    /*background-color: #aaa;*/
    box-shadow: inset 0 -0.8rem 0.05rem 0 rgba(0,0,0,0.01);
}

/* the background colour of a dropdown item */
.navigation-1 nav ul.navbar-dropdown li {
    /*background-color: rgba(146, 208, 80, 0.46);*/
    /*background-color: #92d050;*/
    /*background-color: #3278C4;*/
    background-color: #488EDA;
}

/* the background colour of an active dropdown item */
.navigation-1 nav ul.navbar-dropdown li.active {
    /*background-color: #aaa;*/
    background-color: #3278C4;
}

/* the background colour of a dropdown item when hovered over */
.navigation-1 nav ul.navbar-dropdown li a:hover {
    box-shadow: inset 0 -0.5em 1em rgba(0,0,0,0.04);
}

/* the attributes of a main area item */
.navigation-1 nav ul.nav-list li a,
.navigation-1 nav ul.nav-list li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 55px;
    color: #fff;
    text-decoration: none;
}

/* the attributes of a dropdown item */
.navigation-1 nav ul.navbar-dropdown li a,
.navigation-1 nav ul.navbar-dropdown li a:visited {
    display: block;
    padding: 0 10px;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
}

.navigation-1 nav ul li a:not(:only-child):after, .navigation-1 nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}

/* minimum width of a dropdown item */
.navigation-1 nav ul li ul li {
    min-width: 240px;
}

/* attributes of a dropdown item */
.navigation-1 nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

/* shading surrounding a dropdown menu */
.navigation-1 .navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0.5em 1em rgba(0,0,0,0.25);
}

/* Mobile navigation */
/* attributes of the 'hamburger' */
.navigation-1 .nav-mobile {
    display: none;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

/* mobile display shows when screen width <= 992px */
@media only screen and (max-width: 992px) {
    .navigation-1 .nav-mobile {
        /* attributes of the 'hamburger' when mobile size */
        display: flex;
        justify-content: right;
        align-content: center;
        width: 100%;
        flex-wrap: wrap;
        padding-right: 5px;
    }

    /* attributes of the 'brand' area */
    .navigation-1 .brand {
        display: inline-block;
        width: 85%;
        text-align: right;
        font-size: 1.25rem;

        position: absolute;
        padding-right: 5px;
        float: left;
        line-height: 55px;
        text-transform: uppercase;
    }

    /* attributes of the text link in the brand area */
    .navigation-1 .brand a {
        color: #ffffff;
        text-decoration: none;
    }

    /* attributes of the text link in the brand area when hovered over */
    .navigation-1 .brand a:hover,
    .navigation-1 .brand a:visited {
        color: rgba(0,0,0,0.9);
        text-decoration: none;
    }

    /* navigation area is 100% width for mobile */
    .navigation-1 nav {
        width: 100%;
        padding: 0;
    }

    /* navigation list is 100% width for mobile */
    /* navigation list height limited with scroll bar */
    .navigation-1 nav ul.nav-list {
        width: 100%;
        /*max-height: 40vh;*/
        /*overflow-y: auto;*/
    }

    .navigation-1 nav ul li {
        float: none;
    }

    /* the attributes of a main area item */
    .navigation-1 nav ul.nav-list li a,
    .navigation-1 nav ul.nav-list li a:visited {
        line-height: 35px;
        padding: 0 10px;
    }

    /* set padding around the text in menu items */
    .navigation-1 nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    /* set padding around the text in dropdown items */
    .navigation-1 nav ul.navbar-dropdown li a,
    .navigation-1 nav ul.navbar-dropdown li a:visited {
        padding: 0 30px;
    }

    .navigation-1 .navbar-dropdown {
        position: static;
    }
}

/* display shows when screen width > 992px */
@media screen and (min-width: 992px) {
    .navigation-1 .nav-list {
        display: block !important;
        height: 100%;
    }

    /* display of the dropdown area includes scroll when many items */
    .navigation-1 nav ul.navbar-dropdown {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        /*max-height: 40vh;*/
        /*overflow-y: auto;*/
    }
}

/* attributes of area when hamburger exists */
.navigation-1 .navbar-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
}

/* attributes of the hamburger display */
.navigation-1 .navbar-toggle span,
.navigation-1 .navbar-toggle span:before,
.navigation-1 .navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

/* top layer of the hamburger */
.navigation-1 .navbar-toggle span:before {
    top: -8px;
}

/* bottom layer of the hamburger */
.navigation-1 .navbar-toggle span:after {
    bottom: -8px;
}

/* hide middle layer of hamburger when active */
.navigation-1 .navbar-toggle.active span {
    background-color: transparent;
}

.navigation-1 .navbar-toggle.active span:before,
.navigation-1 .navbar-toggle.active span:after {
    top: 0;
}

/* top layer of hamburger rotates when active */
.navigation-1 .navbar-toggle.active span:before {
    transform: rotate(45deg);
}

/* bottom layer of hamburger rotates when active */
.navigation-1 .navbar-toggle.active span:after {
    transform: rotate(-45deg);
}
/* end of customized codepen navbar ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
