/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 12, 2022 */


.intro {
  position: relative;
  margin: 2em;
  padding: 0.2em 0.6em;
  cursor: auto;
  font-size: 2em;
  max-width: 26em;
}
.intro h1 {
  margin-bottom: 0.5em;
  line-height: 1;
  font-weight: 100;
    
}

.testoCorpo{
	font-family: 'barlow_condensedlight';
	font-size:15px;
	
}

.testoCorpo2{
	font-family: 'spin_cycle_otregular';
	font-size:30px;
	
}
.testoCorpo3{
	font-family: 'spin_cycle_otregular';
	font-size:44px;
	
}


#submit {
  background-color: #777777; /* colore di sfondo    */
  border: 2px solid #5f5f5f;
  border-radius: 10px;       /* bordo dell'elemento */
  color: #fff;               /* colore del testo    */
  font-weight: bold;         /* testo in grassetto  */
  padding: 0;                /* padding             */
  height: 25px;              /* altezza             */
  width: 80px;               /* larghezza           */
}
#cancella {
  background-color: #777777; /* colore di sfondo    */
  border: 2px solid #5f5f5f;
  border-radius: 10px;       /* bordo dell'elemento */
  color: #fff;               /* colore del testo    */
  font-weight: bold;         /* testo in grassetto  */
  padding: 0;                /* padding             */
  height: 25px;              /* altezza             */
  width: 80px;               /* larghezza           */
}
textarea[name="body"] {
       border: 1;
       background: #fff;
       opacity:0.5;       
     }
textarea[name="object"] {
       border: 1;
       background: #fff;
       opacity:0.5;       
     }textarea[name="email3"] {
       border: 1;
       background: #fff;
       opacity:0.5;       
     }textarea[name="em"] {
       border: 1;
       background: #fff;
       opacity:0.5;       
     }textarea[name="email2"] {
       border: 1;
       background: #fff;
       opacity:0.5;       
     }

.responsive {
 max-width: 100%;
 height: auto;
}	


     /* 

$duration = 12
$slides = 4
$step = $duration/$slides
setDelayRevers($duration, $slides)
  
  for index in (2..$slides)
    &:nth-child({index -1}) 
      animation-delay ($step*index)s

#CrossFade
  height 100vh
  overflow hidden
  position relative
  
  display flex
  img
    align-self center
    position absolute
    
    min-width 100%
    min-height 100%
    height auto
    
    backface-visibility hidden
    opacity 0
  
    transform scale(1.4) rotate(12deg)
    animation CrossFade ($duration)s infinite 
    setDelayRevers($duration, $slides)   
@keyframes CrossFade
  25%
    opacity 1
    transform scale(1) rotate(0)
  40%
    opacity 0
    
*/

 


@font-face {
    font-family: 'spin_cycle_otregular';
    src: url('spincycle_ot-webfont.woff2') format('woff2'),
         url('spincycle_ot-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'barlow_condensedlight';
    src: url('barlowcondensed-light-webfont.woff2') format('woff2'),
         url('barlowcondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'barlow_condensedlight';
    src: url('barlowcondensed-light-webfont.woff2') format('woff2'),
         url('barlowcondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#quote{font-size: 32px; color: #000; opacity: .25; filter: alpha(opacity=100); }
#quotebox { opacity: .25; filter: alpha(opacity=100); } 
#boxB {opacity: .80; filter: alpha(opacity=80); }

#ombra {height:380%; background-color:rgba(0,0,0,0.70);
-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 20px;
	border: 0px solid rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}
#ombra2 {height:300%; background-color:rgba(0,0,0,0.30);
-moz-border-radius: 40px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 35px;
	border: 0px solid rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}