@import url("https://p.typekit.net/p.css?s=1&k=mzb7ekt&ht=tk&f=44510&a=72513466&app=typekit&e=css");
@font-face {
  font-family: Duotone-Serif;
  src: url("/assets/fonts/SangBleuKingdomTrial-Light.otf");
}
@font-face {
  font-family: Duotone-Serif-Italic;
  src: url("/assets/fonts/SangBleuKingdomTrial-LightItalic.otf");
}
@font-face {
  font-family: Degular;
  src: url("https://use.typekit.net/mzb7ekt.css");
}
@font-face {
  font-family: "degular";
  src: url("https://use.typekit.net/af/174e41/00000000000000007735c867/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/174e41/00000000000000007735c867/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/174e41/00000000000000007735c867/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-weight: 400;
  font-style: normal;
}

.duotone-banner {
  width: 100%;
  height: 15%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.duotone-banner-1 {
  background-image: url("/assets/images/duotone-banner-1.png");
}

.duotone-banner-2 {
  background-image: url("/assets/images/duotone-banner-2.png");
}

.duotone-banner-3 {
  background-image: url("/assets/images/duotone-banner-3.png");
}

.navigation-section {
    padding-top: 70px;
    
}

.topnav {
    float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.topnav a {
    float: left;
    color: #fff;
    opacity: .33;
    text-align: center;
    padding: 70px 25px 20px 25px;
  text-decoration: none;
}

.topnav a:hover{
    color: #fff;
    opacity: 1;
}

.topnav a.active {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 5px;
}


.logo-menu {
    z-index: 999;
}

.navigation-container {
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 17vh);
    
    padding: 40px;
}


.portfolio-header {
    font-family: Duotone-Serif;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 50px;
    text-align: center;
    
}

#toggle1 {
    display: ;
}

#toggle2 {
    display: none;
}

/*
li {
    margin-left: auto;
    margin-right: auto;
}
*/

.nav-text {
    font-family: Degular;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}
.nav-group {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    grid-column: 1 / 13;
    grid-row: 1;
}

.category-header {
    font-family: Duotone-Serif;
    font-weight: 200;
    color: #321E2F;
    letter-spacing: 2px;
    font-size: 50px;
    text-align: center;
    
}

.category-text {
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}

.expand-collapse-text {
    font-family: degular;
    color: #321E2F;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    
}

.branding-grid-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: fit-content;
     background-color: #F9EDEE;
    
    padding: 40px;

   

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}





/* ~~~~~~BRANDING PROCESS DROPDOWN GRAPHIC ~~~~  */








.branding-process-grid {


    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: 3vw 20vw 20vw 20vw 20vw 3vw;
    grid-template-rows: fit-content;
    padding: 80px 0px 80px 0px;
    column-gap: 60px;
    

    }






.branding-process {
    width: 100%;
    text-align: center;
    position: relative;
    display: none;
 
    width: 100%;
    height: 50%;
    padding: 0px 0px 100px 0px;

    background-color: #F0DCEE;

    /* grid-column: 1;
    grid-row: 1; */
}


.branding-process-body {
    text-align: center;
    font-family: Degular;
    color: #8813F0;
    font-weight: 200;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
}



.branding-process-header {
    text-align: center;
    font-family: Degular;
    color: #8813F0;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
}



.branding-process-header p {
    text-align: center;
    font-family: Degular;
    color: #8813F0;
    font-weight: 200;
    font-size: 12px;
}

/* ~~~~~~TEXT EXCEPT ORANGE ~~~~  */

.branding-process-header2 {
    text-align: center;
    font-family: Degular;
    color: #E8694D;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
}

.branding-process-body2 {
    text-align: center;
    font-family: Degular;
    color: #E8694D;
    font-weight: 200;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
}

.branding-process-header2 p {
    text-align: center;
    font-family: Degular;
    color: #E8694D;
    font-weight: 200;
    font-size: 12px;
}

/* ~~~~~~COLUMNS FOR EACH STEP OF THE PROCESS ~~~~  */

.branding-process-research {
    grid-column: 2;
    grid-row: 1;
}

.branding-process-strategy {
    grid-column: 3;
    grid-row: 1;
}

.branding-process-visual-identity {
    grid-column: 4;
    grid-row: 1;
}

.branding-process-applications {
    grid-column: 5;
    grid-row: 1;
}




/* BRANDING CONTENT BRANDING CONTENT BRANDING CONTENT */



.branding-grid-container2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 70vh 35vh 70vh;
    background-color: #F9EDEE;
    
    padding: 200px 80px 80px 80px;
    column-gap: 80px;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

/* ~~~~~~CORE BRAND PACKAGE ~~~~  */




.core-brand {
    grid-column: 7 / 13;
    grid-row: 1;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    
}

.core-brand-photo {
    grid-column: 1 / 7;
    grid-row: 1;
    background-image: url("/assets/images/core-brand.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-color: blueviolet;
}

.core-brand-divider {
    grid-column: 1 / 13;
    width: 100%;
    padding: 150px 0px 150px 0px;
   /* border-bottom: 1px solid #8813F0; */
}

.core-brand-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #8813F0;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #8813F0;
    
}

.core-brand-header p {
    font-family: Degular;
    font-weight: 200;
    color: #8813F0;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: left;
    
}

