#topbar {
  border-bottom: 2px dashed #004593;
  color: #004593;
  font-size: 1.5rem;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  background: #fff;
  min-height: 100%;
}
html body {
  background-color: #fff;
  color: #222;
  font-family: 'Quicksand', helvetica, arial, 'sans-serif';
  font-weight: 400;
  height: 100vh;
  min-height: 100vh;
  line-height: 140%;
}
@media (min-width: 300px) {
  html body {
    font-size: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  html body {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    font-size: 1rem;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: 400;
  line-height: 120%;
  margin: 10px auto;
  text-align: center;
}
html body h1 {
  font-size: 5rem;
}
html body h2 {
  font-size: -1rem;
}
html body h3 {
  font-size: -5rem;
}
html body h4 {
  font-size: -9rem;
}
html body h5 {
  font-size: -11rem;
}
html body h6 {
  font-size: -13rem;
}
html body a:link,
html body a:visited {
  color: #004593;
  text-decoration: none;
}
html body a:hover {
  color: #004593;
  background-color: transparent;
  text-decoration: underline;
}
html body .row {
  margin-left: 0;
  margin-right: 0;
}
html body #contenitore {
  margin: auto;
}
@media (min-width: 992px) {
  html body #contenitore {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
html body #contenitore.container-fluid {
  padding: 0;
}
html body #contenitore header {
  padding-top: 25px;
  margin: auto;
  max-width: 1000px;
}
html body #contenitore header .row {
  margin: auto;
}
html body #contenitore header .row .logo {
  text-align: center;
}
@media (min-width: 300px) {
  html body #contenitore header .row .logo {
    text-align: center;
  }
  html body #contenitore header .row .logo img {
    margin: 2rem auto 1rem auto;
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  html body #contenitore header .row .logo img {
    max-width: 100%;
  }
}
html body #contenitore header .row .text-block {
  display: flex;
  align-items: center;
}
@media (min-width: 300px) {
  html body #contenitore header .row .text-block {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  html body #contenitore header .row .text-block {
    justify-content: left;
  }
}
html body #contenitore header .row .text-block .motto {
  color: #222;
  line-height: 120%;
}
@media (min-width: 300px) {
  html body #contenitore header .row .text-block .motto {
    font-size: 1rem;
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  html body #contenitore header .row .text-block .motto {
    text-align: left;
  }
}
@media (min-width: 992px) {
  html body #contenitore header .row .text-block .motto {
    font-size: 1.2rem;
    padding: 0 0 0 1rem;
  }
}
html body #contenitore #corpo {
  display: block;
  max-width: 1000px;
  margin: 2rem auto;
}
html body #contenitore #corpo .row [class*="col-md-"].contatti {
  text-align: center;
}
html body footer {
  border-top: 2px dashed #004593;
  color: #333;
  font-size: 0.8rem;
  display: block;
  width: 100%;
}
html body footer .row {
  margin: auto;
  padding: 0.6rem 0;
}
html body footer .row a {
  color: #333;
  text-decoration: none;
}
html body footer .row a:hover {
  color: #004593;
  text-decoration: underline;
}
html body footer .row .info {
  text-align: center;
}
html body footer .row .crediti {
  font-size: 0.7rem;
  margin: 1rem auto 0 auto;
  text-align: center;
}
