@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300,400,500,700|Assistant:200,300,400,600");
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "Assistant", sans-serif; }

h1, h2, h3 {
  font-family: "Alegreya Sans SC", sans-serif;
  color: #148637; }

p, nav a, label, input, textarea, .form-control {
  font-size: 1.25em; }

a {
  color: #9FA2A2;
  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in; }
  a:hover {
    color: #148637; }

label {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 400; }

#wrapper {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.content {
  padding-bottom: 70px;
  margin-bottom: 40px; }
  .content p {
    line-height: 1.7em; }
  .content .page-title-img {
    background-size: cover !important;
    background-position: center;
    min-height: 100px;
    width: 100%; }

h1.page-title {
  padding-top: 1%;
  padding-bottom: 2%; }
  h1.page-title:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #148637; }

#MainNav {
  z-index: 999;
  border: 0;
  border-radius: 0;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  background: none;
  margin-top: 10px;
  margin-bottom: 5px; }
  #MainNav .navbar-header {
    text-align: center; }
  #MainNav .navbar-toggle {
    border: 0;
    background: none;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    float: none;
    margin: 0 auto; }
    #MainNav .navbar-toggle span.icon-bar {
      background-color: #005225; }
      #MainNav .navbar-toggle span.icon-bar:nth-of-type(2) {
        max-width: 10px;
        margin-left: auto;
        margin-right: auto; }
      #MainNav .navbar-toggle span.icon-bar:nth-of-type(3) {
        max-width: 15px;
        margin-left: auto;
        margin-right: auto; }
  #MainNav .navbar-brand img {
    max-height: 42px;
    margin-top: -15px; }
  #MainNav .nav a {
    padding: 10px 15px;
    font-family: "Alegreya Sans SC", sans-serif;
    -webkit-transition: 0.1s ease-in;
            transition: 0.1s ease-in;
    color: #000;
    font-size: 1.35em; }
    #MainNav .nav a:hover, #MainNav .nav a.active {
      color: #13913F; }

#LogoWrapper {
  padding-top: 15px;
  text-align: center; }
  #LogoWrapper img {
    max-height: 50px; }

#HomePage .slider li {
  padding: 20px;
  border: 3px solid #DDDEE2;
  height: 600px;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  border-radius: 5px; }
  #HomePage .slider li .description {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    color: #000;
    max-width: 600px;
    padding: 20px;
    border-radius: 5px;
    margin: 0 auto; }
    #HomePage .slider li .description h1 {
      font-size: 4em;
      font-weight: bold;
      line-height: 35px;
      color: #13913F; }
    #HomePage .slider li .description h3 {
      line-height: 35px; }
    #HomePage .slider li .description .btn {
      margin-top: 10px; }
#HomePage .unslider .unslider-arrow {
  color: #7E7E7E;
  display: none; }
#HomePage section:nth-of-type(2) {
  padding-top: 7%; }
  #HomePage section:nth-of-type(2) img {
    max-width: 100%;
    max-height: 400px;
    border: 8px solid #fff;
    box-shadow: 0 0 10px #C3C3C3; }

#ModalLargeImage img {
  max-width: 100%; }

footer {
  background-color: #ECEEF2;
  padding: 25px; }

.btn {
  border: 0;
  border-radius: 0;
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 1em;
  -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
  border-radius: 4px; }

.btn-success {
  background-color: #148637;
  border-color: #148637; }

.btn-default {
  background-color: #D5D9DD; }

.text-success {
  color: #148637; }

.text-default {
  color: #000; }

.form-control {
  border-radius: 2px;
  border-color: #B6B9B9; }

.form-control:focus {
  border: 1px solid #148637;
  box-shadow: none; }

.btn:focus {
  box-shadow: none;
  outline: none; }

@media (max-width: 414px) {
  p, nav a, label, input, textarea, .form-control {
    font-size: 1.1em; }

  #HomePage .slider li {
    height: 100%; }
    #HomePage .slider li .description {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
      #HomePage .slider li .description h1 {
        font-size: 3.2em;
        line-height: 10px; }
      #HomePage .slider li .description h3 {
        font-size: 1.5em;
        line-height: 25px; } }
@media (max-width: 800px) {
  #HomePage section:nth-of-type(2) img {
    display: none; } }
@media (max-width: 1024px) {
  #MainNav {
    padding-right: 0;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 2px; }
    #MainNav .nav a {
      padding: 10px 10px;
      text-align: center; }

  #LogoWrapper img {
    max-height: 40px; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }

/*# sourceMappingURL=style.css.map */