*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 
*   exo-regular - latin
*   NOTE: in future we could download more varieties of this font
*   https://gwfh.mranftl.com/fonts/exo?subsets=latin
*/
/* exo-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/exo-v25-latin-regular.woff2") format("woff2"), url("../assets/fonts/exo-v25-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* exo-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Exo";
  font-style: italic;
  font-weight: 400;
  src: url("../assets/fonts/exo-v25-latin-italic.woff2") format("woff2"), url("../assets/fonts/exo-v25-latin-italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* exo-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Exo";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/exo-v25-latin-600.woff2") format("woff2"), url("../assets/fonts/exo-v25-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* bungee-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Bungee";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/bungee-v16-latin-regular.woff2") format("woff2"), url("../assets/fonts/bungee-v16-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
.post-card {
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
}
.post-card .post-text {
  text-align: center;
  margin-bottom: 20px;
}
.post-card .post-text .post-title {
  font-family: "Bungee", cursive;
  color: #262626;
}
.post-card .post-text .post-summary {
  font-weight: bold;
  color: #262626;
}
@media screen and (max-width: 462px) {
  .post-card .post-text {
    top: 30%;
    width: 95%;
  }
}
.post-card {
  /*background version*/
}
.post-card .post-header-image {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-card {
  /*header version*/
}
.post-card .post-top-image {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.post {
  padding: 20px;
}
.post .post-heading {
  margin-bottom: 20px;
}
.post .entry {
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 30px;
  padding-bottom: 30px;
}
.post .blog-full-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.post .blog-full-image-vertical {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 300px) and (max-width: 540px) {
  .post .blog-full-image {
    width: 95%;
  }
  .post .entry {
    padding-left: 0;
    padding-right: 0;
  }
}

.lang-options {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
}
.lang-options ul {
  list-style: none;
}
.lang-options ul li {
  display: inline; /*display the elements on one line*/
  margin-left: 10px;
}

.navbar-toggler {
  background-color: #E7EDF4;
}

header {
  max-width: 100%;
  padding: 15px;
  text-align: center;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 100%) {
  header {
    margin: auto;
    border-radius: 20px;
  }
}
.main-header {
  font-family: "Bungee", cursive;
  font-size: 64px;
}
.main-header .header-text {
  color: #000;
}
.main-header .header-star {
  color: #000;
  margin-left: 15px;
}

.nav-item {
  padding-right: 13px;
}

.nav-item a {
  color: #E7EDF4;
  font-family: "Bungee", cursive;
  text-shadow: 3px 3px 2px black;
  font-size: 24px;
}

.nav-item a:hover {
  color: #eecbe0;
  text-decoration: none;
}

@media screen and (min-width: 300px) and (max-width: 540px) {
  .main-header {
    font-size: 40px;
  }
  .nav-item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 300px) {
  .main-header {
    font-size: 32px;
  }
  .nav-item a {
    font-size: 18px;
  }
}
#back-button {
  margin-left: 10vw;
}

.page-title, .contact-title {
  text-align: center;
  font-family: "Bungee", cursive !important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-content-container hr {
  width: 80vw;
  margin: auto;
}

.post-card {
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
}
.post-card .post-text {
  text-align: center;
  margin-bottom: 20px;
}
.post-card .post-text .post-title {
  font-family: "Bungee", cursive;
  color: #262626;
}
.post-card .post-text .post-summary {
  font-weight: bold;
  color: #262626;
}
@media screen and (max-width: 462px) {
  .post-card .post-text {
    top: 30%;
    width: 95%;
  }
}
.post-card {
  /*background version*/
}
.post-card .post-header-image {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-card {
  /*header version*/
}
.post-card .post-top-image {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.post {
  padding: 20px;
}
.post .post-heading {
  margin-bottom: 20px;
}
.post .entry {
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 30px;
  padding-bottom: 30px;
}
.post .blog-full-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.post .blog-full-image-vertical {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 300px) and (max-width: 540px) {
  .post .blog-full-image {
    width: 95%;
  }
  .post .entry {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-toggler {
  background-color: #E7EDF4;
}

header {
  max-width: 100%;
  padding: 15px;
  text-align: center;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 100%) {
  header {
    margin: auto;
    border-radius: 20px;
  }
}
.main-header {
  font-family: "Bungee", cursive;
  font-size: 64px;
}
.main-header .header-text {
  color: #000;
}
.main-header .header-star {
  color: #000;
  margin-left: 15px;
}

.nav-item {
  padding-right: 13px;
}

.nav-item a {
  color: #E7EDF4;
  font-family: "Bungee", cursive;
  text-shadow: 3px 3px 2px black;
  font-size: 24px;
}

.nav-item a:hover {
  color: #eecbe0;
  text-decoration: none;
}

@media screen and (min-width: 300px) and (max-width: 540px) {
  .main-header {
    font-size: 40px;
  }
  .nav-item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 300px) {
  .main-header {
    font-size: 32px;
  }
  .nav-item a {
    font-size: 18px;
  }
}
body {
  width: 100vw;
  overflow-x: hidden !important;
  background-color: #E7EDF4;
  margin: 0;
  color: #262626;
  font-family: "Exo", sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.image-caption {
  text-align: center;
  margin-bottom: 20px;
  color: #4a4848;
  font-style: italic;
}

#container {
  max-width: 100%;
}

h1,
h2,
h3 {
  font-weight: 600;
  color: #262626;
  font-family: "Exo", sans-serif;
  line-height: 1.5;
}

a {
  color: #8773B3;
  text-decoration: none;
}

a:hover {
  color: #b2a3d4;
  text-decoration: underline;
}

a:active {
  color: #b2a3d4;
}

a:visited {
  color: #9e91ba;
}

main {
  padding: 0 15px;
  margin: 0 auto;
}

.container {
  margin: 0 auto;
}

.text-centre {
  text-align: center;
}

table {
  margin-top: 10px;
  margin-bottom: 10px;
}

td, th {
  border: 1px solid #dddddd;
  padding: 10px;
}

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