/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 14px; }

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: proxima-nova, sans-serif;
  line-height: 1.6;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff; }

a {
  color: #72c02c;
  outline: none; }

a:focus,
a:hover {
  color: #66ab27; }

.nav-link {
  color: #fff; }

.nav-link:focus,
.nav-link:hover {
  color: #fff; }

.nav-item {
color: #fff;
font-family: proxima-nova-condensed, sans-serif;
font-weight: 300;
font-size: 1.05rem;
text-transform: none;
}

figure {
  margin-bottom: 0; }

header_olson {
    color: #07090D;
}


/*------------------------------------
  Headings
------------------------------------*/
.h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  font-family: proxima-nova, sans-serif;
   }

.h7 {
  font-size: .75rem; }
.h1 {
font-family: proxima-nova, sans-serif;
font-weight: 800;
font-size: 4rem;
line-height: 1;
}

.h2{
font-family: proxima-nova, sans-serif;
font-weight: 100;
font-size: 4rem;
line-height: 1;
}
.h3 {
font-family: proxima-nova, sans-serif;
font-size: 3rem;
font-weight: 800;
color: #000;
}
.h4 {
font-family: proxima-nova, sans-serif;
font-size: 1.8rem;
font-weight: 300;
}
.h5 {
font-family: proxima-nova, sans-serif;
font-size: 1.8rem;
font-weight: 800;
color: #999999;
}
.header2
{
 background-color: rgba(255, 255, 255, 0.75);}
}

/*------------------------------------
  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; }
