@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;
}

.about-banner {
  width: 100%;
  height: 15%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.mist-banner-1 {
  background-image: url("/assets/images/duotone-banner-1.png");
}

.mist-banner-2 {
  background-image: url("/assets/images/duotone-banner-2.png");
}

.mist-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;
    
}

/*
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 0px 40px 0px;

   

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}





/* ~~~~~~BRANDING PROCESS DROPDOWN GRAPHIC ~~~~  */






#wrapper22 {
  background: #B8ABB1;
  overflow: hidden;
  transition: height 200ms;
    max-height: 2000px;
    height: 0;
}

.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;
    

    }



#wrapper22 {
  background: #B8ABB1;
  overflow: hidden;
  transition: height 200ms;
    max-height: 2000px;
    height: 0;
}


.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 */



.about-grid-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 100vh;
    background-color: #000;
    
    padding: 0px;
    column-gap: 100px;



    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.about-grid-container22 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 40vh;
    background-color: #fff;
    

    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.about-grid-container2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 65vh;
    background-color: #fff;
    

    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.about-grid-container3 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 15vh auto 10vh auto 20vh;
    background-color: #F9EDEE;
    
    padding: 0px 0px 0px 0px;
    column-gap: 0px;
   


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.about-dropdown1 {
    
    background-color: #F9EDEE;
    
    border-top: 1px solid #321E2F;
    height: 80px;
    width: 100%;
    
    
    
    
}


.about-title3 {
    
    background-color: #B8ABB1;
  
    height: auto;
    width: 100%;
    
    
    
    
}


.about-grid-container4 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 20vh auto auto auto 15vh;
    background-color: #B8ABB1;
    
    padding: 50px 0px 50px 0px;
    column-gap: 80px;
    grid-row-gap: 50px;
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

/*
.about-grid-container44 {

    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 12vh auto 12vh;
    background-color: #B8ABB1;
    
    padding: 0px;
    column-gap: 10px;
    border-bottom: 1px solid #321E2F;
    border-top: 1px solid #321E2F;
    


    

   

}
*/


.about-grid-container44 {

    display: grid;

    grid-template-columns: 30vw 20vw 20vw 30vw;
    grid-template-rows: 5vh auto 12vh;
    background-color: #B8ABB1;
    
    padding: 0px;

    border-bottom: 1px solid #321E2F;

    


    

   

}

.about-grid-container5 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: 25vw 25vw 25vw 25vw;
    grid-template-rows: 20vh auto 8vh auto auto 20vh;
    background-color: #000;
    
    padding: 0px;

    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.about-grid-container6 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 50vh;
    background-color: #000;
    border-bottom: 1px solid #fff;
    

    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}




.project-page-subhead {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    padding-bottom: 2px;

    
}
.project-page-caption {
    text-align: center;
    font-family: Degular;
    color: #2F1F2E;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: medium;
}

.project-page-subhead-light {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #EFEBE4;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    padding-bottom: 2px;

    
}
.project-page-caption-light {
    text-align: center;
    font-family: Degular;
    color: #EFEBE4;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: medium;
}



/* ~~~~~~CORE BRAND PACKAGE ~~~~  */


.about-letter1 {
    grid-column: 4 / 10;
    grid-row: 2;
    font-family: Degular;
    color: #2F1F2E;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    padding: 100px 0px 150px 0px;
    
}

.about-section {
    grid-column: 2 / 7;
    grid-row: 1;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    padding: 150px 0px 0px 0px;
    
}

.about-section3 {
    grid-column: 3 / 11;
    grid-row: 1;
    
    font-weight: 200;
    font-size: 17px;
   
    line-height: 30px;
    padding: 30px 0px 0px 0px;
    
}

.about-section4 {
    grid-column: 1 / 6;
    grid-row: 1;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    padding: 30px 0px 0px 0px;
    
}

