li {
    list-style: none;
}

#nav-fullscreen {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 120vh;
    background-color: rgba(35, 39, 52, 0);
    z-index: 3;
    transition: 1s;
}

#nav-fullscreen a p {
    opacity: 0;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 6;
}

#nav-fullscreen.open a p {
    visibility: visible;
    opacity: 1;
    transition-duration: 1s;
}

#nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
}

.navicon-button {
    display: inline-block;
    position: relative;
    padding: 2.0625rem 1.5rem;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    opacity: .8;
    z-index: 999;
}

.navicon-button .navicon:before,
.navicon-button .navicon:after {
    transition: 0.25s;
}

.navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
}

.navicon {
    position: relative;
    width: 1.25em;
    height: .2125rem;
    background: black;
    transition: 0.5s;
    border-radius: 2.5rem;
    z-index: 7;
}

.navicon:before,
.navicon:after {
    display: block;
    content: "";
    height: .2125rem;
    width: 1.25rem;
    background: black;
    position: absolute;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
    z-index: 7;
}

.navicon:before {
    top: 0.41rem;
}

.navicon:after {
    top: -0.4rem;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
    top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
    transition: 0.5s;
}

section *,
section *:before,
section *:after {
    transform: translate3d(0, 0, 0);
}

.open.plus .navicon,
.open.x .navicon {
    background: transparent;
}

.open.plus .navicon:before,
.open.x .navicon:before {
    background-color: white;
    transform: rotate(-45deg);
}

.open.plus .navicon:after,
.open.x .navicon:after {
    background-color: white;
    transform: rotate(45deg);
}

#nav-fullscreen.open {
    overflow: auto;
    visibility: visible;
    background-color: rgba(35, 39, 52, 0.9);
    transition: 1s;
}

#nav-fullscreen.open ul {
    margin-top: 10vh;
}

#nav-fullscreen.open li {
    height: 60px;
    text-align: center;
}

#nav-fullscreen.open li:nth-of-type(1) a p {
    transition-delay: 1s;
}

#nav-fullscreen.open li:nth-of-type(2) a p {
    transition-delay: 1.2s;
}

#nav-fullscreen.open li:nth-of-type(3) a p {
    transition-delay: 1.4s;
}

#nav-fullscreen.open li:nth-of-type(4) a p {
    transition-delay: 1.6s;
}

#nav-fullscreen.open li:nth-of-type(5) a p {
    transition-delay: 1.8s;
}

#nav-fullscreen.open li:nth-of-type(6) a p {
    transition-delay: 2s;
}

#nav-fullscreen.open li:nth-of-type(7) a p {
    transition-delay: 2.2s;
}
#nav-fullscreen.open li:nth-of-type(8) a p {
    transition-delay: 2.4s;
}
