/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  line-height: 1.35;
}
a {
  color:#0d4077 ;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: 500;
}
a:hover, a:focus {
  text-decoration: none;
  color:#0d4077 ;
}
p {

}

blockquote
{
	font-style: italic;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
  margin: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;
}

.fs-2 {
    font-size: 2rem!important;
}
