body {
  background-color: #a9cd85; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4; }

#header {
  padding: 20px 0;
  background-color: #fff; }

#intro {
  padding: 0 !important;
  background-color: #a9cd85; }
  #intro .title {
    background-color: #88a56b;
    padding: 10px;
    margin: 0;
    color: #fff; }
  #intro a {
    color: inherit;
    text-decoration: inherit; }
  #intro #intro-wrap {
    position: relative;
    height: 464px; }
    #intro #intro-wrap img {
      z-index: 100;
      position: absolute;
      left: 0;
      top: 0; }
    #intro #intro-wrap .headline, #intro #intro-wrap .smaller {
      z-index: 101;
      position: absolute;
      width: 940px;
      height: 66px;
      text-align: center;
      font-size: 58px;
      line-height: 66px; }
    #intro #intro-wrap h1.headline {
      top: 20px;
      font-size: 36px; }
    #intro #intro-wrap h2.headline {
      top: 100px; }
    #intro #intro-wrap p.smaller {
      top: 106px;
      font-size: 20px;
      line-height: 35px;
      height: 35px; }
    #intro #intro-wrap p.byline {
      position: absolute;
      z-index: 102;
      top: 278px;
      width: 940px;
      height: 90px;
      padding: 10px 0;
      text-align: center;
      font-size: 20px;
      line-height: 35px; }

a.disabled {
  pointer-events: none;
  cursor: default; }

#main {
  background-color: #fff;
  padding: 20px 0 30px 0; }
  #main p {
    margin: 0 20px 10px 20px; }
  #main ul {
    margin: 0 40px 10px 40px; }

.carousel-indicators li {
  cursor: pointer; }
.carousel-indicators li:hover {
  background-color: black; }

#footer {
  background-color: #a9cd85;
  padding: 30px 0; }
