


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

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

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

#aboutlink {
    float: left;
    font-size: 24px;
    width: 12.8%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 14%;
    margin-top: 8px;
    clear: none;
    min-height: 26px;
    font-family: 'Trade Gothic LT Com Light';
    color: rgb(100, 136, 92);
}

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

#contactlink {
    float: left;
    font-size: 24px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 12%;
    margin-top: 8px;
    clear: none;
    min-height: 0px;
     font-family: 'Trade Gothic LT Com Light';
    color: rgb(215, 140, 44);
}

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

    #mobilenav {
        float: right;
        height: 40px;
        margin-right: 12%;
        margin-top: 0px;
        clear: none;
        width: 10.12367%;
        display: block;
    }

    #desktopnav {
        display: none;
            margin-left: auto;
     margin-right: auto;
    }
}


#navburger {
    
}

#mobilepanel {
        position:absolute;
    display: none;
    width: 100%;
    height: 400px;
    top: 0;
    background-color: #FFFFF;
    z-index: 120;
}

#backtotop {
    
}


