@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

html, body {

    font-family: 'Comfortaa', cursive;

    text-align: center;

    margin: 0;

    padding: 0;

    font-size: 20px;

    background-color: #fcfcfc;

}

a {

    color: black;

    text-decoration: none;

}

.link{
    text-decoration: underline;
    color: dodgerblue;
}

a:hover {

    color: #dc3545;

    text-decoration: none;

}

a:hover > .spider {

    filter: none;

}

#header {


    font-size: 19px;


}

#headerFlex {

    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    max-width: 1000px;
    margin: auto;

}

#headerFlex a {
    width: 45%;
    max-width: 240px;
    margin-bottom: 10px;
    border-radius: 20px;
    color: white;
}

#headerFlex a:hover {
    filter: brightness(60%);
}

.full {

    width: 100% !important;

}
.sign{
    text-align: right;
}
.fancy-font{
    font-family: 'Dancing Script', cursive;
    font-size: xx-large;
}
#main {
    text-align: left;
    width: 1000px;
    margin: auto;
    max-width: 80%;
}

.day {
    padding: 10px;
    border-bottom: 1px dashed #7878dc;
}

.date {
    font-weight: bold;
}

.spider {
    height: 1rem;
    transform: translateY(-2px);
    filter: grayscale(1) brightness(0.8);
    z-index: 1;
}

#logo {

    max-height: 100px;

}

#pzbslogo {

    max-height: 100px;

    margin-right: 65px;

    margin-left: 65px;

}

#info {

    display: none;

}


.onlyDesktop {

    display: none;

}

.today {

    color: #dc3545;

}

#collapseExample > div {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-evenly;

}

#collapseExample > div > a {

    width: auto;

}

#snowflakeContainer {

    position: absolute;

    left: 0px;

    top: 0px;

    display: none;

}


.snowflake {

    position: fixed;

    background-color: #51aacc;

    user-select: none;

    z-index: 1000;

    pointer-events: none;

    border-radius: 50%;

    width: 10px;

    height: 10px;

}

#footer img {
    max-height: 150px;
    margin-bottom: 5px;
}

.img-header {
    max-width: 1000px;
}

@media screen and (max-width: 999px) {
    .img-header {
        max-width: 100%;
    }
}