body {
  background-color: #000000;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  margin: 0;
}

nav .menu {
  position: fixed;
  display: flex;
  width: 100%;
  height: 6vh;
  background-color: #000;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 0 1px #ffffff, 0 0 5px #ffffff, 0 0 10px #eeeeee, 0 0 20px #eeeeee;
}
nav .menu a {
  font-size: 20pt;
  text-decoration: none;
  color: rgb(128, 128, 128);
  margin-right: 20px;
  text-shadow: 2px 4px 8px #4e4e4e;
}
nav a:hover {
  font-size: 20pt;
  text-decoration: underline;
  color: rgb(255, 255, 255);
}

p {
  margin: 20px;
  font-size: 20pt;
  font-family: sans-serif;
  color: rgb(160, 160, 160);
}

.header {
  background-image: url("../image/4c858de43bb97,Plug-Me.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header h1 {
  margin: 20px;
  font-size: 250px;
  color: rgb(202, 200, 200);
  text-shadow: 6px 7px 10px #030303;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
  }
}
#stage {
  margin: 13em;
  -webkit-perspective: 1200px;
}

#spinner {
  -webkit-animation-name: spinner;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  -webkit-transform-style: preserve-3d;
}

#spinner:hover {
  -webkit-animation-play-state: paused;
}

#spinner img {
  border-radius: 30px;
  position: absolute;
  border: 1px solid rgb(0, 0, 0);
  background: rgba(126, 125, 125, 0.8);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px #ffffff, 0 0 5px #ffffff, 0 0 10px #eeeeee, 0 0 20px #eeeeee;
  -webkit-box-reflect: below 0.4px linear-gradient(transparent, rgba(0, 0, 0, 0.3333333333));
}

.bio h1 {
  text-align: center;
  font-size: bold;
  color: #dddddd;
  text-shadow: 2px 4px 4px #585858;
}

.content {
  border: solid 3px rgb(80, 80, 80);
  padding-left: 20vw;
  padding-right: 20vw;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 5px #ffffff, 0 0 25px #ffffff, 0 0 50px #eeeeee, 0 0 150px #eeeeee;
}
.content h3 {
  display: flex;
  justify-content: center;
  color: #0f0f0f;
  text-shadow: 2px 2px 8px #dfdfdf;
}
.content h2 {
  color: #cccccc;
  text-shadow: 2px 4px 8px #0c0c0c;
}
.content .card a {
  color: rgb(233, 233, 233);
  text-decoration: none;
  text-shadow: 2px 4px 8px #dfdfdf;
}

/* ----------HOVER------------------------------
-------------------------------------------------- */
.animated-word:hover {
  color: rgb(255, 255, 255);
  outline-color: rgba(71, 126, 232, 0);
  outline-offset: 300px;
  box-shadow: 0 0 5px #ffffff, 0 0 25px #eeeeee, 0 0 50px #eeeeee, 0 0 200px #eeeeee;
}

.animated-word {
  font-family: Helvetica;
  background-color: #000000;
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: 0.4em;
  font-weight: 200px;
  font-size: 45px;
  color: #636262;
  cursor: pointer;
  max-width: 600px;
  width: 100%;
  outline: 5px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
  transition: all 600ms cubic-bezier(0.2, 0, 0, 0.8);
  -webkit-box-reflect: below 0.5px linear-gradient(transparent, rgba(255, 255, 255, 0.333));
  box-shadow: 0 0 10px #ffffff;
}

.teaser {
  background-image: url("../image/DJ_Music_Mixer.jpg");
  height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser2 {
  background-image: url("../image/hd-dj-wallpaper-machinegun_stereo_player-1920x1200.jpg");
  height: 80vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

ul a {
  text-decoration: none;
  font-size: 20pt;
  text-decoration: underline;
  color: rgb(255, 255, 255);
}

ul > li {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-reflect: below 0.5px linear-gradient(transparent, rgba(0, 0, 0, 0.3333333333));
}

.back {
  text-align: center;
}

section {
  display: grid;
  margin: 20px;
  padding: 6px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4.5rem;
  grid-template-areas: "g1 g2 g3 g4" "g5 g6 g7 g8";
}

.box1 {
  grid-area: g2;
}

.box2 {
  grid-area: g3;
}

.box3 {
  grid-area: g6;
}

.box4 {
  grid-area: g7;
}

figure.image {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 620px;
  max-height: 620px;
  border-radius: 40px;
  width: 100%;
  background: #000000;
  color: #eeeeee;
  text-align: center;
  box-shadow: 0 0 5px #ffffff;
}

figure.image * {
  transition: all 0.3s ease-in-out;
}

figure.image img {
  max-width: 100%;
  position: relative;
  opacity: 0.6;
}

figure.image h3 {
  position: absolute;
  left: 50px;
  right: 50px;
  display: inline-block;
  border-radius: 40px;
  background: #000;
  transform: skew(-5deg) rotate(-10deg) translate(0, -50%);
  padding: 20px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: 0 0 5px #0596f7, 0 0 25px #eeeeee, 0 0 50px #eeeeee, 0 0 200px #eeeeee;
}

figure.image:before {
  height: 130%;
  width: 130%;
  top: 0;
  left: 0;
  content: "";
  background: #cccccc;
  position: absolute;
  transition: all 0.3s ease-in-out;
  transform: rotate(110deg) translateY(-50%);
}

figure.image:hover img,
figure.image.hover img {
  opacity: 1;
  transform: scale(1.1);
}

figure.image:hover h3,
figure.image.hover h3 {
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.image:hover:before,
figure.image.hover:before {
  transform: rotate(110deg) translateY(-150%);
}

.card {
  margin: 10px;
  padding: 30px;
  display: inline-block;
  color: aliceblue;
  font-size: 20pt;
  width: 25vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.facts {
  text-align: center;
  text-transform: uppercase;
  font-size: 25pt;
  background-color: rgb(121, 121, 121);
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: rgb(0, 0, 0);
  text-shadow: 2px 4px 8px #4e4e4e;
}

.tek {
  font-size: small;
}/*# sourceMappingURL=style.css.map */