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%;
}

body {
  margin-bottom: 60px;
}

.text-container {
    padding: 3rem 1.5rem;
    text-align: center;
    overflow-y: auto;
}

.main-backgroud {
    background: linear-gradient(to bottom, #91c6e0 12%,#c5deea 58%,#e1e5e8 97%);
}

.body-text {
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    color: rgb(20, 0, 178);
}

.header-text {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    color: rgb(0, 74, 173);
}

.bg-image {
    background-image: url(../images/homeBg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFFFFF;
    /*width: 100vw;*/
    /*height: 92.2vh;*/
    /*min-height: 100vh;*/
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
