@charset "UTF-8";

/* CSS Document */

body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	line-height: 26px;
}
h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #181c18; font-family: 'Nunito Sans', sans-serif; margin: 0px 0px 15px 0px; letter-spacing: 2px; }
h1 { font-size: 26px; }
h2 { font-size: 22px; line-height: 30px; }
h3 { font-size: 20px; line-height: 34px; }
h4 { font-size: 18px; line-height: 30px; }
h5 { font-size: 16px; line-height: 28px; }
h6 { font-size: 14px; }
p {
	margin: 0 0 30px;
	line-height: 1.6;
	font-size: 15px;
	color: #333;
}
p:last-child { margin: 0px; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #181c18; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #52c75a; }
.lead { font-size: 21px; font-weight: 300; line-height: 1.5; font-family: 'PT Serif', serif; color: #52c75a; margin-bottom: 30px; font-style: italic; }
.blockquote { border-bottom: 1px solid #ededed; border-top: 1px solid #ededed; color: #181c18; }
.blockquote-content p { font-family: 'Nunito Sans', sans-serif; color: #181c18; margin-bottom: 15px; margin-top: 15px; line-height: 1.6; font-weight: 400; font-size: 30px; }
.blocquote-author { }
.blockquote-icon { font-size: 30px; color: #52c75a; font-family: FontAwesome; font-style: normal; float: left; margin-right: 15px; margin-top: 8px; }
strong { color: #111; font-weight: 700; margin-right: 8px; }
hr { border-bottom: 1px solid #ededed; margin-bottom: 40px; margin-top: 40px; }
