@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@300;400&family=Rubik:wght@300;400&family=Vast+Shadow&display=swap');


/* VARIABLES */
:root {
    --site-pink: #F72585;
    --site-red: #8F2D56;    
    --site-orange: #F18701;
    --site-lightyellow: #FFFF00;
    --site-darkyellow: #FFBC42;
    --site-green: #1B9AAA;
    --site-lightblue: #009CE0;
    --site-darkblue: #48419A;  
    --site-white: #F8FFE5;
    --site-black: #171717;
    
    
    --lightblue-head-color: var(--site-lightblue);
    --darkblue-head-color: var(--site-darkblue);
    --orange-head-color: var(--site-orange);
    --pink-head-color: var(--site-pink);
    --header-font-family: 'Londrina Solid', arial;
    --body-font-family: 'Rubik', sans-serif;
    --page-color: var(--site-white);
    --nav-curtain-color: var(--site-orange);

}

/* GLOBAL */
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

figure, figcaption {
    margin: 0;
    padding: 0;
}

p a, p a:visited {
    color: var(--site-orange);
    font-size: 1.1em;
}

p a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 12px;
}

img {
    width: 100%;
}


blockquote {
    font-size: 18px;
    color: var(--site-darkblue);
    font-weight: 500;
}

blockquote p {
    display: block;
    font-family: var(--header-font-family);
    font-style: italic;
    margin-bottom: 4px;
}

cite {
    font-style: normal;
    font-size: 14px;
    font-family: var(--body-font-family);
}

header, main, footer {
    max-width: 1280px;
    margin: 0 auto;
}

section {
    max-width: 100%;
}

body {
    background-color: var(--page-color);
}

p {
    font-family: var(--body-font-family);
    line-height: 1.5;
    letter-spacing: 1px; 
}

/* .page-navigation a {
    display: inline-block;
}

.page-navigation span {
    font-family: var(--header-font-family);
    font-size: 20px;
}

span.amp {
    display: inline-block;
    font-size: 10px;
} */

.fullpage-navigation a {
    display: inline-block;
}
.fullpage-navigation span {
    font-family: var(--header-font-family);
    font-size: 20px;
}
span.amp {
    display: inline-block;
    font-size: 16px;
}
span.darker-text {
    color: var(--site-darkblue);
}
span.lighter-text {
    color: var(--site-lightblue);
}
span.orange-text {
    color: var(--site-orange);
}
span.pink-text {
    color: var(--site-pink);
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}



h1,h2,h3,h4,h5 {
    font-family: var(--header-font-family);
}

h2 {
    font-size: 30px;
}

button {
    background: none;
    border: none;
}




/* Mobile Curtain Nav */
.openbtn {
    font-size: 40px;
    color: var(--site-red);
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: var(--nav-curtain-color);
    overflow-x: hidden;
    transition: 0.5s;
}

.mobile-navigation {
    position: relative;
    font-family: var(--header-font-family);
    text-align: left;
    top: 20%;
    left: 5%;
    width: 100%;
    white-space: nowrap;
}

.mobile-navigation li:nth-child(5){
    margin-top: 20px;
}

.overlay a {
    padding: 8px;
    font-size: 30px;
    color: var(--page-color);
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: var(--site-red);
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 60px;
}

.closebtn {
    color: var(--page-color);
}

.mobile-nav-social-icons {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    height: 50px;
}

.mobile-nav-social-icons img {
    height: 25px;
    width: auto;
    margin-right: 15px;
    transition: scale 1.5s;
}

.mobile-nav-social-icons img:active {
    transform: scale(1.2);
}


/* end curtain */

header {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 90%;
    margin: 0 auto 20px auto;
}

