/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 15px; }

body {
  font-weight: 300;
  font-size: 15px;
  font-family: "Encode Sans", sans-serif;
  color: #555;
}

a {
  color: #007E41;
  outline: none; }

a:focus,
a:hover {
  color: #008C48; }

.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: #008243;}

::selection {
  color: #fff;
  background-color: #008243; }

.g-bg-primary ::-moz-selection {
  color: #008243;
  background-color: #fff; }

.g-bg-primary ::selection {
  color: #007E41;
  background-color: #fff; }
