html,
button,
input,
select,
textarea,
.pure-g [class *= "pure-u"] {
  /* Set your content font stack here: */
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Roboto", "Catamaran", sans-serif;
}

a {
  color: inherit;
}

.clearfix {
  content: "";
  display: block;
  clear: both;
}

a.standard {
  text-decoration: none;
  color: #b69a7c;
  font-weight: 800;
}

p.small {
  font-size: 0.8em;
  color: #a6a6a6;
}

.cover {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.cover img {
  width: 100%;
}

.call_action {
  width: 120px;
  height: 30px;
  border-radius: 30px;
  background-color: #f16921;
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  box-shadow: 0 5px 20px #666666;
  padding-top: 8px;
  padding-left: 10px;
}

.call_action p {
  float: right;
  margin-top: 2px;
  padding-right: 20px;
  color: white;
}

span.redblock {
  color: white;
  background: red;
  padding: 10px;
  margin: 0 5px;
  border-radius: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
