html, body, #page-wrapper, #main, #main.wrapper, div#main, .wrapper, .wrapper.style1, .container, #content, section#content, div.container, .inner, article, header.major {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

body {
    background-color: #1a1a2e !important;
}

#spiral-bg, #bg-canvas {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: -100 !important;
    pointer-events: none;
}

header, footer, #header, #footer, nav, #navPanel, #navPanelToggle, .navPanelToggle, #titleBar {
    display: none !important;
}

#main, #content, section#content, .inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.link-btn, .link-btn:hover, .link-btn:focus,
.back-btn, .back-btn:hover, .back-btn:focus,
.project-card, .project-card:hover, .project-card:focus {
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6, p, a, div {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
