.body {
    font-family: 'Slabo 27px', serif;
    background-color: #511;
}

.ccon {
    max-height: 300px;
}

.tt-style {
    border-radius: 0px;
}

.navbar-img {
    height: 100%;
    opacity: 0.7;
    transition: 1s;
}

.navbar-img:hover {
    opacity 1;
}

.transition {
    transition: 1s;
}

.welcome {
    background-color: #eee;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: black;
    border-width: 1px;
}

.ccover img {}

.menu {
    margin-top: 2em;
    border-radius: 5px;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    text-align: center;
    background-color: #eee;
}

.menu-inner {
    margin: 1em;
    border-radius: 5px;
    border-color: #aaa;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.menu-inner table {
    width: 100%;
    padding-left: auto;
    padding-right: auto;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
    vertical-align: top;
}

.mitem {
    font-family: sans-serif;
    font-weight: 600;
    width: 50%;
}

.mitem span {
    font-weight: 300;
}

.hidden-xs {
    font-style: italic;
}

.location {
    text-align: center;
    color: white;
    margin-top: 1em;
    border: white 1px solid;
    margin-bottom: 2em;
}

.footer {
    background-color: #222;
    color: #aaa;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0px;
}

.cover {
    background-size: contain;
    position: relative;
    top: -300px;
}

#h1 {
    background-image: url(../images/IMG_1758.jpg);
    animation: fadein 2s;
    animation-timing-function: ease-in-out;
    height: 300px;
    background-size: cover;
}

#h2 {
    background-image: url(../images/IMG_1749.jpg);
    animation: fadein 2s;
    animation-timing-function: ease-in-out;
    height: 300px;
    background-size: cover;
}

#h3 {
    background-image: url(../images/_MG_1719.jpg);
    animation: fadein 2s;
    animation-timing-function: ease-in-out;
    height: 300px;
    background-size: cover;
}

h4 {
    font-weight: 600;
    padding-top: 1.5em;
}

.dpadded {
    padding-left: 3em;
    padding-right: 3em;
}

#7 strong {
    font-weight: 600;
}

.tleft td p {
    vertical-align: top;
}

td {
    padding-left: 10px;
    padding-top: 5px;
}
