html {
    scroll-behavior: smooth;
  }

body{
    background-image: url("../../../bg.gif");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: auto;
}
section{background-color: transparent!important;}
.row{background-color: rgba(0,0,0,0.73)!important;}

.navbar {
    display: none;
  }

.intro {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.intro img {
    max-width: 100%;

}

.masthead {
    height: 100vh;
    padding-top: 0px !important;
    background-color: transparent!important;
}

.container-kineto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto; /* Adjust the height as needed */
  }
  
  .kineto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .centro{text-align: center!important;}

  #contact button{background-color: rgba(180,180,180,0.73)!important;}
@media (min-width: 992px) {
    .content-section {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.giusto {
    text-align: justify;
}

.intro-text {
    text-align: center;
    padding-top: 25px;
}

.intro-text img {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#animation-container canvas {
    max-width: 80vw;
}

#animation-container-header {
    min-width: 100vw;
    position: relative;
}

#animation-container-header img {
    width: 100vw;
}

#animation-header,
#animation-skull-frame {
    width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}