@media (min-width: 768px) {
  html {
    font-size: 16pt;
  }
}

.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;
}

.form-check {
  height: 26px !important;
  width: auto;
}

html {
    position: relative;
    min-height: 100%;
    transition: opacity 0.3s ease;
}

body {
  margin-bottom: 60px;  
}

.nav-header {
    background-color: #073C70 !important;
}

.btn-regular {
    min-width: 100px;
    margin: 5px;
}

.btn-primary {
    background-color: #073C70 !important;
}

.btn-primary:hover {
    background-color: #06284a !important;
}



.container {
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
    min-height: 500px !important;
    padding-bottom: 80px !important;
}

.title-panel {
    font-size: 16pt;
    text-align: left;
    color: #fff;
    background-color: #0088cb;
    font-family: Oswald, Arial, Helvetica, sans-serif !important;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
}

.subtitle-panel {
    font-size: 14pt;
    text-align: left;
    color: #222;
    margin-top: 10px;
    font-family: Oswald, Arial, Helvetica, sans-serif !important;
}

.subtitle-panel-blue {
    font-size: 20pt;
    text-align: left;
    color: navy;
    margin-top: 10px;
    font-family: Oswald, Arial, Helvetica, sans-serif !important;
}

.text-panel {
    font-size: 16pt;
    text-align: left;
    color: #222;
}

.address {
    color: #fefe04 !important;
    margin: 10px 10px 5px;
    font: 26pt Oswald, Arial, Helvetica, sans-serif !important;
    width: 40%;
    text-decoration: none;
    margin-right: 50px;
}

.question-panel {
    font-size: 16pt;
    text-align: left;
    margin-top: 10px;
}

