
*{
    box-sizing:border-box;
}

body, html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}  
.lead {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
h3 {
    font-size: 1.5rem;
    margin-bottom: .2rem;
}
p {
font-size: 1.1rem;
line-height: 1.8;
}
.lead {
    margin-bottom: 0;
}
.header-green-bg {
    background-color:#6aa21c;
    border-bottom: 2px solid #fff;
}
.brand-greendark1-bg {
    background-color:#4d7416;
}

.footer-green-bg {
    background-color:#6aa21c;
    border-top: 2px solid #fff;
    padding-top: 50px;
}
.footer-green-bg ul {
    list-style:none;
}
footer .textblocksm img {
    border: none;
}
footer .textblocksm img:hover {
    -webkit-filter: none;
    filter: none;
}
.footer-address {
    text-align: center;
}
.footer-address img {
    margin: 20px 0 0 0 !important;
}
.brand-greendark1-bg h2,
    .brand-greendark1-bg h2 a,
    .brand-greendark1-bg h3,
    .brand-greendark1-bg h3 a,
    .brand-greendark1-bg p,
    .brand-greendark1-bg p a {
    color:#ffffff;
}
.brand-white-bg h1,
    .brand-white-bg h1 a,
    .brand-white-bg h2,
    .brand-white-bg h2 a,
    .brand-white-bg h3,
    .brand-white-bg h3 a {
    color:#4d7416;
}
.brand-white-bg p,
    .brand-white-bg p a {
    color:#666666;
}
.brand-white-bg {
    
}
.brand-grey-bg {
    background-color: #666666;
    background-image: url(cssimg/darkgrey_bg.jpg);
    background-repeat: repeat-x;
}
.brand-grey-bg h2,
    .brand-grey-bg h2 a,
    .brand-grey-bg h3,
    .brand-grey-bg h3 a {
    color:#f1fbe3;
}
.brand-grey-bg p,
    .brand-grey-bg p a {
    color:#ffffff;
}
.container-header {
    padding: 0;
}

/* NAV CSS */
.navbar-green .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}
.navbar-green .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-image: none;
    background-size: auto;
    background-size: 100% 100%;
}
.navbar-nav .nav-item a {
    color: #ffffff;
}
.navbar-nav .nav-item .active,
    .navbar-nav .nav-item:hover {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    color:#000000;
}
.navbar-nav .nav-item .dropdown-item {
    color:#375410;
}
.navbar-nav .nav-item .dropdown-item:hover,
    .navbar-nav .nav-item .dropdown-item.selected {
    background-color: #375410;
    color:#ffffff;
}
.navbar-nav .nav-item:hover a {
    color:#375410;
}

.btn-brand-white {
    background-color: #ffffff;
    color:#000000 !important;
    border: 1px solid #ffffff;
    margin: 5px;
}
.btn-brand-white:hover {
    background-color: #527e16;
    color:#ffffff !important;
}
.btn-brand-white:hover a {
    color:#000000 !important;
    text-decoration: none;
}

.btn-brand-white a:hover {
    color:#ffffff !imptant;
}

.btn-brand-green {
    background-color: #527e16;
    color:#ffffff;
    border: 1px solid #527e16;
    margin: 5px;
}
.btn-brand-green:hover {
    background-color: #ffffff;
    color:#000000;
}
.btn-brand-grey {
    background-color: #5f5f5f;
    color:#ffffff;
    border: 1px solid #5f5f5f;
}
.btn-brand-grey:hover {
    background-color: #ffffff;
    color:#000000;
    margin: 5px;
}

/* Carousel CSS */
.carousel-container {
    padding: 1rem 0 3rem 0;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  padding: 1.5rem 0;
}
.carousel-indicators {
    top: 95%;
    margin-bottom: 0;
}
.carousel-indicators li {
    background-color: #527e16;
    opacity: .3;
}
.carousel-indicators li .active {
    background-color: #527e16;
}
.carousel-caption p {
    margin-bottom: 0.1rem;
}
.carousel-caption h4,
    .carousel-caption p {
    color: #000000;
}

/* Alternative background slides in carousel
.slidebg1 {
    background-image: url(../images/carousel/slide01-abc.png);
    background-repeat: no-repeat;
}
.slidebg2 {
    background-image: url(../images/carousel/slide02-belmont.png);
    background-repeat: no-repeat;
}
.slidebg3 {
    background-image: url(../images/carousel/slide03-milton.png);
    background-repeat: no-repeat;
}
*/


/* Contain Main CSS */
.container-main {
    background-image: url(cssimg/lightgrey_bg.jpg);
    background-repeat: repeat-x;
}
.brand-white-bg ul,
    .brand-white-bg ol {
    line-height: 2rem;
    padding-left: 10px;
}
.homecfabar .btn {
    background-color: #ffffff;
    color:#000000 !important;
    border: 1px solid #ffffff;
    margin:5px 0;
}
.homecfabar .btn:hover {
    background-color: #527e16;
    color:#ffffff;
}
.textblocklg-w {
    color: #ffffff;
}
.textblocklg .btn {
    margin: 5px 0;
}
.textblocksm {
    padding: 0 1.5rem;
}
.textblocksm p {
    font-size: 14px;
}
.textblocksm img {
    margin: 5px 0 10px 0;
    border-radius: 10px;
    border: 1px solid #ffffff;
}
.textblocksm img:hover {
  -webkit-filter: invert(10%); /* Safari 6.0 - 9.0 */
  filter: invert(10%);
}
.textblocksm p,
    .textblocksm p a {
        color:#ffffff;
        text-decoration: none;
}
.textblocksm h2 {
    font-size: 1.6rem;
}
.textblocksm h2:hover {
    color:#e0f5c5;
}
.textblocksm h2:hover .fa-angle-double-right {
    color:#e0f5c5;
    margin-left:2px;
}
.textblocksm p,
    .textblocksm p a,
    .textblocksm p a:hover {
    color:#ffffff;
}

.textblocksm,
    .textblocksm a {
        color:#ffffff;
        text-decoration: none;
}

.txt-green,
    .txt-green a,
    .txt-green ul,
    .txt-green ul a{
    color: #5f5f5f;
    text-decoration: none;
}
.txt-green a:hover,
    .txt-green ul a:hover {
    color: #000000;
    text-decoration: underline;
}

.para-center p {
  text-align: center;
} 
.para-home,
    .para-home-tint {
  /* Full height is optional */
  /* height: 100%; */
        
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem 0;
} 
.para-home {
  /* The image used */
  background-image:url(../images/img_parallax.jpg);
}
.para-home-tint {
  background-image:url(../images/img_parallax.jpg);
  -webkit-filter: opacity(70%); /* Safari 6.0 - 9.0 */
  filter: opacity(70%);
}
.para-home h1,
    .para-home .lead {
  color: #ffffff;
}


.thumb {
    margin-bottom: 30px;
}
/*
.page-top {
    margin-top:85px;
}
*/   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}        
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {
    border-bottom: none;
}
.modal-title {
    color:#000;
}
.modal-footer{
    display:none;  
}

/* Portfolio Lightbox CSS */
.ekko-lightbox-nav-overlay a {
    color: #4d7416;
}
.folio-section {
    padding-bottom: 20px;
}
.folio-section p {
    margin-top: 15px;
    margin-bottom: 0px;
}
