/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 mars 2016, 20:05:03
    Author     : Jona
*/
/*
VARS
*/
/*$toolbarheigt : 10vmin;
$menuheight : 7vmin;*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300);
* {
  box-sizing: border-box;
  letter-spacing: 2px;
  font-size: 16px;
  color: #555;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif; }

body {
  background: #eee;
  margin-top: 60px;
  background-image: url("../img/start.jpg");
  background-attachment: fixed;
  background-size: cover; }

p {
  font-size: 14px;
  margin: 10px 0; }

h1 {
  font-size: 24px;
  margin-bottom: 20px; }

#lightgallery {
  transform-style: preserve-3d; }

.image {
  -moz-box-shadow: 0 2px 20px rgba(42, 10, 0, 0.1);
  -webkit-box-shadow: 0 2px 20px rgba(42, 10, 0, 0.1);
  box-shadow: 0 2px 20px rgba(42, 10, 0, 0.1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 25%;
  float: left;
  text-align: center;
  overflow: hidden;
  padding: 10px;
  background: white; }
  .image:hover {
    -moz-transform: scale3d(1.1, 1.1, 1) translateZ(5px);
    -ms-transform: scale3d(1.1, 1.1, 1) translateZ(5px);
    -webkit-transform: scale3d(1.1, 1.1, 1) translateZ(5px);
    transform: scale3d(1.1, 1.1, 1) translateZ(5px);
    -moz-box-shadow: 0 2px 20px 13px rgba(42, 10, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 13px rgba(42, 10, 0, 0.1);
    box-shadow: 0 2px 20px 13px rgba(42, 10, 0, 0.1); }
  @media screen and (min-width: 0px) {
    .image {
      width: 100%;
      height: 100vw;
      height: auto; } }
  @media screen and (min-width: 500px) {
    .image {
      width: 50%;
      height: 48vw;
      height: auto; } }
  @media screen and (min-width: 800px) {
    .image {
      width: 24.5vw;
      height: auto;
      /*height:25%;*/ } }
  @media screen and (min-width: 2000px) {
    .image {
      width: 12.5%;
      height: auto; } }
  .image img {
    width: 100%;
    margin: auto;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .image:hover img {
    -moz-transform: scale3d(1.01, 1.01, 1) translateZ(5px);
    -ms-transform: scale3d(1.01, 1.01, 1) translateZ(5px);
    -webkit-transform: scale3d(1.01, 1.01, 1) translateZ(5px);
    transform: scale3d(1.01, 1.01, 1) translateZ(5px); }

ul {
  width: 100%; }
  ul li {
    list-style: none;
    float: left;
    min-width: 25%;
    max-width: 25%;
    display: inline;
    text-align: center; }
    ul li a {
      text-decoration: none;
      padding: 0 2vmin;
      line-height: 60px;
      height: 60px;
      width: 100%;
      float: left; }

.menu {
  box-shadow: 0 0 20px #000; }

.header {
  width: 100%;
  height: 60px;
  text-transform: uppercase;
  text-align: right;
  background: white;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 100;
  padding-left: 30vmin;
  /*@include box-shadow(0 -20px 40px 20px rgba(0,0,0,.5));*/
  -moz-box-shadow: 0 5px 20px rgba(42, 10, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px rgba(42, 10, 0, 0.2);
  box-shadow: 0 5px 20px rgba(42, 10, 0, 0.2); }
  @media screen and (min-width: 0px) {
    .header {
      padding-left: 0;
      padding-top: 55px;
      height: auto; } }
  @media screen and (min-width: 600px) {
    .header {
      padding-left: 30vmin;
      padding-top: 0px; } }

.toolbar {
  width: 100%;
  text-align: center;
  position: fixed;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  -moz-box-shadow: 0 20px 10px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 20px 10px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 10px 20px rgba(0, 0, 0, 0.5);
  height: 60px; }
  .toolbar .button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 1% 0vmin;
    height: 60px;
    width: 90px;
    outline: none; }
    .toolbar .button .solo, .toolbar .button .duo, .toolbar .button .multi {
      background: rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%;
      float: left; }
    .toolbar .button .duo {
      width: 46%;
      height: 46%;
      margin: 2%; }
    .toolbar .button .multi {
      width: 29%;
      height: 29%;
      margin: 2%; }

.logo {
  height: 55px;
  float: left;
  margin-top: .5vmin;
  z-index: 50000;
  position: fixed;
  top: 0; }

.contact {
  width: 60%;
  margin: 30vh auto;
  background: white;
  padding: 50px;
  -moz-box-shadow: 0 5px 20px rgba(42, 10, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px rgba(42, 10, 0, 0.2);
  box-shadow: 0 5px 20px rgba(42, 10, 0, 0.2); }

.cat {
  float: left;
  /*height: 40px;*/
  /*line-height: 40px;*/
  text-transform: uppercase;
  padding: 20px 14px 14px 20px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  margin-bottom: -100%;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.6);
  z-index: 500; }

/*# sourceMappingURL=style.css.map */
