body {
    font-family: 'Roboto', sans-serif;
    background-attachment: fixed;
    background-position: center;
}

h2 {
    color: #a8a43a;
    padding-top: 12pt;
}

h5 {
    color: #a8a43a;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}
.card-deck {
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px, black;
}
.carouselExampleSlidesOnly {
    margin-bottom: 10px;
}    
.container {
    margin-top: 10px;
}
.card-header {
    background-color:rgb(39, 39, 39);
    text-align: center;
    font-family: 'Roboto', sans-serif, bold;
    border: 4px, black;
}
.a {
    color: yellowgreen
}
.fa {
    font-size: 50pt;
    margin-right: 20px;
    padding-bottom: 20px;
}
.item-title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12pt;
    font-size: 14pt;
    padding-top:12pt;
    
}

.description {
    line-height: 14pt;
    padding-top: -12pt;
    color: gray;

}

.menu-sections {
    text-transform: uppercase;
    color: #a8a43a;
    padding-top: 14pt;
}

.card {
    background-color: #181818;
}

.subtitle {
    font-weight: normal;
    font-size: 12pt;
    
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #343a40;
    margin-top: 10px;
}

