








.contatti h1{
    font-size: 100px;
    color: white;
    padding: 100px;
    text-transform: uppercase;
}

.contatti{
    background-image: url(../img/schrermino.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
}

.posizione{
    height: 80vh;
}

.posizione .left, .posizione .right{
    height: 100%;
    float: left;
}

.posizione .left{
    width: 40%;
    padding-left: 30px;
}

.posizione .right{
    width: 60%;
}



.posizione .left h1, .posizione .left h2{
    text-transform: uppercase;
    text-align: left;
}

h1{
    color: #175b49;
    margin-top: 30px;
}

h1:first-child{
    margin-top: 100px;
}

#mappa{
    margin-top: 100px;
}


.footer .left{
  padding: 10px;
  background-color: #175b49;
  height: 100%;
  color: white;
  float: left;
  width: 50%;
}
.footer .right{
  padding: 10px;
  background-color: #175b49;
  height: 100%;
  color: white;
    float: left;
    width: 50%;
}

.footer .right h1{
    color: white;
    text-align: center;
    margin-top: 0px;
}
.footer{
  background-color: #175b49;
  height: 150px;
}

img{
  height: 100%;
}