
body {
  font-family: "Muli", Garamond, 'Comic Sans MS'; }

  #casa{
    position: fixed;
    left:0;
    top:0;
    z-index: 2000;
  }
  #back {
    position: fixed;
    padding-top: 15px;
    margin-right: 10px;
    right: 0;
    top:0;
    z-index: 2000;
  }

.storyboard-title{
  position: fixed;
  left:50%;
  top:50%;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  margin-top:-200px;
  margin-left:-250px;
  width:500px;
  height:400px;
  text-align:justify;
}

.storyboard-title img{
  max-width: 100%;
}

#fullpage{
  /*background-image: url("../img-storymap/partigiani_milano.jpg");
  background-size: cover;*/
  width:100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  }

.bottone{
  width:30%;
  margin-top:40px;
  margin-bottom:40px;
  float:right;
}
.bottone a{
  color:#fff !important;
}

#slide-fine{
  text-align: center;
  font-size: 120px;
}

#credit{
  position: fixed;
  right:0;
  bottom:0;
  width:100%;
  height:60px;
  padding:5px;
  text-align: right;
}

.box{
  background-color: rgba(255,255,255,0.1);
  border-left:1px solid #ddd;
  padding:20px;
  text-align: justify;
}
