.navbar-brand,.container-header{
 margin: auto;
}
.container-header{
  background-color: #96C3C1;
  background-image: none;
  width: 100%;
}

/** full menu NOT showing on small screen */
@media screen and (max-width: 810px) {
#mod-custom109{ 
  display: none;
}
}
.mod-custom{
  position: relative;
  margin: auto;
}

#studio,#curricula,#prestazioni,#orari{
 padding: 9% 5% 2% 5%;
}
#home{
  margin-top: -4rem;
}
#benvenuti{
 padding: 9% 5% 2% 5%;;
}
#smile{
 padding: 4% 3% 2% 3%;
}
#map{
 padding: 7% 5% 2% 5%;
}
#contatti{
 padding: 2% 4% 2% 4%;
}
.studio-container, .smile-container, .slider-container {
 text-align: center;
 color: #197367;
}
#benvenuti, #curricula  {
 background-color: #DBFCFF;
}
.col-sm{
  padding: 0.5rem;
}
.photo-curricula{
  margin-right: 20px;
  margin-top: 5px;
  float: left;
}
#smile, #prestazioni, #map{
 background-color: #F9F8B7;
}
#studio, #orari{
 background-color: #E5E5E5;
}
#orari, #contatti{
 display: flex;
}
.contentmap{
margin-top:1.5em;
position:relative;
padding-top:50px;
padding-bottom:56.25%;
height:0;
overflow:hidden;
}

.contentmap iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
#contatti{
 background-color: #96C3C1;
}