.section.header {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  box-shadow: 0px 0px 10px #000;
  background: url('../images/header.jpg') no-repeat;
  background-position:center;
  -moz-background-size: cover;
        -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    

  
}


.headercontainer {
  display: block;
  overflow: visible;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}


.headersection {
  display: block;
  width: 850px;
  margin-right: auto;
  margin-left: auto;
}


.counterheader {
  margin-top: 46px;
  float: left;
  color: white;
  font-size: 90px;
  font-style: italic;
  font-weight: 300;
  font-family:'Open Sans', sans-serif;
}

.counterheader a{
  text-decoration: none;
  color: white;
}


.labelcounterDoppio {
  margin-top: 55px;
  padding-left: 16px;
  float: left;
  color: white;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.labelcounterDoppiosost {
display: none;
}
 
.labelcounterSingolo {
  margin-top: 75px;
  padding-left: 16px;
  float: left;
  color: white;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.labelcounterSingolosost {
display: none;
}


.selectmenu {
  display: none;
}


.imglogo {
  width: 400px;
  height: auto;
  float: none;
}


.nav-menu {width: 750px;
}
.nav-link {
  background-color: #ff6600;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 14px;
  float: left;
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  text-transform: none;
  border: 1px solid white;
}
.nav-link:hover {
  background-color: #969696;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-bar {
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  text-align: right;
}




@media (max-width: 991px) {
  .logo {
  float: none;
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  }
  
  .headersection{
  width: 700px;
  }
  
  .counterheader {
  margin-top: 44px;
  margin-left: 15px;
  font-size: 70px;
  line-height: 1px;
  }
  .labelcounterDoppio {
  margin-top: 35px;
  font-size: 18px;
  }
  .labelcounterSingolo {
  margin-top: 55px;
  font-size: 18px;
  }
  .nav-link {
  border-radius: 30px;
  margin-left: 5px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 100;
  }
  .nav-bar {
    margin-top: 20px;
  }
  
}



@media (max-width: 767px) {

  .labelcounterDoppio {
  margin-top: 40px;
  font-size: 14px;
  line-height: 0.7;
  }
  .labelcounterSingolo {
  margin-top: 48px;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 0.7;
  }

  
}