/* ----- Breakpoints ----- */
/* ----- Fonts ------ */
/* ----- Colors ------ */
/* Overriding bootstrap styling */
.btn-primary {
  border-color: #1a7196;
  background-color: #1a7196;
}
.btn-primary:hover {
  border-color: rgb(14, 71, 95);
  background-color: rgb(14, 71, 95);
}
.btn-primary:focus {
  border-color: rgb(14, 71, 95);
  background-color: rgb(14, 71, 95);
  box-shadow: 0px 0px 0px 0.05em rgba(27, 113, 150, 0.1);
}

.btn-light {
  border-color: #f0f3f5;
  background-color: #f0f3f5;
}
.btn-light:hover {
  border-color: #e1e4e9;
  background-color: #e1e4e9;
}
.btn-light:focus {
  border-color: #e1e4e9;
  background-color: #e1e4e9;
  box-shadow: 0px 0px 0px 0.05em rgba(27, 113, 150, 0.1);
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1.25rem;
  font-size: 1.2em;
}

table th {
  text-align: left;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 3px 10px rgba(85, 85, 85, 0.1);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}

.nav-link {
  font-family: "Lato";
  font-size: 1.1em;
  color: #1b7196 !important;
  font-weight: 500;
}
@media (min-width: 768px) {
  .nav-link {
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  .nav-link {
    font-size: 1.175em;
  }
}
@media (min-width: 1200px) {
  .nav-link {
    font-size: 1.2em;
  }
}
.nav-link:hover {
  background-color: rgba(8, 40, 54, 0.04) !important;
  color: #082836 !important;
}
@media (min-width: 992px) {
  .nav-link:hover {
    background-color: rgba(8, 40, 54, 0) !important;
  }
}

.nav-item.active .nav-link {
  color: #082836 !important;
  border-bottom: 1px solid rgba(27, 113, 150, 0.2);
}
@media (min-width: 992px) {
  .nav-item.active .nav-link {
    border-bottom: 3px solid rgba(27, 113, 150, 0.4);
  }
}

.nav-dropdown {
  border: none;
  box-shadow: 0px 4px 6px rgba(117, 117, 117, 0.15);
  padding: 0em;
}
@media (min-width: 992px) {
  .nav-dropdown {
    box-shadow: 0px 5px 10px rgba(117, 117, 117, 0.2);
  }
}

.dropdown-item {
  font-family: "Lato";
  font-size: 1em;
  color: #1b7196 !important;
  font-weight: 500;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
@media (min-width: 768px) {
  .dropdown-item {
    font-size: 1.05em;
  }
}
@media (min-width: 992px) {
  .dropdown-item {
    font-size: 1.075em;
  }
}
@media (min-width: 1200px) {
  .dropdown-item {
    font-size: 1.1em;
  }
}
.dropdown-item:hover {
  background-color: rgba(8, 40, 54, 0.04) !important;
}

.bi-list {
  font-size: 1.2em;
  color: #1b7196 !important;
}
@media (min-width: 768px) {
  .bi-list {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) {
  .bi-list {
    font-size: 1.35em;
  }
}
@media (min-width: 1200px) {
  .bi-list {
    font-size: 1.4em;
  }
}

.navbar-toggler:focus {
  box-shadow: 0px 0px 0px 0.05em rgba(27, 113, 150, 0.4);
}

html {
  height: 100%;
}

body {
  font-family: "Newsreader";
  color: #555;
  font-weight: 500;
}

h1, h5, h4, h3, h2 {
  font-family: "Newsreader";
  font-weight: 900;
  color: #203842;
}

h2, h3, h4, h5, h6 {
  font-family: "Newsreader";
  font-weight: 700;
  color: #203842;
}

h1, h5, h4, h3, h2 {
  font-size: 1.8em;
}
@media (min-width: 768px) {
  h1, h5, h4, h3, h2 {
    font-size: 1.9em;
  }
}
@media (min-width: 992px) {
  h1, h5, h4, h3, h2 {
    font-size: 1.95em;
  }
}
@media (min-width: 1200px) {
  h1, h5, h4, h3, h2 {
    font-size: 2em;
  }
}

h2 {
  font-size: 1.7em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.9em;
  }
}

h3 {
  font-size: 1.6em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.75em;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.8em;
  }
}

h4 {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.65em;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.7em;
  }
}

h5 {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 1.55em;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.6em;
  }
}

p {
  line-height: 1.75;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  p {
    font-size: 1.25em;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 1.275em;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 1.3em;
  }
}

small {
  font-size: 0.7em;
}
@media (min-width: 768px) {
  small {
    font-size: 0.75em;
  }
}
@media (min-width: 992px) {
  small {
    font-size: 0.775em;
  }
}
@media (min-width: 1200px) {
  small {
    font-size: 0.8em;
  }
}

a {
  text-decoration: none;
  color: rgb(88, 39, 202);
}
a:hover {
  color: rgb(35, 139, 25);
}

li {
  line-height: 1.75;
}

.form-control:focus {
  border-color: rgb(221, 200, 200);
  box-shadow: inset 0 1px 1px rgb(255, 255, 255), 0 0 8px rgb(240, 227, 227);
}

.footer p {
  font-size: 0.8em;
  color: #06394e;
}
@media (min-width: 768px) {
  .footer p {
    font-size: 0.85em;
  }
}
@media (min-width: 992px) {
  .footer p {
    font-size: 0.875em;
  }
}
@media (min-width: 1200px) {
  .footer p {
    font-size: 0.9em;
  }
}

/*# sourceMappingURL=main.css.75163ff210a4.map */
