﻿
.uheader {
    /* background-color:lightgreen;*/
    display: grid;
    clear: both;
    background-color: white;
    height: 51px;
    /*left: 0;*/
    margin: 0 auto;
    padding-top: 0px;
    position: fixed;
    top: 0;
    /*transition: background 0.3s, box-shadow 0.3s;*/
    /*    transform: translate3d(0, -100px, 0);*/
    width: 100%;
    border-bottom:solid;
    border-width:thin;
    border-color:darkgrey;
    align-content: center;
    /*  margin: auto;*/
    z-index: 2;
}

.headerNav {
    /* background-color:lightgreen;*/
    display: grid;
    /*left: 0;*/
    margin: 0 auto;
    padding-top: 0px;
    /*    position: fixed;*/
    top: 0;
    /*transition: background 0.3s, box-shadow 0.3s;*/
    /*    transform: translate3d(0, -100px, 0);*/
    width: 100%;
    max-width: var(--content-width);
    align-content: center;
    /*  margin: auto;*/
    z-index: 2;
}

    /*needed*/
/*    .headerNav.sticky {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        transition: 0.2s;
    }*/

.ulogo {
    grid-column: 1;
    grid-row: 1;
    max-width: 60px;
    padding-left: 25px;
    padding-top: 8px;
}

    .ulogo img {
        height: 40px
    }

.ulogin {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    padding-right: 25px;
    padding-top: 10px;

}

.headerNav .nav {
    grid-column: 2 span 3;
    grid-row: 1;
    padding-bottom: 0px;
}

/*new stuff*/
.headerNav ul {
    list-style-type: none;
    margin: 0;
    /*   padding: 0;*/
    padding-left: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    /*    background-color: #333;*/
    /* position: fixed;*/
    top: 0;
}

.headerNav ul li {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
/*    --font-family: raleway;*/
}

.headerNav ul li:hover {
    color: orange;
}

.headerNav li a {
    /*     display: block;*/
    margin: 0;
    padding: 0;
    color: black;
    text-align: center;
    font-family: Roboto,sans-serif;
    /*  padding: 4px 6px;*/
    text-decoration: none;
    /*border-bottom: 2px solid gray;*/
    /*   padding-bottom: 1px;*/
}

    .headerNav li a:hover:not(.active) {
        border-bottom: 2px solid orange;
    }

.headerNav .active {
    /* background-color: blue;*/


   /* border-bottom: 7px solid red;*/
    /*    padding-bottom: 1px;*/
}


/*egend new stuff*/


@media (max-width: 500px) {
    .ulogo img {
        height: 30px;
        width: auto;
    }
}


    .icon-svg {
        vertical-align: bottom;
    }

    headerNav .si-btn {
        background-color: var(--btn-blue);
        /* --radius: var(--radius);*/
        border: solid;
        border-color: var(--btn-blue);
        border-radius: 20px;
        color: white;
        cursor: pointer;
        display: inline-block;
        font: inherit;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        min-height: 35px;
        min-width: 100px;
        padding-top: 9px;
        padding-bottom: 3px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        outline: medium;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        z-index: 10;
    }

    header .so-btn {
        background-color: var(--btn-blue);
        /*radius-border: solid;*/
        border-color: var(--btn-blue);
        border-radius: 20px;
        color: white;
        cursor: pointer;
        font: inherit;
        font-size: 14px;
        font-weight: bold;
        min-height: 35px;
        min-width: 100px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        z-index: 10;
    }


    header .si-btn:hover {
        color: var(--gray-light);
        text-decoration: none;
    }





    .e-login::before {
        content: '\eb3a';
    }

    .e-signup::before {
        content: '\e891';
    }


    .e-btn.e-info,
    .e-css.e-btn.e-info {
        margin-right: 20px;
        margin-top: 7px;
        background: #E9440D;
        border-color: #E9440D;
        color: #fff;
        height: 28px; /*centers in header  avoid drop shawdow under*/
    }











    .nav-link {
        font-size: 14px;
        color: black;
        font-weight: 300;
    }

        .nav-link:hover, .nav-link:focus {
            isolation: isolate;
            border-color: #E9440D;
            color: blue;
        }

        .nav-link.disabled, .nav-link:disabled {
            color: darkblue;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-link.active,
        .nav-item.show {
            color: #E9440D;
            font-size: 14px;
            font-weight: 500;
            /*background-color: red;*/
            border-color: #E9440D;
        }


    ufooter {
        background-color: rgb(46, 46, 46);
        /* sets for full width  #margin-top: 2em;*/
        bottom: 0;
        position: fixed;
        width: 100%;
        color: #fff;
        font-size: small;
        text-align: center;
        z-index: 2;
    }

        ufooter a,
        ufooter a:link,
        ufooter a:active {
            color: rgb(173, 216, 230);
        }

            ufooter a:hover {
                background-color: transparent;
                text-decoration: none;
                border-bottom: 2px solid red;
            }