#welcome-section {
	display: none !important;
}

#shop-section {
	display: none !important;
}

.navbar {
	height: 100%;
}

.navbar div {
	display: none !important;
}

.navbar:after {
    content: 'cubach.com/shop';
    text-align: center;
    width: 100%;
    display: block;
    font-size: 5rem;
	color: #fafafa;
    position: absolute;
	top: 50%;
    margin-top: -2rem;
	word-break: break-all;
}

body {
	background-color: #0f0f0f;
	height: 100%;
}

html {
	height: 100%;
}