/*
Theme Name: Jayme Yellow
Theme URI: 
Author: Roberta Forbes
Author URI: 
Description: 
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: 
Text Domain: 


*/

@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}
/* ------------------------------ Jayme Yellow ------------------------------ */

html, body {
  overflow-x: hidden;
}

html{
    --yellow: #DAA520;
    --black: #1E1E1E;
    --purple: #4F1F3F;
    --light-pink: #A54485;
    --mid-pink: #733661;
    --white: #FFF4E2;
    --header: "Sour Gummy", sans-serif;
    --body: "Space Grotesk", sans-serif;
}

h1{
    font-family: var(--header);
    font-size: 50px;
    font-weight: 800;
}

h2{ 
    font-family: var(--header);
    font-size: 2rem;
    line-height: 50px;
    padding-bottom: 3rem;
}

h3{
    font-family: var(--header);
    font-size: 1.7rem;
    line-height: 50px;
}

p{
    font-family: var(--body);
    font-size: 1rem;
    font-weight: 300;
    line-height: 32px;
}


body{
    background-color: var(--white);
}

.shadow{
    box-shadow: -2px 2px 6px #57350633;
}
/* --------------------------------- header --------------------------------- */
#header {
    /* height: 10vh; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 10rem;
    background-color: var(--yellow);
    font-family: var(--header);
    color: var(--black);
    /* font-weight: ; */
    /* span, a{
        color: var(--black);
    } */
    #site-title{
        a{
        text-decoration: none;
        color: var(--black);
        }
     }
    .headerRight button{
        color: var(--white);
        background-color: var(--light-pink);
        border: none;
        text-decoration: none;
        padding: 1rem 2rem;
        border-radius: 5px;
        font-family: var(--header);
        font-weight: 600;
        font-size: 1rem;
    }
    i{
        font-size: 1rem;
    }
}
/* ---------------------------------- home ---------------------------------- */
video {
	width: 100vw;
}
#home{
    .heroImg{
        width: 100vw;
        margin-top: -2px;
        }
    }

    .quote{
        margin: 8rem 10rem;
        padding: 4rem 4rem;
        border-radius: 46px;
        background-color: var(--yellow);
        .quoteFlex{
            display: flex;
            flex-direction: row;
            margin-bottom: 2rem;
        }
        h3{
            text-align: center;
            margin-left: 1rem;
        }
        p{
            text-align: right;
        }
        .quotesImg{
            height: 2rem;
        }
        .end{
            display: flex;
            flex-direction: column;
            justify-content: end;
        }
    }

    .displayImg {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 10rem 10rem 10rem;
        .featureImg {
            width: 30%;
        }
    }
/* ----------------------------------- bio ---------------------------------- */
    .bio{
        /* margin: 4rem 8rem; */
        padding: 4rem 8rem;
        background-image: url("img/WorkingBackground.png");
        background-size: cover;
        width: 100vw;
        .bioCard{
            margin: 10% 5%;
            background-color: var(--purple);
            color: var(--white);
            border-radius: 46px;
            h3{
                margin-bottom: 3rem;
            }
        }
        .bioText{
            padding: 4rem;
        }
        .bioFlex{
            display: flex;
            flex-direction: row;
            gap: 3rem;
            margin-top: 1rem;
        }
    }
    .bioImg{
        height: auto;
        margin: 4rem 4rem 4rem 0;
        border-radius: 46px;
    }

/* --------------------------------- contactf -------------------------------- */
#contact{
    background-color: var(--mid-pink);
    padding: 8rem;
    color: var(--white);
    .contactFlex{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    textarea, input[type="text"], .wpcf7 input[type="email"] {
        border: none;
        outline: none;
        background-color: var(--white);
        width: 100%;
        height: 3rem;
        margin-bottom: .5rem;
    }
    .contactForm{
        width: 100%;
    }
    input[type="button"], input[type="submit"] {
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        background-color: var(--yellow);
        border: none;
        padding: 10px 20px;
        border-radius: 10px;
    }
}

/* --------------------------------- footer --------------------------------- */

#footer{
    /* height: 10rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5rem;
    background-color: var(--yellow);
    font-family: var(--header);
    color: var(--black);
}

details{
summary  {
    font-family: var(--header);
    font-size: 24px;
    font-weight: 700;
    /* list-style: none; */
  }
  p{
    font-family: var(--body);
    }
    .bold{
        font-weight: 500;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}


/* ------------------------------- responsive ------------------------------- */

@media (max-width: 1300px){
    .quote{
        margin: 8rem 5rem;

        .quoteFlex {
            display: flex;
            flex-direction: column;
            margin-bottom: 2rem;
        }
        h3{
            font-size: 1.2rem;
        }
        .quotesImg{
            width: 10%;
            height: auto;
        }
        .end{
            display: flex;
            flex-direction: row;
        }
    }
    .displayImg{
        padding: 0 5rem 8rem 5rem;

    }
    .bio{
        .bioFlex{
            display: flex;
            flex-direction: column;
        }
        /* ------------------------------- change this ------------------------------ */
        .bioCard{
            margin: 10% 5%;
            padding: 5%;
        }
    }
    #contact{
        display: flex;
        justify-content: center;
        .contactFlex {
            display: flex;
            flex-direction: column-reverse;
            justify-content: space-around;
            gap: 100px;
        }
    }
}

@media (max-width: 800px){

    #header{
        padding: 2rem 10rem 2rem 2rem;
    }
    .bio {
	    padding: 2rem 4rem;
        .bioText {
	        padding: 0;
        }
        .bioCard {
	        padding: 10%;
        }
    }

    .bioImg {
	    height: auto;
        margin: 0;
    }
}

@media (max-width: 600px){
    #header{
       .headerRight button {
            color: var(--white);
            background-color: var(--light-pink);
            border: none;
            text-decoration: none;
            padding: .5rem 1rem;
            border-radius: 5px;
            font-family: var(--header);
            font-weight: 600;
            font-size: .9rem;
        } 
    }
    span {
        font-size: 1.5rem;
        padding-right: 4rem;
    }
    .quote {
        padding: 2rem;
        margin: 3rem 1rem;
        h3{
            font-size: 1rem;
            line-height: 25px;
        }
    }
    .bio{
        padding: 1rem;
    }
    #contact {
        padding: 2rem;
    }
    .contactFlex {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 100px;
        align-items: center;
    }
    .contactImg {
        width: 50%;
    }
    #footer{
        padding: 1rem;
    }
}