
html {
  font-size: 14px; }


body        { font: 24px/30px 'noto-sans-scott', sans-serif; }
.thin       { font-weight: 100 }
.light      { font-weight: 300 }
.regular    { font-weight: 400 }
.medium     { font-weight: 500 }
.bold       { font-weight: 700 }
.bolder     { font-weight: 900 }

a {
  color: #72c02c;
  outline: none; }

a:focus,
a:hover {
  color: #66ab27; }

.nav-link {
  color: #555; }

.nav-link:focus,
.nav-link:hover {
  color: #555; }

figure {
  margin-bottom: 0; }

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

.h7 {
  font-size: .75rem; }

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1; }

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #72c02c; }

::selection {
  color: #fff;
  background-color: #72c02c; }

.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff; }

.g-bg-primary ::selection {
  color: #72c02c;
  background-color: #fff; }
 a::after {display:none;}
