html,
body {
  font-family: futura-pt, sans-serif;
  color: #3b3b3b;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/background.jpg);
  background-size: cover;
  filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns=http://www.w3.org/2000/svg><f…ter id=filter><feGaussianBlur stdDeviation=10 /></filter></svg>#filter);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: -1;
}

.logo {
  display: block;
  margin: 1.6em;
  background: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 13em;
  height: 3em;
}

h1,
h2 {
  font-family: futura-pt, sans-serif !important;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.6em;
}

h1 span {
  font-size: 0.8em;
}

h2 {
  font-size: 1.2em;
}

.content {
  font-family: futura-pt, sans-serif;
  text-align: center;
  background: #ffffff;
  margin: 2em;
  padding: 1em;
  -webkit-box-shadow: 1px 1px 1px 2px #cccccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 1px 1px 2px #cccccc; /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 1px 1px 2px #cccccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.content ul {
  display: block;
  list-style: none;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.content ul li {
  display: inline-block;
  text-align: center;
  font-size: 0.875em;
  font-family: futura-pt, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 1%;
}

@media only screen and (max-width: 800px) {
  .content ul li {
    display: block;
    width: 100%;
  }

  .content ul li:last-of-type {
  }
}

.content ul li {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 1.6em;
}
.content ul li.sweden {
  background-image: url("../images/sweden.svg");
}
.content ul li.finland {
  background-image: url("../images/finland.svg");
}
.content ul li.germany {
  background-image: url("../images/germany.svg");
}
.content ul li.denmark {
  background-image: url("../images/danish.svg");
}
.content ul li.international {
  background-image: url("../images/english.svg");
}
.content ul li a {
  display: block;
  padding-left: 0;
  padding-top: 5.625em;
  background: no-repeat top;
  background-size: auto;
  text-decoration: none;
  color: #3b3b3b;
  cursor: pointer;
}
