html, body {
  font-size: 12px;
  font-family: "Encode Sans", sans-serif;
  font-weight: 500;
}

.container {
  max-width: 1140px;
}

a:link, a:visited {
  text-decoration: none;
}

.bg-lightgray {
  background-color: #EBEBEB;
}

h1 {
  font-size: 3.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.83rem;
  font-weight: 700;
}

p {
  font-size: 1.42rem;
  font-weight: 300;
  line-height: 22px;
}

input.form-control, textarea.form-control {
  border: 0.5px solid #CECECE;
  border-radius: 0;
}

.btn-primary {
  background: #FFF;
  color: #005174;
  line-height: 48px;
  padding: 0 47px;
  border: none;
}

.btn-primary:hover {
  background: #cce6ff;
}

.btn-primary:active {
  background: #6EA5DD;
}

body > header {
  background-color: rgba(33, 33, 33, 0.63);
  line-height: 86px;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
body > header > .container {
  text-align: right;
}
body > header > .container .logo {
  float: left;
}
body > header > .container .logo img {
  width: 294px;
}
body > header > .container > * {
  display: inline-block;
  vertical-align: middle;
}
body > header > .container > div {
  padding: 0 7px;
}
body > header > .container > div img {
  width: 17px;
  margin-left: 5px;
}
body > header a:link, body > header a:visited {
  color: #FFF;
  text-transform: uppercase;
}
body > main {
  margin-top: 86px;
  min-height: calc(100vh - 355px);
}
body > footer {
  background-color: #EBEBEB;
  font-weight: 300;
  margin-top: 50px;
}
body > footer p {
  font-size: 1rem;
  margin: 0;
}
body > footer img {
  width: 170px;
}
body > footer .bold {
  font-size: 0.92rem;
  font-weight: 600;
}
body > footer a:link, body > footer a:visited {
  color: #222222;
}

#form-contatti label {
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
#form-contatti input[type=text], #form-contatti input[type=email] {
  height: 39px;
}
#form-contatti textarea {
  height: 127px;
}
#form-contatti .btn {
  border: solid #EBEBEB 1px;
}

/*# sourceMappingURL=style.css.map */
