/*Variables**********************************************/

:root {
    --content-padding: 0 50px;
    --primary-color: #8e6ebd;
    --primary-light: #EF8781;
    --neutral: #FFF2EE;
    --lightest-gray:#F9F9FB;
    --light-gray: #F3F4F8;
    --medium-gray: #525c98;
    --black: #16163D;

    --psyde-blue: #007fad;
    --psyde-yellow: #f7b000;
    --psyde-red: #e26464;
    --psyde-black: #212123;

    scroll-behavior: smooth;
}

/*Global**************************************************/

*{
    margin: 0;
    padding: 0;
}

body {
    margin: auto;
    font-family: "Work Sans", sans-serif;
    /* padding: 50px 50px 0 100px; */
    min-height: 100vh;
}

.divider {
    height: 50px;
}

h1 {
    font-family: "Special Gothic Expanded One", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px
}

h2 {
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px
}

h3 {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px
}

h4 {
    margin: 0;
    margin-bottom: 10px
}

h6{
    font-size: 1rem;
}

p {
    /* margin-bottom: 10px; */
    line-height: 1.4rem;
}

/* ul{
    padding-left: 30px;
} */

a {
    color: black;
    text-decoration: none;
    transition: color .2s ease;
}

a:active{
    color: var(--primary-light);
    transition: color .2s ease
}

img {
    max-width: 100%;
}

hr {
    border: 1px solid var(--medium-gray);
}

button {
    font-weight: 700;
    padding: 15px 50px;
    background-color: var(--primary-color);
    color: white;
    transition: 0.1s ease-in;
    border:none;
    border-radius: 200px;
}

button:hover {
    background-color: var(--primary-light);
    color: white;
    transition: 0.1s ease-in;
    border:none;
}

/*Spacing and Dividers**************************************************/


.pad-vertical-20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad-horizontal-50{
    padding: 0 50px;
}

.desktop-img-side-margin{
    margin: 0 105px;
}

.img-row-wrap{
    padding: 0 3vw;
}

.side-pad-100{
    padding: 0 100px;
}


#mockup-overlap{
    position: relative;
    top:-200px;
}

/*Containers**************************************************/

.content-container {
    padding-left: 5vw;
    padding-right: 5vw;
    max-width: 1920px;
    margin:auto;
}

.flex-grow-2{
    flex-grow:2;
}

.flex-grow-1{
    flex-grow: 1;
}

.flex-shrink-1{
    flex-shrink: 1;
}

.flex-one-third{
    flex-basis: 33.33%;
        display: flex;
    /* align-self: stretch; */
    justify-content: center;
}

.flex-half{
    flex-basis: 50%;
}

.flex-two-third{
    flex-basis: 66.66%;
}

.flex-one-fourth{
    flex-basis:25%;
    padding:20px;
}

.flex-row-wrap,
.flex-row-wrap-about,
.flex-row-wrap-1200,
.flex-row-wrap-reverse {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    align-content: flex-start;
}


.flex-row-center {
    align-items: center;
}

.flex-row-child {
    flex-direction: column;
    flex-wrap: nowrap;
}

.content-width-plus-top{
    padding: 20px 5vw;
}

.flex-text-wrap{
    max-width:600px;
    margin:auto;
}

.flex-col-wrap{
    display: flex;
    flex-direction: column;
    gap:15px;
}

.text-center-wrap{
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.mockup-overlap-row-wrap{
    margin-bottom:-100px;
}

#personas{
    padding: 10px 60px;
}

.flex-justify-center{
    justify-content: center;
}

.desktop-50-percent{
    width: 50%;
}

/*Containers End**************************************************/

/*Nav**************************************************/
.nav-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.topnav{
        width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topnav ul {
    list-style: none;
    /* float: right; */
}

.topnav ul li {
    display: inline-block;
    font-weight: 700;
    font-family: "Special Gothic Expanded One", sans-serif;
}

.topnav ul li a {
    transition: color 0.3s ease 0s;
    padding: 0 20px;
    text-decoration: none;
    color: var(--primary-color);
}

.topnav ul li a:hover {
    color: var(--primary-light);
}

#active-page {
    color: var(--primary-light);
}

.open-icon,
.close-icon {
    display: none;
}

