html, body {
  width:  100%;
  height: 100%;
  margin: 0px;
}

body {
  font-family: Inconsolata, monospace;
  text-align: center;
  color: #69524c;
  background-color: #f7f4f5;
  font-size: 12px;
}

input, input[type="submit"] {
  font-family: Inconsolata, monospace;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  border: 1px solid #cdc3c5;
}

input#mce-EMAIL {
  width: 260px;
}

input[type="submit"] {
  color: #69524c;
  background-color: #f7f4f5;
}

#logo {
  width: 240px;
  margin: 40px 0 -20px;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 13px;
  letter-spacing: 8px;
}

header h1 {
  text-transform: uppercase;
  letter-spacing: 50px;
  text-indent: 50px;
}

header h2 {
  text-transform: lowercase;
  letter-spacing: 14px;
  text-indent: 14px;
  font-size: 16px;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

a,
a:hover,
a:active,
a:visited {
  color: rgb(84, 64, 61);
}

p {
  line-height: 18px;
  margin: 40px 0;
}

ul, ol {
  margin-top: 20px;
  padding-left: 40px;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

li {
  margin-bottom: 20px;
}

ul.unstyled,
ol.unstyled {
  list-style-type: none;
  padding-left: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img, video, canvas {
  max-width: 100%;
}

footer {
  margin-top: 40px;
  color: #7a716f;
  background-color: #f1efec;
  padding: 10px 0;
}

footer .container {
  width: 960px;
}

footer p {
  margin: 20px 0;
}

form div {
  display: inline-block;
}

.clearfix {
  overflow: hidden;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.alert {
  color: rgba(255, 0, 0, .7);
}

.success {
  color: rgba(0, 128, 0, .7);
}

.container {
  margin: 0 auto;
  padding: 0 10px;
  width: 863px;
}

.description {
  margin: 0 auto;
  width: 480px
}

.codice-12 {
  margin-top: -70px;
}

.social {
  color: #978886;
}

@media screen and (max-width:825px) {
  .container,
  .description,
  footer .container {
    width: auto;
    max-width: 100%;
  }

  input#mce-EMAIL {
    width: auto;
  }

  input[type="submit"] {
    margin-top: 14px;
  }

  .codice-12 {
    margin-top: -20px;
  }

  .left, .right {
    float: none;
  }
}
