/* Custom styles that Tailwind can't handle */

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}

#bg1 {
    background-image: url('designstuff/lori-dejong-ecIyNBAk0QI-unsplash.jpg');
    opacity: 1;
}

#bg2 {
    background-image: url('designstuff/elizabeth-gottwald-GZ_-TnZtJ_U-unsplash.jpg');
}

#bg3 {
    background-image: url('designstuff/grant-durr-ZxER5Gr0n38-unsplash.jpg');
}

#bg4 {
    background-image: url('designstuff/stephan-h-4FU5fpnZ7SQ-unsplash.jpg');
}

#bg5 {
    background-image: url('designstuff/tiago-nakamura-PKpuBIhekv0-unsplash.jpg');
}

#moving-text {
    font-family: "Roboto", sans-serif;
    will-change: transform;
    font-stretch: condensed;
    -webkit-text-stroke: 11px rgba(0, 0, 0, 0.8);
    text-stroke: 11px rgba(0, 0, 0, 0.8);
    paint-order: stroke fill;
    /* text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.6); */
    letter-spacing: 0.02em;
    transform: scaleY(1.4);
    transform: scaleX(.8);
}

#footer-text {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.05em;
    transform: scaleY(1.23);
}

@media (max-width: 768px) {
    #moving-text {
        -webkit-text-stroke: 10px rgba(0, 0, 0, 0.8);
        text-stroke: 10px rgba(0, 0, 0, 0.8);
    }
}

.footer-text {
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.3);
    text-stroke: 0.5px rgba(0, 0, 0, 0.3);
}
