@charset "UTF-8";
.highlight .err {
  color: #e3d2d2;
  background-color: #a61717;
}
.highlight .c {
  color: #9c9996;
}
.highlight .cm {
  color: #9c9996;
}
.highlight .cp {
  color: #9c9996;
}
.highlight .c1 {
  color: #9c9996;
}
.highlight .cs {
  color: #9c9996;
  font-style: italic;
}
.highlight .gd {
  color: #e25050;
}
.highlight .gd .x {
  color: #e25050;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #3f993f;
}
.highlight .gi .x {
  color: #3f993f;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .k {
  color: #cf222e;
}
.highlight .kc {
  color: #cf222e;
}
.highlight .kd {
  color: #cf222e;
}
.highlight .kp {
  color: #cf222e;
}
.highlight .kr {
  color: #cf222e;
}
.highlight .kt {
  color: #445588;
}
.highlight .n {
  color: #111111;
}
.highlight .na {
  color: #097e39;
}
.highlight .nb {
  color: #cf222e;
}
.highlight .bp {
  color: #999999;
}
.highlight .nc {
  color: #097e39;
}
.highlight .ne {
  color: #990000;
}
.highlight .nf {
  color: #2c7d74;
}
.highlight .ni {
  color: #097e39;
}
.highlight .nn {
  color: #097e39;
}
.highlight .no {
  color: #a61154;
}
.highlight .nt {
  color: #b81e63;
}
.highlight .nv {
  color: #752a75;
}
.highlight .vc {
  color: #752a75;
}
.highlight .vg {
  color: #752a75;
}
.highlight .vi {
  color: #752a75;
}
.highlight .o {
  color: #0842a0;
}
.highlight .ow {
  color: #0842a0;
}
.highlight .m {
  color: #005a99;
}
.highlight .mf {
  color: #005a99;
}
.highlight .mh {
  color: #005a99;
}
.highlight .mi {
  color: #005a99;
}
.highlight .il {
  color: #005a99;
}
.highlight .mo {
  color: #005a99;
}
.highlight .s {
  color: #914d08;
}
.highlight .s1 {
  color: #914d08;
}
.highlight .s2 {
  color: #914d08;
}
.highlight .sb {
  color: #914d08;
}
.highlight .sc {
  color: #914d08;
}
.highlight .sd {
  color: #914d08;
}
.highlight .se {
  color: #914d08;
}
.highlight .sh {
  color: #914d08;
}
.highlight .si {
  color: #914d08;
}
.highlight .sr {
  color: #009926;
}
.highlight .ss {
  color: #0842a0;
}
.highlight .sx {
  color: #914d08;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .lineno, .highlight .gl {
  color: #9c9996;
}

html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  color: rgb(65.25, 65.25, 65.25);
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
div.highlight,
figure.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: rgb(65.25, 65.25, 65.25);
  text-decoration: underline #818181;
  text-underline-offset: 3px;
}
.social-media-list a:hover, .pagination a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username, .pagination a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #818181;
  border-left: 4px solid #e7e7e7;
  padding-left: 15px;
  font-size: 1.05rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  background-color: #f6f8fa;
}
@media screen and (max-width: 600px) {
  pre,
  code {
    font-family: monospace;
  }
}

pre {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #111111;
  overflow-x: auto;
}
pre > code {
  display: inline-block;
  width: 100%;
}

