/* Design */

header nav {
    background-color: darkred;
    font-size: 20px;
}

footer {
    background-color: darkred;
    margin-top: 15px;
    color: white;
}

main div nav {
    background-color: darkred;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #e13821;
}

.nav-pills .nav-link {
    color: lightgrey;
}

.nav-pills .nav-link.active {
    background-color: #ffd500;
    color: black;
}

a, a:hover, a:focus {
    text-decoration: none;
}

/* Banner */

.banner {
    background: linear-gradient( rgba(20, 20, 20, 0.70), rgba(20, 20, 20, 0.70)), url(images/banner.jpg) no-repeat center;
    background-size: cover;
    padding: 20px;
}

.banner img {
    max-height: 130px;
    margin: 0 10% 0 10%;
    max-width: 100%;
}

.banner h1 {
    font-family: 'Merriweather', serif;
}
/* Contact */

.contact {
    padding: 10px;
    text-align: center;
}

.phone {
    font-size: 30px;
    color: lightslategray;
}

.phone:hover {
    text-decoration-line: none;
    color: darkred;
}

/* Menu */

.spicy {
    color: red;
    text-align: right;
    width: 5%;
}

.number {
    width: 5%;
    font-weight: bold;
    text-align: right;
}

.item {
    text-align: left;
    width: 85%;
    vertical-align: bottom;
}

.price {
    width: 5%;
    vertical-align: bottom;
    text-align: right;
}

.menu {
    margin: 15px 0 15px 0;
}

.pepper {
    width: 100%;
    min-width: 22px;
    max-width: 28px;
    vertical-align: center;
}

.card .card-header {
    background-color: darkred;
}

.card .card-header h5 {
    color: white;
}

/* Table */

.table>tbody>tr:first-child>td {
    border: none;
}

/* Scrollspy */

.scrollspyMenu {
    padding-top: 55px;
}

.scrollspyMenu:last-of-type {
    padding-bottom: 55px;
}

/* Accordion */

.card-body {
    padding-bottom: 5px;
}

.btn, .btn:hover, .btn:focus {
    text-decoration: none;
}

.card-header button {
    text-align: left;
}

/* Map */

.map {
    overflow: hidden;
    padding-bottom: 350px;
    position: relative;
    height: 0;
    width: 100%;
}

.map iframe {
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (min-width: 992px) {
    .map {
        width: 65%;
    }
}