.font-rubik{
  	font-family: "Rubik Dirt", system-ui;
  	font-weight: 400;
  	font-style: normal;
}

.font-neucha{
    font-family: "Neucha", system-ui;
    font-weight: 400;
    font-style: normal;
}

.font-cormorant{
    font-family: "Cormorant Infant", system-ui;
    font-weight: 400;
    font-style: normal;
}

#split-0 {
	background: url(/cdn/img/promo/hero01_d.webp) left top; 
}
.split, #split-1 { 
	background: url(/cdn/img/promo/hero01.webp) right top; 
}
.split { 
    background: url(/cdn/img/promo/hero01.webp) center center; 
}

#split-0, #split-1, .split{
    background-size: cover;
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-attachment: fixed;
}

.split {
    display: flex;
    flex-direction: row;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}

.hero {
    position: absolute;
    top: 150px;
    left: 70px;
    pointer-events: none;
}
.hero button, .hero a {
    pointer-events: auto;
}
.hero h1 {
    color: #ff99bc;
    font-size: 4rem;
    text-shadow: 1px 1px 3px #4a0056;
    /*user-select: none;*/
}

@media (max-width: 768px) {
    .split:before {
        content: '';
        display: block;
        width: 100%;
        height: 100vh;
        background: linear-gradient(143deg, rgba(0, 0, 0, 0.52) 0%, rgba(66, 66, 66, 0) 100%);
    }
    .hero h1 {
        font-size: 9vw;
    }
}
