:root {
  --main: #479753;
}

html {
	scroll-padding-top: 136px;
}

body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #333333;
	background-color: #FFFFFF;
}

a {
	outline:none;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6, .spot-text p {
    font-size: inherit;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 16px;
	text-transform:capitalize;
	font-weight:400;
	margin:0 0 10px;
}

.lg,
h2 {
	font-size: clamp(24px,3.5vw,42px);
	margin-top:20px;
}

h3 {
    font-size: 2rem;
}

hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.sticky-top {
	box-shadow: 0 0 4px 4px #00000024;
	background-color: #FFFFFF;
}

.light-green-bg {
	position:relative;
	background:#f7fbf7;
	overflow:hidden;
}

.light-green-bg:after {
    position: absolute;
    z-index: 1;
    background-color: var(--main);
    border-radius: 100px;
	height: clamp(120px,5vw,150px);
    width: clamp(120px,5vw,150px);
    bottom: -65px;
    top: -56px;
    right: -65px;
	content:'';
}

.green-bg {
	background:var(--main);
	color:#fff;
}

.shop-hours {
	font-size:12px;
	text-transform:uppercase;
}

.shop-hours span {
	padding-left:5px;
}

.nav-wrapper {
	position:relative;
}

.call-link {
	position:absolute;
	top:10px;
	right:10px;
	padding: 3px 0;
    line-height: 33px;
    border-radius: 0;
    margin-left: 2px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #393939;
	z-index:1;
}

.call-link:hover {
	color: var(--main);
}

.call-link:before {
    content: "\f095";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 1.4rem;
    color: var(--main);
    left: -30px;
    position: absolute;
}

.call-link.mobile {
	display:none;
	font-size: 14px;
    padding: 5px 20px;
    border-radius: 0;
}

.call-link.mobile:before {
	content: "";
}

.navbar-light .navbar-nav .nav-link {
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:2px solid transparent;
	line-height:1;
	padding:5px 0;
	margin:0 0 10px 10px;
	transition: all 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover {
	color:#000;
	border-bottom:2px solid var(--main);
}

.hero-box {
    width: 585px;
	padding: clamp(1.5rem,3vw,3rem);
}

.hero-box i {
	color:var(--main);
}

.hero-box p {
	margin:0 0 10px;
}

.hero-bg {
	width:50%;
	background: url(https://s3.amazonaws.com/residential-decorator/images/mcfarlin-exterior-painting.jpg) left center no-repeat;
	background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    place-items: center;
	min-height:85vh;
	z-index:2;
	border-bottom-left-radius: 8rem;
}

.white-btn {
	background:#fff;
	color:#000;
	padding:10px 20px;
	border:1px solid var(--main);
	transition: all 0.3s;
}

.white-btn:hover {
	color:#fff;
	background:var(--main);
}

.btn-primary,
.btn-primary:hover {
	color:#fff;
	background:var(--main);
	border:1px solid var(--main);
	padding:10px 20px;
	border-radius:0;
}

#about-us .container {
	position:relative;
}

#about-us img {
	border-bottom-left-radius: clamp(45px,3vw,100px);
}

.border-bg:before {
	position: absolute;
    z-index: 4;
    background-color: transparent;
    border: 2px dotted var(--main);
    border-radius: 100px;
    height: 20px;
    width: 20px;
    top: 45px;
    left: 0px;
	content:'';
}

.border-bg:after {
    position: absolute;
    z-index: 4;
    background-color: transparent;
    border: 2px dotted var(--main);
    border-radius: 100px;
    height: 40px;
    width: 40px;
    top: 35px;
    left: -10px;
	content:'';
}

.border-bg span:before {
    position: absolute;
    z-index: 4;
    background-color: transparent;
    border: 2px dotted var(--main);
    border-radius: 100px;
    height: 60px;
    width: 60px;
    top: 25px;
    left: -20px;
	content:'';
}

.border-bg span:after {
    position: absolute;
    z-index: 4;
    background-color: transparent;
    border: 2px dotted var(--main);
    border-radius: 100px;
    height: 80px;
    width: 80px;
    top: 15px;
    left: -31px;
	content:'';
}

.h100 {
	height:100%;
}

.check {
	padding:0;
	margin:0;
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem;
}

.check.grid-2 {
	grid-template-columns: repeat(2,1fr);
}

.check li {
    position: relative;
    list-style: none;
    line-height: 25px;
	background:#f7fbf7;
	border:1px solid var(--main);
	border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 55px;
    padding: 20px 20px 20px 50px;
	
}

.check.grid-2 li {
	background:#fff;
}

.check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    margin-right: 10px;
    background: var(--main);
    position: absolute;
    left: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
	border-radius:25px;
}

