body::before {
    display: block;
    content: '';
    height: 60px;
}

.title{
    font-size: 50px;
    line-height: 60px; 
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "Quattrocento Sans", sans-serif;
    font-style: normal;
}

#nav{
    background: #55883b;
}

.link{
 font-size: 25px;
 color: white;
}

.link:hover{
    transition: 1s ease;
    transform: scale(1);
}

.headButton{
 background-color: white;
 color: black;
 border: 1px solid black;
 border-radius: 10px;
 font-weight: bold; 
}

.headButton:hover{
 background-color: #c1e899;
 color: black;
 transition: 0.5s ease;
 transform: scale(1);
}

.bg{
    height: 100vh;
    width: 100vw;
    background: url('https://images.pexels.com/photos/302769/pexels-photo-302769.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-color: #c1e899;
    background-blend-mode:multiply;
    background-repeat: no-repeat;
    background-size: cover;
}

.cursive{
    font-family:cursive;
}

.heroButton{
    background-color: #c1e899;
    color: black;
    border-radius: 10px;
    border: 1px solid black;
    font-weight: bold;
    font-size: 25px;
    padding: 8px;
}

.heroButton:hover{
    background-color: #c1e899;
    color: black;
    transition: 1s ease;
    transform: scale(1.10);
}

.cardImage{
    width: auto;
}

.name{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.serviceIcon{
    text-align: center;
    font-size: 30px;
    color: #9a6735;
}

.serviceHover:hover{
    transform: scale(1.2);
    transition: 0.5s ease;
    background-color: white;
    border: 3px solid #c1e899;
    border-radius: 15px;
}

#about{
    background-image: url('https://img.freepik.com/free-vector/blue-fluid-background_53876-114597.jpg');
    background-color: #c1e899;
    background-blend-mode: luminosity;
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutImage{
    border-radius: 50%;
    border: 2px solid #55883b;
    width: 65%;
}

.card{
    border-radius: 20px !important;
    padding: 32px;
}
.card-img-top{
    border-radius: 20px !important;

}
.bg-section{
        background-color: #55883b!important;
}

p{
    font-size: 1.5rem !important;
}

.btn-primary{
    background-color: white;
    border-color: black !important;
    width: 100%;
    border-radius: 10px !important;
    color: black;
}

.btn-primary:hover{
    background-color: #c1e899;
    transition: 0.5s ease;
    color: black;
}

.form-control{
    height: 55px !important;
    border-radius: 7px !important;
    color: #111111;
    background-color: #e5e5e5 !important;
}


@media screen and (max-width: 480px) {
    #home h3{
        color: white;
        font-size: 20px;
    }

    #home p{
        color: white;
        font-size: 15px;
    }

    #home h4{
        color: white;
        font-size: 20px;
    }

    #about .aboutText{
        font-size: 10px;
    }


    #services h2{
        font-size: 25px;
        font-weight: bold;
    }

    #about{
        background-image: none;
        background-color: #c1e899;
    }

    #about h2{
        font-size: 25px;
        font-weight: bold;
    }

    #about p{
        font-size: 5px;
    }

    #people h2{
        font-size: 25px;
        font-weight: bold;
    }

    #contact{
        font-size: 25px;
        font-weight: bold;
    }
}