.top-nav {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.fullpage-social-icons {
    display: none;
}



.logo {
    width: 40%;
    margin: -18px auto 20px auto;
}

.logo img {
    width: 100%;
    max-width: 200px;
}

.contact-btn button{
    font-size: 20px;
    font-family: var(--header-font-family);
    cursor: pointer;
    transition: 0.5s;
}

.contact-btn button:hover {
    transform: scale(1.1);
}

/* .contact-card {
    display: flex;
    width: 220px;
    height: 90px;
    margin: 0 auto;
    padding: 10px;
    background-color: #F35B04;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background-image: url('../images/dark-denim-3.png'), url('../images/border.png');
    background-size: cover, 94% 96%;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
}
.contact-card h3 {
    text-align: center;
    font-family: 'Vast Shadow';
} */


.fullpage-navigation {
    display: flex;
    justify-content: space-between;
}

.nav-container {
    width: 100%;
    margin: 20px auto 50px auto;
}

.fullpage-navigation li {
    width: 33.33%;
    transition: 0.5s;
}

.fullpage-navigation li:hover {
    transform: scale(1.1);
}

footer {
    position: relative;
    background-image: url('../images/wave-haikei.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
    height: 300px;
}

.no-home .contact-btn, .no-home .nav-container {
    display: none;
}

footer p {
    position: absolute;
    right: 10px;
    bottom: 0;
    color: var(--page-color);
    font-family: var(--body-font-family);
}

.audio-demos {
    width: 90%;
    margin: 0 auto 100px auto;
    text-align: center;
}

.audio-demos h2 {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: var(--site-orange);
    /* font-size: 36px; */
}


/* HOME PAGE */

/* Audio Player */

.audio-player {
    display: grid;
    padding: 6px 8% 6px 0;
    background-color: #006BA6;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        "play title title title"
        "play time time time";
    justify-items: center;
    font-size: 20px;
    height: 80px;
    width: 100%;
    margin: 10px auto;
    outline: none;
    transition: outline 0.5s ease-in-out;
    overflow: hidden;
    --seek-before-width: 0%;
    --buffered-width: 0%;
}

.outline {
    outline: 3px solid var(--site-darkyellow);
}

.player-time {
    display: flex;
    opacity: 0;
    margin-top: 4px;
    flex-direction: row;
    grid-area: time;
    transition: 0.8s;
}
.show-time {
    opacity: 1;
}

.audio-player span {
    color: #FFFFF0;
    font-family: var(--body-font-family);
}

.audio-player h3 {
    margin: 0;
    color: #FFFFF0;
    text-shadow:
     -1px -1px 0 var(--site-red),  
      1px -1px 0 var(--site-red),
      -1px 1px 0 var(--site-red),
       1px 1px 0 var(--site-red);
    font-size: 30px;
    letter-spacing: 1.5px;
    font-family: var(--header-font-family);
}

.play-btn {
    grid-area: play;
}

.play-pause {
    width: 46px;
    height: 46px;
    background-image: url('../images/play.svg');
    background-size: 130%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.4s linear;
    -webkit-transition: background-image 0s linear, background-size 0 linear;
}
.playing{
    background-image: url('../images/pause.svg');
    background-size: 100%;
}

.track-title {
    grid-area: title;
    transform: translateY(15px);
    transition: 0.8s;
}

.move-title {
    transform: translateY(0);
}

.track-duration {
    grid-area: duration;
    margin-left: 5%;
}

.current-position {
    grid-area: current;
    margin-right: 5%;
}

.track-slider {
    grid-area: slider;
    background-color: inherit;
}

/* Seek Slider  */

input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    margin: 2px 0 0 0;
    padding: 0;
    height: 19px;
    float: left;
    outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background-color: var(--site-white);
}
input[type="range"]::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: var(--seek-before-width);
    height: 3px;
    background-color: var(--site-lightblue);
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 1px solid var(--site-red);
    height: 15px;
    width: 5px;
    border-radius: 0;
    background-color: var(--site-white);
    cursor: pointer;
    margin: -7px 0 0 0;
}
input[type="range"]:active::-webkit-slider-thumb {
    transform: scale(1.2);
    background: var(--site-darkyellow);
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: var(--site-white);
}
input[type="range"]::-moz-range-progress {
    background-color: var(--site-lightblue);
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
input[type="range"]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid var(--site-red);
    height: 15px;
    width: 5px;
    border-radius: 0;
    background-color: var(--site-white);
    cursor: pointer;
}
input[type="range"]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: var(--site-darkyellow);
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
}

