a {
  color: #5cce99;
}
html body {
  font-family: Montserrat, sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: Montserrat;
  color: #333333;
  line-height: 1.5;
}
html body h1 {
  font-size: 38px;
}
html body h2 {
  font-size: 32px;
}
html body h3 {
  font-size: 28px;
}
html body h4 {
  font-size: 24px;
}
html body h5 {
  font-size: 20px;
}
html body h6 {
  font-size: 16px;
}
html body .widget h3 {
  font-family: Montserrat, sans-serif;
}
body hr {
  border-top-color: #5cce99;
}
.pre-header {
  padding: 5px 0;
  background: #bbb;
}
.pre-header p {
  margin: 0;
}
.nav-wrapper {
  background: #ddd;
  padding: 10px 0;
}
.nav-wrapper ul.header-nav {
  margin: 0;
  padding: 0;
}
.nav-wrapper ul.header-nav > li {
  list-style: none;
  display: inline-block;
}
header .header {
  padding: 10px 0;
}
header .header .social li {
  display: inline-block;
  list-style: none;
  font-size: 32px;
  margin: 0 5px;
}
header .header .lead {
  margin-bottom: 10px;
}
footer .footer-tagline {
  background: #ddd;
  padding: 10px 0;
}
footer .footer {
  margin: 10px 0;
}
footer .footer-right .footer-logo {
  max-width: 100%;
  height: auto;
}
footer .footer-right ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 30px;
}
footer .footer-right ul.social li {
  display: inline-block;
  margin: 0 10px;
}
footer .footer-copy-maker {
  padding: 10px 0;
  background: #bbb;
}
footer .footer-copy-maker ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
footer .footer-copy-maker ul li {
  display: inline-block;
  line-height: 1;
  border-left: 1px solid #333;
  margin-left: 5px;
  padding-left: 10px;
}
footer .footer-disclaimer {
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: left;
  font-size: 12px;
}