.about-photo1 {
    grid-column: 7 / 13;
    grid-row: 1;
    background-image: url("/assets/images/about/about-5.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    
}

.about-photo3 {
    grid-column: 1 / 8;
    grid-row: 2;
    background-image: url("/assets/images/about/about-7.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
  
}
.about-photo4 {
    grid-column: 8 / 13;
    grid-row: 2;
    background-image: url("/assets/images/about/about-8.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.webp .about-photo5 {
    grid-column: 1 / 8;
    grid-row: 1;
    background-image: url("/assets/images/Mist/mist-8.webp");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.webp .about-photo6 {
    grid-column: 6 / 13;
    grid-row: 1;
    background-image: url("/assets/images/Mist/mist-11.webp");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    
}
.core-brand-divider {
    grid-column: 1 / 13;
    width: 100%;
    padding: 150px 0px 150px 0px;
   /* border-bottom: 1px solid #8813F0; */
}

.project-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 50px;
    text-align: left;
    line-height: 60px;
    padding-bottom: 10px;

    
}

.project-header p {
    font-family: Degular;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    opacity: 0.5;
    text-align: left;
    
}

.project-body {
    padding: 70px 30px 20px 0px;
    padding-top: 40px;
    width: 75%;
    height: 100%;
    letter-spacing: 0.5px;

}


.about-banner1 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/about/about-4.JPG");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.about-banner2 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/about/about-5.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.about-banner3 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/about/about-6.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.about-banner4 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/about/about_end.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.webp .about-banner5 {
    
    grid-column: 1 / 13;
     grid-row: 1;
   background-image: url("/assets/images/about/about-3.webp");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: #38A5BB;
}

.project-subhead {
    font-family: degular;
    color: #321E2F;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    padding-top: 100px;
    
}

.about-section2 {
    grid-column: 3 / 11;
    grid-row: 2;
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
   
    letter-spacing: 2px;
    line-height: 32px;
    
    
}

.about-section5 {
    grid-column: 3 / 11;
    grid-row: 4;
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
   
    letter-spacing: 2px;
    line-height: 32px;
    
    
}

.about-photo2 {
    grid-column: 3 / 11;
    grid-row: 3;
    background-image: url("/assets/images/about/about-4.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
  
}


.about-photo7 {
    grid-column: 1 / 13;
    grid-row: 5;
margin: auto;
    width: 60vw;
   
  
}



.core-brand-group {
    grid-column: 1 / 13;
    grid-row: 1;
    width: 100%;
    height: 100%;
    
}

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;
}



.about-newheader1 {
    
    font-family: Duotone-Serif;
    text-align: left;
  font-size: 47px;
    color: #fff;
    width: 95%;
     line-height: 60px;
    
}

.about-newheader1 i{
    
    font-family: Duotone-Serif-Italic;
    
}



.about-newheader2 {
    
    font-family: Duotone-Serif;
    text-align: center;
  font-size: 50px;
    color: #000;
     line-height: 62px;
    
}


.about-newheader2 i{
    
    font-family: Duotone-Serif-Italic;
    
}


.about-newheader3 {
    
    font-family: Duotone-Serif-Italic;
    text-align: left;
  font-size: 35px;
    color: #000;
     line-height: 42px;
    padding-top: 20px;
    
}

.about-newheader4 {
    
    font-family: Duotone-Serif-Italic;
    text-align: left;
  font-size: 30px;
    color: #fff;
     line-height: 38px;
    padding-top: 20px;
    
}

.about-newsubhead1 {
    
    font-family: Degular;
    text-align: left;
  font-size: 15px;
    letter-spacing: 2px;
    font-weight: bolder;
    color: #000;
     line-height: 25px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    
}

.about-newsubhead3 {
    
    font-family: Degular;
    text-align: center;
  font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #000;
     line-height: 25px;
    
}

.about-newsubhead2 {
    
    font-family: Duotone-Serif;
    text-align: center;
  font-size: 25px;
    color: #000;
     line-height: 52px;
    
}


.about-title1 {
     grid-column: 1 / 13;
    grid-row: 2;
    width: 100%;
    margin: auto;
    
}



.about-newtitle1 {
     grid-column: 1 / 13;
    grid-row: 2;
    width: 100%;
    margin: auto;
    
}


.about-newtitle4 {
     grid-column: 1 / 13;
    grid-row: 2;
    width: 100%;
    margin: auto;
    font-family: Degular;
    text-align: center;
  font-size: 20px;
    letter-spacing: 2px;
    font-weight: bolder;
    color: #fff;
     line-height: 28px;
    
}

.about-title3 {
    
    width: 100%;
    margin: auto;
    background-color: #B8ABB1;
    padding: 30px 0px 30px 0px;
    
}


.about-bio-haley {
     grid-column: 2 / 7;
    grid-row: 4;
    padding-right: 70px;
    
    
}


.about-bio-savannah {
     grid-column: 7 / 12;
    grid-row: 4;
    padding-left: 70px;
    
}


.webp .about-bio-photo1 {
     width: 100%;
    height: 60vh;
    background-image: url("/assets/images/about/about-2.webp");
    background-size: cover;
    background-position: 50% 50%;
    
}

.webp .about-bio-photo2 {
     width: 100%;
    height: 60vh;
    background-image: url("/assets/images/about/about-3.webp");
    background-size: cover;
    background-position: 50% 50%;
    
}


.about-bio-text {
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    letter-spacing: 0.7px;
    text-align: left;
    line-height: 25px;
        width: 90%;

}



.about-values-text {
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    letter-spacing: 0.7px;
    text-align: left;
    line-height: 25px;
        width: 100%;

}

.about-values1 { 
    
    grid-column: 2;
    grid-row: 4;
    padding-bottom: 50px;
   
}



.about-values2 { 
    
    grid-column: 3;
    grid-row: 4;
    padding-bottom: 50px;
     padding-left: 30px;
}

.about-values3 { 
    
    grid-column: 2;
    grid-row: 5;
   
}



.about-values4 { 
    
    grid-column: 3;
    grid-row: 5;
     padding-left: 30px;
}



.about-capabilities1 {
     grid-column: 2;
    grid-row: 2;
    
}



.about-capabilities2 {
     grid-column: 3;
    grid-row: 2;
    padding-left: 20px;
    
}


.webp .about-carousel-background {
    
       background-image: url("/assets/images/duotone-gradient.webp");
    background-size: cover;
    background-position: 50% 50%;
    height: 50vh;
    
}

.about-carousel-container {

  height: 100%;
    width: 100%;
    padding: 80px 0px 80px 0px;
    
    
}


.about-carousel-content {

  height: 100%;
    width: 80%;
    text-align: center;
    margin: auto;
    font-family: Duotone-Serif-Italic;
  font-size: 25px;
    color: #fff;
     line-height: 38px;
    padding-top: 20px;
    
    
    
}


.about-carousel-content i{

    font-family: Degular;
  font-size: 14px;
    color: #fff;
     line-height: 38px;
    
    
}


.about-carousel-header {
    
    font-family: Degular;
    text-align: center;
  font-size: 17px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
     line-height: 25px;
    width: 100%;
    padding-bottom: 70px;
    margin: auto;
    
    
}














































@media (max-width: 1280px) {
    
    
    
    .about-grid-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 100vh auto 1fr;
    background-color: #000;
    
    padding: 0px;
    column-gap: 70px;
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
    
     .project-body {
    width: 90%;
    padding-top: 10px;

}
    

    
    
         .about-grid-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 85vh auto 1fr;
    background-color: #000;
    
    padding: 0px 0px 60px 0px;
    column-gap: 0px;
    grid-row-gap: 30px;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
.about-photo1 {
    grid-column: 1 / 13;
    grid-row: 1;
    background-image: url("/assets/images/about/about-6.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}
    
    .about-section {
    grid-column: 3 / 11;
    grid-row: 2;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    text-align: left;
    line-height: 27px;
        width: 100%;
        height: 100%;
    padding: 40px 0px 30px 0px;
    
}
    
    
.about-grid-container3 {

 
    grid-template-rows: 15vh auto 10vh auto 10vh auto 20vh;
   
    
    padding: 0px 0px 0px 0px;
    column-gap: 0px;
   


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
    
    .about-bio-haley {
     grid-column: 4 / 10;
    grid-row: 4;
        padding-right: 0px;
    
}


.about-bio-savannah {
     grid-column: 4 / 10;
    grid-row: 6;
    padding-left: 0px;
    
}
    
    
.about-grid-container44 {



    grid-template-columns: 20vw 30vw 30vw 20vw;
    grid-template-rows: 5vh auto 12vh;
 
    


    

   

}
    
    .about-grid-container5 {


    grid-template-columns: 15vw 35vw 35vw 15vw;

    column-gap: 0px;
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}



    
    
}



































@media (max-width: 767px) {
    
    
      .about-section {
    grid-column: 2 / 12;
    grid-row: 2;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    text-align: left;
    line-height: 27px;
        width: 100%;
        height: 100%;
    padding: 40px 0px 30px 0px;
    
}
    
    

    
    .about-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 38px;
    text-align: left;
    line-height: 48px;
    padding-bottom: 10px;

    
}

.about-header p {
    font-family: Degular;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 10px;
    font-style: italic;
    opacity: 0.5;
    text-align: left;
    
}

    
    .project-page-subhead {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding-bottom: 2px;

    
}
.project-page-caption {
    text-align: center;
    font-family: Degular;
    color: #2F1F2E;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 21px;
    font-weight: medium;
}

.project-page-subhead-light {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #EFEBE4;
    letter-spacing: 2px;
    font-size: 17px;
    text-align: center;
    line-height: 25px;
    padding-bottom: 2px;

    
}
.project-page-caption-light {
    text-align: center;
    font-family: Degular;
    color: #EFEBE4;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
    font-weight: medium;
}
    
    
    .project-body {
    padding: 0px 10px 10px 0px;
    padding-top: 20px;
    width: 90%;
    height: 100%;
    letter-spacing: 0.5px;

}
    .project-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: left;
    line-height: 50px;
    padding-bottom: 10px;

    
}
.project-header p {
    font-family: Degular;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 8px;
    line-height: 10px;
    font-style: italic;
    opacity: 0.5;
    text-align: left;
    
}
    
.about-newheader1 {
    
    font-family: Duotone-Serif;
    text-align: left;
  font-size: 40px;
    color: #fff;
    width: 100%;
     line-height: 55px;
    
}

.about-newheader1 i{
    
    font-family: Duotone-Serif-Italic;
    
}



.about-newheader2 {
    
    font-family: Duotone-Serif;
    text-align: center;
  font-size: 40px;
    color: #000;
     line-height: 55px;
    
}


.about-newheader2 i{
    
    font-family: Duotone-Serif-Italic;
    
}


.about-newheader3 {
    
    font-family: Duotone-Serif-Italic;
    text-align: left;
  font-size: 25px;
    color: #000;
     line-height: 32px;
    padding-top: 20px;
    
}

.about-newheader4 {
    
    font-family: Duotone-Serif-Italic;
    text-align: left;
  font-size: 23px;
    color: #fff;
     line-height: 28px;
    padding-top: 20px;
    
}

.about-newsubhead1 {
    

  font-size: 12px;
    letter-spacing: 2px;
   
     line-height: 20px;
  
    
}

.about-newsubhead3 {
    
 
  font-size: 12px;
    letter-spacing: 2px;
   
     line-height: 20px;
    
}

.about-newsubhead2 {
    
    font-family: Duotone-Serif;
    text-align: center;
  font-size: 20px;
    color: #000;
     line-height: 42px;
    
}







.about-newtitle4 {
    
  font-size: 15px;
    letter-spacing: 2px;
   
     line-height: 22px;
    
}



    
    
    
    .about-grid-container44 {



    grid-template-columns: 15vw 35vw 35vw 15vw;
    grid-template-rows: 12vh auto 12vh;
 
    


    

   

}
    
    .about-grid-container5 {


    grid-template-columns: 7vw 43vw 45vw 5vw;

    column-gap: 0px;
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
    
    .about-bio-text {
   
    font-size: 12px;
    letter-spacing: 0.7px;
  
    line-height: 18px;
        width: 90%;

}



.about-values-text {
   
    font-size: 12px;
    letter-spacing: 0.7px;
  
    line-height: 18px;
        width: 100%;

}
    
    
     .about-bio-haley {
     grid-column: 3 / 11;
    grid-row: 4;
    
}


.about-bio-savannah {
     grid-column: 3 / 11;
    grid-row: 6;
    
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}














@media (max-width: 480px) {
    
    
      .about-section {
    grid-column: 2 / 12;
    grid-row: 2;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
        width: 100%;
        height: 100%;

    
}
    
    
    
    .about-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 24px;
    text-align: left;
    line-height: 29px;
    padding-bottom: 5px;

    
}

.about-header p {
    font-family: Degular;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 7px;
    font-style: italic;
    opacity: 0.5;
    text-align: left;
    
}
    
  .project-page-subhead {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding-bottom: 2px;

    
}
.project-page-caption {
    text-align: center;
    font-family: Degular;
    color: #2F1F2E;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 15px;
    font-weight: medium;
}

.project-page-subhead-light {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #EFEBE4;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding-bottom: 2px;

    
}
.project-page-caption-light {
    text-align: center;
    font-family: Degular;
    color: #EFEBE4;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 14px;
    font-weight: medium;
}
    
    
    
    
    
    
    
    
    
    
    
        
     
    .about-grid-container2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 50vh;
 
    

    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
    .about-newsubhead2 {
    
    font-family: Duotone-Serif;
    text-align: center;
  font-size: 14px;
    color: #000;
     line-height: 30px;
    
}
    
    
    
    
    
.about-grid-container3 {

 
    grid-template-rows: 15vh auto 10vh auto 10vh auto 20vh;
   
    
    padding: 0px 0px 0px 0px;
    column-gap: 0px;
   


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
    
    .about-bio-haley {
     grid-column: 2 / 12;
    grid-row: 4;
    
}


.about-bio-savannah {
     grid-column: 2 / 12;
    grid-row: 6;
    
}
    
    
.about-grid-container44 {



     grid-template-columns: 2vw 45vw 49vw 2vw;
    grid-template-rows: 5vh auto 12vh;
 
    


    

   

}
    
    .about-grid-container5 {


    grid-template-columns: 5vw 45vw 45vw 5vw;
         grid-template-rows: 15vh auto 5vh auto auto auto auto 15vh;

    column-gap: 0px;
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
    
    

.about-values1 { 
    
    grid-column: 2 / 4;
    grid-row: 4;
    padding-bottom: 30px;
    padding-left: 30px;
   
}



.about-values2 { 
    
    grid-column: 2 / 4;
    grid-row: 5;
    padding-bottom: 30px;
     padding-left: 30px;
}

.about-values3 { 
    
    grid-column: 2 / 4;
    grid-row: 6;
    padding-bottom: 30px;
    padding-left: 30px;
}



.about-values4 { 
    
    grid-column: 2 / 4;
    grid-row: 7;
     padding-left: 30px;
     padding-bottom: 30px;
}
    
    
.about-capabilities2 {
     grid-column: 3;
    grid-row: 2;
    padding-left: 8px;
    
}



  
    .about-bio-text {
   
    font-size: 12px;
    letter-spacing: 0.5px;
  
    line-height: 17px;
        width: 100%;

}



.about-values-text {
   
    font-size: 11px;
    letter-spacing: 0.7px;
  
    line-height: 17px;
        width: 100%;

}

  
    
        
.about-newheader1 {
    
    font-family: Duotone-Serif;
    text-align: left;
  font-size: 32px;
    color: #fff;
    width: 100%;
     line-height: 45px;
    
}

.about-newheader1 i{
    
    font-family: Duotone-Serif-Italic;
    
}



.about-newheader2 {
    
    font-family: Duotone-Serif;
    text-align: center;
  font-size: 30px;
    color: #000;
     line-height: 42px;
    
}
  
    
    
    
.about-newheader3 {
    
    font-family: Duotone-Serif-Italic;
    text-align: left;
  font-size: 25px;
    color: #000;
     line-height: 30px;
    padding-top: 20px;
    
}

.about-newheader4 {
    
    font-family: Duotone-Serif-Italic;
    text-align: left;
  font-size: 21px;
    color: #fff;
     line-height: 27px;
    padding-top: 20px;
    
}

.about-newsubhead1 {
    

  font-size: 10px;
    letter-spacing: 1.5px;
   
     line-height: 16px;
  
    
}

.about-newsubhead3 {
    
 
  font-size: 10px;
    letter-spacing: 1.5px;
   
     line-height: 16px;
    
}
    
    
    
.about-bio-photo1 {
     width: 100%;
    height: 40vh;

    
}

.about-bio-photo2 {
     width: 100%;
    height: 40vh;

    
}


    
    
    
}





































/* BEGIN NO-WEBP */


.no-webp .about-photo5 {
    grid-column: 1 / 8;
    grid-row: 1;
    background-image: url("/assets/images/Mist/mist-8.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}
.no-webp .about-photo6 {
    grid-column: 6 / 13;
    grid-row: 1;
    background-image: url("/assets/images/Mist/mist-11.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    
}

.no-webp .about-banner5 {
    
    grid-column: 1 / 13;
     grid-row: 1;
   background-image: url("/assets/images/about/about-3.jpg");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: #38A5BB;
}
.no-webp .about-bio-photo1 {
     width: 100%;
    height: 60vh;
    background-image: url("/assets/images/about/about-2.jpg");
    background-size: cover;
    background-position: 50% 50%;
    
}
.no-webp .about-bio-photo2 {
     width: 100%;
    height: 60vh;
    background-image: url("/assets/images/about/about-3.jpg");
    background-size: cover;
    background-position: 50% 50%;
    
}
.no-webp .about-carousel-background {
    
       background-image: url("/assets/images/duotone-gradient.jpg");
    background-size: cover;
    background-position: 50% 50%;
    height: 50vh;
    
}