@import url(reset.css);
@import url(fonts.css);
html {
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  background-image: linear-gradient(90deg, black 0%, lightgreen 90%)

  /* Prevent font scaling in landscape while allowing user zoom */ }

body {
  text-align: center;
  font-family: Helvetica, sans-serif;
  line-height: 1.6em;
  overflow-x: hidden;
  color:yellow }

section {
  margin-bottom: 100px; }

h1, a {
  display: inline-block;
  font-family:Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 1em; 
  color:yellow;

  }



h2, a {
  display: inline-block;
  font-family:Helvetica, sans-serif;
  text-decoration: none;
  font-size: 1em;
  margin-top: -1em; 
  color:yellow;

  }

a:link, a:visited, a:hover, a:active {
  color: yellow;
  text-decoration: none;
  z-index: 300;
  position: relative; }

a:hover {
  text-decoration: underline; }

a:active {
  color: white; }

ul {
  padding: 2em; }

.header {
  height: 100vh;
  position:static;
  margin: 0; 
  padding:0;
  border:0; und border-collapse: collapse;}
  .header img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: 47% 50%; }

.albums {
  font-size: 0; 
  list-style: none;
  color:yellow;}

  .albums .album {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    max-width: 500px; }
    .albums .album img {
      width: 80%;
      margin: 20% 10%; }

ul, li
{
    list-style: none;
    color:yellow;
}

.button {
  display: inline-block;
  border: 1px solid black;
  line-height: 3em;
  padding: 0 1em;
  margin: 0; }
  .button:hover {
    color: yellow;
    background-color: black;
    text-decoration: none; }
  .button:active {
    color: yellow;
    background-color: yellow; }

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 100;
  touch-action: none; }

.scribble {
  position: absolute;
  top: 0;
  left: 0;
  width: 98vw;
  height: 2600px;
  pointer-events: none;
  overflow-x: hidden;
  z-index: 500; }
  .scribble img {
    position: absolute;
    top: 310px;
    left: 50%;
    margin-left: -310px;
    height: 1500px;
    pointer-events: none; }

@media only screen and (max-width: 999px) {
  .albums .album:last-child {
    margin-top: 50px; }
  .albums .album img {
    margin: 10%; }

  .europa22 {
    padding-bottom: 50px; } }
/*@media only screen and (min-width: 1400px) {
	html {
		font-size: 16px;
	}
}*/

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