/*
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.color-red {
    color: red !important;
}

.color-white {
    color: white;
}

.font-weight {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.text-uppercase {
    text-transform: uppercase;
}

.opacity-none {
    opacity: 0;
}