.about-intro {
    border-bottom: 0px!important;
}
footer a, footer a:visited {
    color: #aca9a9!important;
}

@media only screen and (max-width: 900px)
{
    .home-image-right {
        margin-bottom: 0px!important;
        max-width: 330px;
    }
    .header-logo {
        left: 20px!important;
    }
}

#about {
    padding-top: 10rem!important;
}

/* .home-image-right > img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
} */

.icon-arrow-up:before {
    color: #fff!important;
}

.header-logo a {
    min-width: 345px;
    height: auto!important;
}
#header {
    transition: 0.5s ease-in-out;  /* Smooth transition */
    background-color: transparent;
}
/* Styles for the header when scrolled */
#header.scrolled {
    transition: 0.5s ease-in-out;  /* Smooth transition */
    background-color: #2b3035;  /* Scrolled background color */
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.19);
}
.row.scrolled {
    max-width: 100%!important;
}

.home-image-right {
    top: 46%!important;
}

.home-social-list {
    z-index: 51;
}

p.lead {
    color: #413f3f!important;
}

.home-image-right{
    z-index: 50!important;
}

.social-youtube > a:hover {
    color: #FF0000!important;
}

.social-instagram > a:hover {
    color: #f04f33!important;
}

.social-twitter > a:hover {
    color: #1DA1F2!important;
}

.social-facebook > a:hover {
    color: #4267B2!important;
}

.about-how-content .step::before {
    background-color: #ff735c!important;
}