@import url(/fonter/lib/Garramond/stylesheet.css);
@import url(/fonter/lib/FauxSnow/stylesheet.css);
#flakes {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
}
#flakes .snowFlake {
  font-family: fauxsnow;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  font-size: 72px;
  position: absolute;
  top: -100px;
  z-index: 1;
}
#flakes .snowFlake-1 {
  font-size: 10px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
#flakes .snowFlake-2 {
  font-size: 20px;
  text-shadow: 0 0 11px rgba(255, 255, 255, 0.7);
  opacity: 0.6;
}
#flakes .snowFlake-3 {
  font-size: 30px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
  opacity: 0.65;
}
#flakes .snowFlake-4 {
  font-size: 40px;
  text-shadow: 0 0 9px rgba(255, 255, 255, 0.6);
  opacity: 0.7;
}
#flakes .snowFlake-5 {
  font-size: 65px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.55);
  opacity: 0.75;
}
#flakes .snowFlake-6 {
  font-size: 80px;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  opacity: 0.8;
}
#flakes .snowFlake-7 {
  font-size: 95px;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.45);
  opacity: .85;
}
#flakes .snowFlake-8 {
  font-size: 120px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  opacity: .9;
}
#flakes .snowFlake-9 {
  font-size: 135px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.35);
  opacity: .95;
}
#flakes .snowFlake-10 {
  font-size: 150px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
  opacity: 1;
}
html {
  background: #601;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 12px 0;
  box-sizing: border-box;
  background: url(../bilder/deep-crimson-red-seamless-grunge-textures-18.jpg);
  background-size: 512px;
}
a {
  color: #732626;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.center {
  text-align: center;
}
main {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 4 4 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform-style: inherit;
}
main header {
  text-align: center;
}
main header img {
  width: 70%;
  margin: 12px auto;
  margin: 12px 0 0;
}
main header span {
  display: inline-block;
}
main .images {
  transform-style: inherit;
  padding: 0 12px;
}
main .images img {
  box-sizing: border-box;
  max-width: 100%;
  transform-style: inherit;
  position: relative;
  padding: 4px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  transform: rotate(2deg);
}
main .images.carro img:nth-child(1):nth-last-child(2) {
  width: 60%;
  transform: rotate(-5deg);
}
main .images.carro img:nth-child(2):nth-last-child(1) {
  max-width: 35%;
  transform: rotate(2deg);
}
main .images.adrian img:nth-child(1):nth-last-child(2) {
  width: 45%;
  transform: rotate(5deg);
}
main .images.adrian img:nth-child(2):nth-last-child(1) {
  max-width: 50%;
  transform: rotate(-2deg);
}
main .images.cattis img:nth-child(1):nth-last-child(2) {
  width: 25%;
  transform: rotate(-5deg);
}
main .images.cattis img:nth-child(2):nth-last-child(1) {
  max-width: 70%;
  transform: rotate(2deg);
}
main .images.annelina {
  text-align: center;
  margin-bottom: -24px;
}
main .images.annelina img {
  width: 75%;
}
main .images.martin {
  text-align: center;
  margin-bottom: -24px;
}
main .images.martin img {
  width: 75%;
  transform: rotate(-2deg);
}
section {
  display: block;
  margin: 12px 0;
  padding: 12px;
  transform-style: inherit;
  position: relative;
}
section article {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  transform-style: inherit;
  position: relative;
}
section h1 {
  position: relative;
  margin: 0 0 12px;
  font: bold 18px/1.1 Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateZ(0);
}
section p {
  max-width: 800px;
  margin: 12px 0 0;
  font: 16px/1.5 Garramond, georgia, serif;
  transform: translateZ(0);
}
section nav {
  display: block;
  margin: 20px 0 0 0;
}
section nav ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
section nav ul li {
  font: 14px/1.5, Garramond serif;
  padding: 0;
  margin: 0 4px;
  display: inline-block;
}
section nav ul li a {
  text-decoration: none;
}
section nav ul li a:hover {
  text-decoration: underline;
}
section.intro {
  margin: -12px 0 12px;
  padding: 0 12px 12px;
}
