﻿body {

    font-family: 'Ubuntu', sans-serif;
}

hr {
    line-height:1px;
    border: none;
    border-top: 1px solid black;

}

h1, h2, h3, h4 {
    font-weight: 700;
    font-family: 'Amatic SC', cursive;
    margin-bottom: 0;
    margin-top: 0;
}

h1 { font-size: 3em}
h2 { font-size: 2.5em }
h3 { font-size: 2em }
h4 { font-size: 1.5em }

.wrapper {
    display: flex;
    align-items: flex-end;
    justify-content:space-between;
}

.wrapper img {
    width: 65%;
    height: auto;
}

.main{
    display:inline-block;
    width:100%;
}

.header {
    text-align: right;
}

.wrapper-footer  {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.footer {
    width: 100%;
    font-family: 'Amatic SC', cursive;
    font-size: 2em;
    text-align:center;
}

.text-muted {
    font-size: .85em;
    color: gray;
}

.category-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-item {
    width: 45%;
    align-items: flex-start;
    
}

.menu-price {
    text-align: right;
}

.category-row {
    display:flex;
    align-self: stretch;
}

.category-title {
    flex: 1;
}

.category-body {
    flex: 4;
}
