﻿html {
  overflow-y: scroll;
}
body {
  font-family: 'Open+Sans', sans-serif;
  font-size: 2.0em;
  color: #153a0c;
  padding-top: 115px;
}
.navbar {
  height: 115px;
  margin-bottom: 0;
  padding: 30px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar img.navbar-logo {
  margin-top: -10px;
  margin-bottom: -22px;
  width: 102px;
  height: 116px;
}
.navbar img.navbar-logo-shrink {
  margin-top: -45px;
}
nav.navbar-shrinked {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0.9;
}
.navbar-inverse {
  background-color: #153a0c;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #297317;
  /* color of the xs menu button */
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
  color: #8ae570;
  /* color of menu texts */
}
.navbar-inverse ul .navbar-nav {
  background-color: #297317;
}
.navbar-inverse ul .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #153a0c;
}
.navbar-inverse ul .navbar-nav > .container .navbar-brand.active {
  background-color: #3ead23;
}
.navbar-inverse ul .navbar-nav > .active > a,
.navbar-inverse ul .navbar-nav > .active > a:hover,
.navbar-inverse ul .navbar-nav > .active > a:focus {
  background-color: #297317;
  /* color of the xs menu button */
}
.navbar > .container-fluid .navbar-brand:hover,
.navbar-nav > li:hover {
  background-color: #297317;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  background-color: #153a0c;
}
@media (min-width: 768px) {
  .navbar-inverse .navbar-collapse .navbar-right,
  .navbar-inverse .navbar-form .navbar-right {
    margin-right: auto;
  }
}
.nav-pills ul {
  list-style-type: none;
}
.nav-pills li a {
  position: relative;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
}
.nav-pills li a:hover {
  /* color of navigation buttons under mouse */
  color: #fff;
  background-color: #297317;
  text-decoration: none;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
img#logo-at-separator {
  display: block;
  height: 180px;
  margin: -148px auto -50px auto;
  position: relative;
}
#top {
  margin-top: -115px;
}
#content section:first-child,
#content header:first-child {
  /* give the first h1 enough space under the navbar */
}
#content section:first-child h1:first-of-type,
#content header:first-child h1:first-of-type {
  padding-top: 135px;
}
article section .text-area:first-of-type {
  margin-top: 80px;
}
article section .text-area {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(245, 245, 245, 0.75);
  border: 1px solid #297317;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* aside navigation */
@media (min-width: 1200px) {
  aside#aside-first {
    margin-top: 135px;
  }
  aside#aside-second {
    margin-top: 135px;
  }
  aside#aside-first {
    position: fixed;
  }
  header .header-padding {
    padding-top: 125px;
  }
}
@media (max-width: 1199px) {
  aside#aside-first {
    position: relative;
  }
}
.fill-screen {
  background-size: cover;
  background-position: center;
}
.video-fill-screen {
  width: 100%;
}
.title-row {
  position: relative;
  min-height: 300px;
}
.title-row h1 {
  padding-top: 125px;
  text-align: center;
  font-size: 64px;
  font-weight: bold;
  color: #8ae570;
  text-shadow: 3px 3px 15px #081705;
}
.title-row .title-image {
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .title-row .title-image {
    display: none;
  }
}
.title-row .down-button {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .title-row .down-button {
    bottom: 0;
  }
}
.title-row .down-button i {
  color: white;
}
.page-separator {
  border-top: 1px solid #153a0c;
  border-bottom: 1px solid #153a0c;
  background-color: #081705;
  box-shadow: 10px 10px 100px #777;
  min-height: 20px;
}
.fixed-attachment {
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .fixed-attachment {
    background-attachment: scroll;
  }
}
a.list-group-item,
button.list-group-item {
  color: #153a0c;
}
a.list-group-item:hover,
button.list-group-item:hover {
  color: #fff;
  background-color: #297317;
  text-decoration: none;
}
.margin-top {
  margin-top: 15px;
}
.margin-bottom {
  margin-bottom: 15px;
}
.margin-left {
  margin-left: 15px;
}
.margin-right {
  margin-right: 15px;
}
footer {
  border-top: 1px solid #153a0c;
  padding-top: 10px;
  background-color: #ddd;
}
