body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #c8c8c8;
  background-color: #272b30;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ffffff;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.navbar-nav > li > a, .nav-item a {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-nav > li > a:hover, .nav-item a:hover {
  background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
  background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d));
  background-image: linear-gradient(#020202, #101112 40%, #191b1d);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
  -webkit-filter: none;
  border-left-color: transparent;
}
/* ============== Sebastiano ===============*/
/*.jumbotron {
  padding: 0px 15px; 
  display: none !important;
}
.jumbotron h1, .jumbotron .h1 {
  display: none;
}
.jumbotron p {
  display: none;
}
.jumbotron > hr {
  display: none;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0px;
}*/
@media (min-width: 768px) {
  .jumbotron {
    /*padding: 0 0;*/
    /*display: block !important;*/
    height: 270px !important;
  }
}
footer#page-footer, footer#page-footer a, .footer p {
  color: #333;
}
footer#page-footer {
  background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
  background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
  background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
  -webkit-filter: none;
}
.navbar {
  margin-bottom: 0;
}
.navbar {
  background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
  background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
  background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
  -webkit-filter: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.navbar-brand .fa.fa-play-circle {
  display: none;
}
.footer {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
  -webkit-filter: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
footer#page-footer {
  border-top: 1px solid #E5E5E5;
  margin-top: 80px;
  text-align: center;
}
.footer {
  padding-bottom: 30px;
  padding-top: 30px;
}