.topnav .nav-white a{
    color: white;
}

footer nav a {
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
}

footer nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer nav li {
    height: 30px;
    font-weight: 700;
    font-family: "Special Gothic Expanded One", sans-serif;
}

footer nav a:hover {
    color: var(--primary-light);
}

footer nav li:first-child {
    margin-right: auto;
}

/*Nav End**************************************************/

/*Headers**************************************************/

#work-header {
    background-size: cover;
    color: white;
    padding-top: 30px;
}

.header-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*Headers End************************************************/

/*Lightbox - OVERWRITING*************************************/

.glightbox-clean .gdesc-inner {
    background-color: var(--medium-gray)!important;
}

.gslide-title {
    font-weight: 700!important;
    color: white!important;
    margin-bottom: 5px!important;
}

.gslide-desc {
    font-size: 16px!important;
    color: white!important;
}
/*Glide - OVERWRITING*************************************/

.glide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: black!important;
    text-transform: uppercase;
    padding: 0!important;
    background-color: rgba(255 255, 255, 0.5)!important;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 25px!important;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}

.glide__arrow i {
    font-size: 30px;
}

.glide__arrow:focus.custom {
    outline: none;
}


/*IMPORTANT PLEASE DON'T DELETE THESE 2 BITCHES THEY ARE KEEPING THE FABRIC OF REALITY TOGETHER*/

.glide__slide {
    aspect-ratio: 3/4;
}

.glide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Homepage - Work************************************************/

/* .section-container {
    display: flex;
    justify-content: center;
    padding: var(--content-padding);
    max-width: 100vw;
} */

.content-block{
    padding: 40px;
    border-radius: 10px;
}

.work-container {
    justify-content: flex-start;
    max-height: 300px;
    padding: 30px;
    background: var(--light-gray);
    overflow: hidden;
    transition: 0.2s ease;
}

.work-container img{
    max-height: 250px;
    z-index: -10;
}

.work-container:hover{
    background-color: var(--primary-color);
    transition:  300ms ease;
}

.work-container:hover h3{
    color: white;
}


/* #fly-on-the-wall-bg{
    background-image: url(assets/fly-on-the-wall-bg.jpg);
    background-size: cover;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: center;
}

#fly-on-the-wall-bg:hover{
    background-image: url(assets/fly-on-the-wall-bg-hover.jpg);
} */

/* #maki-thumbnail{
    background-image: url(assets/maki-thumbnail.png);
    background-size: cover;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: top;
}

#maki-thumbnail:hover{
    background-image: url(assets/maki-thumbnail-hover.jpg);
} */

/*Homepage - Work End************************************************/

/*Icon Lists************************************************/

.icon-inline{
    margin-bottom:10px;
    padding-right: 10px;
    display: inline-flex;
    vertical-align: top;
}

.icon-text{
    margin-bottom:30px;
    /* display:  inline-flex; */
    max-width: 600px;
}

.purple-overlay{
    fill: var(--primary-color);
}

/*Maki************************************************/
.audit-img{
    max-width: 300px;
    height:auto;
}

.ul-plus-minus{
    list-style: none;
    list-style-position: outside
}

.li-plus:before{
    content: "+";
    margin-right: 4px;
    text-indent: -1em;

}

.li-minus:before{
    content: "-";
    margin-right: 4px;
}

/*Psyde**********************************************************/
.persona-img{
    padding: 0;
}

.persona-name{
    background-color: var(--psyde-red);
    max-width: 200px;
    padding: 10px 30px;
    border-radius: 200px;
    margin:0 auto 20px auto;
    color: white;
    font-weight: 900;
    font-family:'Special Gothic Expanded One', sans-serif;
    text-align: center;

}

.psyde-h1{
    font-family: "Dosis", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px
}

.psyde-font p{
    font-family: "Source Sans 3", sans-serif;
}

.psyde-font h2,
.psyde-font h3,
.psyde-font h4,
.psyde-font h5,
.psyde-font h6
{
    font-family: "Dosis", sans-serif;
    font-weight: 700;
}

.persona-row div{
    padding: 20px 30px;
}

