body {
    font-family: "Dosis",sans-serif;
    text-align: center;
    background: rgb(0,89,63);
    background: linear-gradient(90deg, rgba(0,89,63,1) 0%, rgba(169,255,153,1) 25%, rgba(106,231,250,1) 75%, rgba(93,109,255,1) 100%);
}
#menu {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    list-style: none;
    font-size: 200%;
}

.menu-button {
    opacity: 0;
    z-index: -1;
}

.menu-button {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -220px;
    border-radius: 10%;
    background: url("images/treesandcritterslogo.PNG") no-repeat center / cover;
    background-size: 100%;
    overflow: hidden;
    text-decoration: none;
}

#menu:not(:target) > a:first-of-type,
#menu:target > a:last-of-type {
    opacity: 1;
    z-index: 1;
}

#menu:not(:target) > .icon-plus:before,
#menu:target > .icon-minus:before {
    opacity: 1;
}

.menu-item {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 55%;
    line-height: 5px;
    top: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    background-color: #424242;
    transform: translate(0px, 0px);
    transition: transform 500ms;
    z-index: -2;
    transition: .5s;
}

    .menu-item:hover {
        opacity: 0.5;
        box-shadow: 0 5px 10px black;
    }

    
    .menu-item a {
        color: #fff;
        position: relative;
        top: 30%;
        left: 0;
        text-decoration: none;
    }
    
#menu:target > .contact {
    transform: rotate(90deg) translateY(-300px) rotate(-90deg);
    transition-delay: 0s;
}

#menu:target > .trees {
    transform: rotate(-30deg) translateY(-300px) rotate(30deg);
    transition-delay: 0.2s;
}

#menu:target > .critters {
    transform: rotate(30deg) translateY(-300px) rotate(-30deg);
    transition-delay: 0.1s;
}

#menu:target > .about {
    transform: rotate(-90deg) translateY(-300px) rotate(90deg);
    transition-delay: 0.3s;
}




.trees {
    position: absolute;
    left: 55%;
    line-height: 5px;
    top: 50%;
    margin: -160px 0 0 -177px;
    transform: translate(0px, 0px);
    transition: transform 500ms;
    z-index: -2;
    transition: .5s;
}

.critters {
    position: absolute;
    left: 55%;
    line-height: 5px;
    top: 50%;
    margin: -160px 0 0 -177px;
    transform: translate(0px, 0px);
    transition: transform 500ms;
    z-index: -2;
    transition: .5s;
}

.about {
    position: absolute;
    left: 55%;
    line-height: 5px;
    top: 50%;
    margin: -160px 0 0 -177px;
    transform: translate(0px, 0px);
    transition: transform 500ms;
    z-index: -1;
    transition: .5s;
}

.contact {
    position: absolute;
    left: 55%;
    line-height: 5px;
    top: 50%;
    margin: -160px 0 0 -177px;
    transform: translate(0px, 0px);
    transition: transform 500ms;
    z-index: -1;
    transition: .5s;
}

.treeslogo {
    width: 300px;
    height: 300px;
    background: url("images/treeslogo.PNG") no-repeat center / cover;
    display: inline-block;
}

.critterslogo {
    width: 300px;
    height: 300px;
    background: url("images/critterslogo.PNG") no-repeat center / cover;
    display: inline-block;
}

.contactlogo {
    width: 300px;
    height: 300px;
    background: url("images/contactlogo.PNG") no-repeat center / cover;
    display: inline-block;
}

.aboutlogo {
    width: 300px;
    height: 300px;
    background: url("images/aboutlogo.PNG") no-repeat center / cover;
    display: inline-block;
}