body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}


.navbar {
    background: rgba(0, 5, 62, 0.45);
    min-height: 75px;
    border: 0;
    color: #f7941e;
    transition: background .5s ease-in-out, padding .5s ease-in-out, margin .5s ease-in-out, height .5s ease-in-out;
}

.top-nav-collapse {
    padding: 0;
    background: #fff;
    padding-bottom: 5px;
    color: #808080;
        box-shadow: 1px 3px 0px 0px rgb(27, 117, 187);
    transition: background .5s ease-in-out, padding .5s ease-in-out, margin .5s ease-in-out, height .5s ease-in-out;
}

.navbar-toggle {
    margin-top: 13px !important;
}

    .navbar-toggle:hover li {
        color: #FFF !important;
    }



    .nav > li > a {
    text-decoration: none;
    background-color: transparent;
    font-family:Arial;
    font-weight:bold;
    color: #f7941e;
    font-size:15px;
}
    .navbar-brand {
    float: left;
    height: 75px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand > img {
    display: block;
    width: 225px;
    top: -15px;
    position: relative;
    
}

@media(min-width:767px) {

    .navbar-brand > img {
    display: block;
    width: 225px;
    top: -15px;
    position: relative;
    
}


    .nav > li > a {
    text-decoration: none;
    background-color: transparent;
    font-family:Arial;
    font-weight:bold;
    color: #fff;
    font-size:15px;
}

    .navbar {
        height: 100px;
        background: transparent;
        background: rgba(255,255,255,0);
        color: #fff;
        padding: 10px 0;
    }

    .top-nav-collapse {
        height: 75px;
        padding: 0;
        background: #fff;
        color: #808080;
    }

    .navbar-default .navbar-nav > li > a {
        color: #333;
        font-weight: bold;
        cursor: pointer;
        height: 75px;
        transition: 0.3s ease-in-out color,0.3s ease-in-out background;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background: #00a4cc;
            color: #fff !important;
            font-weight: bold;
        }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
        height: 75px;
    }

    .navbar-nav > li {
        float: left;
        height: 75px;
    }

        .navbar-nav > li > a {
            padding-top: 27px;
            padding-bottom: 15px;
        }



    .top-nav-collapse li a {
        color: #1C75BC  !important;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    cursor: pointer;
    transition: 0.3s ease-in-out color,0.3s ease-in-out background;
}

    .navbar-default .navbar-nav > li > a:hover {
        background: #00a4cc;
        color: #fff !important;
    }

.navbar .icon-bar:hover {
    color: #333 !important;
}