div.highlight, figure.highlight {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
div.highlight pre, figure.highlight pre {
  margin: 0;
}
div.highlight table, div.highlight tbody, div.highlight th, div.highlight tr, div.highlight td, figure.highlight table, figure.highlight tbody, figure.highlight th, figure.highlight tr, figure.highlight td {
  margin: 0;
  padding: 0;
  border: 0;
}

figure.highlight > pre {
  padding: 5px 0 0;
}
figure.highlight td.gutter {
  border-right: 1px solid #e7e7e7;
}
figure.highlight td.code {
  width: 100%;
}

code.highlighter-rouge {
  padding: 1px 5px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/**
 * Clearfix
 */
.content-wrapper-home:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: visible;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e7e7e7;
}
table tr:nth-child(even) {
  background-color: rgb(246.3, 246.3, 246.3);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(238.65, 238.65, 238.65);
  border: 1px solid rgb(223.35, 223.35, 223.35);
}
table td {
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  position: relative;
  width: 100%;
  min-height: 55.95px;
  line-height: 54px;
  background-color: #fdfdfd;
  border-bottom: 1px solid #e7e7e7;
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: rgb(65.25, 65.25, 65.25);
}

.site-nav {
  float: right;
  border: none;
  background-color: inherit;
}
.site-nav label[for=nav-trigger], .site-nav #nav-trigger {
  display: none;
}
.site-nav .nav-item {
  color: rgb(65.25, 65.25, 65.25);
}
.site-nav .nav-item:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 18px;
    background-color: #fdfdfd;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 18px;
    text-align: center;
  }
  .site-nav .menu-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  .site-nav .menu-icon > svg path {
    fill: rgb(65.25, 65.25, 65.25);
  }
  .site-nav #nav-trigger ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f0c9";
    font-size: 1.25em;
  }
  .site-nav #nav-trigger ~ .nav-items {
    clear: both;
    display: none;
  }
  .site-nav #nav-trigger:checked ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f00d";
    font-size: 1.5em;
  }
  .site-nav #nav-trigger:checked ~ .nav-items {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav #nav-trigger:checked ~ .nav-items .nav-item {
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .nav-item {
    display: block;
    padding: 5px 0;
    color: rgb(65.25, 65.25, 65.25);
    line-height: 1.5;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
  padding: 30px 0;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list,
.pagination {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
  color: #818181;
}

.footer-col {
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 800px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-content-home {
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #818181;
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.post-meta .bullet-divider {
  padding-inline: 15px;
}
.post-meta .meta-label {
  font-weight: 600;
}
.post-meta .force-inline {
  display: inline;
}
.post-meta .force-inline::before {
  content: "•";
  padding-inline: 5px;
}
.post-meta .post-authors {
  margin-top: 3px;
}

.post-title,
.post-content h1 {
  margin-bottom: 10px;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.comments-disabled-message {
  text-align: center;
  font-weight: 300;
}

.social-media-list, .pagination {
  display: table;
  margin: 0 auto;
}
.social-media-list li, .pagination li {
  float: left;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type, .pagination li:last-of-type {
  margin-right: 0;
}
.social-media-list li a, .pagination li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #e7e7e7;
}
.social-media-list li a:hover, .pagination li a:hover {
  border-color: rgb(218.25, 218.25, 218.25);
}

/**
 * Pagination navbar
 */
.pagination {
  margin-bottom: 30px;
}
.pagination li a, .pagination li div {
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  display: block;
  padding: 7.5px;
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: #e7e7e7;
  border: 1px dashed;
}

/**
 * Task-lists
 */
.task-list {
  margin-left: 0;
  padding-left: 18px;
}

.task-list-item {
  list-style-type: none;
}
.task-list-item-checkbox {
  position: relative;
  margin-right: 9px;
  margin-left: -15px;
  appearance: none;
  border: 8px solid #e7e7e7;
  vertical-align: text-top;
  z-index: -1;
}
.task-list-item-checkbox::after {
  position: absolute;
  top: -8px;
  left: -3px;
  width: 4px;
  height: 10px;
  content: "";
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.task-list-item-checkbox:checked::after {
  border-color: rgb(65.25, 65.25, 65.25);
}

/**
 * Grid helpers
 */
@media screen and (min-width: 800px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
.line {
  width: 100%;
  margin: 10px 0px;
  color: #36594b;
}

.elevated {
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.24);
}

#consentBoxWrapper {
  position: sticky;
  bottom: 0;
  background-color: #36594b;
  display: flex;
  justify-content: center;
}

#consentBox {
  background-color: #ffaa69;
}

.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transition: all 0.3s ease;
}

.hidden {
  opacity: 0;
  pointer-events: none;
  scale: 0.8;
}

.show {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}

#consentContent {
  color: #1B2C25;
}
@media screen and (min-width: 600px) {
  #consentContent {
    display: flex;
    justify-content: center;
  }
}

#consentContent h2 {
  text-align: center;
}

#consentContent .form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-around;
}

#consentContent .form-row {
  display: flex;
  justify-content: space-between;
}

#consentContent .buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0px auto 0px auto;
}
@media screen and (min-width: 600px) {
  #consentContent .buttons {
    margin: 0px auto 0px 20px;
  }
}

#consentContent .button {
  background-color: #ffaa69;
  border: 1px solid #36594b;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#consentContent .button:hover {
  cursor: pointer;
  background-color: #36594b;
  color: white;
}

#consentContent .button:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.24);
}

#consentContent .defaultButton {
  background-color: #1B2C25;
  color: white;
}

#consentContent a {
  color: #1B2C25;
  text-decoration-line: underline;
}

