
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    height: 100%;
    min-height: 100vh;
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    margin-bottom: 90;
    min-height: 100%;
    height: 100%;
    min-height: 100vh;
    height: 100vh;
    //background-image: url('/images/SplashScreen.PNG');
    //background-size: 100% 100%;
    //background-attachment: fixed;
}


.content-container {
    opacity: 1;
}

.content-container img {
    opacity: 1;
}

.footerclass {
    position: relative;
    display:block;
    bottom: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
    height: 90px;
    background-color: #f5f5f5;
    white-space: normal;
    line-height: 30px;
    height: auto;
}




