@font-face {
    font-family: 'Amperzand'; /*a name to be used later*/
    src: url('Assets/Amperzand.ttf'); /*URL to font*/
}

        body {
            font-family: 'Noticia Text', serif;
            font-weight: 400;
            font-size: 1.2em;
            text-align: center;
            background-color: #F4F2EE;
        }


        h1 {
           font-family: 'Amperzand', sans-serif;
           font-size: 50px;
            margin-top: 20px;
        }

        h2 {
           font-family: 'Amperzand', sans-serif;
           font-size: 2em;
/*            margin-top: 20px;*/
        }

        #prompt {
            font-size: 2.2em;
/*            margin: 20px;*/
            font-weight: bold;
/*            margin-top: 2.5%;*/
            margin: 0 auto;
            margin-top: 2.5%;
            margin-bottom: 2.5%;
            width: 70%;
            text-align: center;
        }
        .btn {
            padding: 10px 20px;
            font-size: 18px;
            margin: 10px;
            cursor: pointer;
            margin-bottom: 2.5%;
        }

        .header img {
            width: 20%;
            padding-bottom: 4%;
            padding-top: 4%;

        }

        .bodyText {
            width: 60%;
            margin: 0 auto;
        }

        .bodyText a {
            text-decoration: none;
            color: black;
        }

        .instructionLink {
            margin-top: 2.5%;
            font-size: 0.9em;
        }

        .instructionLink a {
            text-decoration: none;
            color: black;
        }

        .instructionLink u {
            text-decoration: black dashed underline;
            text-decoration-skip-ink: none;
            height: 1.75em;
        }

        .cards {
            display: flex;
            justify-content: center;
            gap: 1%;
            margin-top: 20px;
        }
        .card {
            width: 220px;
            height: 220px;
            background: url('Assets/card-back.png');
            background-size: 100%;
            background-repeat: no-repeat;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: bold;
            color: white;
            transition: transform 0.5s;
            cursor: pointer;
        }
        .flipped {
            background: none;
            background-size: 100%;
            background-repeat: no-repeat;
        }

        .overlay {
            overflow-y: scroll;
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
            justify-content: center;
            align-items: center;
        }

.subHead h5 {
    font-size: 1.1em;
    margin-bottom: 1%;
    margin-top: -1%;
}

        .overlay-container {
            background: #F4F2EE;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            width: 60%;
        }

        .overlay-content {
            width: 95%;
/*            background-color: pink;*/
            margin: 0 auto;
            margin-top: 20%;
        }

        .overlay-content p {
            font-family: 'Noticia Text', serif;
            font-weight: 400;
            font-size: .85em;
            text-align: center;
/*            background-color: #F4F2EE;*/
        }

        .instructionsBody {
/*            background-color: blue;*/
            width: 95%;
            margin: 0 auto;
        }

        .instructionsBody p {
            text-align: left;
        }

        .modes-container {
            width: 100%;
            margin-top: 5%;
        }

        .mode {
            width: 37%;
            display: inline-block;
            vertical-align: text-top;
            font-size: .88em;

        }

        .mode h4 {
            margin-top: 3%;
        }

        #modeCollab h5 {
            margin-top: -7%;
        }

        #modeSolo {
            margin-right: 2.5%;
        }

        #modeCollab {
            margin-left: 2.5%;
        }

        .fa-solid {
            color: black;
/*            margin-bottom: -5%;*/
        }

        #closeOverlay {
            margin-top: 5%;
        }

        .footer {
            width: 80%;
            margin: 0 auto;
            margin-top: 5%;
/*            background-color: pink;*/
        }

        .footerDiv{
            width: 40%;
            margin: 0 auto;
            vertical-align: text-top;
        }

        #builtBy {
/*            background-color: blue;*/
            margin-top: 5%;
            margin-bottom: 10%;
        }

        #synthesizerSub {
/*            background-color: red;*/
/*            margin-left: 1.5%;*/
        }

        .footerDiv img {
            width: 50%;
        }

