/*TOWN stylsheet*/

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#foodhome{
    height: 100%;
    width: 100%;
    padding-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

 .topnav {
    text-align: center;
    font-family: athelas, serif;
    font-weight: 700;
    font-style: normal;
    color: #41393d;
    position:relative;
    padding; 30px 30px;
    padding-bottom: 20px
}

a {
    font-family: athelas, serif;
    font-weight: 700;
    font-style: normal;
    color: #be1e2d;
    padding: 30px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

/* Change the link color on hover */

a:hover {
  background-color: #555;
  color: white;
  padding: 20px 20px;
}

/*Majesti Banner Heavy Font*/    
@font-face{
    font-family: majestiheavy;
    src: url('http://www.geocities.ws/lynseyheideman/GRA310TOWN/styles/majesti-banner-heavy.otf');
}
/* Footer Info */
#footer {
    display: block;
    background-color: #8a8c8f;
    padding: 75px;
    text-align: center;
    width: 100;
    margin-left: auto;
    margin-right: auto;
}

#footcontent {
    text-align: center;
    color: white;
    font-size: 20px;
    padding-bottom: 20px;
}

#sitemap {
    text-align: center;
    padding-top: 50px;
}