@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: Barlow, serif;
}

p {
  line-height: 1.5rem;
}

.site-logo img {
  width: 100px;
}

.region-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.container {
  max-width: 100%;
  margin: 0 1rem;
}
@media screen and (min-width: 997px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

.topbar {
  background-color: #23224B;
  color: #FFFFFF;
  padding: 0.8rem 0;
}
.topbar p {
  text-align: center;
}

.paragraph--type--hero {
  height: 700px;
  background-position: center center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.paragraph--type--hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.field--name-field-body {
  font-size: 18px;
}

.menu--main {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.block-language {
  text-align: center;
  margin: 2rem 0;
}
.block-language h2 {
  margin-bottom: 0.8rem;
}
.block-language .links {
  display: flex;
  justify-content: center;
}
.block-language .links li {
  margin-right: 0.8rem;
}
.block-language .links li:last-child {
  margin-right: 0;
}

.language-link {
  text-transform: uppercase;
}
