* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}
