@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto+Mono:wght@300&display=swap');

header {
    background-color: #ffffff;
    margin: 20px 40px 20px 40px;
    font-family: 'Press Start 2P', cursive;
    line-height: 1.9em;
  }

body {
    margin: 0;
    font-family: 'Roboto Mono', monospace;
    line-height: 1.5em;
}

a {
    color: #ff4ac6;
    text-decoration: none;
    /* margin: 0 0 0 10px; */
    padding: 0 0 3px 0;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s;
}

a:hover {
    border-bottom: 2px solid #ffaae4;
}

.video-js {
    width: 100vw;
}

section {
    margin: 40px 40px 40px 40px;
}

section p {
    margin-bottom: 1em;
    line-height: 1.5em;
}

section.video {
    margin:0px;
}

section.blurb {
    font-family: 'Roboto Mono', monospace;
    line-height: 1.5em;
}

section.new {
    display: flex;
}

section.faq h2{
    font-family: 'Press Start 2P', cursive;
}

section.info {
    font-family: 'Press Start 2P', cursive;
}
section.faq .click-reveal {list-style-type: none; display: flex; flex-direction: column; padding: 0; margin: 0px;}

section.faq .content__title {font-family: 'Press Start 2P', cursive; padding: 0px; position: relative; cursor: pointer; user-select: none; line-height: 1.5em; margin-bottom: 20px;}

section.faq .content__title:before{content: "+";}

section.faq .check {display: none;}

section.faq .content__reveal {display: none;}

section.faq .check:checked ~ .content__reveal {display: block; padding: 1rem; margin-left: 1.5rem; font-family: 'Roboto Mono', monospace;
    line-height: 1.5em;}

section.faq .check:checked ~  .content__title:before{content: "-"}

@media screen and (max-width: 1000px) {

    section.info {
        font-size: 30px;
    }
    section.blurb {
        font-size: 42px;
    }

    header h2{
        font-size: 40px;
        line-height: 1.9em;
    }
    section.faq h2 {
        font-size: 36px;
    }
    /* body {
        font-size: 36px;
    } */
    section.faq .content__reveal {
        font-size: 42px;
    }

    section.faq .content__title {
        font-size: 30px;
    }

    /* section.blurb {
        font-size: 36px;
    } */
}