.consentContentText {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .consentContentText {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

/* Customize the label (the container) */
.form-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form-box .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-box input:checked ~ .checkmark {
  background-color: #36594b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero-image {
  /* set height to 40 % of screen size */
  height: 40vh;
  margin-bottom: 15px;
  /* Align text to bottom */
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  color: white;
}

.hero-text h1 {
  color: white;
  margin-left: 30px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-image {
  max-width: 30%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.calendarWrapper {
  height: 450px;
}

#consentWrapper {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #consentWrapper {
    flex-direction: column;
  }
}

.mapThumbnail {
  background-image: radial-gradient(rgba(188, 188, 188, 0.5), rgba(188, 188, 188, 0.8)), url(/assets/images/map_thumbnail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.calendarThumbnail {
  background-image: radial-gradient(rgba(188, 188, 188, 0.5), rgba(188, 188, 188, 0.8)), url(/assets/images/calendar_thumbnail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#consentWrapper button {
  width: 275px;
  background-color: #1B2C25;
  border: 1px solid #36594b;
  color: white;
  padding: 15px 32px;
  margin: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
}

#consentWrapper button:hover {
  background-color: #36594b;
  cursor: pointer;
}

#mapWrapper {
  display: flex;
  justify-content: center;
}

.news {
  margin-top: 30px;
  border-top: 1px solid #36594b;
}

.side-by-side {
  margin-top: 30px;
}

.box-row {
  margin-top: 30px;
}

@media screen and (min-width: 800px) {
  .side-by-side {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .sbs-image {
    width: 50%;
  }
  .sbs-text {
    width: 50%;
  }
}
@media screen and (max-width: 800px) and ((min-width: 600px)) {
  .side-by-side {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .sbs-image {
    width: 35%;
  }
  .sbs-text {
    width: 65%;
  }
}
@media screen and (max-width: 600px) {
  .side-by-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sbs-image {
    width: 80%;
  }
}
/* Home structure */
@media screen and (max-width: 1200px) {
  .wrapper_home {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper_home {
    display: flex;
    justify-content: center;
  }
}

.content-wrapper-home {
  max-width: 800px;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .content-wrapper-home {
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    border-bottom: 1px solid lightgrey;
  }
}

.sticky-wrapper {
  height: 100%;
}

.sticky {
  top: 30px;
  margin: 30px;
  padding: 12px 30px;
  background-color: #acd30d;
  border-radius: 2% 0%;
}
@media screen and (min-width: 1200px) {
  .sticky {
    position: sticky;
  }
}

@media screen and (min-width: 1200px) {
  .left {
    display: flex;
    justify-content: center;
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .left {
    display: none;
    visibility: hidden;
  }
}

@media screen and (min-width: 1200px) {
  .right {
    display: flex;
    justify-content: center;
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .right {
    margin: auto;
  }
}

@media screen and (min-width: 600px) {
  .box-row {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (max-width: 600px) {
  .box-row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}

.box {
  display: flex;
  /* border */
  border-radius: 1vh;
  /* text */
  color: white;
  font-weight: 700;
  font-size: x-large;
  /* background */
  background-image: linear-gradient(to bottom, rgba(172, 211, 13, 0.6), #acd30d);
}
@media screen and (min-width: 600px) {
  .box {
    /* Size */
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    /* Content alignment */
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .box {
    /* Size */
    margin: 2px;
    /* Content alignment */
    align-items: center;
    justify-content: flex-start;
    /* text */
    padding-left: 15px;
  }
}

.box:hover {
  background-image: linear-gradient(to top, #acd30d, #99b101);
}

.box img {
  display: flex;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .box img {
    max-height: 80px;
    max-width: 90px;
  }
}
@media screen and (max-width: 600px) {
  .box img {
    max-height: 40px;
    max-width: 45px;
  }
}

.box p {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 600px) {
  .box p {
    padding-bottom: 2px;
  }
}

.ql_imagewrapper {
  display: flex;
}
@media screen and (max-width: 600px) {
  .ql_imagewrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: center;
    width: 90px;
  }
}
@media screen and (min-width: 600px) {
  .ql_imagewrapper {
    margin-top: 5px;
    align-items: start;
    height: 80px;
  }
}

.team-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.card {
  margin-top: 30px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 800px) {
  .card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px) and ((min-width: 600px)) {
  .card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.card-light {
  background-color: #36594b;
  color: white;
}

.card-light h3 {
  color: white;
}

.card-dark {
  background-color: #acd30d;
}

.card-image {
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (min-width: 800px) {
  .card-image {
    height: 30vh;
    width: 40%;
    border-radius: 60% 40%;
  }
}
@media screen and (max-width: 800px) and ((min-width: 600px)) {
  .card-image {
    height: 30vh;
    width: 35%;
    border-radius: 50% 40%;
  }
}
@media screen and (max-width: 600px) {
  .card-image {
    margin-bottom: 30px;
    width: 80%;
    height: 40vh;
    border-radius: 10%;
  }
}

@media screen and (min-width: 800px) {
  .card-text {
    width: 55%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) and ((min-width: 600px)) {
  .card-text {
    width: 65%;
  }
}
@media screen and (max-width: 600px) {
  .card-text {
    width: 80%;
  }
}

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