body {
    background-image: url("../csSIDesigns/moons.gif");
    background-size: 100% 100%;
    animation-name: zooomWall;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

@keyframes zooomWall {
    0% {
        background-size: 139% 139%;
    }
}

@-webkit-keyframes zooomWall {
    0% {
        background-size: 139% 139%;
    }
}

#flyer
{
    
    background-color: transparent;
    background-image: url("../csSIDesigns/Flyer/flyerSpring2020.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    margin: 0; 
}

#mailLink
{
    color: darkgrey;
    transition: color 0.5s;
}

#mailLink:hover
{
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 1250px) {
    
    body
    {
        background-attachment: scroll;
        background-size: auto;
        animation: none;
    }
    
#flyer
{
    
    height: 100%;
    margin-top: -13%; 
    margin-bottom: 4.7%;
}
}