@import url(https://fonts.googleapis.com/css?family=Droid+Serif:700);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);a {
  color: #00b050; }
  a:hover, a:active, a:visited {
    color: #00b050;
    text-decoration: none; }

p {
  margin: 0 0 1em 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400; }

h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700; }

.btn {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 0; }

.btn-primary {
  background: #00b050;
  border: 0;
  color: #ffffff !important;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out; }
  .btn-primary:hover {
    background: #009443;
    transition-timing-function: ease-in-out; }

header {
  position: relative;
  width: 100%;
  height: 100px;
  line-height: 100px;
  box-shadow: 1px 1px 1px #999; }
  header nav ul {
    display: inline-block;
    text-align: right; }
  header nav li {
    display: block;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700; }
    header nav li a {
      display: block;
      padding: 0 20px;
      color: #00b050; }
      header nav li a:hover {
        position: relative;
        text-decoration: none;
        color: #00b050; }
        header nav li a:hover:before {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          height: 5px;
          width: 100%;
          background: #00b050;
          content: ''; }
  header nav .current-menu-item {
    position: relative; }
    header nav .current-menu-item:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 5px;
      width: 100%;
      background: #00b050;
      content: ''; }
  header .header-logo > a {
    color: #00b050;
    font-family: "Droid Serif", serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase; }

.home-section1 {
  position: relative;
  height: 50vh;
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat; }
  .home-section1 > .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.section-main {
  position: relative;
  min-height: 70vh;
  padding: 80px 0; }

.section2,
.section3 {
  position: relative;
  padding: 80px 0; }

.section3 .fa {
  color: #00b050; }

/*
Footer
*/
footer {
  padding: 80px 0;
  background: #00b050;
  color: #ffffff; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #000000; }

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