﻿.snow1 {
    background: url('/lib/dop/do/img/snow.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: snowOne 55s infinite linear;
}

.snow2 {
    background: url('/lib/dop/do/img/snow.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: snowTwo 55s infinite linear;
    background-size: 30%;
}

.snow3 {
    background: url('/lib/dop/do/img/snow.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: snowThree 55s infinite linear;
    background-size: 100%;
}

@keyframes snowOne {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 100px 650px;
    }
}

@keyframes snowTwo {
    0% {
        background-position: 0px -100px;
    }

    100% {
        background-position: 0px 750px;
    }
}

@keyframes snowThree {
    0% {
        background-position: 0px 100px;
    }

    100% {
        background-position: 300px 750px;
    }
}

@media (max-width: 992px) {
    .party_hat-div {
        padding-top: 5rem;
    }
}

.party_hat_santa-image {
    position: absolute;
    top: -40px;
    right: -70px;
    width: 200px;
    height: auto;
    z-index: 10;
}
.party_hat_kalpak-image {
    position: absolute;
    top: -100px;
    right: -70px;
    width: 200px;
    height: auto;
    z-index: 10;
}
.valentine_background {
    background-image: url("/assets/images/valentine.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.party_hat_valentine {
    position: absolute;
    top: -100px;
    right: -70px;
    width: 200px;
    height: auto;
    z-index: 10;
}