/* Add here all your css styles (customizations) */

.navbar-nav > li > a {
  font-family: Montserrat, sans-serif;
  font-weight: 700 !important;
  font-size: 14px !important;
}

.header-fixed .header-v6.header-classic-white .navbar-nav .active > a,
.header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover {
		color: #00A83F;
	}

li a {
   color: #00A83F;
}


li a:focus,
li a:hover,
li a:active {
	color: #00A83F;
}

#landing {
  background-color: #00A83F;
  height: 400px;
  text-align: center;
  padding-top: 20px;
}

.interactive-slider-v2 h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 44px;
  text-transform: uppercase;
  }

.interactive-slider-v2 {
  padding-top: 10px;
  padding-bottom: 20px;
  text-transform: none;
  background: none;
  }

.interactive-slider-v2:after {
  background-color: #00A83F;
}

.interactive-slider-v2 p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}


.interactive-slider-v2 a {
  color: #424242;
}

.interactive-slider-v2 a:hover,
.interactive-slider-v2 a:focus {
  color: #ffffff;
  text-decoration: none;
}

.content-sm {
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 15px;
}

.content-boxes-v1 {
  margin-bottom: 20px;
}

i.icon-bg-u {
    background: #00A83F;
}

#newsletter {
  background: #d3d3d3;
}

#mc_embed_signup form{
  padding-bottom: 30px !important;
}

body {
  font-family: "Lato", sans-serif;
}

.heading-sm span {
  font-family: Montserrat, sans-serif;
}

#logo-footer{
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-family: Montserrat, sans-serif;
  color: #00A83F;
  padding-top: 20px;
}

h2 {
  font-family: Montserrat, sans-serif;
}


 /*Narrow width of main container on desktop*/
@media (min-width: 1200px) {
  .page-container {
    width: 750px;
  }
}

li, p {
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.navbar-brand {
  padding-right: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 110px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 110px;
  background: #6a6a6a;
  text-align: center;
}

.footer p {
  color: #FFFFFF;
  margin-top: 10px;
  font-size: 11px;
}

.course {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.crums a {
  font-size:11px;
  margin-bottom: 0 !important;
  padding-top:4px
}