body {

  color: white;

  background-image: linear-gradient(to bottom,#29211f, #1d1816, #29211f)

}

  

.navbar {

  background-color: transparent;

  display: flex;

  justify-content: space-between;

  align-items: center;

  transition: background-color 0.3s ease;

}

  

.navbar.dark-background {

  background-color: rgba(119, 140, 161, 0.02);

}

  

.website-brand {

  margin-right: auto;

}



.navbar-brand:hover {

  transition: color 0.3s ease;

  color: #a39d9d;

}



.jumbotron {

  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url("/assets/img/main.jpg");

  background-size: cover;

  height: 100vh;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  overflow: hidden;

}



.jumbotron h1 {

  font-size: 64px;

  margin-bottom: 20px;

  opacity: 0;

  animation: slideIn 0.6s ease-out forwards;

}

  

.jumbotron p {

  font-size: 28px;

  opacity: 0;

  animation: slideIn 1s ease-out 0.6s forwards;

}

.jumbotron a{

  color: rgba(255, 255, 255, 0.7);

  text-decoration: none;

  opacity: 0;

  margin-top: 160px;

  margin-right: 10px;

  animation: slideIn 1s ease-out 1.2s forwards;

}

.jumbotron h2:hover {

  transition: color 0.3s ease;

  color: #a39d9d;

}




#cta-button {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 32px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  margin-top: 160px;
  margin-right: 10px;
  animation: slideIn 1s ease-out 1s forwards;
  transition: all 0.3s ease;
}

#cta-button:hover {
  color: #a39d9d;
  border: 1px solid #a39d9d;
  background-color: rgba(163, 157, 157, 0.1);
}  


  
.gallery {

  display: flex;

  justify-content: center;

  align-items: center;

  margin-top: 0px;

  background-image: linear-gradient(to bottom, #000000, #29211f)

}

  

.gallery img {

  width: 100px;

  height: 100px;

  margin: 80px;

  object-fit: cover;

  border-radius: 5px;

  transition: transform 0.3s ease;

}

  

.gallery img:hover {

  transform: scale(1.1);

}



.subcontainer{

  width: 85%;

  margin: auto;

}



#cookies {

  width:  100%;

  position: fixed;

  bottom: 0;

  background-color: rgba(119, 140, 161, 0.1);

  z-index: 1;

  color: rgba(255, 255, 255, 0.8);

  display: none;

}



.cookies {

  min-height: 70px;

  margin-top: 10px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  gap: 10px;

}



.cookies a {

  color: rgba(255, 255, 255, 0.4);

  text-decoration: none;

}



.cookies a:hover {

  transition: color 0.3s ease;

  color: #a39d9d;

}



#cookies-btn{

  border-radius: 5px;

  margin-bottom: 10px;

  padding: 8px 12px 8px 12px;

  font-size: 1rem;

  font-family: inherit;

  cursor: pointer;

  border: 2px solid rgba(163, 157, 157, 0.1);

  background-color: rgba(163, 157, 157, 0.1);

  color: rgba(255, 255, 255, 0.8);

}

#cookies-btn:hover {
  transition: all 0.3s ease;
  color: #a39d9d;
  border: 2px solid rgba(163, 157, 157, 0.3);
}  



.socials {

  display: flex;

  justify-content: right;

  margin-bottom: auto;

}



.socials img {

  width: 30px;

  height: 30px;

  margin: 24px;

  object-fit: cover;

  border-radius: 5px;

  transition: transform 0.3s ease;

}



.socials img:hover {

  transform: scale(1.1);

}

.hidden-mobile img {
  border-radius: 12px;
}



.content {
  display: flex;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 150px;
}



.content img {

  max-width: 100%;

}



.content h2 {

  margin-bottom: 50px;

}

.container-bs {
  width: 68.5%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container-bs a{
  text-decoration: none;
  color: rgba(255, 255, 255);
}

.container-bs a:hover {
  transition: color 0.3s ease;
  color: #a39d9d;
}


.infobox {

  border: solid #a39d9d;

  border-width: 1px 0px;

  border-spacing: 3px;

  color: white;

  margin: 0.5em 0 0.5em 1em;

  padding: 0.2em;

  float: right;

  clear: right;

  font-size: 100%;

  line-height: 3.5em;

  width: 16em;

}



table {

  display: table;

  border-collapse: separate;

  box-sizing: border-box;

  text-indent: initial;

  border-spacing: 2px;

  border-color: gray;

}



table th, table tr, table td {

  color: white;

  text-align: left;

}

.d-flex > div {

  flex: 1;

  padding: 25px;

}



.d-flex a {

  text-decoration: none;

  color: rgba(255, 255, 255);

}



.d-flex a:hover {

  transition: color 0.3s ease;

  color: #a39d9d;

}


.read {

  display: flex;

  justify-content: left; 

}



.read a {

  text-decoration: none;

  color: rgba(255, 255, 255,0.8);

}



.read a:hover {

  transition: color 0.3s ease;

  color: #a39d9d;

}



.spotify-player, .instagram-embeded, .yt-embeded {

  max-width: 100%;

}



.footer {

  background-color: #29211f;

  color: white;

  padding: 20px 0;

}

  

.footer a {

  color: white;

}



.footer-link {

  margin-left: 10px;

  text-decoration: none;

  color: white; 

  color: white;

  transition: color 0.3s ease;

}

  

.footer-link:hover {

  color: #a39d9d;

}



.footer-separator {

  margin: 0 20px;

}



.text {

  margin: 0 auto; 

  background-image: linear-gradient(to bottom, #1d1816, #29211f);

  padding: 20px; 

  text-align: left;

  justify-content: center;

  

}



.text-small {

  height: 100vh;

}



.text-content {

  margin-top: 50px;

  line-height: 1.5;

  text-align: left;

}



.text h1 {

  font-size: 32px;

  margin-top: 80px;

  margin-bottom: 20px;

}



.text p {

  font-size: 16px;

}


@keyframes slideIn {

  0% {

    transform: scale(0);

    opacity: 0;

  }

  100% {

    transform: scale(1);

    opacity: 1;

  }

}



@media screen and (max-width: 768px) {


  .jumbotron {

    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url("/assets/img/main_mobile.jpg");

  }



  .gallery {

    flex-wrap: wrap;

    margin: 20px;

    background-image: none;

  }



  .gallery img {

    width: 48px;

    height: 48px;
  
    margin: 16px;
  
    object-fit: cover;
  
    border-radius: 5px;
  
    transition: transform 0.3s ease;

  }



  #cta-button {
    margin-top: 25%;
  }



  .content {

    margin-top: 50px;

    margin-bottom: 50px;

  }



  .content-top {

    margin-top: 70px;

    margin-bottom: 50px;

  }


  .container-bs {
    width: 80%;
  }


  .d-flex {

    flex-wrap: wrap;

  }


  .hidden-mobile {

    display: none;

  }

  .footer {

    font-size: 1em;

  }

  .footer-separator {

    margin: 0 0px;

  }



  .navbar {

    flex-direction: column;

    align-items: flex-end;

  }

  

  .navbar-collapse {

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    width: 100%;

    margin-top: 10px;

  }



  .text {

    max-width: 100%;

  }



   .text-content{

    margin-top: 50px;

    line-height: 1.3;

  }

}