body{
  background-color: #212121;
  font-family: 'Roboto Mono', monospace;
  color:white;
}
.displayNo{
  display: none;
}
.navbar{
  z-index:1;
}
.demo-live{
  color:white;
}
input, textarea, option, select{
  color:black;
}
/*
#fullpage{
  left:50%;
  width:50%;
  padding:150px;
  color:white;
  position: absolute;
  top:20%;
}
.section{
  z-index:0;
}
*/
#fullpage{
  color:white;
  background-color: #212121;
}
.fp-slides{
  padding-top: 100px;
}
.page-footer{
  position: fixed;
  bottom: 0;
  margin-left: 10px;
  padding-bottom: 10px;
}
.go-right{
  text-align: right;
}
/*Bottoni*/
.ow-btn-menu .ow-btn:last-child{
  float:right;
}
.ow-btn {
  width: 140px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s linear;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 48px;
}
.btn-white{
  background-color: #F5F5F5;
  border: 2px solid #F5F5F5;
  color: #212121;
}
.btn-white:hover {
  color: #F5F5F5;
  background-color: #212121;
}
.page-footer{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
/*Ombre per i text box*/
textarea,input{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
textarea:active, textarea:hover, textarea:focus,.ow-btn:hover,input:hover,input:active,input:focus{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
  background-color: white;
}
.navbar-footer{
  padding-top:12px;
  position: fixed;
  bottom: 0px;
  width:100%;
  background-color: gray;
  margin-bottom: 0px;
  z-index:9;
}
.text-left{
  text-align: left;
}
.box-form{
  margin-right:20%;
  margin-left:20%;
}
.fp-slides{
  z-index:0;
}
.navbar-collapse{
  background-color: black;
  z-index:99;
}
.intro div{
  text-align: left !important;
}
.intro-home div{
  text-align: center !important;
}
@media screen and (max-width: 1100px) {
  #fullpage{
    left:0;
    width:100%;
    padding:10px;
    top:0px;
  }
  .navbar{
    position:fixed;
    top:0;
    width:100%;
  }
  .fp-section {
    margin-top:50px;
  }

  .slide .intro div{
    width:100%;
    margin:0px;
    font-size: 130%;
  }
  .fp-controlArrow.fp-next{
    border-color: transparent transparent transparent rgba(255,255,255,0.3);
  }
  .fp-controlArrow.fp-prev{
    border-color: transparent rgba(255,255,255,0.3) transparent transparent;
  }
  .intro div{
    margin-bottom: 60px !important;
  }
  .fp-slides{
    padding-top: 0px;
  }
}
.demo-live div{
  font-size: 1em;
  margin-bottom:5px !important;
}
.demo-live p{
  font-size: 1em;
  margin-bottom:5px !important;
}
