html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

img, a img {
  border: none;
}

a {
  color: #2678a3;
}

a:hover {
  color: #199bde;
}

h1 {
  text-align: center;
  margin: 10px 0 50px 0;
  padding-top: 50px;
  text-shadow: #cccccc 2px -2px 1px;
}

.center {
  text-align: center;
}

#container {
  margin: 0 auto;
  min-width: 320px;
  max-width: 960px;
}

#language-selector {
  display: none;
  text-align: center;
  margin: 20px 20px;
}
@media (min-width: 768px) {
  #language-selector {
    text-align: right;
  }
}

.container {
  display: none;
  height: 0;
  padding-bottom: 40px;
  opacity: 0;
  transition: opacity 1s;
}

.container.active {
  display: block;
}

.container.fade-in {
  opacity: 1;
}

.content {
  margin: 0 20px;
}

.content img {
  max-width: 100%;
}

.linksection {
  margin: 40px 20px 80px;
  text-align: center;
}

.linksection div {
  display: inline-block;
  width: 140px;
  padding: 10px 20px;
}

.linksection div img {
  max-width: 100%;
}

.linksection div a {
  text-decoration: none;
  font-weight: bold;
}

.linksection div a:hover span img {
  border: 1px #cccccc;
}

.linksection div a span {
  display: block;
  text-align: center;
}

.linksection div a span:first-child {
  margin-bottom: 15px;
}

