html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/* Custom styling
-------------------------------------------------- */

.bg-mrwash {
    background-color: #FE5000;
    color: white;
}

.bg-mrwash-dark {
    background-color: #812900;
    color: white;
}


.text-mrwash-light {
    color: #ffa67d;
}

.text-mrwash {
    color: #FE5000;
}

.text-mrwash-dark {
    color: #812900;
}


.btn-mrwash {
    background-color: #FE5000;
    color: white;
}


.bg-img-mrwash {
    background-image: url('/images/MrWashSig3A.png');
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e5e5e5;
}


.no-overflow-ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-header-overflow-ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* not active */
.nav-pills .pill-mrwash .nav-link:not(.active) {
    background-color: rgba(255, 255, 255, 0.5);
    color: #FE5000;
}

/* active (faded) */
.nav-pills .pill-mrwash .nav-link {
    background-color: #FE5000;
    color: white;
}