@import 'inc/assets/fonts/_harmonia.scss.css';

p, ul, li {
	font-family: "HarmoniaSansStd-Regular";
	font-size: 18px;
}

a {
    color: #78a22f;
    text-decoration: none;
}

a:hover, a:focus {
    color: #4c671e;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 26px;
  line-height: 30px;
}
h4 {
  font-size: 24px;
  line-height: 30px;
}
h5 {
  font-size: 20px;
  line-height: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "HarmoniaSansStd-Bold";
    font-weight: normal;
}

blockquote {
	position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    padding: 0 37px;
    margin: 1em 15px;
    border-left: 5px solid #a6c271;
    font-style: italic;
}

blockquote:before {
    font-family: Helvetica, sans-serif;
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -5px;
    top: 21px;
    color: #a6c271;
}

a.orange-button {
	background-color: #f1700b;
    border-color: #f1700b;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 50px 6px;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    margin: 10px auto;
    text-decoration: none;
    font-family: "HarmoniaSansStd-Regular";
}

a.orange-button:hover {
	font-weight: bold;
	color: #ffffff;
}

a.green-button {
	background-color: #698e29;
    border-color: #698e29;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 50px 6px;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    margin: 10px auto;
    text-decoration: none;
    font-family: "HarmoniaSansStd-Regular";
}

a.green-button:hover {
	font-weight: bold;
	color: #ffffff;
}