body, html {
  height: 100%;
  margin: 0;
    overflow: hidden;
}

.bg {
  /* The image used */
  background-image: url("../images/back.png?v=103");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-repeat: no-repeat;
-moz-background-size: auto 100%;
-webkit-background-size: auto 100%;
-o-background-size: auto 100%;
background-size: cover;
}

.footer {

  /* Full height */
  height: 100%; 
  display:none;
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  text-align: center;
  color: white;
}

/* Top left text */
.top-left {
  position: fixed;
    color: #009fe3;
  bottom: 15%;
  right: 0.0%;
  width:20%;
  text-shadow: 2px 4px 4px rgba(0,0,0,0.3);
  font-size: 2vw;
  text-align: right;
  font-family: "Arial Black", Gadget, sans-serif;
  
   
  background-image: url("../images/orario.png?v=103");
    background-repeat: no-repeat;
	background-size: 120% 120%;
}

.tavsinno {
  position: absolute;
  top: 100px;
  right: 16px;
  text-shadow: 2px 4px 4px rgba(0,0,0,0.3);
  font-weight:bold;
}

/* Bottom left text */
.bottom-left {
  
}

.logomarina {

}

/* Text bottom */
.textbottom {
  position: fixed;
  width:100%;
  left: 50%;
  bottom: 1px;
  font-size: 1.5vw;
  transform: translate(-50%, -50%);
  color:black;
}

.title {
  position: fixed;
  left: 50%;
  top: 5%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  color:white;
  text-shadow: 2px 4px 4px rgba(0,0,0,0.3);
  font-size: 3vw;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight:bold;
}

.titlelow {
  position: fixed;
  left: 50%;
  top: 10%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  color:white;
  font-size: 1.8vw;
  font-family: "Arial black", Gadget, sans-serif;
}

.topright {
  position: fixed;
  right: 1%;
  top: 1%;
  margin: 0 auto;
  color:white;
  font-size: 100%;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight:bold;
}

.progressbar {
  position: fixed;
  height:2.5%;
  bottom: 0.0001px;
  width: 100%;
}