@import url(normalize.css);

@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Special+Elite);

/* Generell */
body {
  background: #fefefe;
  color: #000;
  font-size: 1.5em;
  font-family: 'Ubuntu',sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 2.5em;
  margin: 0 auto;
  max-width: 900px;
  min-width: 320px;
  padding: 0;
  text-align: center;
  width: 95%;
}
p {
  font-size: .8em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
}
a:link,
a:visited {
  color: #00c;
  text-decoration: none;
}
a:hover,
a:active {
  color: #000;
  transition: .5s;
}

.center {
  text-align: center;
}

main {
  display: block;
}
main h1 {
  font-family: 'Special Elite',sans-serif;
  color: #c00;
  margin: 1.5em 0 1em;
  font-size: 2.5em;
  font-weight: 400;
}
main h2 {
  font-family: 'Special Elite',sans-serif;
  margin: 1em auto .5em;
  font-size: 2em;
  font-weight: 400;
}
main h3 {
  font-family: 'Special Elite',sans-serif;
  color: #c00;
}

iframe,
.rounded img,
.floating-box img {
  border: 2px solid #00c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@media all and (max-width: 850px) {
  img {
    max-width: 100%;
  }
  iframe {
    max-width: 100%;
  }
}
@media all and (max-width: 420px) {
  img {
    width: 100%;
  }
  p {
    font-size: .7em;
    line-height: 1.3em;
  }
}
