﻿html {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  font-family: 'Muli', sans-serif;
  overflow:hidden;
  color: #333333;
  background-color: #FFFFFF;
}

.container {
  width: 90%;
  max-width: 25em;
  margin: 0 auto;
  position: relative;
  top: 49%;
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
}

img {
  width: 100%;
  max-width: 25em;
  height: auto;
}

a {
    color: #333333;
}

.slabtexted span:nth-child(2) {
  line-height:1.2;
}

.slabtexted span:nth-child(3) {
  line-height:1.3;
}

.slabtexted span:nth-child(4) {
  line-height:1.3;
}