/*
* Copyright 2018 by Author
*/
/* 
    Created on : 19.12.2021, 12:33:55
    Author     : Harald Grob
*/

@media screen {
  html {
    background: url(../img/forest-868715_1920.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  body {
    background: transparent;
  }

  .container {
    margin: 0 auto;
    width: 50%;
  }

  .logo {
    margin-top: 60vh;
    text-align: center;
    font-family: "Permanent Marker", cursive;
    font-size: 7vw;
    color: #d48326;
    opacity: 0.7;
    text-shadow: 5px 5px 5px #000000;
  }
} /* Ende @media */