.core-brand-body {
    padding: 70px 300px 20px 0px;
    padding-top: 40px;
    width: 60%;
    height: 100%;
    letter-spacing: 0.5px;

}

.core-brand-group {
    grid-column: 1 / 13;
    grid-row: 1;
    width: 100%;
    height: 100%;
    
}

.included-text {
    
    font-family: Degular;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    height: auto;
}

hr.solid {
  border-top: 1px solid #8813F0;
}

.expand-collapse-text2 {
    font-family: degular;
    color: #321E2F;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    padding-top: 100px;
    
}



.branding-section {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
 
    width: 100%;
    height: 100%;
    padding: 100px 0px 0px 0px;

    grid-column: 5 / 9;
    grid-row: 3;

    /* grid-column: 1;
    grid-row: 1; */
}


/* ~~~~~~BRAND STRATEGY ADD-ON~~~~  */

.brand-strategy-section {
  width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
 
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    grid-column: 5 / 9;
    grid-row: 5;

}



.brand-strategy-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #8813F0;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #8813F0;
    
}

.brand-strategy-header p {
    font-family: Degular;
    font-weight: 200;
    color: #8813F0;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    
}

.brand-strategy-body {
    padding-top: 40px;
    height: 100%;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
}



/* ~~~~~~EXCEPTIONAL BRAND PACKAGE ~~~~  */




.exceptional-brand {
    grid-column: 7 / 13;
    grid-row: 3;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}

.exceptional-brand-photo {
    grid-column: 1 / 7;
    grid-row: 3;
    
   background-image: url("/assets/images/exceptional-brand.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}




/* ~~~~~~ MUSIC ARTIST BOX ~~~~  */


.music-artist-dropdown {
    width: 100%;
    background-color: #000;
    display: none;
}


.music-grid-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: fit-content;
    background-color: #000000;
    
    padding: 80px;

    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.music-grid-container2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 70vh fit-content 70vh;
    background-color: #000;
    
    padding: 150px 80px 80px 80px;
    column-gap: 80px;
    border-top: 0.5px solid #fff;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.music-artist-section {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    
 
    width: 100%;
    height: 100%;
    grid-column: 1 / 13;
    grid-row: 1;
    
    
}

/* ~~~~~~ CORE AND EXCEPTIONAL ARTIST SECTIONS ~~~~  */

.core-artist {
    grid-column: 7 / 13;
    grid-row: 2;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}

.core-artist-photo {
    grid-column: 1 / 7;
    grid-row: 2;
    background-image: url("/assets/images/core-brand.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-color: blueviolet;
}

.exceptional-artist-photo {
    grid-column: 1 / 7;
    grid-row: 4;
    background-image: url("/assets/images/core-brand.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-color: blueviolet;
}
.exceptional-artist {
    grid-column: 7 / 13;
    grid-row: 4;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0.5px;
}

/* ~~~~~~ RANDOM MUSIC STUFF ~~~~  */

.music-brand-divider {
    grid-column: 1 / 13;
    width: 100%;
    padding: 150px 0px 150px 0px;
   /* border-bottom: 1px solid #8813F0; */
}

.music-brand-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 50px;
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #BC71FF;
    
}

.music-brand hr.solid {
  border-top: 1px solid #BC71FF;
}

.music-brand-header p {
    font-family: Degular;
    font-weight: 200;
    color: #8813F0;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: left;
    
}

.music-brand-body {
    padding: 70px 300px 20px 0px;
    padding-top: 40px;
    width: 60%;
    height: 100%;
}


/* ~~~~~~ MUSIC ARTIST TEXT STYLES ~~~~  */

.music-artist-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #BC71FF;
    
}

.music-artist-header2 {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #fff;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 25px;

    
}

.music-artist-header p {
    font-family: Degular;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    
}

.music-artist-header2 p {
    font-family: Degular;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    
}

.expand-collapse-text-white {
    font-family: degular;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    
}

.expand-collapse-text-white2 {
    font-family: degular;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    padding-top: 100px;
    
}


.category-header-white {
    font-family: Duotone-Serif;
    font-weight: 200;
    color: #fff;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    
}

.category-text-white {
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}






/* ~~~~~~ MUSIC VIDEO ADD ON ~~~~  */



.music-video-section {
  width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
 
    width: 100%;
    height: 100%;
    grid-column: 5 / 9;
    grid-row: 6;
    padding-bottom: 50px;

}


.music-centered-section {
  width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
 
    width: 100%;
    height: 100%;
    grid-column: 5 / 9;
    grid-row: 1;
    padding-bottom: 300px;
   

}



.music-video-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #BC71FF;

    
}

.music-video-header p {
    font-family: Degular;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    
}

.music-video-body {
    padding-top: 40px;
    height: 100%;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;

}



















.project-title {
    float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: Duotone-Serif-Italic;
    letter-spacing: 2px;
  font-size: 45px;
  position: absolute;
    color: #fff;
  visibility: hidden;
  opacity: 0;
    transition: opacity .2s, visibility .2s;
    
    
}

.project-title p{
    font-family: Degular;
    letter-spacing: 2.5px;
    line-height: 30px;
  font-size: 12px;
    font-style: italic;
}


/* BEGIN NO-WEBP */

