
body {
  color: #444;
  font-family: 'Poppins', sans-serif;
  /* font-size: 17px; */
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}



blockquote p {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
  font-weight: none;
  line-height: 25px;
}

.lead {
  line-height: 35px;
  font-size: 1.3em;
}

h1 { font-size: 2em; color: #b5252a; line-height: 1.2em; font-weight: 700;}
h2 { font-size: 1.5em; color: #b5252a; line-height: 1.2em; font-weight: 700;}
h3 { font-size: 1.17em; color: #b5252a; line-height: 1.2em; font-weight: 700;}
h4 { font-size: 1.12em; color: #b5252a;  font-weight: 600;}
h5 { font-size: .83em; color: #b5252a;  font-weight: 600;}
h6 { font-size: .75em; color: #b5252a;  font-weight: 600;}

a {
  	color: #b5252a;
  	font-weight: 600;
}
a:hover {
 	color: #231f20;
  	text-decoration: none;
}

b {font-weight: 600;}
strong {font-weight: 600;}
