/* 
    Created on : 12.8.2019, 18:23:24
    Author     : Jakub
*/

* {
    font-family: 'Quicksand', sans-serif; 
}

h1, h2, h3, h4, h5 {
    color:#5aa3da;
}

a {
    color:#296cb3;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-none {
    overflow: unset !important;
}

.underline {
    text-decoration: underline;
}

.strong {
    font-weight: 600;
}

.white-bg {
    background:#fff;
}

.cursor-pointer {
    cursor: pointer;
}

#footer {
    background:url('/images/backgrounds/03-footer-links.png') top center no-repeat;
    background-size: auto 980px;
}

#footer-contact {
    background:url('/images/backgrounds/04-footer-contacts.png') top center no-repeat;
    background-size: auto 300px;
    background-color: #d4effa;
}

#bg-footer {
    background: url(/images/backgrounds/02-footer-village.png) no-repeat center bottom 374px;
    background-size: auto 527px;
}

#bg-snow-outer {
    background-image: url(/images/backgrounds/02-footer-village.png);
    background-repeat: no-repeat;
    background-position: center bottom -8rem;
}

#bg-snow {
    background-image:url('/images/backgrounds/05-flakes.png'),
                     url('/images/backgrounds/06-stripe-light.png'),
                     url('/images/backgrounds/07-flakes_mirror.png'),
                     url('/images/backgrounds/09-flakes-2.png'),
                     url('/images/backgrounds/05-flakes.png'),
                     url('/images/backgrounds/06-stripe-light.png'),
                     url('/images/backgrounds/07-flakes_mirror.png'),
                     url('/images/backgrounds/09-flakes-2.png');
    
    background-repeat: no-repeat;
    background-position-x: center;
    
    background-position-y: 0, 
                           800px, 
                           1340px, 
                           2110px,
                           4000px, 
                           4800px, 
                           5340px, 
                           6110px;
}

/*
@media (max-height: 1000px) {
    #bg-snow {
        background-image:url('/images/backgrounds/05-flakes.png');

        background-repeat: no-repeat;
        background-position-x: center;

        background-position-y: 0;
    }
}
*/