/* Global Styles */
* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Euclid Circular A", "Poppins", Arial, Helvetica, sans-serif;
  color: #222;
  text-shadow: 0.1em 0.1em 0.2em #000000;
}

/* Extra small devices (phones, 400px and down) */
@media only screen and (max-width: 300px) {
  #navbar #bandname {
    font-size: 25px;
  }
  .bandpic {
    width: 45vw;
  }
  section {
    position: relative;
    top: 47px;
  }
  body {
    padding-bottom: 70px;
  }
  #dataprotect,
  #impressum {
    top: 80px;
  }

  #impressum {
    padding-bottom: 80px;
  }
  #dataprotect article {
    padding-bottom: 100px;
  }
  #navfoot,
  #navfoot a {
    font-size: x-small;
  }
}

/* Extra small devices (phones, 400px and down) */
@media only screen and (min-width: 300px) and (max-width: 400px) {
  #navbar #bandname {
    font-size: 25px;
  }
  .bandpic {
    width: 45vw;
  }
  section {
    position: relative;
    top: 47px;
  }
  body {
    padding-bottom: 70px;
  }
  #dataprotect,
  #impressum {
    top: 47px;
  }

  #impressum {
    padding-bottom: 80px;
  }

  #dataprotect article {
    padding-bottom: 75px;
  }
  #navfoot,
  #navfoot a {
    font-size: x-small;
  }

  #logo {
    padding-right: 0%;
    margin-top: 5%;
    width: 200px;
    height: 50px;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 400px) {
  #navbar #bandname {
    font-size: 1.5rem;
  }
  .custom-toggler.navbar-toggler {
    margin-right: 0.5rem;
  }
  .bandpic {
    width: 50vw;
  }
  section {
    position: relative;
    top: 47px;
  }
  body {
    padding-bottom: 70px;
  }
  #dataprotect,
  #impressum {
    margin-top: 46px;
  }
  #dataprotect article {
    padding-bottom: 75px;
  }
  #navfoot,
  #navfoot a {
    font-size: small;
  }

  #logo {
    padding-right: 0%;
    margin-top: 5%;
    width: 300px;
    height: 100px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #navbar #bandname {
    font-size: 1.5rem;
  }
  .bandpic {
    width: 40vw;
  }
  section {
    position: relative;
    top: 47px;
  }
  body {
    padding-bottom: 70px;
  }
  #dataprotect,
  #impressum {
    margin-top: 46px;
  }
  #dataprotect article {
    padding-bottom: 75px;
  }
  #navfoot,
  #navfoot a {
    font-size: small;
  }
  #logo {
    padding-right: 0%;
    margin-top: 5%;
    width: 300px;
    height: 100px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #navbar #bandname {
    font-size: 2rem;
  }
  .custom-toggler.navbar-toggler {
    margin-right: 1.5rem;
  }
  .bandpic {
    width: 30vw;
  }
  section {
    position: relative;
    top: 60px;
  }
  body {
    padding-bottom: 70px;
  }
  #dataprotect,
  #impressum {
    margin-top: 58px;
  }
  #dataprotect article {
    padding-bottom: 80px;
  }
  #navfoot,
  #navfoot a {
    font-size: small;
  }
  #logo {
    padding-right: 0%;
    margin-top: 5%;
    width: 450px;
    height: 150px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #navbar #bandname {
    font-size: 2rem;
  }
  .bandpic {
    width: 30vw;
  }
  .vocalpics {
    width: 70%;
  }
  .col-lg-3 p {
    font-size: 1rem;
  }
  .col-md-6,
  .col-lg-4 p {
    font-size: 1.25rem;
  }
  section {
    position: relative;
    top: 60px;
  }
  body {
    padding-bottom: 70px;
  }
  #dataprotect,
  #impressum {
    margin-top: 58px;
  }
  #dataprotect article {
    padding-bottom: 85px;
  }
  #navfoot,
  #navfoot a {
    font-size: small;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #navbar #bandname {
    font-size: 2rem;
  }
  .vocalpics {
    width: 70%;
  }
  .bandpic {
    width: 20vw;
  }
  section {
    position: relative;
    top: 60px;
  }
  body {
    padding-bottom: 70px;
  }
  #dataprotect,
  #impressum {
    margin-top: 58px;
  }
  #dataprotect article {
    padding-bottom: 85px;
  }
  #navfoot,
  #navfoot a {
    font-size: small;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1600px) {
  #navbar #bandname {
    font-size: 2rem;
  }
  .bandpic {
    width: 15vw;
  }
  .grid-figure {
    width: 50%;
    float: left;
  }
  body {
    padding-bottom: 70px;
  }
  #dataprotect,
  #impressum {
    margin-top: 58px;
  }
  #dataprotect article {
    padding-bottom: 85px;
  }
  #navfoot,
  #navfoot a {
    font-size: small;
  }
}

