﻿html {
  height: 100%;
  width: 100%; }
  html body {
    height: 100%;
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
    background: url("../graphics/background_small.jpg") center center;
    background-size: cover;
    background-attachment: fixed; }
    html body #container {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      html body #container #content {
        margin-top: 40px;
        width: 600px;
        display: inline-block; }
        html body #container #content h1 {
          font-family: 'Open Sans', sans-serif;
          font-weight: 700; }
        html body #container #content #text {
          font-family: 'Open Sans', sans-serif;
          text-align: left;
          padding-top: 30px;
          font-weight: 500; }
          html body #container #content #text .big {
            text-align: center;
            font-size: 24px; }
          html body #container #content #text a {
            font-weight: bold;
            color: #000;
            text-decoration: none; }
            html body #container #content #text a:hover {
              text-decoration: underline; }
        html body #container #content #products {
          font-family: 'Open Sans', sans-serif;
          text-align: left;
          padding-top: 30px;
          font-weight: 500;
          margin-top: 50px;
          text-align: center; }
          html body #container #content #products div.product-group {
            margin-bottom: 50px; }
            html body #container #content #products div.product-group div.text {
              margin-bottom: 20px; }
              html body #container #content #products div.product-group div.text span {
                width: 100%;
                display: inline-block; }
                html body #container #content #products div.product-group div.text span.product-header {
                  font-weight: 800;
                  font-size: 20px; }
                html body #container #content #products div.product-group div.text span.product-beskrivning {
                  font-size: 14px;
                  font-style: italic; }
            html body #container #content #products div.product-group img {
              border: 1px solid #000; }
      @media (max-width: 600px) {
        html body #container #content {
          width: 90%;
          padding: 0 5%; }
          html body #container #content img {
            width: 100%; } }
    html body .fancybox-caption {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px; }
