/* CSS Document */
/* stili personalizzati per GruppoGlobalService da Resonance - Antonello Vaccaro - www.resonance.it */

p {
  font-size: 16px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}

.sezione-base {
	padding:80px 0;
}
.scuro {color:white;}
.scuro h1, .scuro h2, .scuro h3 {color:white;}
.scuro p {color:white;}

.servizi {background-color:#00436E;}
.sanificazione {background-color:#003044;}
.settori {background-color:#00436E;}


header nav.nav-menu ul.menu-list li a {
  font-size: 16px;
}

#home-section .tp-caption.small_text {
	font-size: 22px;
	line-height: 28px;
}

.title-section.alt-title h1 {
  font-size: 26px;
}


.google-maps {
  position: relative;
  padding-bottom: 100%; /* Definisco l'aspect ratio */
  height: 0;
  overflow: hidden;
}
.google-maps > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

footer {
    background: #99aacc;
}