/* spacing on all sections */
.section {
    margin-top: 4rem;
    padding-top: 4rem;
}
.section:last-of-type {
    padding-bottom: 4rem;
}


/* hero background image */
.overlay{
    width: 100%;
    height: 100%;
    background-color:  #0000006c;
    position: absolute;
    z-index: 1;
}   


.nav-item a {
    color: whitesmoke; }
.nav-item a:hover {
    color: #2b921d; 
    font-size: 105%;
    transition: color 0.5s ease; font-size: 0.5s ease; /* This will make the color and font-size change smoothly */
}
.bgimage {
    height:100vh;
    background: url('images/f.jpg');
    background-size:cover;
    position:relative;
}
/* text css above hero image*/
.hero_title {
    font-size: 4.5rem;
}
.hero_desc {
    font-size: 2rem;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 3;
}
/* services section css */
.servicesText.card {
    height: 280px;
    cursor: pointer;
  }
.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}


.card-title {
    text-align: center;
}
.card:hover .servicesIcon {
    color: #2b921d;
}
.servicesText:hover {
    border: 1px solid #2b921d;
}

/* about section image css */
.imageAboutPage {
    width: 100%;
}


/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: #0000006c;
}


/* social media icons styling*/

/* start footer*/
footer   {
    background-color: #eee;
    margin-top: 40px;    
}


footer .row p{
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.ft .fab {
    background-color:  #0000006c;
    color: azure;
    border-radius:50%;
    width: 38px;
    height: 38px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    
}

.ft .fab:hover,.fa-github:hover,.fa-facebook:hover,.fa-twitter:hover,.fa-linkedin:hover, .fa-youtube:hover {
    color: #2b921d; /* Change the color to whatever you prefer */
    font-size: 105%;
    transition: color 0.5s ease; font-size: 0.5s ease; /* This will make the color and font-size change smoothly */

}
 /*end footer */

 #about, #services, #portfolio, #contact {
    margin-top: 4rem;
    padding-top: 4rem;
}
#contact {
    padding-bottom: 4rem;
}