html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0 0 50px;
    /* bottom = footer height */
    padding: 25px;
}
footer {
    background-color: rgba(60,60,60,1);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
    overflow: hidden;
}
.overlay {
    opacity: 0.8;
    background-color: #ccc;
    position: fixed;
    width: 100%;
    height: 90%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.order {
    float: left;
    width: 30%;
    height: 300px;
    position: relative;
    margin-left: 30px;
    text-align: center;
}

.grid-layout-container {
    /*overflow-x: auto;*/
}

.grid-layout-container {
    width: 100%;
    height: 98%;
    margin: auto;
}

.grid-layout {
    width: 100%;
    height: 100%;
    margin: auto;
}

.grid-layout-heading {
    font-size: 14px;
    color: #424242;
    line-height: 20px;
}