/* Samantha Rosete 2022 yello mello*/

/* fonts included
GOTHAM BOOK
  font-family: 'GothamPro';
  font-weight: 200;
  font-style: normal;

GOTHAM BOLD
  font-family: 'GothamPro';
  font-weight: 400;
  font-style: normal;

GOTHAM BLACK
  font-family: 'GothamPro';
  font-weight: 600;
  font-style: normal;

GOTHAM ULTRA 
  font-family: 'GothamPro';
  font-weight: 800;
  font-style: normal;
*/

/******************************************************
*******************************************************
                  GENERAL | LAYOUT
*******************************************************
******************************************************/
*{
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    cursor: none;
}

body{
    font-family: 'GothamPro';
    font-weight: 200;
    font-style: normal;
    color: #221e1f;

    background-color: #FAFAFF;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE and Edge */
body {
    -ms-overflow-style: none;
}

.content_wrapper {
    width: 100%;
}
  
.content {
    padding: 4rem 0;
    text-align: center;
}
  
.page_content {
    width: 100vw;
    min-height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
}
  
.page_body {
    padding: 20vh 3.125vw;
    margin: auto;
}

.cursor_circle{
    width: 1.25em;
    height: 1.25em;
    background-color: #FF499E;
    border-radius: 50%;
    position: absolute;

    transform: translate(-50%,-50%);

    mix-blend-mode: darken;
    pointer-events: none;

    z-index: 1000;
}

ul, li{
    margin: 0;
    padding: 0;

    list-style-type: none;
    list-style-position: inside;
}

/******************************************************
*******************************************************
                   FONT STYLES
*******************************************************
******************************************************/
h1, h2, h3, h4, h5{
    margin: 5px 0 10px;
    padding: 0;

    display: inherit;

    font-family: 'GothamPro';
    font-weight: 800;
    font-style: normal;
}

h1 {
    font-size: 3.25em;
    letter-spacing: .01em;
    color: rgba(250, 250, 255, 0);

    -webkit-text-stroke-color: #221e1f;
    -webkit-text-stroke-width: .8px;
}

h2 {
    font-size: 2.75em;
    letter-spacing: .02em;
    color: rgba(34, 30, 31, 0);

    -webkit-text-stroke-color: #221e1f;
    -webkit-text-stroke-width: .8px;
}

h3 {
    font-size: 2em;
    letter-spacing: .02em;
    color: rgba(34, 30, 31, 0);

    -webkit-text-stroke-color: #221e1f;
    -webkit-text-stroke-width: .8px;
}

h4 {
    font-size: 1.5em;
    letter-spacing: .02em;
    color: rgba(34, 30, 31, 0);

    -webkit-text-stroke-color: #221e1f;
    -webkit-text-stroke-width: .8px;
}

h5 {
    font-size: .75em;
    letter-spacing: .1em;

    text-transform: uppercase;

    color: #FF499E;
}

h6 {
    font-size: .6em;
    letter-spacing: .1em;

    text-transform: uppercase;

    color: #221e1f;
}

a > h1:hover, a > h2:hover, a > h3:hover, a > h4:hover{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='yellomello_x5F_wave' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 6.5'%3E%3Cstyle type='text/css'%3E.st0{animation:shift .6s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff499e' stroke-width='2' class='st0' d='M40,1c-5,0-5,3-10,3s-5-3-10-3s-5,3-10,3S5,1,0,1'/%3E%3C/svg%3E");
    background-position: 0 100%;
    background-size: auto 10px;
    background-repeat: repeat-x;
    text-decoration: none;
}

p{
    font-family: 'GothamPro';
    font-weight: 200;
    font-style: normal;

    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1px;
}

b {
    font-family: 'GothamPro';
    font-weight: 400;
    font-style: normal;
}

a, a:hover, a:visited, a:active{
    text-decoration: none;
    cursor: none;
}

p > a{
    color: #FF499E;
    -webkit-text-stroke: .5px;
    -webkit-text-stroke-color: #FF499E;
}

.project_item:hover h1, h6{
    color: #FF499E;
    -webkit-text-stroke-width: 0px;
}

a.agency_link{
    color: #221e1f;
    -webkit-text-stroke: 0px;
}

a.agency_link:hover{
    color: #221e1f;
    -webkit-text-stroke: 0px;
}

p > a:hover{
    color: #221e1f;
    -webkit-text-stroke: .75px;
    -webkit-text-stroke-color: #221e1f;

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .5s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff499e' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: 0 100%;
    background-size: auto 4px;
    background-repeat: repeat-x;
    text-decoration: none;
}

#squiggly_underline{
    display: block;
    margin-bottom: 18px;

    width: 122px;
    height: 17px;
}

/******************************************************
*******************************************************
                  MAIN NAVIGATION
*******************************************************
******************************************************/
#site_navigation{
    display: block;
    position: fixed;

    pointer-events: none;
    z-index: 2000;
}

