/* remove css */

#block-thagen-site-branding .site-name {
  margin-top: 5px;
}

#block-thagen-site-branding .site-name a {
  font-family: "Orbitron", Arial, Tahoma, sans-serif;
  color: var(--anchor-color);
  text-decoration: none;
}

#block-thagen-page-title .page-title {
  font-family: "Orbitron", Arial, Tahoma, sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.main-container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1060px;
  width: 100%;
}

.row {
  display: flex;
  padding: 15px;
}

@media screen {
  .row { flex-direction: column; }
  .col-1 {width: 100%;}
  .col-2 {width: 100%;}
  .col-3 {width: 100%;}
  .col-4 {width: 100%;}
  .col-5 {width: 100%;}
  .col-6 {width: 100%;}
  .col-7 {width: 100%;}
  .col-8 {width: 100%;}
  .col-9 {width: 100%;}
  .col-10 {width: 100%;}
  .col-11 {width: 100%;}
  .col-12 {width: 100%;}
}

@media screen and (min-width: 550px) {
  .row { flex-direction: row; }
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
