/*
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 : 28.05.2018, 22:08:37
    Author     : august
*/
/*
 * importing the global variables
 */
/*
 * contains all global variabels
 * every script uses the variables, should include this one
 */
/**
 * section-inner
 * set left : 0
 */
/**
 * section-inner
 * remove padding-left
 */
/* @bookmark mixins for vendor-prefixes */
/* @bookmark mixin animation  */
/* @bookmark mixin keyframes 
example use
@include keyframes(fade-out) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}
*/
/* @bookmark mixin walkingAnimation */
/*
 * Mixins needed to respond to screen-sizes
 */
 /**
* set the width, relation (prev) or (next), type (max, min, between) and check, weather the width
* look for next greater value (in case of next) or the next smaler (in case of prev) value
* If type == between two widths are expected, and have to be given as list 
* 
*
*/
/**
 * returns map-get($dispWidths, $key) the value of the dispWidth
 */
body {
  font-family: Sans-Serif;
  background: #791307; }
  body .wrapper {
    background: #F3F2F6;
    overflow: hidden;
    margin: 0 auto; }
    @media only screen and (min-width: 750px) {
      body .wrapper {
        width: 70%;
        max-width: 800px; } }
    body .wrapper header {
      position: relative;
      background: #ffffff; }
      body .wrapper header nav {
        position: absolute; }
        body .wrapper header nav a {
          margin-left: 10px;
          padding: 5px;
          padding-left: 5px;
          padding-right: 5px;
          color: #c51a1b;
          text-decoration: none; }
        body .wrapper header nav a:active {
          font-weight: bolder; }
        body .wrapper header nav a:hover {
          -webkit-transition: all 0.6s 0.1s;
          -ms-transition: all 0.6s 0.1s;
          -moz-transition: all 0.6s 0.1s;
          -o-transition: all 0.6s 0.1s;
          transition: all 0.6s 0.1s;
          background: #c51a1b;
          color: #fff; }
      body .wrapper header .wave {
        width: 120%;
        position: relative;
        left: 0%;
        height: auto; }
        body .wrapper header .wave svg {
          width: 100%; }
      body .wrapper header .onion-fish {
        position: relative;
        width: 45%;
        height: auto; }
        @media only screen and (min-width: 750px) {
          body .wrapper header .onion-fish {
            left: 45%; } }
    body .wrapper section {
      position: relative;
      padding-left: 10%;
      padding-right: 10%;
      font-size: 1.2em;
      line-height: 1.6em;
      padding-bottom: 10%; }
      body .wrapper section a {
        left: -5px;
        position: relative; }
      body .wrapper section .onion {
        font-size: 1.15em;
        font-family: Georgia ,Garamond, serif, fantasy; }
      body .wrapper section h1, body .wrapper section h2 {
        padding: 0;
        text-align: left;
        font-size: 1.1em;
        color: #c51a1b; }
      body .wrapper section.contact img {
        width: 30%;
        height: auto;
        margin-bottom: 10%; }
      body .wrapper section.contact .contact-container {
        position: absolute;
        left: 40%;
        top: 10%; }
      body .wrapper section.contact ul {
        padding-left: 0px; }
        body .wrapper section.contact ul li {
          font-size: 1.1em;
          list-style-type: none; }
  body a {
    display: inline-block;
    color: #c51a1b;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px; }
  body a:active {
    font-weight: bolder; }
  body a:hover {
    -webkit-transition: all 0.6s 0.1s;
    -ms-transition: all 0.6s 0.1s;
    -moz-transition: all 0.6s 0.1s;
    -o-transition: all 0.6s 0.1s;
    transition: all 0.6s 0.1s;
    -webkit-box-shadow: 0px 0px 5px 1px #c51a1b;
    -ms-box-shadow: 0px 0px 5px 1px #c51a1b;
    -moz-box-shadow: 0px 0px 5px 1px #c51a1b;
    -o-box-shadow: 0px 0px 5px 1px #c51a1b;
    box-shadow: 0px 0px 5px 1px #c51a1b;
    background: #c51a1b;
    color: #fff; }

/*# sourceMappingURL=styles.css.map */
