@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Parkinsans:wght@300..800&display=swap');

body {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    font-family: "Parkinsans", sans-serif;
    font-weight: 700;
}

.btn-primary {
    background: #522DBA;
    border-color: #522DBA;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #2C2833;
        border-color: #fff;
    }

    .btn-primary:disabled {
        background: #522DBA;
        border-color: #522DBA;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #522DBA;
    }

.navbar {
    background: #fff;
}

ul.nav {
    display: none;
}

.navbar-brand {
    margin: auto;
}

.nav-link {
    color: #2C2833;
}

    .nav-link:hover, .nav-link:focus {
        color: #522DBA;
    }

@media (min-width: 768px) {
    ul.nav {
        display: flex;
    }

    .navbar-brand {
        margin: 0;
    }
}

#About {
    background: #522DBA;
    padding: 250px 0 75px;
    overflow: hidden;
    margin-bottom: 50px;
}

#About .col-md-7:before {
    content: '';
    display: block;
    width: 300px;
    height: 598px;
    background-image: url(../images/Abstractibly_PlaneElement.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 50px;
    top: -125px;
    z-index: 1;
    opacity: 0.25;
}

#About h1 {
    color: #B9B7FF;
}

#About p {
    color: #fff;
}

@media (min-width: 768px) {
    #About {
        padding: 324px 0 150px;
        margin-bottom: 100px;
    }

    #About .col-md-7:before {
        content: '';
        display: block;
        width: 300px;
        height: 598px;
        background-image: url(../images/Abstractibly_PlaneElement.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 100%;
        top: -125px;
        opacity: 1;
    }
}

#Projects {
    margin-bottom: 50px;
}

    #Projects h2 {
        font-size: 3rem;
        color: #522DBA;
        opacity: 0.25;
        margin-bottom: 25px;
    }

@media (min-width: 992px) {
    #Projects h2 {
        font-size: 5rem;
    }
}

#Contact {
    background: #2C2833;
    padding: 100px 0;
}

    #Contact img {
        box-shadow: -10px -10px 0 #B9B7FF;
        margin-bottom: 20px;
    }

    #Contact .image h4 {
        color: #fff;
        text-align: center;
    }

    #Contact .image p {
        color: #999;
        text-align: center;
    }

    #Contact .text h2 {
        color: #B9B7FF;
    }

    #Contact .text p {
        color: #fff;
    }