/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

/*Hidden Classes*/
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

button:focus {
  outline: none;
}

a {
   color: #4b6a35;
   font-weight: 700;
}

a:hover {
  color: #4b6a35;
   font-weight: 700;
}

.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AlignerLM {  
  display: flex;
  align-items: center;
  justify-content: left;
}
.Aligner-item {
  flex: 1;
}
.Aligner-item--top {
  align-self: flex-start;
}
.Aligner-item--bottom {
  align-self: flex-end;
}
.Aligner-item--fixed {
  flex: none;
  max-width: 50%;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
    margin: auto;
}
.navbar-dark .navbar-nav .nav-link {
    color: #4B6A35;
    font-weight: 700;
}
.bg-dark {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+23,ffffff+76,e5e5e5+100 */
  background: #e5e5e5; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e5e5e5 0%, #ffffff 23%, #ffffff 76%, #e5e5e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e5e5e5 0%,#ffffff 23%,#ffffff 76%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #F6DE8C 0%,#F7E8A5 23%,#F7E8A5 76%,#F6DE8C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.navbar-dark .navbar-toggler {
    color: #1b1e21;
    border-color: #1b1e21;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(75, 106, 53);
  font-weight: 900;
  transition: 0.3s ease-in-out;
}

.red {
    background-color: #4B6A35; /* actually green now */
    position:relative;
}
.red a {
  color: #f7e8a5;
}
.red p,
.red h1,
.red h2,
.red h3,
.red h4,
.red h5 {
  color: #fff;
}
.red_1 {
    background-color: #4B6A35;
    position:relative;
}
.red_1 a {
  color: #f7e8a5;
}
.red_1 p,
.red_1 h1,
.red_1 h2,
.red_1 h3,
.red_1 h4,
.red_1 h5 {
  color: #fff;
}
.red:before {/*
    content: "";
    background: #4B6A35;
    height: 150px;
    transform: skewY(-3deg);
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    z-index: -1;
*/}
.row{
      padding-top: 30px;
    padding-bottom: 30px;
}

.new h1{
  font-weight:700;
  margin-bottom:0px;
  margin-top:0px;
  color:#ffffff;
}

.new h2{
  font-weight:700;
  margin-bottom:0px;
  margin-top:0px;
  color:#ffffff;
}
.first_footer{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+23,ffffff+76,e5e5e5+100 */
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(-45deg, #e5e5e5 0%, #ffffff 23%, #ffffff 76%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #e5e5e5 0%,#ffffff 23%,#ffffff 76%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #e5e5e5 0%,#ffffff 23%,#ffffff 76%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.inside img{
  width:100%;
  height:auto;
}
.inside{
  width:32%;
  display:inline-block;
  vertical-align: top;

}
.inside a {
    color: #4b6a35;
    font-weight: 700;
    font-size: 14px;
    display: block;
    line-height: 1.3;
}
.bottom_footer{
  background-color: #4B6A35;
  color:#ffffff;
}
.bottom_footer a{
  color:#ffffff;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    top: 40%;
    width: 500px;
    left: 15%;
    bottom:auto;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #4b6a35;
    background-color: #e2e2e2bd;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #4b6a35;
}

.carousel-caption h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #4b6a35;
}

#popme button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    width: 250px;
    line-height: inherit;
}

@media only screen and (max-width: 991px) {
  .mobile_none{
    
  }
  .centerme{
    margin:auto;
  }
  .mobile_1 {
    width: 70%;
    display: inline-block;
}
.mobile_2 {
    display:none;
}
}

.lightbox img {
  max-width: 100%;
  max-height: 100%; 
}