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

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

.navbar-nav {
    float:none;

}

.nav-link {
    color:white;
    
}

.card{
    border-width: 1px;
    border-color: black;
}

.card-deck {
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px, black;
}
.carouselExampleSlidesOnly {
    margin-bottom: 10px;
    
    
}    

.carousel-inner {
    border-width: 3px;
    border-color: black;
}

.container {
    margin-top: 10px;
    
}
.card-header {
    background-color:rgb(32, 21, 21);
    text-align: center;
    font-family: 'Roboto', sans-serif, bold;
    border: 4px, black;
    color: white
}
.a {
    color: yellowgreen

}

.a:hover {
    color:lightgray;
}

.fa {
    font-size: 20pt;
    margin-right: 20px;
    padding-bottom: 20px;
    text-align: right;
}
.item-title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12pt;
    font-size: 14pt;
    padding-top:12pt;
    
}

.share {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12pt;
    font-size: 12pt;
}

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

}

.menu-sections {
    text-transform: uppercase;
    color: #a8a43a;
}

.loon-title {
    background-color: rgb(32, 21, 21);
    text-decoration-color: white;
    text-align: center;
    color: white

}

/* .card {
    background-color: #181818;
} */

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

#page-container {
    position: relative;
    min-height: 100vh;
  }


.navbar {
    background-color: #1f1207;
    color: white;
}

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

.img {
    padding-bottom: 6px;
    margin-bottom: 6px;
}

/* main > .container {
    padding: 60px 15px 0;
  } */
  