input[type="range"]::-ms-fill-lower {
    background-color: var(--site-lightblue);
}

input[type="range"]::-ms-fill-upper {
    background: var(--site-lightblue);
}

input[type="range"]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid var(--site-red);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--site-white);
    cursor: pointer;
}

input[type="range"]:active::-ms-thumb {
    transform: scale(1.2);
    background: var(--site-darkyellow);
}

/* End Seek Slider */


/* End Audio Player */

/* Video Player */
.video-demos {
    text-align: center;
    margin-bottom: 150px;
}

.video-demos h2 {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: var(--site-orange);
    /* font-size: 36px; */
}

#videoContainer {
    width: 90%;
    margin: 0 auto;
}

.videoWrapper {
    height: 250px;
    margin-bottom: 16px;
}



.video-title {
    margin: 0;
    font-weight: 300;
    color: var(--site-orange);
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
}

/* End Video Player */

/* Client Logos */
.client-logos {
    width: 94%;
    text-align: center;
    margin: 40px auto 0px auto;
}

.client-logos h2 {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: var(--site-orange);
    /* font-size: 36px; */
}

#clientLogos {
    display: flex;
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 10px auto;    
    flex-wrap: wrap;
}

#clientLogos img {
    width: 10%;
    max-width: 60px;
    height: auto;
    margin: 5px 10px;
}

/* End Client Logos */

/* ABOUT PAGE */
.about {
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
}

.bio h2 {
    letter-spacing: 0.5px;
    color: var(--site-orange);
    /* font-size: 36px; */
}

.bio p {
    font-size: 1.25em;
}


/* Trivia Cards */
.trivia {
    width: 100%;
    margin: 80px auto 40px auto;
}

.trivia h2 {
    letter-spacing: 0.5px;
    color: var(--site-orange);
    /* font-size: 36px; */
    text-align: center;
}

.trivia h2 + p {
    color: var(--site-red);
    text-indent: 5%;
}

.trivia a, .trivia a:visited {
    color: var(--site-lightyellow);
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' var(--site-red),
  'wght' 400,
  'GRAD' 0,
  'opsz' 42
}

#triviaContainer {
    display: grid;
    padding: 0 2%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    margin: 0 auto;
    gap: 10px;
}

.trivia-card-container {
    width: 160px;
    height: 170px;
    perspective: 1000px;
    -webkit-perspective: 1000;
    cursor: pointer;
    justify-self: center;
}





.trivia-card-container:nth-child(1){
    transform: rotate(0.3deg);
}
.trivia-card-container:nth-child(2){
    transform: rotate(-0.5deg);
}
.trivia-card-container:nth-child(3){
    transform: rotate(1deg);
}
.trivia-card-container:nth-child(4){
    transform: rotate(0deg);
}
.trivia-card-container:nth-child(5){
    transform: rotate(-0.7deg);
}
.trivia-card-container:nth-child(6){
    transform: rotate(0.9deg);
}
.trivia-card-container:nth-child(7){
    transform: rotate(-0.02deg);
}
.trivia-card-container:nth-child(8){
    transform: rotate(-1deg);
}
.trivia-card-container:nth-child(9){
    transform: rotate(0.9deg);
}
.trivia-card-container:nth-child(10){
    transform: rotate(-0.8deg);
}
.trivia-card-container:nth-child(11){
    transform: rotate(0.5deg);
}
.trivia-card-container:nth-child(12){
    transform: rotate(0.9deg);
}