.leaf-list {
	padding:0;
    display: flex;
    justify-content: center;
}

.leaf-list li {
	list-style:none;
	border:1px solid var(--main);
	border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 55px;
    padding: 20px;
	margin: 0.25rem;
	font-size: 22px;
}

.leaf-list li span {
	display:inline-block;
	margin-right:10px;
	background:var(--main);
	color:#fff;
	padding:3px 12px;
	border-radius:20px;
}

.pad-6rem {
	padding: clamp(3rem,5vw,6rem) 0;
}

.cta {
    text-align: center;
    position: relative;
}

.cta i {
    font-size: 70px;
    width: auto;
    padding-right: 1rem;
    color: var(--main);
    align-self: center;
}

.cta p {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--main);
    text-align: left;
    font-weight: 600;
}

.cta a {
    font-size: 30px;
    color: #000;
    line-height: 46px;
    font-weight: bold;
    margin-top: -10px;
	display: inline-block;
}

.cta a:hover {
	color: var(--main);
}

.border-dot {
	border-left: 4px dotted var(--main);
    padding-left: 1rem;
}

#contact-us a {
	color:#000;
}

#contact-us a:hover {
	color:var(--main);
}

.form-wrapper {
    padding: 30px;
    border-radius: 5px;
	box-shadow:0px 0 16px rgb(0 0 0 / 10%);
}

.form-wrapper input,
.form-wrapper textarea {
	border:none;
	border-radius:0;
	border-bottom:1px solid var(--main);
	padding:.375rem 0;
}

.form-wrapper small {
	display:block;
	margin-bottom:30px;
}

.form-wrapper #submit {
	border-radius:0;
	padding:1em 2em;
	text-transform:uppercase;
}

.accordion-button:not(.collapsed),
.accordion-button:focus,
.accordion-button {
	font-size: 18px;
	background:none;
	box-shadow:none;
	border:none;
	border-bottom:1px solid #fff;
	border-radius:0;
	color:#fff;
}

.accordion-button:not(.collapsed) {
	border:none;
}

.accordion-button:after {
	background:none;
	content:'\f054';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: none;
}

.accordion-button:not(.collapsed):after {
	background: none;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: none;
}

.accordion-item {
	background:none;
}

#dropdown a {
	outline:none;
	text-decoration:none;
	display:block;
	color:#fff;
	margin-bottom:10px;
	font-size:14px;
}

#dropdown {
	display:flex;
	margin:0;
	padding:0;
	flex-wrap:wrap;
}

#dropdown li {
	width:25%;
	list-style:none;
	margin-bottom:10px;
}

.sub-footer {
	background:#151515;
	color:#fff;
}

.sub-footer h4 {
	text-transform:uppercase;
}

.sub-footer p {
	margin-bottom:5px;
}

.sub-footer a {
	color:#fff;
}

.sub-footer .d-flex span {
	width:50%;
}

footer {
	padding:10px 0;
	font-size:14px;
	background:#0C0C0C;
	color:#FFF;
}

.social-network a i {
    font-size: 1.25em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: var(--main);
    color: #fff;
    border-radius: 4px;
	margin-right:5px;
}

footer .nav-link,
footer a {
	color:#A5A5A5;
}

.sub-footer a:hover,
footer .nav-link:hover,
footer a:hover {
	color:#fff;
	text-decoration:underline;
}

footer .nav-link {
	margin-left:10px;
}

@media (max-width: 1170px) {
	.hero-box {
		width: 512px;
	}
}

@media (max-width: 799px) {
	.call-link.desktop {
		display:none;
	}
	
	.call-link.mobile {
		display:block;
	}
	
	.navbar img {
		width: 150px;
		margin: 22px 0;
	}
	
	.hero-box {
		position:absolute;
		width: 90%;
		background-color: #FFFFFF;
		border-bottom-left-radius: clamp(1.5rem,3vw,3rem);
		border-top-right-radius: clamp(1.5rem,3vw,3rem);
		z-index:3;
	}
	
	.hero-bg {
		width:100%;
		border-bottom-left-radius:0;
	}
}

@media (max-width: 769px) {
	.check.grid-2,
	.check {
		grid-template-columns: repeat(1,1fr);
	}
	
	.leaf-list {
		flex-direction: column;
	}
	
	#dropdown ul li {
		width:50%;
	}
}

@media (max-width: 425px) {
	#dropdown ul li {
		width:100%;
	}
}
