/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: #000000;
}
/* hero background image */
.bgimage {
    height:100vh;
    background: url('images/background-Hero.png');
    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;
}
.imageAboutPage {
    width: 100%;
}
/* footer styling */
#footer {
    background-color: #000000;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 10px;
}
/* social media icons styling */
.social-icons {
    font-size: 30px;
    cursor: pointer;
}
.fa-github:hover, .fa-linkedin:hover{
    color: #115e75;
}
.fab {
    color: #ffffff;
}
.text-center{
    margin-bottom: 0px;
}