@font-face {
    font-family: 'nettoregular';
    src: url('../fonts/netto/netto.woff2') format('woff2'),
         url('netto.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	font-family: "nettoregular";
	letter-spacing: 1px;
	word-spacing: 2px
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

main {
	flex: 1 0 auto;
}

 .slider{
   height:550px !important;
   margin-bottom: 30px !important;
 }
 .slides{
   height:525px !important;
 }
.dio{
  width:100% !important;
  height:100px !important;
}
.icon-block {
  padding: 0px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.brand-logo img {
    height: 60px !important;
	margin-top: 2px !important;
}

nav{
    height :65px !important;
    line-height:65px !important;
}

.red{
    background-color:rgba(171,0,0,1) !important;
}

.red-text {
	color:rgba(171,0,0,1) !important;
}

.immagini{
    height:120px !important;
    width: 250px !important;
    display: block;
   margin:0 auto;

}

.white{
    background-color:white !important;
}

#map {
	height: 444px;
	width: 100%;
}

ul.dropdown-content.select-dropdown li span {
    color: #006492; /* no need for !important :) */
}