.trivia-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
}
/* .trivia-card-container:hover .trivia-card {
    transform: rotateY(180deg);
} */
.trivia-card-container.flip .trivia-card {
    transform: rotateY(180deg);
}
.trivia-card-front, .trivia-card-back {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    outline: 1px solid transparent;
    transform: translateZ(0);
    will-change: transform;
}
.trivia-card-front {
    text-align: center;
    font-family: 'Vast Shadow';
    font-weight: bold;
    font-size: 18px;
    background-image: url('../images/dark-denim-3.png'), url('../images/border.png');
    background-size: cover, 94% 96%;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    color: #171717;
}

.trivia-card-back {
    background-image: url('../images/dark-denim-3.png');
    background-size: cover;
    color: var(--site-white);
    padding: 8px;
    overflow: hidden;
    transform: rotateY(180deg);
}

.trivia-card-back p {
    text-align: center;
    letter-spacing: normal;
    line-height:normal;
    font-size: 13px;
}



/* End Trivia Cards */

/* COACHING AND DEMOS PAGE */
.coaching-casting, .pricing {
    width: 90%;
    margin: 0 auto;
}

.pricing div{
    background-color: var(--site-pink);
    color: var(--site-white);
    padding: 16px;
    margin-bottom: 10px;
}

.coaching-text {
    font-size: 24px;

}

.coaching-casting h2, .pricing h3 {
    text-align: center;
}

