﻿body {
    margin: 0;
    height: 200vh; /* allow scrolling */
    background: white;
    overflow-x: hidden;
}


.gear {
    position: fixed;
    bottom: -50px; /* closer to visible area */ /* half outside the screen */
    width: 300px;
    height: 300px;
    opacity: 0.5;
    transform-origin: center center;
    pointer-events: none;
}


#gear-left {
    left: -120px; /* half outside */
    transform-origin: center;
}


#gear-right {
    right: -120px; /* half outside */
    transform-origin: center;
}
section.display-7 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.site-footer {
    background: #000; /* black background */
    color: #fff; /* white text */
    padding: 20px 0;
    text-align: center;
    font-family: "Public Sans", sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-social a {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-social .icon {
    width: 32px;
    height: 32px;
    fill: white;
    transition: opacity 0.3s;
}

    .footer-social .icon:hover {
        opacity: 0.6;
    }

.footer-copy {
    font-size: 16px;
    opacity: 1;
}
.sim-seq-1 {
    width: 100%; /* Adjust image width */
    max-width: 480px; /* Set maximum size */
    user-select: none;
    pointer-events: auto;
    cursor: grab;
    display: block;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 6px;
}
.sim-seq-2 {
    width: 100%; /* Adjust image width */
    max-width: 480px; /* Set maximum size */
    user-select: none;
    pointer-events: auto;
    cursor: grab;
    display: block;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 6px;
}
.sim-seq-3 {
    width: 100%; /* Adjust image width */
    max-width: 480px; /* Set maximum size */
    user-select: none;
    pointer-events: auto;
    cursor: grab;
    display: block;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 6px;
}
.sim-text {
    font-family: 'Public Sans', sans-serif;
    font-size: 20px;
}