/* Css comment */
body {
  background-color: #000;
  color: #fff !important;
  font-family:'Courier New', Courier, monospace;
}
a, p, h1, h2, h3, h4, h5, h6 {
  color: #fff !important;
}
.train-diashow {
  background-color: #000;
}
.grid {
  max-width: 100% !important;
  padding: 0 !important;
}
.column {
  max-width: 100% !important;
}
.clickgallery ul li.hidden {
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.clickgallery ul li.visible {
  transition: opacity 0.7s ease-in, visibility 0.7s ease-in;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
#intro {
  min-height: 100vh;
}
#intro .column .blocks {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#intro .column .blocks .block-type-text {
  max-width: 800px;
}
/*#maingallery, .grid:last-of-type {
  margin-bottom: 30vh;
}*/
.grid:last-of-type .block-type-text , .grid:last-of-type .block-type-heading {
  padding: 0em 1em;
}