/* CSS FOR LUMACA10ELODE.IT */

/* /// GENERALI /// */
body {
  color: #444;
  background-color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 100px;
  text-align: center;
}
body h1 {
  color: #036;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  margin: 20px 0px;
}
a {
  color: #036;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #066;
  text-decoration: underline;
}
body img {
  width: 250px;
}
body ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body .ul-social {
  font-size: 24px;
  line-height: 24px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body .ul-social li {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
body .content {
  width: 90%;
  margin: 0% 5%;
}


