@media only screen and (max-width: 768px) {
	.navbar-brand img {
  width: 350px!important;
		margin-bottom:20px;
  height: auto;
}
    .navbar-toggler {
        color: #154736 !important;
        border: 2px solid #154736;
        border-radius: 5px;
    }
    .navbar-toggler:hover {
        color: #154736 !important;
    }

    .footer-left {
        text-align: center !important;
        font-size: 1.5rem !important;
    }

    .footer-right {
        text-align: center !important;
    }
}
.nav-link {
    color: #154736 !important;
    font-size: 1.4rem;
    font-weight: 600;
}

.nav-link.active {
    color: #6e9950 !important;
}

.nav-link:hover {
    color: #6e9950 !important;
}

h1 {
    font-size: 3rem;
	font-weight: 600;
}
h2 {
    font-size: 2.5rem;
	font-weight:600;
}
.small-h2 h2 {
    font-size: 2rem;
	font-weight: 600;
}
h3 {
	font-size: 1.5rem;
	font-weight: 600;
}
p {
    color: #444;
    font-size: 1.275rem;
}

a {
	color: #154736;
    text-decoration: underline;
    font-weight: 600;
}
a:hover {
	color: #6e9950;
	text-decoration: none;
}
.dt-margin {
    max-width: 1700px;
}
.lt-margin {
    max-width: 1240px !important;
}

.gradeint-bg {
    background-image: linear-gradient(
        to bottom,
        rgba(255, 0, 0, 0),
        rgba(21, 71, 54, 0.4)
    );
}
.light {
    color: #fff !important;
}
.light p {
    color: #fff !important;
}
.light a {
    color: #A6CE39;
    font-weight: 500;
    text-decoration: none;
}
.light a:hover {
    color: #fff;
    text-decoration: underline;
}
.dark {
    color: #154736;
}

/*  Buttons  */
.fade-btn {
	border: 2px solid #fff;
}
.green-fade-btn {
	border: 1px solid #154736;
}
.fade-btn, .green-fade-btn {
    color: var(--accent-color);
    background-color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.2rem 1rem 0.3rem 1rem;
    border-radius: 5px;
}

.fade-btn a, .green-fade-btn a {
    background-color: #fff;
    text-decoration: none;
}

.fade-btn:hover, .green-fade-btn:hover {
    color: #fff;
    text-decoration: none;
    transition: box-shadow 400ms ease-in-out, color 400ms ease-in-out;
    box-shadow: 0 0 30px 30px var(--accent-color) inset;
}

.flower-bullet {
    list-style: check
        url("https://rowleygardencare.tempurl.host/wp-content/uploads/flower-bullet.png");
    list-style-position: outside;
    font-size: 1.275rem;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 24px;
}
li {
    font-size: 1.275rem;
    padding-left: 15px;
    margin-bottom: 10px;
}

#wpforms-submit-9 {
    color: #fff;
    background-color: #6e9950 !important;
    font-size: 1.75rem;
	padding-bottom: 3px !important;
}
#wpforms-submit-9:hover {
    background-color: #154736 !important;
}
.wpforms-container {
    background-color: #f0fff3 !important;
    padding: 50px !important;
    border-radius: 10px !important;
    box-shadow: 5px 6px 8px rgb(0, 0, 0, 0.2)!important;
}
form#wpforms-form-9 input, form#wpforms-form-9 textarea {
	border: 1px solid #6e9950 !important;

}

/*FOOTER*/
.footer-left {
    text-align: left;
    color: #fffef3;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

.footer-left a {
    color: #fff;
    text-decoration: none;
}

.footer-left a:hover {
    color: #6fab4d;
    text-decoration: none;
}

.footer-right {
    text-align: right;
    color: #eee;
}
