@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.page-wrapper.manutenzione{
	margin-top: -98px;
}

.barra-laterale .hamburger-inner, .barra-laterale .hamburger-inner:after, .barra-laterale .hamburger-inner:before {
    background: var(--primary);
}

.barra-laterale #sidebar ul li a {
    color: rgba(255,255,255,.85);
}

.barra-laterale #sidebar ul li a:hover {
    color: rgba(255,255,255,1);
	background: transparent;
}

blockquote {
    padding: 2em;
    margin: 2em 0;
    border: none;
}

blockquote::before {
    color: var(--primary);
    left: calc(50% - 12px);
}

/* == SEZIONI SPECIFICHE == */

#hero img {
	max-width: 320px;
}

#hero .container{
	position: relative;
}

#hero .overlay {
  position: absolute;
  top:0;
  left:0;
  right:0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index:1;
  background: rgba(0,99,49,.25);
}

#hero .image-wrap {
  position: absolute;
  top:0;
  left:0;
  right:0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  animation: move 30s ease infinite alternate;
  /* Add infinite to loop. */  
  -ms-animation: move 20s  ease infinite alternate;
  -webkit-animation: move 20s ease infinite alternate;
  -0-animation: move 20s ease infinite alternate;
  -moz-animation: move 20s ease infinite alternate;
  background: url('../immagini/altro/olivi3.jpg');
  background-size: cover;
  z-index:0;
}

#hero .row{
	position: relative;
	z-index: 2;
}

#hero.tonno .image-wrap {
  background: url('../immagini/altro/peschereccio.jpg');
  background-size: cover;
   z-index:0;
}

#hero.tonno .overlay {
    background: rgba(21,114,181,.25);
}

img.valori {
	max-width: 360px;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }
  
  100% {
    transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);   
    -moz-transform: scale(1.25);
  }
} 

@media (min-width:992px){
	.navbar-brand img{
		height: 80px;
	}
	
	.barra-laterale #sidebarCollapse {
		top: 52px;
	}
	
}
