

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #E6E7E8;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  
a {
    color: #72B84F;
    transition: 0.5s;
  }

p {
    font-size: 1.2em;
}

.donate_increse_list, .donate_increse_list li {
    font-size: 1.1em;
}
  
a:hover,
a:active,
a:focus {
    color: #72B84F;
    outline: none;
    text-decoration: none;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
}

.red {
    color: red;
}

.btn_green {
    font-family: "Montserrat", sans-serif;
    color: #fff !important;
    background-color: #72B84F !important;
    padding: 0.5rem 1rem !important;
  }
  
.btn_green:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #0F5720 !important;
}

.btn_brown {
    font-family: "Montserrat", sans-serif;
    color: #fff !important;
    background-color: #B46939 !important;
    padding: 0.5rem 1rem !important;
  }
  
.btn_brown:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #58331c !important;
}

.section-header {
    color: #B46939;
}

.section-desc {
    color: #000;
    font-size: 1.2em;
}

.desc-img {
    width: 100%;
    position: relative;
    left: -50px;
}

.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.social-nav-btn i{
    color:#4d4d4d;
    font-size: 1.2em;
    margin-top: 10px !important;
}

.increse-nav {
    top: 0;
    position: fixed !important;
    z-index: 999;
    background-image: url("../img/grass_nav.svg");
    background-repeat: repeat-x;
    background-position: right 0px bottom -30px;
    background-size: 1300px;
    background-color: #fff;
    box-shadow: 1px 1px 4px #444;
    width: 100%;
}
  

.increse-nav .container .collapse .navbar-nav .nav-item .nav-link {
    color: #000;
    margin-top: 2px;
}

.increse-nav .container .collapse .navbar-nav .nav-item .nav-link:hover {
    color: #B46939;
    margin-top: 2px;
}

.increse-nav .container .collapse .navbar-nav .nav-item .active {
    color: #B46939;
    font-weight: bold;
}

.navbar-toggler {
    padding: 0.5rem 1rem !important;
}

.navbar-toggler i {
    color: #B46939;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    border: 2px solid #B46939;
}

.spacer-div {
    height: 100px !important;
}

.carousel-caption h1 {
    color: #FFF;
    font-size: 3em;
    text-shadow: 1px 1px 4px #444;
}

.carousel-caption p {
    color: #FFF;
    font-size: 2em;
    text-shadow: 1px 1px 4px #444;
}

.add-box-shadow-1 {
    box-shadow: 1px 1px 4px #444;
}

.copyright {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFF;
    font-size: 12px;
    background-color: #72B84F;
}

.carousel-caption {
    /* transform: translateY(-150%)!important; */
    bottom: 35% !important;
}

.shadow-quote {
    text-shadow: 1px 1px 4px #444;
}

.mobile-show {
    display: none !important;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

.block-white {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FFF;
	overflow: hidden;
}


.block-grey {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #EEE;
	overflow: hidden;
}

.block-dark {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #4B4B4D;
	overflow: hidden;
}

.color-block {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #72B84F;
	overflow: hidden;
}

.donate_block {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    background-image: url("../img/covers/cover_donate.svg");
    background-repeat: repeat-x;
    background-position: right 0px bottom -5px;
    background-size: 2400px;
    background-color: #FFF;
    border-top: 2px solid #ebebeb; 
}

.footer-increse {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000;
	overflow: hidden;
}

.bg-photo1 {
    background-image: url("../img/covers/cover_1web.jpg");
    background-repeat: repeat-x;
    background-position: right 0px bottom -150px;
    background-size: 1920px;
}


/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.block-white .card {
    box-shadow: 1px 1px 4px rgba(127, 137, 161, 0.4);
    transition: all 0.3s ease-in-out;
    /* border-radius: 15px; */
    display: inline-block;
    width:100%;
  }

.block-grey .card {
    box-shadow: 1px 1px 4px rgba(127, 137, 161, 0.4);
    transition: all 0.3s ease-in-out;
    /* border-radius: 15px; */
    display: inline-block;
    width:100%;
  }

.block-white .card .card-title {
    color:#72B84F;
}
  
.card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
.card .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #ebebeb;
  }
  
.card:hover .icon {
    background-color: #e6ffc5;
  }
  
.card .icon img {
    height: 100%;
    display: block;
    margin: auto;
}

.distinctives .card {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding: 0 10px;
    background-color: #e6ffc5;
}


.distinctives .card:hover {
    border: 2px solid #72B84F;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-increse {
    color: #fff;
}

.footer-increse h1{
    color: #72B84F;
}

.float-btn {
    position:fixed;
    bottom:20px;
	right:20px;
    box-shadow: 1px 1px 4px #444;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Responsive Styling
--------------------------------------------------------------*/

@media (max-width: 1024px) {
  
    .nav-item {
        margin-top: 15px;
    }

    .social-nav {
        text-align: center;
    }

    .carousel-caption {
        top: 25%;
    }

    .carousel-caption h1{
        font-size: 2em;
    }

    .distinctives .card {
        margin: 10px auto;
    }

    .mobile-show {
        display: inline-block !important;
    }

    .mobile-hide {
        display: none !important;
    }
    
  }


  @media (min-width: 1440px) {

    .carousel-caption h1{
        font-size: 3em;
    }
    
  }

  @media (min-width: 2560px) {

    .carousel-caption h1{
        font-size: 4em;
    }
    
  }

/*--------------------------------------------------------------
# Responsive Styling
--------------------------------------------------------------*/