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 {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
    background: #f0f0f0;
    margin-bottom: 60px;
}

    body a, body a:hover {
        color: #334d77;
    }

h6 a, h6 a:hover, a, a:hover {
    color: #334d77;
}

.navbar {
    background-color: #334d77 !important;
}

.navbar-light .navbar-brand  {
    color: #fff;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(to bottom, #e6e3e0, #f0f0f0);
}

.text-light {
    color: antiquewhite !important;
}

.infoDiv {
    min-height: 50px !important;
}

.infoCountDiv {
    width: 200px !important;
}

.marginDiv {
    margin: 10px !important;
}

.hiddenFormDiv {
    width: 0;
    height: 0;
    opacity: 0;
    filter: opacity(0);
}

.primaryPalette {
    background-color: #00916F !important;
}

.link-div:hover {
    cursor: pointer;
}

.nav-div {
    color: #fff;
}

.main-form-button-div {
    margin-top: 30px;
}

.center-div-info {
    width: 300px !important;
}

.form-group {
    margin-bottom: 10px;
}