/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
    background-color: white;
    font-family: 'Avenir Next', system-ui, Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100vh;
}
#page-wrapper {
    position: relative;
    min-height: 100vh;
}
#content-wrapper {
    /* bottom padding = height of footer */
}
#body-content {
    padding: 150px 13vw;
}
h2 {
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
}
hr {
    width: 345px;
    border-style: none;
    border-top: solid 2px #5C81E6;
    margin-top: 90px;
    margin-bottom: 90px;
}
.header {
    background-color: white;
    padding: 200px 0;
    text-align: center;
}
.header-mark {
    width: 650px;
}
.softmax-section {
    max-height: 500px;
    overflow-y: hidden;
    z-index: 1;
}
.softmax-section h2 {
    text-align: left;
}
.softmax-section .softmax-text {
    position: absolute;
    margin-top: 30px;
    text-align: left;
    z-index: 2;
}
.parallax-window {
    height: 500px;
    background: transparent;
    border-top: solid white 5px;
}
.softmax {
    position: absolute;
    height: 510px;
}
.softmax-text {
    width: 350px;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-left: 13vw;
}
.softmax-text h2 {
    font-size: 1.4rem;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}
.softmax-text p {
    margin-top: 0px;
}
.trio {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 60px;
    grid-row-gap: 40px;
}
.trio-cell img {
    height: 150px;
}
.trio-cell h3 {
    font-size: 1.2em;
    font-weight: 600;
}
.trio-cell p {
    font-size: 1.2em;
}
#demo-text {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    font-style: italic;
}
#mc_embed_signup {
    text-align: center;
}
#mc_embed_signup button {
    font-family: 'Avenir Next', system-ui, Helvetica, Roboto, Arial, sans-serif;
    color: white;
    border-style: none;
    border-radius: 3px;
    cursor: pointer;
}
#signup-caption {
    font-size: 1.8em;
}
#mce-EMAIL {
    font-family: 'Avenir Next', system-ui, Helvetica, Roboto, Arial, sans-serif;
    color: #AAAAAA;
    border: solid 1px #AAAAAA;
    border-radius: 3px;
    width: 250px;
    background-color: #ffffff;
}
#team {
    text-align: center;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 100px;
    grid-row-gap: 60px;
}
.team-cell {
    max-width: 320px;
    justify-self: center;
}
.team-cell .team-name {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.team-cell p {
    margin-top: 0px;
}
.team-cell img {
    max-width: 320px;
}
#sponsors {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 150px;
}
#sponsors img {
    max-width: 350px;
}
#sponsors-grid {
    padding: 0px 5vw;
    display: grid;
    margin-top: 60px;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-row-gap: 80px;
}
#sponsors-grid img {
    justify-self: center;
}
#footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 8em;
    line-height: 8em;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 13vw;
    justify-content: space-between;
}
.footer-cell img {
    width: 70px;
    vertical-align: middle;
}

/*
.cells-img {
    -webkit-clip-path: url(#softmax-clip);
    clip-path: url(#softmax-clip);
}
*/

@media only screen and (max-width: 768px) {
    .header-mark {
        width: 450px;
    }
}
@media only screen and (max-width: 480px) {
    body {
        max-width: 98%;
        overflow-x: hidden;
    }
    .softmax {
        display: none;
    }
    .parallax-window {
        visibility: hidden;
        display: none;
    }
    .parallax-mirror {
        visibility: hidden;
        display: none;
    }
    .header {
        padding: 120px 0;
    }
    .header-mark {
        width: 300px;
    }
    hr {
        width: 200px;
    }
    .softmax-section .softmax-text {
        width: 100%;
        margin-left: 0px;
        padding: 0 13vw;
    }
    #body-content {
        padding-top: 650px;
    }
    .trio-cell img {
        height: 110px;
    }
    .team-cell img {
        max-width: 260px;
    }
    #team {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    #sponsors img {
        max-width: 260px;
    }
    #sponsors-grid {
        padding: 0px;
        grid-template-columns: 1fr;
        grid-row-gap: 60px;
    }
}
