﻿@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900&display=block);
html, body {
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

body {
  overflow-y: scroll;
}

h1 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

h2 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

h3 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h5 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h6 {
  margin: 2rem 0 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

p {
  margin: 2rem 0 0 0;
}
p.button a span {
  display: inline-block;
}

a {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}

.wrapper {
  margin: 0 auto;
}

header ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
header ul li {
  list-style: none;
}
header ul li.logo a img {
  height: 128px;
}
header ul li.navigation {
  margin-left: auto;
}
header ul li.navigation nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
header ul li.navigation nav ul li {
  list-style: none;
}
header ul li.navigation nav ul li:not(:last-of-type) {
  margin-right: 1.25rem;
}
header ul li.navigation nav ul li a {
  text-decoration: none;
}

/*	News
*****************************/
main section.news p[itemprop=author] {
  font-style: italic;
}
main section.news .image {
  margin: 2rem 0 0 0;
}
main section.news .gallery .image {
  margin: 2rem 0 0 0;
}
main section.news aside {
  top: 2rem;
  position: sticky;
}

.news .item {
  margin-top: 2rem;
}
.news .item h2 {
  margin: 0 0 0 0;
}
@media (max-width: 992px) {
  .news .item h2 {
    margin: 2rem 0 0 0;
  }
}
/*	Events
*****************************/
main section.events .image {
  margin: 2rem 0 0 0;
  overflow: hidden;
}
main section.events .gallery .image {
  margin: 2rem 0 0 0;
  overflow: hidden;
}
main section.events .data {
  margin-top: 2rem;
}
main section.events .data p {
  margin: 0;
}
main section.events aside {
  top: 2rem;
  position: sticky;
}

.events .item {
  margin-top: 2rem;
}
.events .item h2 {
  margin: 0 0 0 0;
}
.events .item p.location {
  margin: 0 0 0 0;
}
.events .item .image {
  overflow: hidden;
}

@media (max-width: 992px) {
  main section.events .image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  main section.events .data {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .events .item h2 {
    margin: 2rem 0 0 0;
  }
}
/*	Macros
*****************************/
.image {
  margin: 2rem 0 0 0;
}