.coaching-text h2 {
    color: var(--site-orange);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.pricing h3{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.pricing p {
    font-size: 20px;
}


.coaching-casting blockquote {
    margin: 50px 30px;
}






/* CONTACT PAGE */
.contact {
    text-align: center;
}

/* .contact h2 {
    font-size: 36px;
    color: #F35B04;
} */

.contact-form {
    display: flex;
    text-align: left;
    background-color: var(--site-darkblue);
    border: 6px solid var(--site-pink);
    flex-direction: column;
    width: 90%;
    max-width: 500px;
    min-width: 300px;
    margin: 0 auto;
    padding: 40px;
    padding-top: 25px;
    box-sizing: border-box;
    font-family: var(--header-font-family);
}

.contact-form img {
    height: 30px;
    width: auto;
}

.contact-form p {
    text-align: center;
    color: var(--site-white);
    font-family: var(--header-font-family);
    font-size: 26px;
    margin: 0; 
}

.contact-img {
    height: 20px;
    width: auto;
    margin-bottom: -4.5px;
}

.contact-img:last-child {
    height: 15px;
    width: auto;
    margin-bottom: -1px;
}

label {
    font-weight: 300;
    font-size: 25px;
    color: var(--site-white);
}

label:first-of-type {
    margin-top: 30px;
    border-top: 1px solid var(--site-white);
    padding-top: 30px;
}

input, textarea {
    border: none;
    height: 30px;
    padding: 4px;
    margin-bottom: 20px;
    font-family: var(--body-font-family);
    font-weight: bold;
    background-color: var(--site-white);
}

textarea {
    height: 80px;
}

.contact-form button {
    background-color: var(--site-white);
    padding: 5px;
    color: var(--site-darkblue);
    font-family: inherit;
    font-size: 25px;
    font-weight: 300;
}

.contact-form label, .contact-form input, .contact-form textarea,
.contact-form button {
    display: none;
} 

.representation {
    text-align: center;
    width: 96%;
    margin: 70px auto 0 auto;
}

.representation h2 {
    /* font-size: 36px; */
    color: var(--site-orange);
    margin-bottom: 10px;
}

.rep {
    margin-bottom: 40px;
}

.rep h3 {
    font-size: 30px;
    font-weight: 300;
    color: var(--site-darkblue);
    margin-bottom: 0;
}



/* MEDIA QUERIES */



@media screen and (min-width: 600px){
    header.no-home {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 90px;
        margin-top: 10px;
        width: 98%;
    }
    .no-home .logo {
        order: 1;
        height: 100%;
        width: 100px;
        margin: 0;
    }
    .no-home .logo img {
        height: 100%;
        width: auto;
    }
    .no-home .nav-container {
        order: 2;
        margin: 0;
        width: initial;
    }
    .no-home .fullpage-navigation {
        display: flex;
        /* align-items: center; */
        justify-content: initial;
        margin-left: 8px;
    }
    .no-home .fullpage-navigation li{
        margin-left: 30px;
        margin-top: -30px;
        width: initial;
    }
    .no-home .fullpage-navigation span{
        /* display: flex; */
        /* align-items: center; */
        font-size: 16px;
    }
    .no-home .contact-btn {
        order: 3;
        text-align: left;
        margin-top: -38px;
    }
    .no-home .contact-btn button {
        border: none;
        padding: 0;
        font-size: 16px;
        margin-bottom: 0;
    }
    .no-home .top-nav {
        order: 4;
        margin-top: 0;
        align-self: flex-start;
        justify-content: left;
    }

    .no-home .fullpage-social-icons {
        display: none;
    }

    .no-home span.amp {
        font-size: 10px;
    }    
    
    h2 {
        font-size: 36px;
    }
    
    blockquote {
        font-size: 22px;
    }

    header {
        margin-bottom: 80px;
    }

    cite {
        font-size: 18px;
    }

    .fullpage-navigation span {
        font-size: 30px;
    }
    
    span.amp {
        font-size: 14px;
    }

    .contact-btn button{
        padding: 20px;
        font-size: 30px;
        margin-bottom: 10px;
    }

    #audioContainer {
        display: grid;
        width: 90%;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .audio-player {
        width: 90%;
    }

    #videoContainer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 10px;
        width: 80%;
        margin: 10px auto;
    }
    
    .top-nav {
        justify-content: right;
        margin-top: 10px;
        height: 30px;
    }

    .openbtn {
        display: none;
    }

    .fullpage-social-icons{
        display: flex;
        flex-direction: row;
        margin-right: 20px;
    }
    
    .fullpage-social-icons {
        height: 22px;
        margin-left: 20px;
    }

    .fullpage-social-icons li {
        margin-left: 18px;
        width: 30px;
    }
    
    .fullpage-social-icons img {
        height: 100%;
        width: auto;
    }

    .nav-container {
        width: 95%;
    }

    .no-home .contact-btn, .no-home .nav-container {
        display: block;
    }

    #clientLogos {
        /* grid-template-columns: repeat(11, 1fr);
        grid-auto-rows: repeat(3 1fr);
        gap: 12px; */
        width: 80%;
    }


    
    .bio-pic {
        margin-top: 10px;
    }
    
    .bio p {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    

    #triviaContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
        margin: 0 auto;
        gap: 10px;
    }

    .click-flip {
        transform: rotate(-6deg);
        margin-left: -8px;
        margin-top: 12px;
        margin-bottom: -3px;
        transform-origin: top left;
    }

    .trivia-card-container {
        width: 190px;
        height: 210px;
    }

    .trivia-card-front  {
        font-size: 23px;
    }

    .trivia-card-back p{
        font-size: 15px;
        padding: 10px;
    }

    .coaching-casting, .pricing {
        width: 70%;
        margin: 0 auto;
    }

    .coaching-casting blockquote {
        margin: 50px 60px;
    }

    .pricing {
        display: flex;
        justify-content: space-between;
    }

    .pricing div {
        width: 48%;
    }

    .contact-form p {
        font-size: 30px;
    }

    .contact-form img {
        height: 40px;
    }
}

@media screen and (min-width: 800px){
    #triviaContainer {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    #audioContainer {
        width: 80%;
    }

    .no-home .fullpage-social-icons {
        display: flex;
        margin-right: 8px;
    }
    
    .no-home .fullpage-navigation span{
        font-size: 18px;
    }

    .no-home .contact-btn button {
        font-size: 18px;
    }

    .no-home span.amp {
        font-size: 10px;
    }  

    .about {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
        gap: 15px;
        line-height: 1.4;
    }

    blockquote p {
        display: inline-block;
    }
}