body{
background-image: linear-gradient(to left, #AEC09A,#cedf90);
        height: 100vh;
        overflow-x: hidden;
        text-align: center;
        
}
@media (max-width: 768px) {
    h2{
        font-size: 30pt;
        padding-left: 40pt;
    }
}
a {
    text-decoration: none;
    color: rgb(255, 255, 255);

}
h3{
    text-align: center;
    font-size: 40px;
        font-family: 'Aboreto', cursive;
            font-family: 'Anton', sans-serif;
            font-family: 'Montserrat', sans-serif;
}
p {
    padding-left: 40pt;
    font-size: 25px;

    font-family: 'Aboreto', cursive;
        font-family: 'Anton', sans-serif;
        font-family: 'Montserrat', sans-serif;
        font-family: 'Oswald', sans-serif;
}

h2{
font-family: 'Aboreto', cursive;
    font-family: 'Anton', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Oswald', sans-serif;
}
a:hover {
    color: #778D45;
    
}
ul {
    font-size: 120%;
}
.title-htz{
    text-align: center;
    font-size: 60px;
}
.button {
    background-color: #1A2902;
    border: none;
    color: white;
    padding: 20px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;

    font-family: 'Aboreto', cursive;
        font-family: 'Anton', sans-serif;

 z-index: 90;
}
.page {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.parks {
    color: #fff;
}
.intro{
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}
.intro-content{
display: flex;
flex-direction: column;
justify-content: center;


width: 100%;
height: 100%;

position: absolute;
top: 0;
left: 0;
z-index: 3;
}
.container {
    max-width: 1200px;
    margin: 0 auto;}

.intro-title{
    margin: 0;
    font-size: 35px;
    color: #fff;

    text-align: center;
}

.video{
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
}
.video_media{
    width: 100%;
    height: auto;

    position: absolute;
    top: 0;
    left: 0;
}
html, * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#first {
    background-color: tan;
    height: 100vh;
    padding: 20px;
}

input#toggle {
    display: none;
}

label#second {
    display: block;
    background-color:#AEC670;
    padding: 10px;
    position: fixed;
    top: 0;
    height: 100vh;
    left: -350px;
    width: 400px;
    z-index: 999;
    transition: 0.5s;
}

input#toggle:checked+label[for="toggle"] {
    background-color:#344C11;
    left: 0;
}

@keyframes turn {
    from {
        transform: rotate3d(0, 0, 0, 0);
    }

    to {
        transform: rotate3d(1, 1, 0, 360deg);
    }
}

.cube {
    width: 20px;
    height: 20px;
    transform-style: preserve-3d;
    animation: turn 10s linear infinite;
    margin: 50px;

margin-left: auto;
    margin-right: auto;
    width: 6em;

    font-family: 'Aboreto', cursive;
    font-family: 'Anton', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Oswald', sans-serif;

    padding: 40pt;
    padding-bottom: 20%;
}

.face {
    width: 200px;
    height: 200px;
    border: 2px solid white;
    background-color: #AEC09A;
    position: absolute;
    transform: translateZ(200px);
}

.front {
    transform: translateZ(100px);
}

.back {
    transform: translateZ(-100px) rotateY(180deg);
}

.left {
    transform: translateX(-100px) rotateY(-90deg);
}

.right {
    transform: translateX(100px) rotateY(90deg);
}

.top {
    transform: translateY(-100px) rotateX(90deg);
}

.bottom {
    transform: translateY(100px) rotateX(-90deg);
}

footer {
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: #1A2902;
    color: #fff;

    font-size: large;
}