body {
    background-color: #41393d;
    align-content: center;
    text-align: center;
    position: relative;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 1100px;
    background-color: #41393d;
}

#heading {
    width: 1200px;
    height: 225px;
    background-color: #41393d;
}

#logo {
    position: absolute;
    width: 750px;
    height: 150px;
    background-color: #41393d;
    left: 25px;
    top: 37.5px;
}

#contact {
    position: absolute;
    width: 250px;
    height: 100px;
    background-color: #41393d;
    left: 950px;
    top: 25px;
}

#nav {
    width: 1200px;
    height: 100px;
    background-color: #be1e2d;
}

#navhome {
    position: absolute;
    width: 150px;
    height: 50px;
    background-color: #be1e2d;
    top: 235px;
    left: 54.5px;
    text-align: center;
}

#navabout {
    position: absolute;
    width: 150px;
    height: 50px;
    background-color: #be1e2d;
    top: 235px;
    left: 283.5px;
    text-align: center;
}

#navmenu {
    position: absolute;
    width: 150px;
    height: 50px;
    background-color: #be1e2d;
    top: 235px;
    left: 512.5px;
    text-align: center;
}

#navlocation {
    position: absolute;
    width: 150px;
    height: 50px;
    background-color: #be1e2d;
    top: 235px;
    left: 741.5px;
    text-align: center;
}

#navres {
    position: absolute;
    width: 150px;
    height: 50px;
    background-color: #be1e2d;
    top: 235px;
    left: 970.5px;
    text-align: center;
}

#image {
    position: absolute;
    width: 1100px;
    height: 400px;
    background-color: #d4a18d;
    top: 350px;
    left: 50px;
    text-align: center;
    text-decoration-color: #be1e2d;
}

#footerleft {
    position: absolute;
    width: 250px;
    height: 150px;
    background-color: #41393d;
    bottom: 25px;
    left: 25px;
}

#footerright {
    position: absolute;
    width: 250px;
    height: 150px;
    background-color: #41393d;
    bottom: 25px;
    right: 25px;
}

h1 {
    color: #d7e4c2;
    font-family: "athelas";
    font-size: 32;
    text-align: center;
    position: relative;
}

h2 {
    color: #d7e4c2;
    font-family: "athelas";
    font-style: italic;
    font-size: 16;
}

h3 {
    color: #d4a18d;
    font-family: "athelas";
    font-style: normal;
    font-size: 34;
    text-align: center;
    position: relative;
}

p {
    color: #d7e4c2;
    font-family: "athelas";
    font-style: normal;
    font-size: 34;
    text-align: center;
    position: relative;
}

a:link {
    color: #d4a18d;
    font-family: "athelas";
    font-style: normal;
    font-size: 32;
    text-decoration: none;
}

a:visited {
    color: #d7e4c2;
    font-family: "athelas";
    font-style: normal;
    font-size: 32;
    text-decoration: none;
}

a:hover {
    color: #d7e4c2;
    font-family: "athelas";
    font-style: normal font-size: 32;
    text-decoration: none;
}