html, body {
    font-family: Optima, Garamond, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
  }

  p {
    color:gray;
    text-align:Center;
    font-size:2vh;
  }

  

  .text-section {
    flex: 0 0 20%;
    width: 100%; /* Forziamo larghezza completa */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #bf0000;
    font-family: Optima, Garamond, sans-serif;
    font-size: 1.2rem;
    padding: 1rem;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  }


/* ///////////// da Costellazioni //////////////// */


.container {
  position:static;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bgimage {
  background-repeat: no-repeat;
  background-color: black;
  width:100%;
  height: 100%;
  display: none;
  position: absolute;
}

.splash {
    position: fixed;
    bottom: 50%;
    right: 15%;
    width: 70%;
    height:33%;
    padding-top:30px;
}



.console {
  position: -webkit-sticky; /* Safari */
  mix-blend-mode: hard-light;
  /*position: sticky; */
  position: absolute;
  display: none;
  bottom:0;
  width:100%;
  background-color: #121820;
  z-index: 2;
  text-align: center;
  padding: 2% 0;
}

#title {
  font-size:3vw;
  font-weight:bold;
}



/* /////////// RNBO   /////////////// */

#rnbo-root {
    height: 20vh;
    width: 100vw;
}

h2, em {
    width: 100%;
}

#rnbo-root {
    margin: auto;
}


/* ////////// checkBox ////////////////*/

  .checkbox-wrapper-22 .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
  }

  .checkbox-wrapper-22 .switch input {
    display:none;
  }

  .checkbox-wrapper-22 .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }

  .checkbox-wrapper-22 .slider:before {
    background-color: #f5f7ec;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
  }

  .checkbox-wrapper-22 input:checked + .slider {
    background-color: #1a191d;
  }

  .checkbox-wrapper-22 input:checked + .slider:before {
    transform: translateX(26px);
  }

  .checkbox-wrapper-22 .slider.round {
    border-radius: 34px;
  }

  .checkbox-wrapper-22 .slider.round:before {
    border-radius: 50%;
  }
