html{
  height: 100%;
  width: 100%;
}

body{
  background: #000;
  color: #858585;
  font-size: 1.25em;
}

h1, h2, h3, h4, h5, h6, .menu, .nav, .list-group{
  font-family: papyrus;
}

h1{
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #666;
  line-height: 1.1em;
}

.no-border{
  border: none;
}

a:link,
a:visited,
a:active{
  color: #cfcfcf;
  text-decoration: none;
}
a:hover{
  color: #fff;
  text-decoration: none;
}
a{
  transition: all 500ms;
}

.well{
  background: #292929;
  border-color: #5b5b5b;
}

/* menù */
#main-menu{
  width: 100%;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #111;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #333;
}
.navbar-toggler{
  border-color: #fff !important;
  color: #fff !important;
}


/* homepage */

.home{
  overflow: hidden;
}

.home .animated{
  animation-duration: 3s;
}
.home .menu.animated{
  animation-delay: 2s;
}

.home .intro-stage {
  position: relative;
  margin: 10% auto;
  max-width: 450px;
  height: 212px;
  text-align: center;
}
.home .intro-stage .menu a{
  display: block;
  position: absolute;
  width: 48%;
}
.home .intro-stage .menu a:nth-child(odd){
  text-align: left;
}
.home .intro-stage .menu a:nth-child(even){
  text-align: right;
}
.home .intro-stage .menu a:nth-child(1){
  top: 0px;
  left: 5px;
  background-position: 200px 100px;
  height: 45%;
}
.home .intro-stage .menu a:nth-child(2){
  top: 0px;
  right: 5px;
  background-position: -50px 100px;
  height: 45%;
}
.home .intro-stage .menu a:nth-child(3){
  bottom: 0px;
  left: 5px;
  background-position: 200px -50px;
  height: 40%;
  padding-top: 12%;
}
.home .intro-stage .menu a:nth-child(4){
  bottom: 0px;
  right: 5px;
  background-position: -50px -50px;
  height: 40%;
  padding-top: 12%;
}
.home .intro-stage .menu a:nth-child(5){
  top: 45%;
  left: 5px;
  background-position: 200px center;
}
.home .intro-stage .menu a:nth-child(6){
  top: 45%;
  right: 5px;
  background-position: -50px center;
}
.home .intro-stage .menu a:hover:nth-child(1){
  background: url('/images/fenice-small.png') no-repeat left top;
}
.home .intro-stage .menu a:hover:nth-child(2){
  background: url('/images/fenice-small.png') no-repeat right top;
}
.home .intro-stage .menu a:hover:nth-child(3){
  background: url('/images/fenice-small.png') no-repeat left bottom;
}
.home .intro-stage .menu a:hover:nth-child(4){
  background: url('/images/fenice-small.png') no-repeat right bottom;
}
.home .intro-stage .menu a:hover:nth-child(5){
  background: url('/images/fenice-small.png') no-repeat left center;
}
.home .intro-stage .menu a:hover:nth-child(6){
  background: url('/images/fenice-small.png') no-repeat right center;
}

.home .list-group-item{
  background: none;
}