﻿header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    height: 70px;
    background-color: #CDE7FF;
    background-color: #FFF455;
    background-color: #FFC700;
    background-color: transparent;
    color: #ebfbdf;
    color: #006837;
    align-items:center;
    box-shadow: 0px 0px 2px rgb(109, 109, 109);
    z-index: 99;
}

header {
    background-color: #ffb81c;
    background-color: #B7D432;
}
.logo {
    /*margin-left: 50px;
    background-image: url("../images/LogoNoText.svg");*/ /* The image used */
    /*background-image: url("../images/LogoTextOnly.svg");*/ /* The image used */
    /*background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
    height: 62px;
    width: 400px;*/
    text-decoration: none;
    color: #006837;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2.5rem;
    white-space: nowrap;
    margin-left: 30px;
}

nav ul {
    list-style-type: none;
}

nav li {
    float: left;
}

    nav li a {
        text-align: center;
        padding: 16px;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: 500;
        color: #007F73;
        color: #006837;
    }

        nav li a:hover {
            color: #4CCD99;
            color: #007F73;
        }

.navbar-toggle {
    position: relative;
    padding: 6px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #006837;
    cursor: pointer;
    margin-right: 50px;
    /*height: 50px;*/
}

.icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px
}

.icon-bar {
    background-color: #006837;
    margin: 5px;
}

/* hI  */
