body{
    background-color: black;
}
#home h1,#home h1+span{
    font-size: calc(25px + 2vw);
    font-weight: bolder;
}
#home h1+span{
    vertical-align: 84px;
}
.main-text-primary{
    color: #A437DB;
}
.main-bg-primary{
    background-color: #A437DB;
}

.socialtop{
    font-size: 22px;
}
.section-overlay:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.60);
}
.section-overlay-opacity-80:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.80);
}

@media (min-width: 768px) {

    .afterarow:after{
        content: "";
        position: absolute;
        height: 100%;
        border: 1px solid white;
        left: 0;
    }
}
@media (max-width: 768px) {

    .socialtop{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.social-footer a{
    font-size: 15px;
}
