body {
    background-color: #000;
    font-family: Verdana, Tahoma, sans-serif;
}

.full_body {
    background: #19141f;
    background: linear-gradient(-4deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(48,0,73,1) 70%, rgb(128, 0, 133) 100%);
    background-repeat: no-repeat;
}

nav {
    background-color: #260050;
    box-shadow: 0px 2px 10px 4px rgba(0,0,0,0.5);
    height: 71px;
    color: #FFF;
    z-index: 10;

    .navbar-nav {
        
        a.nav-link {
            color: #FFF;
            font-family: Verdana, Tahoma, sans-serif;
        }

        a.nav-link.active {
            color: #FFF;
            font-weight: bold;
            font-family: Verdana, Tahoma, sans-serif;
        }
    }

    .logo {
        height: 60px;
        padding-top: 1px;
    }
}

.main_body {
    color: #FFF;
    padding-bottom: 50px;

    .spider_img {
        position: absolute;
        top: -180px;
        left: -143px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
        width: 711px;
        height: 398px;
    }
    
    .custom_halloween_3d_prints {
        margin-top: 70px;
    }

    .title_message {
        font-size: 1.5em;
    }

    .intro {
        font-size: 1em;
    }

    .btn_pink, .bg_pink {
        background-color: #830097;
        color: #000;
        border-color: #830097;
    }
    
}

.footer_container {
    color: #FFF;
    font-size: 12px;
    background-color: #000;
    padding: 10px 0px;
}

@media (max-width: 991.98px) { 
    .main_body {
        .custom_halloween_3d_prints {
            max-width: 100%;
        }

        .spider_img {
            position: absolute;
            top: -60px;
            left: -83px;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
            z-index: 1;
            width: 230px;
            height: 128px;
        }

        .pumpkins_img {
            max-width: 100%;
        }
    }
}