html {
  font-size: 14px;
}
img.overviewItem {
    display:none;
}
img.overviewItem.mwaQR {
    display: block;
}
.text-primary {
    color: var(--primary) !important;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.features_alt {
    display:none;
    font-size:smaller;
}
.hideFeaturesBtn {
    display: none;
}
.features_price {
    display: none;
}

@media only screen and (max-width: 767px) {
section .container, footer .footer-widgets {
            padding-top: 30px;
            padding-bottom: 30px;
        }
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/