 body {
      position: relative; 
  }

.sections {
     padding:60px 20px;
  }

.flex-nowrap {
   overflow-x: auto;
 }

 .active {
     color: white;
 }

 .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus
 {
 	box-shadow: 0 0 0 0 rgba(0,0,0,0);
 }

 .menuitem
 {
     margin: 30px 15px;
     border-radius: 5px;
     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
 }

.nav-item a.active {
     background-color: lime;
     padding: 5px 10px;
     border-radius: 5px;
     margin-right: 5px;
     color: black;
}

.nav-item a {
     color: black;
     padding: 5px 10px;
     border-radius: 5px;
     margin-right: 5px;
     color: black;
}

.menuitem p {
     color: #888;
}

.title h2 {
     font-size: 1.2em;
}

.footer {
     display: none;
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     background-color: red;
     color: white;
     text-align: center;
     z-index: 100000;
     padding-top:10px;
     padding-bottom:5px;
}

#checkout {
     display: none;
}