#menu{
    display: flex;
    flex-wrap: wrap;

    height: 100vh;

    justify-content: space-between;
    align-content: space-between;
    align-items: flex-start;
}
  
  #menu > .nav_item:nth-child(n+3) {
    order: 2;
    align-self: flex-end;
  }
  
  #menu::before {
    content: '';
    order: 1;
    flex-basis: 100%;
  }

a.nav_item{    
    font-family: 'GothamPro';
    font-weight: 800;
    font-style: normal;

    font-size: .9em;
    letter-spacing: .09em;

    text-transform: uppercase;
    color: #FF499E;

    padding: 30px 40px;

    pointer-events: all;
}

a.nav_item{        
    font-family: 'GothamPro';
    font-weight: 800;
    font-style: normal;
  
    font-size: .9em;
    letter-spacing: .09em;
  
    text-transform: uppercase;
    color: #FF499E;
  
    pointer-events: all;
}

.nav_item--underline:hover{
    color: #221e1f;

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='yellomello_x5F_wave' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 6'%3E%3Cstyle type='text/css'%3E.st0{animation:shift .6s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff499e' stroke-width='3' class='st0' d='M40,1c-5,0-5,3-10,3s-5-3-10-3s-5,3-10,3S5,1,0,1'/%3E%3C/svg%3E");
    background-position: 0 100%;
    background-size: auto 4px;
    background-repeat: repeat-x;
    text-decoration: none;
}

/*****************************************************************
******************************************************************
                REGULAR LEFT TO RIGHT UNDERLINE ANI
******************************************************************
******************************************************************
a.nav_item::after{
    display:block;
    content: '';
    border-bottom: solid 2px #35439c;  
    transform: scaleX(0);  
    transition: transform .2s ease-in-out;
    transform-origin: 100% 50%;
}

a.nav_item:hover{
    color: #221E1f;

    text-decoration: none;

    transition: ease-in-out .2s;
}

a.nav_item:hover::after{
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
*/

#nav_item--about{
    position: absolute;
    transform-origin: left top;

    transform: rotate(90deg);
}

#nav_item--linkedin{
    position: absolute;
    transform-origin: left top;

    transform: rotate(-90deg);
}

/******************************************************
*******************************************************
                HOME: PROJECT LIST
*******************************************************
******************************************************/
.project_preview {
    position: absolute;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin: -200px -300px;
    background: url(/images/home/project_item--1.jpg) no-repeat 50% 50%;
    background-size: cover;
    z-index: 1;

    transform: scale(0.1);
}

#project_list {
    margin: auto;

    display: flex;
    flex-flow: column wrap;
    align-content: center space-between;
}

#project_list--animated{
    display: block;
}

#project_list--normal{
    display: none;
}

.project_item {
    display: flex;
    flex-flow: column;

    margin: 3vh 0;
    height: 70px;

    position:relative;

    z-index: 2;
}

.project_item--title,
.project_item--subtitle{
    flex-flow: row wrap;
}

.project_item--subtitle{
    margin-top: -5px;
}

.project_item--title > h1,
.project_item--subtitle > h6{
    margin: 0;
    padding: 0;
}

.project_item--subtitle > h6{
    display: none;
}

.project_item:hover .project_item--subtitle > h6{
    display: inline-flex;
    animation-duration: .8s;
}

.project_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    margin: 10px 0px;

    z-index: 1;

    pointer-events: auto;
}

/******************************************************
*******************************************************
                   ABOUT PAGE
*******************************************************
******************************************************/
#about, #about_header{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#about_header, #about_intro, #brand{
    height: 100vh;
}

#about h5{
    margin-top: 20px;
    margin-bottom: 20px;
}

#about_header{
    background-size: cover;
    background-image: url(/images/about/header_duotone.jpg);
}

#about_intro{
    text-align: left;
}

#about_intro--blurb h1{
    line-height: 65px;
}

#about_intro--blurb p{
    line-height: 22px;
}

#about_intro--blurb b{
    margin-top: 40px;
    bottom: 0;
    
    font-size: 8px;
    text-transform: uppercase;
}

/**** SOCIAL LIST *****/
#social_list{
	margin: 0;
	padding: 0;
}

.social_items{
	display: inline-flex;
	list-style: none;
}

.social_items img{
    opacity: 10%;
	height: 30px;
}

.social_items img:hover,
.social_items img:hover{
    opacity: 100%;
    transition: ease-in .2s;
}

/**** EXPERTISE LIST *****/
#about_intro--expertise p{
    font-size: 11.75px;
    line-height: 15px;
    letter-spacing: .1px;

    margin-top: 0;
}

#about_intro--expertise ul.list_column{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    
}

/**** BRAND LIST *****/
#brands_list{
    display: flex;
    flex-flow: row wrap;

    justify-content: center;
    align-content: flex-start;
}

.brands_list--item{
    margin-top: -1px;
    margin-left: -1px;
}

.brands_list--logo{
    height: 200px;

    outline: .5px solid #e6e3db;
    margin-top: 2px;
    margin-left: 2px;
}

