h1.type-display {
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-weight: bold;
    color: #36ad47;
}

.menu-container {
    margin-top:110px;
}

.menu-inner {
    background-color:#00A99A;
}

.menu-content-top {
    margin-top:-95px;
}

.menu-item {
    font-family: 'Brandon Grotesque', helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color:#85754e;
}

.menu-note {
    font-size:13px;
    font-style:italic;
}

.menu-header {
    text-align: center;
    font-family: 'Brandon Grotesque', helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color:#e58a1f;
    margin-bottom:30px;
}

.nyaquarium .menu-header {
    color:#1d364d;
}

.nyaquarium .menu-inner {
    background-color:#1B71B2;
}

.nyaquarium .menu-item {
    color:#1B71B2;
}

h2 {
    font-family: 'Brandon Grotesque', helvetica, arial, sans-serif !important;
    font-weight: bold;
    font-size: 18px !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color:#e58a1f !important;
}

.souvenir-container {
    border-radius:5px;
    display:table;
    margin:16px;
    max-width:600px;
}

.souvenir-container p {
    display:table-cell;
    width:60%;
    border-radius:5px;
    vertical-align:middle;
}

.souvenir-container span {
    font-family: 'Brandon Grotesque', helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color:#00A99A;
}

.souvenir-img {
    display:table-cell;
    border-radius:5px;
}

.logo {
    display:inline-block;
    width:45px;
    margin-right:5px;
}

img.logo:last-of-type {
    margin-right: 0px;
}

p {
    margin: 0px;
}

@media all and (max-width:767px) {
    div.menu-content-top:nth-of-type(2) {
        margin-top: 0px;
    }
}