.imgconic {
  display: inline-block;
  padding: 1px;
  box-sizing: content-box;
}

.imgconic img {
  display: block;
  max-width: 100%;
  height: auto;
}

#bandcolor {
  color: #d56c08;
  text-shadow: 0.1em 0.1em 0.2em #000000;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(213,108,8, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: #d56c08;
  border-width: 2px;
}

#navbar {
  font-family: "Euclid Circular A", "Poppins", Arial, Helvetica, sans-serif;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 10px;
  width: 100%;
  height: auto;
  background: #000000;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  z-index: 1030;
}

/**
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/

#navbar a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
  font-size: 20px;
  font-weight: 600;
}
/**
#navbar span {
  margin-right: 10px;
}*/

#navbar a.active {
  color: #d56c08;
}

#navfoot {
  justify-content: center;
  position: fixed;
  gap: 16px;
  padding: 0 10px;
  width: 100%;
  height: 45px;
  background: #000000;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

#navfoot a {
  color: #d56c08;
  font-family: "Euclid Circular A", "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

@font-face {
  font-family: "Broadway";
  src: local("Broadway Regular") url("../Broadway_Regular.ttf")
    format("truetype");
}

#navbar #bandname {
  font-family: Broadway;
  /*font-size: 34px;*/
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
  padding: 0 15%;
  text-align: center;
  color: #ffffff;
}

p {
  color: #ffffff;
  line-height: 1.8;
}

.video {
  margin: 0 auto;
  display: block;
  padding: 3px;
}

section h1 {
  color: rgb(213 108 8 / 100%);
  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.2em #000000;
}
section h2 {
  color: rgb(255 255 255 / 100%);
  text-shadow: 0.1em 0.1em 0.2em #000000;
}
section h3,
h4,
h5 {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.2em #000000;
}

#band,
#contact {
  background-image: url("../images/drums_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-width: 1px 2px; /* top/bottom left/right */
  border-style: solid;
  border-color: white;
}

#music,
#guests {
  background-image: url("../images/guitar_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-width: 1px 1px 2px 2px; /* top/bottom left/right */
  border-style: solid;
  border-color: white;
}

.youtubecanal,
.spotify,
.dragonland {
  color: #ffffff;
}

#impressum,
#dataprotect {
  color: #ffffff;
  background-image: url("../images/guitar_bg.jpg");
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#impressum h2,
#dataprotect h2 {
  margin-bottom: 3px;
  margin-top: 3px;
}

#impressum h4,
#dataprotect h4 {
  margin-bottom: 3px;
  margin-top: 3px;
}

#dataprotect p {
  margin-bottom: 0;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0.2em;
  background-color: rgba(213, 108, 8, 0);
}

.hide-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

.embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* .embed-responsive {
  position: relative;
  display: block;
  width: 33.33vw;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50vw;
} */

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.conic {
  position: relative;
  z-index: 0;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.25rem;

  &::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -20%;
    top: -10%;
    right: -10%;
    bottom: -10%;
    width: 145%;
    height: 145%;
    margin: auto;
    background-color: #1a232a;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: conic-gradient(
      transparent,
      rgba(213, 108, 8, 1),
      transparent 30%
    );
    animation: rotate 4s linear infinite;
  }

  &::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #000;
    border-radius: 5px;
  }
}
.grid-figure {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 991.98px) {
  .grid-figure {
    width: 100%;
    float: none;
  }
  .vocalpics {
    width: 25vw;
  }
  .col-lg-3 p,
  .col-lg-4 p,
  .col-sm-12 {
    font-size: 1.25rem;
  }
}
figcaption {
  font-size: 1.25rem;
}
