html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.redBase {
  background: #a41f35;
}
.blueBase {
  background: #000080;
}

.h5 {
  color: #a41f35;
}
#headerBanner {
  background-image: ("UF Mexico Customs Powered by TP Laser Logo black.png");
}
@font-face {
  font-family: "ufFontBold";
  src: url("/fonts/UberMove-Bold.woff") format("woff"),
    url("/fonts/UberMove-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "ufFontRegular";
  src: url("/fonts/UberMove-Regular.woff") format("woff"),
    url("/fonts/UberMove-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
