html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.appColor {
    color: #0e71a6;
}

.appColorBG {
    background-color: #0e71a6;
    color: white;
}



.appColorIcon {
    color: #0e71a6;
}

    .appColorIcon:hover {
        color: #6DD5D8;
    }


.appColorBold {
    font-weight: bold;
    color: #0e71a6 !important;
}

    .appColorBold:hover {
        font-weight: bold;
        color: #6DD5D8 !important;
    }