.transform-30{
    transform: translateY(10%);
}

        .psyde-ol {
            list-style: none;
            counter-reset: my-counter;
            padding-top:30px;
        }

        .psyde-ol li {
            counter-increment: my-counter;
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
        }

        .psyde-ol li::before {
            content: counter(my-counter);
            background-color: var(--psyde-red);
            color: white;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: inline-block;
            text-align: center;
            line-height: 20px;
            position: absolute;
            left: 0;
            font-weight:700;
        }


    .psyde-feature{
        margin-bottom:30px;
    }

    .revisions{
        padding:50px;
    }
/*Psyde End******************************************************/

/*Dealership Homepages******************************************************/
.dealership-tablet{
    max-width: 500px;
}
/*DEP******************************************************/
.dep-rebrand{
    max-width: 700px;
}

.dep-emails{
    max-width: 900px;
}

/*Side Titles End************************************************/

/*Skills************************************************/

.skills-section {
    width: 60vw;
}

.skills-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3vw;
    align-items: center;
    justify-content: center;
    /* margin: 4vw 4vw 0 4vw; */
    width: 100%;
    padding: 15px;

}

.skills-child {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 5px;
}

.skills-child img{
    opacity: 50%;
}

/*Animations*************************************************************/
.fadein,
.fadein-01,
.fadein-02,
.fadein-03,
.fadein-04{
    opacity: 0;
    transition: opacity .4s ease-in;
}

body.loaded .fadein,
body.loaded .fadein-01,
body.loaded .fadein-02,
body.loaded .fadein-03,
body.loaded .fadein-04{
    opacity:1;
    transition: opacity .4s ease-in;
}

body.loaded .fadein-01{
    transition-delay: .01s;
}

body.loaded .fadein-02{
    transition-delay: .2s;
}

body.loaded .fadein-03{
    transition-delay: .3s;
}

body.loaded .fadein-04{
    transition-delay: .4s;
}

/*About*************************************************************/


/*Footer************************************************************/
footer {
    min-height: 30px;
    background-color: var(--light-gray);
    padding: 30px 0;
}

footer a {
    color: var(--medium-gray);
}

/*Mobile************************************************************/
@media (max-width: 1200px) {
    .flex-row-wrap-about {
        display: block;
    }

    .flex-row-wrap-1200{
        display: block;
    }

    .desktop-50-percent{
        width: 100%;
    }

    .vert-pad-50-1200{
        padding: 50px 0;
    }

    .work-container h3{
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    .mockup-overlap-row-wrap{
        margin: 0;
    }
}


@media (max-width: 1000px) {
    .hideOnMobile {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .work-container img {
        display: block;
        margin: auto
    }

    .work-container{
        margin-top: 30px;
    }


    .work-container,
    .flex-row-wrap{
        display: block;
    }

    .flex-row-wrap-reverse{
        flex-direction: column-reverse;
    }

    .fly-img,
    .artistic-eye-logo{
        display: block;
        margin:auto;
        padding: 40px;
    }

    .work-titles {
        padding: 15px 0;
        text-align:center;
    }

    .flex-text-wrap {
        padding: 20px 0;
    }

    .flex-row-child{
        padding:20px 0;
    }

    #mockup-overlap{
        top:0;
    }

    .divider{
        height:20px;
    }

    .mockup-overlap-row-wrap{
        margin:0;
    }
    .desktop-img-side-margin{
        margin: 0;
    }

    .content-block{
        margin-bottom: 10px;
    }

    .persona-img{
        max-width: 300px;
        margin:auto;
        padding-bottom: 20px;
    }

    .transform-30{
        transform: translateY(0);
    }
    
    .nav-container {
        padding-bottom: 30px;
    }
    .open-icon {
        float: right;
        display: block;
    }
    .topnav {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9);
        overflow-y: hidden;
        transition: 0.5s;
        justify-content: center;

    }
    .topnav ul {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        display: block;
        margin: auto;
        font-size: 30px;
    }
    .close-icon {
        display: block;
        font-size: 30px;
    }
    .topnav ul li a {
        display: block;
        margin: 20px;
        color: white;
    }
    .dealership-tablet,
    .dep-rebrand,
    .dep-emails{
        max-width: 100%;
    }

    .revisions{
        padding:0px;
    }
}
