.navFull {
    background-color: #353535;
    font-family: "Courier New";
    font-size: 17px;
    display: inline;
    position: fixed;
    bottom: 0px;
    left: 0px;
    min-height: 4em;
    width: 100%;
    padding-top: 5px;
    padding: 10px;
    padding-bottom: 0px;
    z-index: 100;
}

.navCredits {
    float: right;
    padding-right: 18px;
    padding-bottom: 0;
    padding-top: 0;
    visibility: hidden;
    margin-top: -1.5em;
}

@media only screen and (min-width: 900px) {
    .navCredits {
        visibility: visible;
    }
}


#title {
    color: #d08010;
}

#date {
    color: rgb(2, 76, 2)
}

#main {
    color: #d08010;
}