@import 'normalize-2.1.1.css';
/* CLEARFIX */
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* COLORS */
/* these three colors should do it, no more are needed, except for the alarming red color on the info page */
/* ELEMENTS */
body {
  text-align: center;
  font-family: sans-serif;
  color: #000000;
}
h1 {
  font-size: 30px;
  font-weight: bold;
  display: none;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #8dc63f;
}
/* STRUCTURE */
.center {
  display: inline-block;
  width: 100%;
  max-width: 698px;
  font-size: 20px;
  line-height: 25px;
}
.center img {
  width: 100%;
}
.center .column {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.center .column.right {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .center .column {
    width: 50%;
    text-align: left;
  }
  .center .column.right {
    text-align: right;
    margin-top: 0px;
  }
}
