body {
  background-image: url('../images/traduzioni-brescia-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-bottom: 30px;
  font-family: Oxygen, sans-serif;
  color: #235987;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}
h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Oxygen, sans-serif;
  color: #235987;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'PT Sans', sans-serif;
  color: #505050;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}
#privacy h3{ color: #235987; } 
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  font-family:'PT Sans', sans-serif;
  color: #505050;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
}
a {
  color: #00e;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.pattern-top {
  height: 550px;
  background-image: url('../images/pat-top-2.png');
}
.intro {
  position: relative;
  background-color: white;
}
.container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg-gray {
  position: relative;
  background-color: whitesmoke;
}
.angolo-gray {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background-image: url('../images/angolo.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.margini-top-bottom-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.column-padding {
  padding: 20px;
}
.column-padding.border {
  border-right: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
}
.img-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.padding-right-left-80 {
  padding-right: 80px;
  padding-left: 80px;
}
.column-paragraph {
  font-size: 15px;
  line-height: 20px;
}
.angolo-white {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background-image: url('../images/angolo-white-2.jpg');
}
.img-centrata {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.img-centrata.margin-top-bottom-40 {
  padding-bottom: 40px;
}
.hello {
  height: 550px;
  background-image: url('../images/pat-hello.png');
}
.image-hello {
  width: 100%;
  height: 100%;
  background-image: url('../images/parole.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.footer {
  background-color: #424242;
}
.text-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family:'PT Sans', sans-serif;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.link-footer {
  color: #d9d9d9;
}
.link {
  color: #505050;
}
.titolo-intro {
  padding-top: 100px;
  padding-bottom: 10px;
  font-family:'PT Sans', sans-serif;
  color: #414042;
  font-size: 65px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 5px;
}
.linea-gialla {
  display: block;
  width: 300px;
  height: 1px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f2e900;
}
.link-contatti {
  display: block;
  margin-top: 30px;
  padding: 10px 30px;
  float: right;
  background-color: #f2e900;
  color: #505050;
  text-decoration: none;
}
.link-contatti:hover {
  background-color: #fff82b;
}

#privacy-modal{ position: fixed; bottom: 0px; right:0; padding: 10px; line-height: 1.5em; width: 100%; 
font-size: 13px; background-color: #FFF; z-index: 999; border: 1px solid #235987; text-align: center; }
#privacy-form{ display: inline; }
#privacy-modal a{ color: #235987; font-weight: bold; }



@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .container.padding-mobile {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.padding-top-mobile {
    padding-top: 80px;
  }
  .img-centrata {
    display: none;
  }
  .titolo-intro {
    font-size: 35px;
    line-height: 40px;
  }
  .titolo-intro.intro-titolo-mobile {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .column-padding.border.mobile-padding {
    padding-top: 60px;
  }
  .column-padding.mobile-padding {
    padding-top: 80px;
  }
  .titolo-intro {
    font-size: 30px;
    line-height: 35px;
  }
  .titolo-intro.intro-titolo-mobile {
    font-size: 30px;
    line-height: 35px;
  }
  .linea-gialla.linea-gialla-mobile {
    width: 250px;
  }
}

