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%;
}

.btn:hover {
    background-color: #87CEFA95;
}
.btn.active {
    background-color: #87CEFA
}
body{
    display:flex;
    min-height:100vh;
    flex-direction:column
}
main{
    flex:1
}

footer {
    color: #222;
    text-align: center;
    padding: 1em 0;
}

.cw-tab {
    color: #333333 !important;
    background-color: white !important;
    margin:0 1px;
}
    .cw-tab.active {
        color: white !important;
        background-color: #333333 !important;
    }
.site-bg-color {
    background-color: rgba(69, 130, 236,0.1)
}