@import url('https://fonts.googleapis.com/css?family=Raleway');

nav
    {
    width: 94.5%;
    min-width: 490.45px;
    position: fixed;
    z-index: 1;
    left: -5px;
    top: 22px;
    height: auto;
    }
nav ul
    {
    list-style: none;
    text-decoration: none;
    }

nav li
    {
    border-style: solid;
    border-color: yellow;
    border-width: 1px;
    background-color: #292929;
    display: inline;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    line-height: 250%;
    white-space: nowrap;
    }

nav li:hover
    {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    background-color: rgba(255, 255, 255, 0);
    display: inline;
    white-space: nowrap;
    }

nav li:hover a
    {
    color: #292929!important;    
    }

nav a
    {
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'Raleway', sans-serif!important;
    }