html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
}

.min-vh-60 {
    min-height: 60vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.zifix {
    /*-webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);*/
    /*overflow: hidden;*/
    perspective: 1px;
    border-collapse: separate;
    -webkit-border-radius: 50rem;
    overflow: visible;
}