/* This stylesheet is meant for custom styles, on top of the Bone Template */
p {
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.5;
}

h4 {
  line-height: 1.5;
}

::-webkit-input-placeholder {
  font-weight: 300 !important;
  color: #9ca4ac !important;
  font-size: 0.85em;
}

:-moz-placeholder {
  font-weight: 300 !important;
  color: #9ca4ac;
  font-size: 0.85em;
}

::-moz-placeholder {
  font-weight: 300 !important;
  color: #9ca4ac;
  font-size: 0.85em;
}

:-ms-input-placeholder {
  font-weight: 300 !important;
  color: #9ca4ac;
  font-size: 0.85em;
}

:placeholder-shown {
  font-weight: 300 !important;
  color: #9ca4ac;
  font-size: 0.85em;
}
