/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/lora-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/lora-v35-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/lora-v35-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: Lora, Georgia, "Times New Roman", Times, serif, system-ui;
}

.headerlogo {
  margin: 20px;
  width: 200px;
  height: 200px;
  position: relative;
  top: -45px;
  left: 20px;
  background-color: #001f59;
}

.content-wrap h1, .content-wrap h2, .content-wrap h3, .content-wrap h4 {
  color: #001f59;
}

.content-wrap p, .content-wrap li {
  font-size: large;
}

.content-wrap p a, .content-wrap li a {
  color: #3c5380;
  text-decoration: none;
}

.content-wrap p a:hover, .content-wrap li a:hover {
  color: #001f59;
}

.footer-wrap {
  margin-top: auto;
  bottom: 0;
}

.navbar-light .navbar-brand, header .nav-link {
  font-size: x-large;
  color: #001f59;
}

.navbar-light .navbar-brand:hover {
  color: #001f59;
}

@media (max-width: 526px) {
  .navbar-light .navbar-brand, header .nav-link {
    font-size: large;
  }
}
.navbar.navbar-expand-lg.navbar-light ul > li > a {
  color: #3c5380;
}

.navbar.navbar-expand-lg.navbar-light ul > li > a.active {
  color: #001f59;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.25rem;
}

.navbar.navbar-expand-lg.navbar-light ul > li > a:hover {
  color: #001f59;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.25rem;
}

.nav-link {
  color: #3c5380;
}

.nav-link:hover {
  color: #3c5380;
  text-decoration: underline;
}

.ultrawide-wrapper {
  max-width: 2500px;
}

.height {
  min-height: 70vh;
}

@media (max-width: 1199px) {
  .height {
    min-height: 0;
  }
}
.my-picture {
  max-width: 100%;
  height: auto;
  align-self: center;
}

.services {
  background-color: #f3f3f3;
}

.container-thin {
  max-width: 50rem;
}

/*# sourceMappingURL=styles.css.map */