/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  /*font-family: 'Open Sans', sans-serif;*/
  color:#231f20;
  font-size: calc(15px + 0.390625vw);
  line-height: 1;
  background:#f0f0f0;
}
a {
  color:#ed1c24 ;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: 500;
}
a:hover, a:focus {
  text-decoration: none;
  color:#ed1c24 ;
}
p {
  line-height: 1.4;
}
blockquote {
  margin: 0 25px;
}
pre {
  background: #ccc;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
input::-webkit-input-placeholder {
  opacity: 0.5;
}
input::-moz-placeholder {
  opacity: 0.5;
}
input::-moz-placeholder {
  opacity: 0.5;
}
input::-ms-input-placeholder {
  opacity: 0.5;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder {
  opacity: 0;
}