/******************************************************
*******************************************************
                    PROJECT PAGES
*******************************************************
******************************************************/
video {
    border: 0;
    margin: 0;
    padding: 0;

    background-color: #FAFAFF;
}

#project{
    display: flex;
    flex-flow: column wrap;

    text-align: left;
    align-self: center;
}

#project_header--title{
    display: block;
    text-align: center;
    margin: 50px auto 20px;
}

#project_header--about,
#project_header--description,
#project_header--details{
    display: inline-block;
    text-align: left;
}

#project_header--about{
    margin-bottom: 5px;
}

#project_header--description p{
    font-size: 13.5px;
    line-height: 22px;
}

h1.project_header--name{
    margin-bottom: 5px;
}

#project_header--details h5{
    margin-bottom: 3px;
}

#project_header--details p{
    font-size: 12.25px;
    line-height: 18px;
    letter-spacing: .1px;

    margin-top: 0;
}

#project_image--gallery .row{
    margin: 50px 0px 0px;
}

#project_image--gallery .project_image--item{
    margin: 0;
    padding: 0;
}

.project_image--item img, .project_image--item video{
    width: 100%;
}

/**** ARCHIVE PAGE *****/
#archive > #project_header--title{
    margin: 50px 0px 30px;
}

#archive > #project_image--gallery .row{
    margin: 30px 0px 0px;
}

.archive_overlay{
    opacity: 0;

    position: absolute;
    top: 45%;

    left: 0;
    width: 100%;
}

.archive_overlay > h6{
    margin-top: -10px;
}

.archive_hover:hover img, .archive_hover:hover video{
    opacity: .25;

    -webkit-transition: opacity .5s ease;
	-moz-transition:opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.archive_hover:hover .archive_overlay, .archive_hover:active .archive_overlay{
    opacity: 1;
	
	-webkit-transition: opacity .5s ease;
	-moz-transition:opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

/******************************************************
*******************************************************
                      FOOTERS
*******************************************************
******************************************************/
#footer {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;

    bottom: 0;
}

#footer h5{
    margin-bottom: 20px;
}

#footer{
    padding-bottom: 50px;
}

/******************************************************
*******************************************************
                   MEDIA BREAKPOINTS
*******************************************************
******************************************************/
@media screen and (max-width: 1200px) {
/**** ABOUT ****/
    #about_header, #about_intro, #brand{
    height: 100%;
    }
}

@media screen and (max-width: 800px){
/**** INDEX *****/
    .project_item--subtitle > h6{
        display: inline-flex;
    }

    #project_list--animated{
        display: none;
    }

    #project_list--normal{
        display: block;
    }

@media screen and (max-width: 768px){
/**** ABOUT ****/
    #about_intro--blurb h1{
        font-size: 3.0em;
        letter-spacing: .02em;
        line-height: 50px;
    }

    #brand_header h2{
        font-size: 2.5em;
        letter-spacing: .01em;
    }

/**** PROJECT PAGES ****/
    #project_image--gallery{
        margin-bottom: 0px;
    }

    #project_header--title > h1{
        font-size: 3em;
        letter-spacing: .02em;
        line-height: 50px;
    }

    #project_header--about h3{
        font-size: 1.8em;
    }

/**** FOOTER ****/
    #footer h5{
        margin-bottom: 5px;
    }

    #footer h2{
        font-size: 2.5em;
        letter-spacing: .01em;
    }
}

@media screen and (max-width: 500px){
/**** GENERAL ****/
    p{
        font-size: 12px;
        line-height: 20px;
    }

/**** ABOUT ****/
    #about_intro--blurb h1{
        font-size: 2.8em;
        line-height: 45px;
    }

/**** BRAND LIST *****/
    #brand_header h2{
        font-size: 2.3em;
    }

    .brands_list--logo{
        height: 140px;
    }

/**** PROJECT PAGES ****/
    #project_image--gallery .row{
        margin: 20px 0px 0px;
    }
    
    #project_header--title > h1{
        font-size: 2.8em;
        line-height: 45px;
    }

    #project_header--title > h5{
        font-size: .65em;
    }

    #project_header--about h3{
        font-size: 1.6em;
    }

/**** FOOTER ****/
    #footer h2{
        font-size: 2.3em;
    }

    #footer h5{
        font-size: .65em;
    }
}

@media screen and (max-width: 426px){
/**** CURSOR *****/
    .cursor_circle {
        display: none;
    }

/**** ABOUT ****/
    #about_intro--blurb h1{
        font-size: 2.6em;
        line-height: 40px;
    }

/**** PROJECT PAGES ****/
    #project_image--gallery .row{
        margin: 10px 0px 0px;
    }

    #project_header--title > h1{
        font-size: 2.6em;
        line-height: 45px;
    }

/**** FOOTER ****/
    #footer h2{
        font-size: 2.1em;
    }
}

@media screen and (max-width: 375px){
/**** INDEX ****/
    .project_item {
        margin: 2.53vh 0;
        height: 100%;
    }