@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html, body {
  background-color: #6294CC;
  font-family: 'League Spartan';
}
.contenitore{
  height:100%
}
.videofullscreen{
  position:absolute;
  overflow: hidden;
  width:100% !important;
  height:100% !important;
  object-fit: cover;
  top: 0;
  background-color: #6294CC;
}
.title{
  font-family: 'League Spartan', sans-serif;
  color: white;
  font-size: 1.5em;
  position: absolute;
  width: 100%;
  align-items: center;
  text-align: center;
  top: 0%;
}





.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
 }
 
 .video-container iframe, 
 .video-container object, 
 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }
 
 .entry-content img, 
 .entry-content iframe, 
 .entry-content object, 
 .entry-content embed {
  max-width: 100%;
 }


 
 .league-spartan-lore> {
   font-family: "League Spartan", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
 }

 .noselect{
   user-select: none;
 }

 .total-animation {
    position: absolute; z-index: 5;
    width: 10%;
 }
 .animation-work{
  top: 684px;
  left: 380px;
  scale: 60%;
  height: 20%;
 }

 .navbar-light .navbar-nav .nav-link {
  color: #000;
}

