
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 90%;
}

#wnavbar {
    float: left;
    height: 40px;
    clear: none;
    width: 100.795991%;
    min-width: 0px;
    position: fixed;
    top: 0px;
    left: -0.03406955%;
    background-color: rgb(255, 255, 255);
    z-index:  99999;
}

#wmobilenav {
    float: right;
    height: 40px;
    margin-left: 0px;
    margin-top: 5px;
    clear: none;
    width: 10.12367%;
    margin-right: 10%;
    display: none;
 
      background-image:url("img/navicon.png");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 40px;
}

#wdesktopnav {
    float: none;
    height: 100%;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 850.625px;
    min-height: 0px;
    position: static;
    display: block;
    margin-right: auto;
}

#whatnav {
    float: left;
    font-size: 24px;
    width: 54.203125px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 4%;
    margin-top: 8px;
    clear: none;
    min-height: 26px;
   font-family: 'Trade Gothic LT Com Light';
    color: rgb(144, 141, 141);
}

#whonav {
    float: left;
    font-size: 24px;
    width: 150.25px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 4%;
    margin-top: 8px;
    clear: none;
    min-height: 26px;
     font-family: 'Trade Gothic LT Com Light';
    color: rgb(144, 141, 141);
    margin-right: 0%;
}

#hownav {
    float: left;
    font-size: 24px;
    width: 41px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 4%;
    margin-top: 8px;
    clear: none;
    min-height: 0px;
    font-family: 'Trade Gothic LT Com Light';
    color: rgb(144, 141, 141);
    margin-right: 4%;
}

#personalnav {
    float: left;
    font-size: 24px;
    width: 230px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 8px;
    clear: none;
    min-height: 0px;
    font-family: 'Trade Gothic LT Com Light';
    color: rgb(144, 141, 141);
    margin-right: 6%;
}

#text {
    float: left;
    font-size: 24px;
    width: 8.129487%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 6%;
    margin-top: 8px;
    clear: none;
    min-height: 24px;
    font-family: 'Trade Gothic LT Com Light';
    color: rgb(91, 134, 137);
}

@media only screen and (max-width: 1280px) {
    #personalnav {
        margin-right: 6%;
        color: rgb(144, 141, 141);
    }

    #text {
        float: left;
        font-size: 24px;
        width: 8.129487%;
        height: auto;
        text-align: left;
        font-weight: normal;
        line-height: 1em;
        margin-left: 6%;
        margin-top: 8px;
        clear: none;
        min-height: 24px;
        font-family: 'Trade Gothic LT Com Light';
        color: rgb(91, 134, 137);
    }

    #whatnav {
        margin-top: 8px;
        margin-left: 6%;
        clear: none;
        width: 54.203125px;
        color: rgb(144, 141, 141);
    }

    #whonav {
        margin-top: 8px;
        clear: none;
        color: rgb(144, 141, 141);
    }

    #hownav {
        width: 41px;
        color: rgb(144, 141, 141);
    }

    #wnavbar {
        width: 100.795545%;
        height: 40px;
    }

    #wdesktopnav {
        margin-top: 0px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    #wdesktopnav {
        display: none;
    }

    #wmobilenav {
        display: block;
        width: 40px;
    }

    #wnavbar {
        height: 50px;
    }
}

@media only screen and (max-width: 539px) {
    #wnavbar {
        height: 50px;
    }

    #wmobilenav {
        float: right;
        height: 40px;
        margin-left: 0px;
        margin-top: 5px;
        clear: none;
        width: 40px;
        margin-right: 10%;
        display: block;

    }

    #wdesktopnav {
        display: none;
    }
}

