body{
  background-color: #53583C;
}

h1{
    font-family: Ubuntu, sans serif;
    font-weight: 700;
    color: #2f6f66;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.sm ul {
  /*position: absolute;*/
  background: linear-gradient(0deg, #284d4d 0%, #4b4b4b20 10%);
  padding: 7px 14px 12px 0px;
  border-radius: 0 0 3px 3px;
}

@media (min-width: 992px) {
  .navbar > .container {
    align-items: start;
  }
}

@media (min-width: 992px) {
  .navbar-nav li.nav-item:last-child div.nav-item > a {
    padding-right: 0px;
  }
}

.navbar-nav div.nav-item > a {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  color: #6a6a6a;
  text-align: right;
}

.navbar-nav div.nav-item > a.show {
  color: #ffffff;
  background-color: rgba(0,0,0,.25);
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #565656;
}

.megamenu .dropdown-menu {
  background-image: url(/assets/img/menu-bg.png?h=a68c4760edc4eb9d17a9e49c8c55c2c1), linear-gradient(90deg, #284d4d 0%, #3b3b3b 100%);
}

@media (min-width: 992px) {
  .navbar-nav div.nav-item > a.show {
    color: #6a6a6a;
    background-color: transparent;
    border-bottom: none;
  }
}

.navbar-nav .nav-item a.nav-link {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

header{
  background-color: #ffffff;
}

#header-info-container {
  display: block!important;
}

#header-info-container ul {
  padding-right: 1em;
}

#site-tag {
  z-index: 1;
  text-align: left;
  background-color: #424242;
  color: #ffffff;
  padding: 5px;
  text-transform: uppercase;
}

.site-tag-top {
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
}

.site-tag-bottom {
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  text-align: left;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

#home-content {
  padding-top: 20px;
  padding-bottom: 50px;
}

footer div.container {
  padding: 20px 0px 10px 0px;
  color: #ffffff;
}

footer div.container a, footer div.container a:link, footer div.container a:hover, footer div.container a:active {
  color: #ffffff;
}

.megamenu a {
  display: block;
  padding: 5px 0px;
}

.megamenu .sm a, .megamenu .sm a:link, .megamenu .sm a:hover, .megamenu .sm a:active {
  color: #c1cf96;
  text-decoration: none;
  transition: .25s;
  text-align: right;
}

.megamenu .sm a:hover, .megamenu .sm a.highlighted {
  color: #ffffff;
  text-decoration: underline;
  transition: .75s;
  text-align: right;
}

.member {
  padding: 7px;
  background-color: #f1f1f1;
  margin-bottom: 15px;
}
.member p {
  margin-bottom: 0;
}
.member h4 {
  font-size: 16px;
}
.member .fa {
  color: #565656;
}

@media (min-width: 768px) {
  #home-content p {
    margin: 20px;
  }
}

@media (min-width: 768px) {
  #home-content {
    margin-top: -20px;
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
}

#simple-content-container{
  padding-bottom: 50px;
}


#bottom-links a{
  text-align: center;
  display: block;
  padding: 10px 25px;
  font-family: 'Ubuntu', sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
}

#bottom-links a.blue{
  background-color: #99e5d9;
}

#bottom-links a.green {
  background-color: #acc165;
}

#bottom-links a i{
  display: block;
}

#bottom-links a span {
  display: block;
}

#bottom-links div {
  display: flex;
  margin-bottom: 15px;
}

#bottom-links div a {
  flex: 1 1 auto;
}

#bottom-border {
  height: 13px;
  background-color: #ffffff;
  background-image: url(/assets/img/bottom-border.png?h=9df49da959ae80d052e3433f79791938);
  background-position: center;
  background-repeat: repeat-x;
}

@media (min-width: 640px) {
  #site-tag {
    position: absolute;
    background-color: transparent;
    z-index: 99999;
    margin: 30px;
    top: 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  #site-tag {
    position: absolute;
    z-index: 99999;
    margin: 50px;
    bottom: 60%;
    top: initial;
  }
}

@media (min-width: 640px) {
  .site-tag-top {
    font-family: Lobster, serif;
    color: #BDEAE3;
    font-size: 20px;
    display: inline-block;
    padding-right: 100px;
    text-transform: none;
    font-weight: initial;
  }
}

@media (min-width: 768px) {
  .site-tag-top {
    font-size: 30px;
    display: inline-block;
    padding-right: 100px;
  }
}

@media (min-width: 640px) {
  .site-tag-bottom {
    font-size: 24px;
    line-height: 24px;
    display: block;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .site-tag-bottom {
    font-size: 48px;
    line-height: 48px;
    font-family: Ubuntu, sans serif;
    font-weight: 700;
  }
}

@media (min-width: 640px) {
  #hero-slider .gradient {
    background: rgb(73,82,43);
    background: linear-gradient(90deg, rgba(42, 51, 15,1) 0%, rgba(42, 51, 15,.3) 90%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 90000;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  #header-info-container {
    display: flex!important;
  }
}

@media (min-width: 992px) {
  #header-info-container ul {
    padding-right: 0;
  }
}

.dropdown-menu > div.container {
  max-width: none;
}

@media (min-width: 992px) {
  .dropdown-menu > div.container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu > div.container {
    max-width: 1140px;
  }
}

header > nav > div.container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  header > nav > div.container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  header > nav > div.container {
    max-width: 1140px;
  }
}
