/* General Tags */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background-image: url(../Images/background-image.jpg);
    max-width: 100%;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3.5rem;
    font-family: 'Yellowtail',cursive;
}

h2 {
    font-size: 2.2rem;
    margin: 0;
}

h3 {
    font-size: 2rem;
}


/* Title Section */
.banner {
    background: linear-gradient(90deg, #f7f7f7ee 10%, #f7f7f777 100%);
    padding: 30px;
}

.heading {
    color: #3f3f44;
    margin: 0;
}

/* Nav Section */
.my-nav {
    background-color: #3f3f44;
    position: sticky;
    top: 0;
    z-index: 2;
}

a.navbar-brand.brand-name {
    padding: 5px 10px;
    background-color: #f7f7f7;
    color: #3f3f44;
}

/* Subtitle Background */
.subtitle-bg {
    background-color: #f7f7f7;
    color: #3f3f44;
    padding: 30px 0;
    margin: 0;
}


/* Empty Section */
.empty {
    height: 250px;
}

/* Services Section */
.services-header {
    padding: 0 0 30px 30px;
    margin: 0;
}

.services-row {
    background-color: #cceabb;
    padding: 15px 0;
}

.img-col {
    background-size: cover;
    height: 300px;
    padding: 0;
    margin: 0;
}

.lawncare-img {
    background-image: url("../Images/lawncare-image.jpg");
}

.landscape-img {
    background-image: url("../Images/landscape-image.jpg");
}

.hardscape-img {
    background-image: url("../Images/hardscape-image.jpg");
}

.img-col:hover {
    opacity: 80%; 
}

.img-icon {
    display: block;
    color: white;
    text-align: center;
    line-height: 300px;
    font-family: 'Yellowtail', cursive;
    font-size: 2rem;
    margin: 0;
}

.img-icon:hover {
    color: black;
    text-decoration: none;
}

.modal-content {
    background-color: #f7f7f7;
    color: #3f3f44;
}

/* Planning Section */
.planning-header {
    padding: 0 0 30px 30px;
}

.planning-row {
    background-color: #fdcb9e;
}

.planning-text {
    line-height: 1.5;
    font-size: 1.3rem;
    padding: 15px 30px;
    margin: 0;
}

.planning-img-col {
    padding-left: 0;
    margin: auto 0;
}

/* About Section */
.about-header {
    padding: 0 0 30px 30px;
}

.about-text {
    background-color: #cceabb;
    padding: 15px 30px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0;
}

/* Testimonial Section */
.testimonial-header {
    padding: 0 30px 30px;
}

.green-card {
    background-color: #cceabb;
    margin: 0;
}

.orange-card {
    background-color: #fdcb9e;
    margin: 0;
}

.testimonial-title {
    padding: 15px 30px;
    font-family: 'yellowtail', 'cursive';
    margin: 0;
}

.testimonial-text {
    padding: 0 30px 15px;
    font-family: 'yellowtail', 'cursive';
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0;
}

/* Contact Section */
.contact-header {
    padding: 0 30px 30px;
}

.form-btn {
    margin-left: 30px;
    margin-bottom: 15px;
}

.contact-text {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 15px 30px;
    margin: 0;
}

.contact-form {
    padding: 15px 30px;
    background-color: #fdcb9e;
    margin-top: 30px;
}

/* Footer Section */
.footer-section {
    background-color: #3f3f44;
}

.footer-bar {
    text-align: center;
    padding: 30px 50px;
}

.footer-link {
    text-decoration: none;
    text-align: center;
    color: #6b6b6b;
}

.footer-link:hover {
    text-decoration: none;
    color: #b7b7b7;
}