html, body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue" -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hidden {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.4;
    text-transform: none;
    font-style: normal;
}

h2 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

@media (min-width: 992px) {

    h2 {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.container {
    max-width: 1140px;
}

.header {
    background-color: #0e5091;
    min-height: 98.2px;
}

.exit-button {
    background-color: #00ccff;
    border-radius: 50px;
    color: #ffffff;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 5px 7px 5px 7px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #666666;
    text-decoration-line: none;
    transition: all 0.2s ease;
}

    .exit-button:hover {
        color: #0e5091;
        text-decoration: none;
        text-shadow: none;
    }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 400px) {

    .exit-button {
        font-size: 1rem;
        padding: 10px 15px 10px 15px;
    }

        .exit-button:hover {
            text-decoration: none;
            text-shadow: none;
        }
}

.demo-title {
    color: #ffffff;
}

.following-directions {
    background-color: #b82390;
}

.phonological-awareness {
    background-color: #5a1f96;
}

.auditory-memory {
    background-color: #4c7dfb;
}

.sequencing {
    background-color: #23b888;
}

.not-found {
    background-color: darkred
}

.demo-canvas-container {
    display:flex;
    align-items: center;
    justify-content: center;
}

.demo-canvas-wrap {
    flex: 1 0 auto;
}

.iframe {
    border-radius: 4px;
    height: auto;
    max-height: 768px;
    max-width: 1024px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
    margin: 15px auto 0 auto;
}

.unityFrame {
    width: 1000px;
    height: 630px;
}

.unityFramePA {
    width: 1000px;
    height: 680px;
}

/*canvas {
    max-width: 100% !important;
    height: auto !important;*/
    /* max-height: 768px; */
/*}*/

.footer-button {
    padding: 45px 0 0 0;
    flex-shrink: 0;
}

.footer-exit-button {
    background-color: #ffffff;
    border: 2px solid #008E00;
    border-radius: 50px;
    color: #008E00;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 5px 7px 5px 7px;
    text-transform: uppercase;
    text-decoration-line: none;
    transition: all 0.2s ease;
}

    .footer-exit-button:hover {
        background-color: #008E00;
        color: #ffffff;
        text-decoration: none;
    }

/* Small devices (landscape phones, 400px and up) */
@media (min-width: 400px) {

    .footer-exit-button {
        font-size: 1rem;
        padding: 10px 30px 10px 30px;
    }

        .footer-exit-button:hover {
            text-decoration: none;
            text-shadow: none;
        }
}

/* Footer */

.footer-bg {
    background: url('/images/footer-bg.png');
    background-color: transparent;
    background-repeat: repeat-y;
    height: 78px;
    flex-shrink: 0;
}

.footer-wrapper {
    background: #77be08;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    flex-shrink: 0;
}
