/* 
Theme Name:		 DerJosef-Child-Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 DerJosef is a child theme of DerJosef, created by ChildTheme-Generator.com
Author:			 Josef Gerhardter
Author URI:		 http://childtheme-generator.com/
Template:		 derjosef
Version:		 1.0.0
Text Domain:	 derjosef
*/

/*
    Add your custom styles here
*/
@font-face {
  font-family: "Afacad-Regular";
  src: url("/wp-content/themes/derjosef-child-theme/fonts/Afacad-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/derjosef-child-theme/fonts/Afacad-Regular.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Afacad-Bold";
  src: url("/wp-content/themes/derjosef-child-theme/fonts/Afacad-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/derjosef-child-theme/fonts/Afacad-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PPPangaia-Bold";
  src: url("/wp-content/themes/derjosef-child-theme/fonts/PPPangaia-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/derjosef-child-theme/fonts/PPPangaia-Bold.woff")
      format("woff"),
    url("/wp-content/themes/derjosef-child-theme/fonts/PPPangaia-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  overflow: hidden;
  background-color: white;
}
.bokeh {
  height: 100vh;
  width: 100vw;
  background-color: white;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(50px);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.bokeh circle {
  animation: rotate 20s linear infinite;
  fill: #b55dfa;
  opacity: 0.43;
  transform-origin: 50%;
}
.bokeh circle:nth-child(2n) {
  fill: #ff842b;
  transform-origin: 20% 110%;
  animation-delay: -3s;
  animation-duration: 20s;
  opacity: 0.2;
}
.bokeh circle:nth-child(3n) {
  opacity: 0.65;
  fill: #fe4a00;
  transform-origin: 70% 30%;
  animation-delay: -1.5s;
  animation-duration: 18s;
}
.bokeh circle:nth-child(4n) {
  fill: #b55dfa;
  transform-origin: 110% 70%;
  animation-delay: -2s;
  animation-duration: 12s;
}
.bokeh circle:nth-child(5n) {
  fill: #dec4ff;
  transform-origin: 30% 40%;
}
.bokeh circle:nth-child(6n) {
  fill: #ff842b;
  transform-origin: -10% 80%;
  animation-delay: -7.8s;
}
.bokeh circle:nth-child(7n) {
  fill: #fe4a00;
  transform-origin: 70% -10%;
}
.bokeh circle:nth-child(8n) {
  fill: #b55dfa;
  transform-origin: -30% 50%;
  animation-delay: -2.4s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  height: 200px;
}
section h1 {
  user-select: none;
  font-weight: 100;
  top: 35vh;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #cde;
  text-shadow: 0 0em 0.5em rgba(255, 255, 255, 1);
  letter-spacing: 0em;
}

.textWrapper,
.textWrapper02 {
  white-space: nowrap;
  padding: 0 0 15px;
}
.spacer {
  height: 500px;
  width: 100%;
}
section.marquee_anim {
  position: absolute;
}
.runningText {
  font-size: clamp(1rem, 1.1532rem + 4.2473vw, 2.25rem);
  line-height: normal;
  display: inline-block;
  color: #2b2b27;
  font-family: "PPPangaia-Bold";
}
.runningText02 {
  font-size: clamp(1rem, 1.1532rem + 4.2473vw, 2.25rem);
  line-height: normal;
  display: inline-block;
  color: #f1f1f1;
  font-family: "PPPangaia-Bold";
}
.hero {
  display: flex;
  flex-direction: column;
}
.first-hero {
  font-size: 250px;
  color: #2b2b27;
  font-family: "Afacad-Bold";
  margin-left: -16vw;
  margin-top: 10vh;
}
.second-hero {
  font-size: 250px;
  color: #fe4a00;
  font-family: "PPPangaia-Bold";
  margin-left: 15vw;
  margin-top: -240px;
}

.footer {
  /* z-index: 99999; */
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.footer .col-md-8 {
  display: flex;
  align-items: center;
}
.footer p {
  margin-bottom: 0 !important;
  margin-top: 0;
  font-size: 20px;
}
.footer a {
  font-weight: 600;
}
.footer .row {
  display: flex;
  align-items: flex-end;
}

a {
  color: #2b2b27 !important;
  text-decoration: none !important;
}

.footer-text {
  margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
  .first-hero {
    margin-top: 25vh;
  }
  .second-hero {
    font-size: 100px;
    margin-top: -95px;
  }
  .first-hero {
    font-size: 100px;
  }

  img.logo {
    width: 170px;
    margin-left: -5px;
  }
  .footer p {
    font-size: 16px;
  }
}
