.freepik{
    font-size: 8px;
}

nav.navbar.navbar-expand-lg.fixed-top.navbarScroll {
    background-color: #64a19d;
    color: rgb(69, 67, 67);
}


.navbarScroll.navbarDark {
    background-color: #64a19d;
}
/* hero background image */
.bgimage {
    height:100vh;
    background: url('images/desk-office.jpg');
    background-size:cover;
    position:relative;
}
/* text css above hero image*/
.hero_title {
    padding-top: 175px;
    font-size: 5.5rem;
}
.hero_desc {
    font-size: 3rem;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(69, 67, 67);
}




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

/* spacing on all sections */
#about, #services, #portfolio, #contact {
    margin-top: 4rem;
    padding-top: 4rem;
}
#contact {
    padding-bottom: 4rem;
}


i {
font-size: 20px;
}

/* social media icons styling */
.social-icons {
    font-size: 15px;
    cursor: pointer;
}
.fa-linkedin:hover, .fa-github:hover {
    color: #008000;
}
.fab {
    color: #000000;
}
/* footer styling */
#footer {
    background-color: #64a19d;
    text-align: center;
}