body {
    background-color: #141414;
    color: white;
}
.navbar-collapse{
    justify-content: right;
}
/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
}
/* spacing on all sections */
/* #about, #services, #portfolio, #contact {
    margin-top: 4rem;
    padding-top: 4rem;
} */
#contact {
    padding-bottom: 4rem;
}
/* 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: #008000;
}
.servicesText:hover {
    border: 1px solid #008000;
}

/* social media icons styling */
.social-icons {
    font-size: 36px;
    cursor: pointer;
}

.fa-x-twitter,.fa-linkedin, .fa-github, .fa-envelope {
    color: white;
}

.fa-x-twitter:hover,.fa-linkedin:hover, .fa-github:hover, .fa-envelope:hover {
    color: #f15aad;
}

/* footer styling */
#footer {
    background-color: black;
    text-align: center;
}

.overlay{
    position:absolute;
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
}

a{
    color:white;
    font-weight: bold;
}

a:hover {
    color: #f15aad;
}