

/*   ------------   nav   ------------   */

#nav {
    padding-top: 75px; /* use when no nav */
    
    margin-bottom: 75px;
}

#logo, #nav_links {
    width: 49%;
}

#logo, #nav_links, #link {
    color: #474747;
    font-size: 18px;
    display: inline-block;
}

#nav_links {
    text-align: right;
}

#nav_links a{
    width: 480px;
    color: #e3e3e3;
    text-decoration: none;
}

#link {
    text-decoration: none;
    padding-top: 75px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #9f9f9f;
}


/*   ------------   footer   ------------   */


#footer {
    color: #e3e3e3;
    background-color: #9f9f9f;
    margin-top: 50px;
    margin-bottom: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align:center;
}