/*TABLET BREAK*/

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

    body {
/*       background-color: purple !important; */
    }

        .header img {
            width: 30%;
            padding-bottom: 5%;
            padding-top: 5%;

        }

         .bodyText {
            width: 80%;
            margin-bottom: 3%;
        }

        #prompt {
            font-size: 1.6em;
            margin-bottom: 3%;
            width: 80%;
        }

        .btn {
            margin-bottom: 5%;
/*            display: inline-block;*/
/*            clear: both;*/
        }

        .cards {
/*            display: inline-block;*/
            justify-content: center;
            gap: 1%;
/*            margin-top: 10%;*/
            margin: 0 auto;
            width: 80%;
        }

          .footer {
            width: 90%;
            margin: 0 auto;
            margin-top: 3%;
/*            background-color: pink;*/
        }

        .footerDiv img {
            width: 80%;
        }




/*MOBILE BREAK*/ /*~~~~~~LOCKED~~~~~~~~*/

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

    body {
/*       background-color: red !important; */
/*       width: 100%;*/
    }

    .header img {
            width: 70%;
            padding-bottom: 10%;
            padding-top: 10%;

        }

    .subHead {
            width: 55%;
            margin: 0 auto;
        }

    .subHead h5 {
        font-size: 1.1em;
        margin-bottom: 11%;
        margin-top: 1%;
}

    .bodyText {
            width: 80%;
            margin-bottom: 11%;
        }

    .instructionLink {
/*            margin-top: 2.5%;*/
            font-size: 1.1em;
            width: 70%;
            margin: 0 auto;
            margin-bottom: 10%;
        }


    .overlay-container {
/*            background: blue;*/
            background: #F4F2EE;
/*            padding: 20px;*/
            border-radius: 10px;
            text-align: center;
            width: 80%;
            margin-top: 135%;
        }

        .overlay-content {
            width: 92%;
/*            background-color: pink;*/
            margin: 0 auto;
/*            margin-top: 40%;*/
        }

        .overlay-content p {
            font-family: 'Noticia Text', serif;
            font-weight: 400;
            font-size: .85em;
            text-align: center;
/*            background-color: #F4F2EE;*/
        }

        .instructionsBody {
/*            background-color: green;*/
            width: 95%;
            margin: 0 auto;
            margin-top: 20%;
        }

        .instructionsBody p {
            text-align: left;
        }

        .modes-container {
            width: 100%;
            margin-top: 5%;
        }

        .mode {
            width: 37%;
            display: inline-block;
            vertical-align: text-top;
            font-size: .88em;

        }

        #modeCollab h5 {
            margin-top: -7%;
        }

        #modeSolo {
            margin-right: 2.5%;
        }

        #modeCollab {
            margin-left: 2.5%;
        }

        .fa-solid {
            color: black;
        }

        #closeOverlay {
            margin-top: 5%;
        }



         #prompt {
            font-size: 1.5em;
            margin-bottom: 10%;
            width: 85%;
        }

         .btn {
            margin-bottom: 10%;
            display: inline-block;
            clear: both;
        }

        #startButton {
            clear: both;
            width: 70%;
            margin: 0 auto;
            margin-bottom: 10%;
        }

        .cards {
            display: inline-block;
            justify-content: center;
            gap: 2.5%;
            margin-top: 20px;
            margin: 0 auto;
            width: 60%;
        }

        .card {
            width: 220px;
            height: 220px;
            background: url('Assets/card-back.png');
            background-size: 100%;
            background-repeat: no-repeat;
            border-radius: 10px;
            display: inline-block;
            align-items: center;
            justify-content: center;
            transition: transform 0.5s;
            cursor: pointer;
            margin: 0 auto;
            margin-bottom: 2%;
        }

        .flipped {
            background: none;
            background-size: 100%;
            background-repeat: no-repeat;
            display: inline-block;
            clear: both;
            margin: 0 auto;
        }

        .footer {
            width: 90%;
            margin: 0 auto;
            margin-top: 10%;
/*            background-color: pink;*/
        }

        .footerDiv{
            width: 90%;
            margin: 0 auto;
            vertical-align: text-top;
        }

        #builtBy {
/*            background-color: blue;*/
            margin-top: 10%;
            margin-bottom: 10%;
        }

        .footerDiv img {
            width: 80%;
        }

}

