@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;
}

.vortex-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: #fff;
    letter-spacing: 2px;
    font-size: 50px;
    text-align: center;
    
}

.category-text {
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}

.expand-collapse-text {
    font-family: degular;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    
}




.footer-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: 20vw 18vw 20vw 20vw 20vw;
    grid-template-rows: 50px auto;
    background-color: #000;
    border-top: 1px solid #F9EDEE;
    padding: 35px 0px 50px 0px;
    
    
   

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}



.footer-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 25px;
   

    
}
.footer-body {
    text-align: left;
    font-family: Degular;
    color: #f4f4f4;
    font-size: 11.5px;
    letter-spacing: 1.7px;
    line-height: 13px;
    font-weight: 200;
}


.footer-body b{
   
    font-weight: 700;
}

.footer-tagline {
    font-family: Degular;
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 25px;
   

    
}

.footer-bottom-text {
    font-family: Degular;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
     display: inline-block;
    margin-left: 50px;
   

    
}


.footer-bottom-button {
    font-family: Degular;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    text-align: right;
    line-height: 16px;
 
    display: inline-block;
    margin-right: 50px;
    
}

.footer-tagline i{
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
   

    
}



.footer-logo-wrapper {
    
    grid-column: 1 / 3;
     grid-row: 1 / 4;
    width: 80%;
    height: 100%;
    margin-left: 10px;
    padding: 50px 0px 20px 0px;
    border-right: 1px solid #F9EDEE;
  
   
}



.footer-bottom-container {
    
    height: auto;
    width: 100%;
    background-color: #000;
    padding: 20px 0px 29px 0px;
    border-top: 0.5px solid #fff;
    
    
   
}

.footer-tagline-wrapper {
    
    grid-column: 1 / 3;
     grid-row: 3;
    width: 67%;
    height: 100%;
    margin-left: 50px;
    border-top: 0.5px solid #fff;
    padding-top: 20px;
   
   
}


.explore-title {
    
    grid-column: 3;
     grid-row: 2;
    width: 100%;
    height: 100%;
   
}



.follow-title {
    
    grid-column: 4;
     grid-row: 2;
    width: 100%;
    height: 100%;
   
}



.contact-title {
    
    grid-column: 5;
     grid-row: 2;
    width: 100%;
    height: 100%;
   
}


.explore-content {
    
    grid-column: 3;
     grid-row: 3 / 5;
    width: 90%;
    height: 100%;
   
}



.follow-content {
    
    grid-column: 4;
     grid-row: 3 / 5;
    width: 90%;
    height: 100%;
   
}



.contact-content {
    
    grid-column: 5;
     grid-row: 3 / 5;
    width: 95%;
    height: 100%;
    
   
}







   .footer-logo1 {
        display: block;
       width: 200px;
       margin-left: 45px;
      
    }
    
    .footer-logo2 {
        display: none;
        width: 40px;
        margin: auto;
    }
.footer-logo3 {
        display: none;
    }



    
    
    
   .contact-visible1 {
        display: block;
    }
    
    .contact-visible2 {
        display: none;
    }
    
    








@media (max-width: 1200px) {
    
    
  

.footer-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: 20vw 10vw 20vw 17vw 30vw;
    grid-template-rows: 50px auto;
    background-color: #000;
    padding: 20px 0px 80px 0px;
    
    
   

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.footer-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 23px;
   

    
}
.footer-body {
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-size: 10.5px;
    letter-spacing: 1.5px;
    line-height: 13px;
    font-weight: 200;
}

    .footer-body {
   
    font-weight: 600;
}


.footer-logo-wrapper {
    
    grid-column: 1 / 3;
     grid-row: 2 / 4;
    width: 80%;
    height: 100%;
   
}
    
    .footer-logo1 {
        display: none;
        margin: auto;
    }
    .footer-logo2 {
        display: block;
    }
    .footer-logo3 {
        display: none;
    }



.explore-title {
    
    grid-column: 3;
     grid-row: 2;
    width: 100%;
    height: 100%;
   
}



.follow-title {
    
    grid-column: 4;
     grid-row: 2;
    width: 100%;
    height: 100%;
   
}



.contact-title {
    
    grid-column: 5;
     grid-row: 2;
    width: 100%;
    height: 100%;
   
}


.explore-content {
    
    grid-column: 3;
     grid-row: 3 / 5;
    width: 90%;
    height: 100%;
   
}



.follow-content {
    
    grid-column: 4;
     grid-row: 3 / 5;
    width: 90%;
    height: 100%;
   
}



.contact-content {
    
    grid-column: 5;
     grid-row: 3 / 5;
    width: 90%;
    height: 100%;
   
}
    
    
}







@media (max-width: 480px) {
    
    
  
       .contact-visible1 {
        display: none;
    }
    
    .contact-visible2 {
        display: block;
    }
    
.footer-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: 6vw 6vw 24vw 20vw 38vw;
    grid-template-rows: 40px auto;
    background-color: #000;
    padding: 10px 0px 50px 0px;
    
    
   

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.footer-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 18px;
   

    
}
    
    
    
.contact-content {
    
    grid-column: 5;
     grid-row: 3 / 5;
    width: 95%;
    height: 100%;
   
}
.footer-body {
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-size: 9.5px;
    letter-spacing: 1px;
    line-height: 11px;
    font-weight: 200;
}

    .footer-body {
   
    font-weight: 600;
}
    
    
     .footer-logo1 {
        display: none;
    }
    
    .footer-logo2 {
        display: none;
    }
    .footer-logo3 {
        display: block;
    }
    
    .footer-logo-wrapper {
    
    grid-column: 1 / 6;
     grid-row: 6;
    width: 80%;
    height: 100%;
    padding-left: 30px;
    padding-top: 20px;
        margin: auto;
         border-right: none;
   
}
    
    
    .footer-bottom-text {
    font-family: Degular;
    font-weight: 600;
  
    font-size: 10.5px;
    text-align: left;
    line-height: 12px;
     display: inline-block;
    margin-left: 30px;
   

    
}


.footer-bottom-button {
    font-family: Degular;
    font-weight: 600;

    font-size: 10.5px;
    text-align: right;
    line-height: 12px;
 
    display: inline-block;
    margin-right: 10px;
    
}
    
    
    
    

}





































/* BEGIN NO-WEBP */

