html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  
}


.bump {

    margin-top: 5px;
    margin-bottom: 5px;

}

.big-bump {
    margin-top: 15px;
    margin-bottom: 15px;
}


.btn-outline-secondary:hover {
    color: black;
    background-color: #eeeeee;
    border-color: #6c757d;
}

.terms {

    color: #6c757d;
    text-decoration: none;
}

.form-group {
    padding-top: 0.5rem;
}

.form-label {
    margin-bottom: 0.3rem
}

.error-message {
    color: #be0000;
}


.menu-link .label {
    font-size: 8.5px;
}

.collapsed {
    transform: rotate(180deg);
}

