/* Colors go here */
:root {
    color: #E7EBD8;
    color: #50612B;
    color: #272727;
    color: #141A25;
    color: #343434;
    color: #363636;
    color: #95BE3A;
}
/* The following can always be included but the styles like colors can be changed */
body {
    margin: 0;
	padding: 0;
    color: #272727;
    font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 600;
}

h1, .h1 {
    font-size: 60px;
}

h2, .h2 {
    font-size: 40px;
    color: #50612B;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.h3, h3 {
    font-size: 30px;
}

.h4, h4 {
    font-size: 25px;
}

p, li, a {
	font-size: 16px;
    font-weight: 400;
    color: #363636;
}

b, strong {
    font-weight: 600;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}

a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.l-grn-txt {
    color: #95BE3A;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 15px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    background-color: #95BE3A;
    color: #fff;
    border: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #fff!important;
    border: 0;
    box-shadow: none!important;
    background-color: #50612B;
}

.btn-primary.drk-grn {
    background-color: #50612B;
    color: #fff;
}

.btn-primary.drk-grn:not(:disabled):not(.disabled).active, .btn-primary.drk-grn:not(:disabled):not(.disabled):active, .btn-primary.drk-grn:hover, .btn-primary.drk-grn.focus, .btn-primary.drk-grn:focus {
    color: #fff!important;
    border: 0;
    box-shadow: none!important;
    background-color: #95BE3A;
}

.form-control:focus, textarea.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
    height: 150px;
}

#email2 {
    display: none;
}

.topbar {
    text-align: center;
    background-color: #50612B;
    color: #fff;
    padding: 10px 0;
}

.topbar p, .topbar a {
    color: #fff;
    margin-bottom: 0;
    font-weight: 100;
}

.topbar i {
    font-size: 25px;
    padding-left: 10px;
    font-weight: 100;
}

.home-header {
    background-image: url('/images/header.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
}

.intro, .gallery {
    padding: 5% 0;
}

.testimonials, .contact {
    background-color: #E7EBD8;
    padding: 5% 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 350px;
}

.contact p, .contact a {
    font-weight: 100;
    color: #363636;
}

.contact i {
    font-size: 25px;
    padding: 0 5px;
    font-weight: 100;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: #000;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-control-next {
    right: 87%;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

.footer {
    background-color: #E7EBD8;
    padding-bottom: 20px;
}

.whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    left: auto;
    background-color: #25d366;
    border-radius: 100%;
    padding: 10px 13px;
}

.whatsapp-btn i {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.whatsapp-btn a:hover {
    color: #fff;
}