@import url(reset.css);
@import url(fonts.css);
html {
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  background-image: linear-gradient(90deg, #610B21 0%, #060553 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:white; 
  
  }

details[closed] {
  background: none;
  margin-bottom: 2em;
}




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:white;
}
  
h3 {
width:650px;
position: center;
margin:auto;
}


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

  }

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

a:hover {
  text-decoration: underline; }

a:active {
  color: red; }

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:white;}

  .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:white;
}

.button {
  display: inline-block;
  border: 1px solid white;
  line-height: 3em;
  padding: 0 1em;
  margin: 0; }

  .button:hover {
    color: white;
    background: linear-gradient(90deg, #910B21 0%, #070590 300%);
    text-decoration: none; }
  .button:active {
    color: white;
    background-color: white; }

#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; } 
  h3{
    width: 340px}

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

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