html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #logo {
    position: relative;
}
#logo img {
    position: absolute;
    top: 5px;
    right: 5px;
}
mark{
  background-color: #D11B74;
  color:white;
  border-radius: 5px;
}
body {
    position: absolute;  
    display: table;   
    margin:0;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    background-color: #fff;   
    min-height: 100vh;
  }

p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  font-weight: 400;
  margin: 10px 20px 10px 20px ;
  }

  
 .TitoloFinestra{
    font-family: Montserrat,sans-serif !important;
    color: #79287E;
    font-size: 3em;
    font-weight: 700;
    text-align: center; 
    margin-top:90px ;   
    margin-bottom: -20px;     
  }

  h2{
    font-family: Oswald,sans-serif;  
    font-weight: 400;
    font-size: 2rem;
    margin-top: 90px;  
    margin-bottom: 10px;
    }

  h3{
  font-family: Oswald,sans-serif;  
  font-weight: 400;
  font-size: 2rem;
  margin-top: -20px;  
  margin-bottom: 10px;
  }
#EndTitle{
  padding-top:100px;
}
  h4{
    font-family: Oswald,sans-serif;  
    font-weight: 400;
    font-size: 1.5rem;
    margin:auto; 
    padding-top:30px;
    padding-bottom:50px;  
    padding-left: 20px;
    padding-right: 20px; 
    }

  .RegistrationTitle{
    margin: auto;
  }
 

 .FotoFiore{
  width: 95%;
  max-width: 1000px;
  height: auto;  
  margin-left: 10px;
  margin-right: 10px; 
  border-radius: 1em;
 }

 .disclamer{  
    font-family: "Courier New";
    font-size:small;
    width: 90%;
    margin:auto;
    text-align: justify;
  }
  h1.disclamer{
    font-family: "Courier New"; 
    font-weight: 600;
    font-size: 1rem;
    margin:auto; 
    text-align: center;
    width: 90%;
    padding-top:30px;
    padding-bottom:50px;  
    }
  button.disclamer{
    width: auto;
    height: 2rem;
    font-size: 1rem;
    background-color: #e7e7e7; 
    color: black;
    border-radius: 0.2rem ;
    margin-top:20px;
  }

 .ButtonContainer{
  position:static;
  margin-bottom: 150px;
 
 }

 #container {
  margin:auto;
  max-width: 100%;
  aspect-ratio: 100 / 29;
  background-image: url("/img/Backgroundimg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 0px;
}
 /* BUTTON CSS
------------------------------------------- */

.button-Yes{
  background-image: linear-gradient(92.88deg, #79287E 9.16%, #79287E 43.89%, #79287E 64.72%);
  border-radius: 5px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

.button-Yes:hover{
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 20px;
  transition-duration: .1s;
}

.button-No{
  background-image: linear-gradient(92.88deg, #dddddd 9.16%, #dddddd 43.89%, #dddddd 64.72%);
  border-radius: 5px;
  border-style: none;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

.button-No:hover{
  box-shadow: rgba(171, 166, 206, 0.5) 0 1px 20px;
  transition-duration: .1s;
}
.button-Togli{
  background-image: linear-gradient(92.88deg, #D11B74 9.16%, #D11B74 43.89%, #D11B74 64.72%);
  border-radius: 5px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

.button-No:hover{
  box-shadow: rgba(171, 166, 206, 0.5) 0 1px 20px;
  transition-duration: .1s;
}
/* ----------------- FORM -----------------  */
.form__label {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
  transform: translateY(0rem);
}
.form__labelnews{
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  margin-left: 2rem;
  margin-top: 0.7rem;
  padding-bottom: 1.5rem;
  display: block;
  text-align: center ;

}
.form__input {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 1.2rem;
	margin: 0 auto;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 0.2rem;
  background-color: rgb(255, 255, 255);
  border: none;
  width: 80%;
  max-width: 450px;
  display: block;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0%;
  visibility: hidden;
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
}
input[type=submit]{
  background-color: #79287E;
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 15px 30px;
  margin-top: 4px;
  border-radius: 10px;
  word-spacing: 5px;
  border:none
}
input[type=checkbox]{
  height: 20px;
  width: 20px;
  background-color: #eee;
  }

.form__group { 
  
  margin:  auto 10px;   
  background-color: rgba(200,200,200,0.5);
  padding: 25px 25px 70px 25px;
  border-radius: 15px;
}
/* Style the navigation menu 1 =======================================================================*/
.topnav {
  overflow: hidden;
  background-color: #dddddd;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #79287E;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}


footer {
  position:absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;    
  background-color: #dddddd;
  color: #79287E;
  text-align: center;  
  border-radius: 8px 8px 0px 0px;
}

footer p {
  font-size: 12px;
}



/* HAMBURGER BUTTON  ==================================================================================================== */
#menuToggle
{
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #ffffff;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #232323;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #79287E;
  
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 20px;
  padding-top: 100px;
  border-radius: 10px 10px 10px 10px;
  
  background: rgba(121, 40, 126,0.95);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}