
/**
 * Page Transition
 */

@keyframes pg-jump {
	from{
    filter: grayscale(1);
    filter: blur(50px);
    opacity: 0;
}
    
    to{
    filter: grayscale(0);
    filter: blur(0px);
       opacity: 1;
}  
}


/**
 * Home-Feature+Home-Intro About
 */
#feature-work{
	width: 100%;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#feature-work .circle{
    width: 20rem;
    height: 20rem;
    background: green;
    border-radius: 1rem;
    
}


/**
 * Home-Info-About
 */

.intro-page{
	width: 100%;
    background: #000;
   
}

.intro-copy{
    padding: 1rem;
	width: 50%;
	display: flex;
}



#intro-copy a{
    color: white;
    font-variation-settings: 'slnt' -10;

}

#intro-copy a:hover{
    transition: 0.3s ease-out;
    border-bottom: 5px solid #fff;
}

.intro-link{
    font-size: 1.5rem;
	padding: 1rem;
    /*border-radius: 10rem;
    border: 1px solid #000;*/  
    text-align: center;
    overflow: hidden;
	transform: rotate(0deg);    
}

.intro-link:hover{
       
}

@media only screen and (max-width:768px){
	.intro-page{
        width: 100%;
		display: flex;
        justify-content: center;
        font-size: 2rem;
}
    .intro-copy{
	width: 90%;
   padding: 1rem;
}
    #feature-work{
	display: none;
}
}

/**Menu-Start
*
*/

.menu-page{
    width: 100%;
	display: flex;
    flex-flow: row wrap;
    padding:0.5rem;
}

.banner{
    width: 33.3%;
    height: 50vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.banner p{
	width: 50%;
}


.menu-box{
	width: 33.3%;
    height: 50vh;
    padding: 0.5rem;
    /*Display*/
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    /*Overflow  Position*/
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.menu-cover/*Cover*/{
	background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 1;
    margin: -1rem;
}

.menu-pro{
    position: relative;
    z-index: 1;
	width: 100%;
    height: 100%;
    padding: 1rem;
    
    /*Dsiplay*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    
    /*Background*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    
    /*Border*/
    border-bottom: 1px solid black;
}

#menu-pro a{
	width: 100%;
    height: 100%;
    
    /*Dsiplay*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.menu-name{
    margin: auto;
    padding: 0 1rem;
	width: auto;
    text-transform: uppercase;
}
.menu-name h2{
    text-align: center;
}

.menu-info{
	width: 100%;
    display: flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
	.menu-type{
    	width: 80%;
}
		.menu-type small{
		margin-right: 1rem;
}
	.menu-year{
    	width: 10%;
		text-align: end;
}


.menu-box:hover .menu-cover{ /*Hover State*/
    opacity: 0;
    transition: 0.3s ease-out;
}
/*.menu-box:hover .menu-pro h2{ 
	color: white;
}*/
.menu-box:hover .menu-pro h2,
.menu-box:hover .menu-pro small{ /*Hover State*/
    opacity: 0.1;
    transition: 0.4s ease-out;
}

@media only screen and (max-width:768px){
	.menu-page{
	padding: 1rem;
}
    .menu-box{
		width: 100%;
        padding: 0;
}
    	.banner{
		width: 100%;
    	height: 30vh;
        display: flex;
        justify-content: center;
        align-items: center;
}
}
/**Menu-End
*
*/


/**
 * ÉTUDES STUDIO EXPERIMENTAL WEBSITE DESIGN
 - Start *************************
 */

/*Etu Web*/
.etu-web{
    width: 100%;
	display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.etu-web-col{
    padding: 3rem 5rem;
    width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: 1px solid black;
}

.etu-web-copy{
    padding: 1rem;
    width: 50vw;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#etu-web-hover .image-gallery img,
#etu-web-click .image-gallery img{
	width: 40vw;
    border-radius: 1.3rem;
    filter: drop-shadow(1px 1px 5px rgba(70, 70, 70, 0.74));
}
#etu-web-hover small,
#etu-web-click small{
    margin-top: 8rem;
    margin-bottom: 3rem;
 	width: 70%;
    
}

#etu-web-hover h2,
#etu-web-click h2{
   width: 60%;
    text-transform: uppercase;
}

@media only screen and (max-width:768px){
	.etu-web,
    .etu-web-col{
	flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
}
    .etu-web-copy{
	width: 100%;
    align-items: center;
}
    #etu-web small{
    width: 100%;
}
#etu-web-hover .image-gallery img,
#etu-web-click .image-gallery img{
	width: 80vw;
}
    
}


/*Etu Mobile*/
.etu-mobile{
	width: 80%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 5rem 3rem;
}
#etu-mobile .image-gallery{
	width: 80%;
    margin: 8rem;
}

#etu-web-video{
	height: 100vh;
}

#etu-inspo{
	width: 70%;
    padding: 3rem;
    margin: auto;  
}

#etu-concept .project-concept{
    width: 70%;
    margin: auto;  
}

#etu-inspo .project-concept p{
    display: none;
	width: 50%;
    position: relative;
    float: right;
    padding: 3rem 0;
}

@media only screen and (max-width:768px){
    #etu-inspo{
    width: 100%;
	padding: 3rem 0rem;        
}
	#etu-concept .project-concept{
	width: 100%;
    padding: 8rem 3rem;
}
    #etu-inspo-img .img-caption{
	text-align: start;
}
    #etu-inspo-img .img-caption p{
	width: 60%;
}
    #etu-web-video{
	height: 50vh;
}
    #etu-mobile-other .image-gallery{
	border-radius: 0;
    padding: 1rem;
}
}

/**
 * ÉTUDES STUDIO EXPERIMENTAL WEBSITE DESIGN
 - End *************************
 */

/**
 * ONE-THUMB IOS KEYBOARD - Start *************************
 */

/*Key-Design****/
.key-design-copy{
	width: 100%;
    height: 100vh;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#key-design-copy a{
	margin-top: 1rem;
}

#key-design-copy ol{
    width: 100%;
	display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
}
#key-design-copy h2{
	width: 100%;
}

#key-design-copy li{
    width: 70%;
    padding-bottom: 1rem;
}

@media only screen and (max-width:600px){
	.key-design-copy{
	height: auto;
    justify-content: flex-start;
    align-items: flex-start;
}
    #key-design-copy ol{
}
    #key-design-copy li{
	width: 100%;
}
}


/*Key-Inspo****/
#key-inspo-gallery{
    width: 100%;
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}
#key-inspo-gallery .image-gallery{
    width: 100%;
    height: 100%;
    margin: 2rem;
}

.key-inspo-copy{
    width: 100%;
    height: auto;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#key-inspo h2{
	margin: 5rem 0rem;
}

@media only screen and (max-width:600px){
    .key-inspo-copy{
    width: 100%;
    padding: 3rem 2rem;
}

	#key-inspo-gallery .image-gallery img{
	border-radius: 0rem;
}
    #key-gallery .image-gallery img{
	border-radius: 0rem;
}
}

/**
 * ONE-THUMB IOS KEYBOARD - End *************************
 */

/**
 * Photo Magazine - Start *************************
 */
/*PM-Other*/

.pm-other-cover{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#pm-cover-olympic,
#pm-cover-car{
    width: 100%;
	display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 5rem;
    text-align: center;
}

#pm-cover-olympic .image-gallery,
#pm-cover-car .image-gallery{
	width: 100%;
}

.pm-artist{
    width: 70%;
    height: 20vh;
	display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    text-align: center;
    margin: 5rem 2rem;
}

@media only screen and (max-width:768px){
	.pm-other-cover{
	flex-direction: column;
}
    .pm-artist{
	width: 90%;
    margin: 5rem 1rem;
}

	#pm-veg-interior .image-gallery{
	padding: 5rem 2rem;
}
}

/*PM-VG*/
	.pm-cover-veg{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
	#pm-cover-veg .pm-artist{
    width: 30%;
    margin: 2rem;
	position: absolute;
}

	#pm-veg-img{
    width: 100%;
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

	#pm-veg-img .image-gallery{
	width: 30%;
}
	

@media only screen and (max-width:768px){
    .pm-cover-veg{
	flex-direction: column-reverse;
}
	#pm-veg-img{
    padding: 0 2rem;
}
    #pm-veg-img .image-gallery{
	width: 100%;
   	margin: 1rem;
}
	
    #pm-veg-interior .image-gallery{
	padding: 2rem;
}
    #pm-cover-veg .pm-artist{
	position: relative;
    width: 70%;
    margin: 5rem 0;
}
}

/**
 * Photo Magazine - End *************************
 */

/**
 * A Great Find - Start *************************
 */
/*AGF-End****/
#agf-end{
	height: 100vh;
    display: flex;
}
#agf-end img{
	align-self: center;
}
@media only screen and (max-width:768px),
    (orientation:portrait){
	#agf-end{
    height: auto;
    padding: 5rem 0rem;
}
    #agf-end img{
	width: 500;
}
}

/*AGF-Product Info Label****/
.agf-info-label{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

#agf-info-label .img-1,
#agf-info-label .img-2{
	padding: 6rem;
}

#agf-info-label .gallery_image_caption{
	text-align: center;
    padding-top: 5rem;
}

@media only screen and (max-width:768px),
    (orientation:portrait){
	.agf-info-label{
	flex-direction: column;
    gap:0rem;
}
	#agf-info-label img{
	border-radius: 0rem;
}
	
    #agf-info-label .img-1{
	padding: 8rem;
}
    #agf-info-label .img-2{
	padding: 3rem;
}
    
}

/*AGF-UI Panels P-2****/

#agf-ui-col-4 .item-1{
	width: 100%;
    height: 20rem;
    background: #fff;
    padding: 2rem;
    
}
#agf-ui-col-4 .item-2{
    display: flex;
	padding: 3rem 0rem;
    background: #9A9745;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#agf-ui-col-5 .item-1{
    width: 100%;
    height: 50%;
    background-image: url(https://freight.cargo.site/t/original/i/67db7f363491e4655d605d7ea803e3336a964d5d73086d2420e93f0629cc15f5/IMG_3499.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#agf-ui-col-5 .item-2{
    display: flex;
    height: 50%;
    padding: 3rem 0rem;
	background: #9EAA7B;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#agf-ui-col-6 .item-1{
    display: flex;
    height: 100%;
    padding: 3rem 0rem;
	background: #E5DED2;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#agf-ui-col-4 .image-gallery,
#agf-ui-col-5 .image-gallery{
	width: 50%;
    display: flex;
    align-items: center;
}
#agf-ui-col-6 .image-gallery{
	width: 70%;
    display: flex;
    align-items: center;
}

/*AGF-UI Panels P-1****/

.agf-ui{
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    background: #F5f4f0;
}

.agf-ui-col-1,
.agf-ui-col-2,
.agf-ui-col-3{
    width: 100%;
	display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    overflow: hidden;
}


#agf-ui-col-1 .item-1{
    width: 100%;
    height: 50%;
    padding: 2rem;
	background: white;
}

#agf-ui-col-1 .item-2{
    height: 50%;
	background: #CFC5B0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0rem;
}

#agf-ui-col-2 .item-1/*Image*/{
    height: 50%;
    width: 100%;
    background-image: url(https://freight.cargo.site/t/original/i/1d4cbb4d6cf6e9678e9d92e95d13e0781d882393e1216e30fda22df5d6f5f179/IMG_6031.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#agf-ui-col-2 .item-2{
    width: 100%;
    height: 50%;
	background: #8F5B28;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0rem;
}

#agf-ui-col-3 .item-1{
	height: 100%;
    background: #D0BE91;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0rem;
}

#agf-ui-col-1 .image-gallery,
#agf-ui-col-2 .image-gallery,
#agf-ui-col-3 .image-gallery{
	width: 60%;
}


#agf-ui-col-3 .gallery_image_caption{
	color: rgba(255, 255, 255, 0.5);
    text-align: center;
}


@media only screen and (max-width:768px),
    (orientation:portrait){
    .agf-ui{
	flex-flow: column wrap;
    padding: 0rem;
}
    #agf-ui-col-1 .item-1,
    #agf-ui-col-4 .item-1{   
    width: 100%;
    height: auto;
}
    #agf-ui-col-1 .image-gallery{
	width: 90%;
}
    
    #agf-ui-col-2 .item-1,
    #agf-ui-col-5 .item-1{
	height: 50vh;
}
    #agf-ui-col-1 h2,
    #agf-ui-col-4 h2{
	font-size: 1.5rem;
}
}

/*AGF-Logo****/
.agf-logo{
    width: 100%;
	display: grid;
    grid-template-rows: repeat(2, 50vh);
    grid-template-columns: repeat(2, 50vw);
    background: #F5F4F0;
}

#agf-logo-type{
    display: grid;
    align-items: center;
    justify-items: center;
    grid-column: 1/ span 1;
    grid-row: 1/ span 1;
	background: #4D4A43;
}

#agf-logo-type .image-gallery{
    display: grid;
    width: 40%;
}

#agf-logo-monogram{
	grid-column: 1/ span 1;
    grid-row: 2/ span 1;
	background: #1F2022;
    display: grid;
    justify-items: center;
    align-items: center;
}
#agf-logo-monogram .image-gallery{
    display: grid;
    width: 20%;
}


#agf-logo-box-1{
    grid-column: 2/span 1;
    grid-row: 1 / span 1;
    background: #D5D0C6;
}

#agf-logo-box-2{
    grid-column-start: 2;
    background: #F0EDE6;
}

#agf-logo-bag{
    width: 100%;
	grid-column: 2 / span 1;
    grid-row: 1 / span 2;
    display: grid;
    align-items: center;
    justify-items: center;
    z-index: 5;
    
}
#agf-logo-bag .image-gallery{
	width: 70%;
}

@media only screen and (max-width:768px),
    (orientation:portrait){
        
    #agf-logo{
	display: flex;
    flex-flow: column nowrap;
}
	#agf-logo-type{
	width: 100%;
    height: 40vh;
}
    #agf-logo-monogram{
	width: 100%;
    height: 40vh;
}
    #agf-logo-box-1,
    #agf-logo-box-2{
	display: none;
}
    #agf-logo-bag{
	width: 100%;
    padding: 10rem 0rem;
}
}

/*AGF-Type****/
.agf-type{
    width: 100%;
	display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 3rem;
}
#agf-type .project-concept{
    padding: 5rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}
#agf-type h2{
	width: 50%;
}

.agf-type-row{
    width: 100%;
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 5rem;
}

#agf-type-name-1.agf-type-name{
	width: 20%;
}
#agf-type-name-2.agf-type-name{
	width: 10%;
}

.agf-type-abc{
	width: 50%;
}

@media only screen and (max-width:768px),
    (orientation:portrait){
    .agf-type{
	padding: 3rem 2rem;
}
	
    #agf-type .project-concept{
	padding: 8rem 0rem;
}
        
	#agf-type h2{
	width: 100%;
}
     #agf-type img{
         width: 100%;
	border-radius: 0rem;
}
    .agf-type-row{
        flex-direction: column;
}
    .agf-type-abc{
    padding-top: 1rem;
	width: 100%;
}
}

/*AGF-Inspo****/
.agf-inspo{
    width: 100%;
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.agf-inspo-color{
    padding: 6rem;
	width: 40%;
}

.agf-inspo-space{
	width: 40%;
}

@media only screen and (max-width:768px),
    (orientation:portrait){
	.agf-inspo{
	flex-direction: column;
}
        .agf-inspo-color,
        .agf-inspo-space{
	width: 90%;
    padding: 3rem;
}
}

/*AGF-Feature****/

.agf-feature{
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

#agf-about-copy{
    width: 50%;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; 
}

#agf-about-copy h2{
    padding: 0rem 5rem;
    align-self: stretch;
}


#agf-feature-img-container{
	width: 40%;
    text-align: center;
}

#agf-feature .img-caption{
	padding: 0.5rem 1rem;
    text-transform: uppercase;
}
@media only screen and (max-width:768px),
    (orientation:portrait){
	.agf-feature{
	flex-direction: column-reverse;
    padding: 2rem;
}
    #agf-about-copy{  
	width: 100%;
    text-align: center;
    padding: 5rem 0rem;
}
     #agf-feature-img-container{
	width: 100%;
}
}

/**
 * A Great Find - End *************************
 */


/**
 * SpaceUs Web - Start *************************
 */
/*SpaceUs-Website****/
.su-web{
	display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap:10rem;
}
#su-web .img-caption{
	text-transform: uppercase;
}

.su-web-mockup{
    padding: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
        
}

#su-web-mockup .image-gallery{
	width: 100%;  
    flex-grow: 2;
}

.su-web-video-container{
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
    
    
    width: 65%;
    height: 48%;
    overflow: hidden;
        
    
}

#su-web-video-container video{
    height: 140%;
    display: flex;
    align-self: center;
    padding: 3rem;
}

@media only screen and (max-width:768px),
    (orientation:portrait){
    .su-web{
	gap:5rem;
}
    .su-web-mockup{
	padding-top: 8%;
    padding-bottom: 0%;
    justify-content: flex-end;
}
    #su-web-mockup .image-gallery{
	display: none;
    width: 100%;   
}
	.su-web-video-container{
    position: relative;
    justify-content: center;
	width: 100%;
    height: 40vh;
    padding: 0rem;
    overflow: visible;
}
    #su-web .img-caption h2{
    padding: 1rem;
	font-size: 1.5rem;
}
    #su-web-video-container video{
	width: 160vw;
}
}

/*SpaceUs-Logo****/

.su-logo{
	display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

#su-logo-container{
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

#su-logo-container h2{
	font-size: 1.8rem;
    margin-top: 15rem;
}

#su-logo-container .image-gallery{
	width: 100%;
    align-self: center;
    padding: 1rem;
}


#su-logo-sketch.container{
    width: 100%;
    height: auto;
	display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: start;
    padding: 5rem;
    background: beige; 
}

#su-logo-ani-container{
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

#su-logo-ani-container h2{
	font-size: 1.8rem;
    margin-top: 0rem;
}

#su-logo-ani.container{
	width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 5rem;
    background-color: #d0cdc3;
}

#su-logo-ani-container video{
    width: 50%;
}

@media only screen and (max-width:768px),
    (orientation:portrait){
	#su-logo-container,
    #su-logo-ani-container{
    flex-direction: column-reverse;	
}
     #su-logo-ani-container video{
    width: 100%;
}
     #su-logo-sketch.container,
     #su-logo-ani.container{
	align-items: center;
}
     #su-logo-ani-container h2,
     #su-logo-container h2{
	margin-top: 10rem;
}
}

/*SpaceUs-About****/
.su-about{
	display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;    
    padding: 8rem 3rem;
}

.su-ill-video{
    width: 100%;
	display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
#su-ill-video small{
	width: 70%;
}

#su-ill-video video{
	width: 100%;
}

.su-about-copy{
	width: 100%;
    padding: 3rem;
    display: flex;
    justify-items: center;
}

@media only screen and (max-width:768px),
    (orientation:portrait){
    .su-about{
	flex-direction: column;
    padding:3rem;
}
    .su-ill-video{
	width: 100%;
    align-items: center;
}
    .su-about-copy{
	padding: 3rem 0rem;
    margin-top: 10rem;
}
}    


/*SpaceUs-Feature********/
#su-feature{
	display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap:1rem;
}
	/*Row-1*/
#su-feature-row-1{
	display: flex;
    width: 100%;
    height: 40vh;
    min-height: 30vh;
    border: 2px dashed black;
    border-radius: 1rem;
}


	/*Row-2*/
#su-feature-row-2{
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap:1rem;
}

#su-feature-item-1 .gallery_image_caption{
	text-align: start;
}

#su-feature-item-1,
#su-feature-item-2,
#su-feature-item-3{
	width: 33%;
}

#su-feature-item-2 h2{
    display: flex;
	padding: 5rem 3rem;
}

#su-feature-item-2{
	display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 1rem;
}

#su-feature-item-2 .box-2,
#su-feature-item-3 .box-3{
    width: 100%;
    height: 100%;
    min-height: 10vh;
    display: flex;
    
	border: 2px dashed black;/*Border Stroke*/
    border-radius: 1rem;
    align-self: stretch;
}

@media only screen and (max-width:768px),
(orientation:portrait){
    #su-feature-row-1{
	display: none;
}
    #su-feature-row-2{
    flex-direction: column;
}
    #su-feature-item-1{
	width: 60%;
    padding-top: 4rem;
    align-self: center;
}
	#su-feature-item-2,
	#su-feature-item-3{
	width: 100%;
}
    #su-feature-item-1 .gallery_image_caption{
	text-align: center;
}
    
    #su-feature-item-2 h2{
	padding:3rem;
    margin-top: 5rem;
    text-align: center;
}
	#su-feature-item-2 .box-2,
    #su-feature-item-3 .box-3{
	display: none;
}
}

/*SpaceUs-Gallery****/
#su-gallery video{
	width: 100%;
}

/**
 * SpaceUs Web - End *************************
 */

/**
 * BLOOM Web - Start *************************
 */
/*BLOOM-Article Page********/
.bloom-article{
	display: flex;
    flex-flow: column nowrap;
}

#bloom-mobile-article{
	display: flex;
    flex-flow: row nowrap;
}

#bloom-mobile-article .project-concept{
	width: 50%;
    display: flex;
    padding: 5rem;
    align-self: flex-start;
}

#bloom-mobile-article video{
	width: 50%;
    padding: 2rem;
    background-color: #ffcb62;
}

#bloom-desktop-article video{
    padding: 2rem;
	width: 100%;
    background: #f2f0ec;
}


@media only screen and (max-width:768px),
    (orientation:portrait){
    #bloom-mobile-article{
	flex-direction: column;
    width: 100%;
}
	#bloom-mobile-article .project-concept{
	width: 100%;
    padding: 10rem 5rem;
    align-self: center;
}
    #bloom-mobile-article video{
	width: 100%;
}
}


/*BLOOM-Logo********/
.bloom-logo{
    width: 100%;
	display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-content: center;
    background: #f0ece4;
    padding-bottom: 10rem;
}
#bloom-logo-web{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: end;
}

#bloom-logo-web small{
	width: 70%;
    align-self: center;
    text-align: left;
    margin-left: 20%;
    color: rgba(0, 0, 0, 0.5);
}
#bloom-logo-web video{
	width: 100%;
    padding-bottom: 1rem;
    border-radius: 1rem;
}

	#bloom-logo-design{
    width: 50%;
	padding: 5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: end;
}
	#bloom-logo-design video{
    width: 100%;
    border-radius: 1rem;
}

	#bloom-logo-design small{
    padding: 1rem 0rem;
	width: 80%;
    align-self: start;
    color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width:768px),
(orientation:portrait){
	.bloom-logo{
    padding-top: 5rem;
    padding-bottom: 1rem;
	flex-direction: column-reverse;
    justify-content: flex-start;
    align-content: flex-start;
    background: transparent;
}
    #bloom-logo-web,
    #bloom-logo-design{
	width: 100%;
}
    #bloom-logo-web small{
	margin: 0rem;
    padding-top: 1rem;
}
    
    #bloom-logo-web video{
    padding: 1rem;
}
}


/*BLOOM-Web Menu********/

#bloom-web-menu video{
	width: 100%;
    padding: 10rem;
    background: #f2f0ec;
}

#bloom-web-menu .img-caption{
    padding: 1rem;
    text-align: start;
}
#bloom-web-menu .img-caption small{
	padding: 1rem;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	#bloom-web-menu video{
	padding: 2rem;
}
    #bloom-web-menu{
    padding: 1rem;
	background: #f2f0ec;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
    #bloom-web-menu .img-caption{
     text-align: start;
     flex-direction: column;
     width: 80%;
     font-size: x-small;
}
}

/*BLOOM-Mobile********/

.bloom-mobile{
    width: 100%;
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

#bloom-mobile video{
	width: 60%;
    padding: 5rem;
    background: #eab1b8;
}


#bloom-mobile-copy .project-concept{
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 5rem;
    background: #1b812c;
}

#bloom-mobile-copy h2, 
#bloom-mobile-copy sup{
    color: #f5f5da;
}
@media only screen and (max-width:768px){
	.bloom-mobile{
	flex-direction: column-reverse;
}
    #bloom-mobile video{
	width: 100%;
    padding: 0rem;
}
    #bloom-mobile-copy .project-concept{
	height: 60vh;
}
}


/*BLOOM-Web********/
#bloom-inspo,
#bloom-web{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 2rem;
    gap: 3rem;
}

#bloom-inspo img{
	filter: grayscale(100%);
}

#bloom-web .project-concept,
#bloom-inspo .project-concept{
	padding: 2rem 1rem;
    text-align: start;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	
}

/*BLOOM-Concept********/

.bloom-concept{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10rem;
}


#bloom-mailchimp-intro{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

#bloom-mailchimp-intro .image-gallery{
    margin: 3rem;
	width: 20vw;
}



@media only screen and (max-width:768px){
	.bloom-concept{
}
    .bloom-mailchimp-intro{
	width: 80%;
}
    #bloom-concept .project-concept{
    padding: 5rem 3rem;
    padding-top: 10rem;
}
}

/*BLOOM-Gallery********/

#bloom-gallery{
	background: #f2f0ec;
    background-repeat: repeat;
}
#bloom-gallery video{
	width: 100%;
    
}

/**
 * BLOOM Web - End *************************
 */


/**
 * NYTM Branding - Start *************************
 */

/*NYTM-Cafe********/

.nytm-cafe{
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding-top: 10rem;
}

.nytm-cafe-item1,
.nytm-cafe-item2{
    padding: 1rem;
	width: 50%;
    align-self: end;
}


@media only screen and (max-width:768px),
(orientation:portrait){
	.nytm-cafe{
	flex-flow: column nowrap;
    padding-top: 1rem;
}
	.nytm-cafe-item1,
	.nytm-cafe-item2{
	width: 100%;
}
}

/*NYTM-Visual Identity In Use********/
#nytm-in-use{
    padding-bottom: 10rem;
}

#nytm-in-use h2{
	padding-bottom: 20rem;
    text-transform: uppercase;
}
@media only screen and (max-width:768px),
(orientation:portrait){
	#nytm-in-use{
    padding-bottom: 2rem;
}
}

/*NYTM-Web********/
.nytm-web{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-end;
    color: white;
    padding: 5rem 1rem;
}
#nytm-web .image-gallery{
	position: relative;
    width: 60%;
}

#nytm-web-copy{
    padding: 2rem;
	width: 40%;
    align-self:end;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	.nytm-web{
	flex-direction: column;
    padding: 1rem;
}
    #nytm-web .image-gallery{
	width: 100%;
}
    #nytm-web-copy,
    #nytm-web-copy h2{
	width: 100%;
    font-size: 1.5rem;
}
    #nytm-web-copy{
	margin-top: 3rem;
    margin-bottom: 2rem;
}
}

/*NYTM-Street Poster********/
#nytm-street-poster img{
    width: 100%;
	border-radius: 1rem;
}

.nytm-street-poster{
	display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    color: #f5f5da;
}
#nytm-street-poster-1,
#nytm-street-poster-2{
    display: flex;
    flex-direction: column;
}
#nytm-street-poster-1{
    width: 40%;
	justify-content: flex-start;
}
#nytm-street-poster-1 h2{
    padding: 1rem;
}
#nytm-street-poster-1 p{
    padding: 0 1rem;
	width: 90%;
}

#nytm-street-poster-2{
    width: 60%;
    align-items: end;
    justify-content: space-between;
}
#nytm-street-poster-2 h2{
	padding: 2rem;
}

#nytm-street-poster-2 .image-gallery{
	width: 40%;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	.nytm-street-poster{
	flex-direction: column-reverse;
}
    #nytm-street-poster-1,
	#nytm-street-poster-2{
	width: 100%;
    flex-direction: row;
}
    #nytm-street-poster-1 .image-gallery,
	#nytm-street-poster-2 .image-gallery{
    width: 100%;
    margin: .5rem;
}
    
    #nytm-street-poster-1-copy, 
	#nytm-street-poster-2-copy{
	width: 100%;
    border-radius: 1rem;
    align-self: stretch;
    color: black;
    background: #f5f5da;
    margin: .5rem;
    
}
    #nytm-street-poster-1-copy h2, 
	#nytm-street-poster-2-copy h2{
	font-size: medium;
    color: black;
    font-size: 1.3rem;
    padding: 2rem 2rem 0 2rem;
}
    #nytm-street-poster-1-copy p{
	width: 100%;
    font-size: 1rem;
    padding: 0 2rem;
}
}

/*NYTM-Poster Series********/

.nytm-poster{
    width: 100%;
	display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#nytm-poster-gallery{
	padding: 0 5rem;
}
#nytm-poster-gallery .image-gallery{
    width: 100vw;
}
#nytm-poster-gallery .image-gallery img{
	width: 100%;
}

.nytm-poster-copy{
    width: 30%;
    margin-top: 5rem;
    align-self: center;
    text-align: center;
}

@media only screen and (max-width:768px),
(orientation:portrait){
    .nytm-poster{
	align-items: center;
    gap: 1rem;
    padding: 0rem;
    background: black;
    color: #f5f5da;
}
    .nytm-poster-copy{
   	padding: 2rem;
	width: 70%;
    font-size: smaller;
}
    #nytm-poster .image-gallery{
	padding: 3rem;
}
    #nytm-poster .image-gallery img{
	border-radius: 0rem;
}
}


/*NYTM-Typography********/
.nytm-type{
	width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

#nytm-type .image-gallery{
	width: 50%;
}

.nytm-type-copy{
	width: 50%;
    padding: 2rem 3rem;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	.nytm-type{
	flex-direction: column;
}
    #nytm-type .image-gallery{
	width: 100%;
}
    .nytm-type-copy,
    #nytm-type h2{
	width: 100%;
    padding: 3rem 2rem;
    font-size: large;
}
}

/*NYTM-Inspo********/
#nytm-inspo{
    width: 100%;
    height: 100vh;
    padding: 2rem;
	display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

#nytm-inspo .project-concept{
    padding: 0rem;
}

#nytm-inspo .image-gallery{
	width: 30vw;
}


@media only screen and (max-width:768px),
(orientation:portrait){
	#nytm-inspo{
	height: auto;
    gap: 3rem;
    align-items: center;
}
    #nytm-inspo .project-concept{
	padding: 5rem 2rem;
}
    #nytm-inspo .image-gallery{
	width: 80vw;
}
}

#nytm-gallery img{
	border-radius: 1rem;
}

#nytm-intro-video{
	height: 100vh;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	#nytm-intro-video{
	height: 35vh;
}
}

/**
 * NYTM Branding - End *************************
 */


/**
 * A Report - Start *************************
 */


/*Page:Rep-Detail********/
.rep-detail{
    width: 100%;
	display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#rep-detail .mobile-section-title{
    width: 20%;
    display: flex;
    visibility: visible;
    padding: 1rem;
    height: 20vh;
}

.rep-detail-cols{
    width: 100%;
	display: flex;
    flex-flow: row nowrap;
    justify-items: space-around;
    
}
.rep-detail-item-1,
.rep-detail-item-2,
.rep-detail-item-3{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.rep-detail-item-1 small,
.rep-detail-item-2 small,
.rep-detail-item-3 small{
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*Detail-Images*/
.rep-detail-img{
	width: 100%;
}


#rep-detail .image-gallery img{
	width: 100%;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	.rep-detail{
    width: 100%;
	flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0rem;
}
    .rep-detail-cols{
    width: 80%;
	flex-direction: column;
}
    #rep-detail .mobile-section-title{
     width: auto;
     padding: 5rem;
     margin: auto;
}
    .rep-detail-item-1,
	.rep-detail-item-2,
	.rep-detail-item-3{
    height: auto;
    flex-direction: column-reverse;
    align-items: start;
}
    .rep-detail-item-1 small,
    .rep-detail-item-2 small,
    .rep-detail-item-3 small{
		height: auto;
    	padding-top: 1rem ;
        padding-bottom: 3rem;
}
    .rep-detail-img{
	width: 100%;
    margin: auto;
}
    #rep-detail .image-gallery img{
	width: 100%;
}
}


/*Page:Rep-Cover********/
.rep-cover{
    width: 100%;
	display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0.5rem;
}

#rep-cover .mobile-section-title{
    display: flex;
	padding: 0 0.5rem;
}

.rep-cover-item-1{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10rem;
}

.rep-cover-item-1 p{
    width: 50%;
}

.rep-cover-item-2{
    width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0.5rem;
}

#rep-cover .image-gallery{
	width: 100%;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	.rep-cover{
	flex-flow: column nowrap;
}
    
    #rep-cover .mobile-section-title{
	padding: 5rem;
}
    .rep-cover-item-1,
    .rep-cover-item-2{
		width: 100%;
    	height: auto;
    	flex-direction: column;
    	margin-bottom: 1rem;
}
    .rep-cover-item-1{
	padding-bottom: 2rem;
    justify-content: center;
    align-items: center;
}
    .rep-cover-item-1 p{
	width: 90%;
}
}



/*Page:Rep-Interior********/
.rep-interior{
    width: 100%;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0.5rem;
}
/*Item 1-2*/
.rep-interior-item1,
.rep-interior-item2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem;
}

.rep-interior-copy1,
.rep-interior-copy2{
    width: 100%;
    height: 30vh;
    margin: auto;
    padding: 10%;
}

@media only screen and (max-width:768px),
(orientation:portrait){
    .rep-interior{
	flex-direction: column;
}
	/*Item 1*/
    .rep-interior-item1{
    padding: 1rem;
    width: 100%;
	flex-direction:column;
}
    .rep-interior-copy1{
	width: 100%;
    margin: auto;
    padding: 5rem;
}
    /*Item 2*/
    .rep-interior-item2{
	padding: 1rem;
    width: 100%;
    flex-direction: column-reverse;
}
    .rep-interior-copy2{
        width: 100%;
        margin: auto;
		padding: 5rem;
}
}

/*Page:Rep-Design Concept********/
.rep-design-concept{
    padding-top: 10rem;
    padding-bottom: 5rem;
	display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 1rem;
}

#rep-concept-copy{
	width: 80%;
}


#rep-design-concept video{
    width: 100%;
    height: 60%;
	background-color: black;
    padding:2rem 10rem;
    border-radius: 1rem;
}


@media only screen and (max-width:768px),
(orientation:portrait){
    .rep-design-concept{
    gap:2rem;
}
    #rep-design-concept video{
    width: 100%;
    height: 60%;
    padding:5rem;
}
    #rep-concept-copy{
	width: 100%;
}
	#rep-concept-copy h2{
    font-size: large;
}

}
/*Page:About The Book********/
@media only screen and (max-width:768px),
(orientation:portrait){
	#rep-about-book h2{
    width: 100%;
	font-size: large;
}
	
}

/*Page:Rep-Inspo********/

.rep-ins{
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.rep-ins-item{
    padding: 1rem;
	width: 50%;
    display: flex;
    flex-flow:column nowrap;
    justify-content: space-between;
}


.rep-ins-copy{
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 1rem;
    padding-top: 10rem;/*Gap:10*/
}

@media only screen and (max-width:768px),
(orientation:portrait){
	.rep-ins{
	flex-direction: column;
}
    .rep-ins-item{
	width: 100%;
}
    .rep-ins-copy{
    	width: 100%;
		padding-top: 5rem;
        margin: auto;
}
}

/*
 *** A Report - End *************************
 */

/**
 * Project-Credit
 */
.credit-page{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 5rem;
    text-transform: uppercase;
}

.credit-container{
    margin-top: 10rem;
    width: 100%;
	display: flex;
    flex-flow: row wrap;
}

.credit-box/*Container*/{
    width: 60%;
    margin-top: 1rem;
    padding: 1rem 0rem;
	display: flex;
    flex-flow: column nowrap;
    gap: 3px;
    border-bottom: 1px solid;
    font-size: medium;
    overflow: hidden;
}

.credit-title{
	color: lightgrey;
    font-size: smaller;
}





@media only screen and (max-width:768px),
(orientation:portrait){
	.credit-page{
     padding-top: 7rem;
     padding-left: 2rem;
     padding-right: 2rem;
     gap:7rem;
     align-items: center;
     justify-content: center;
    }
    .credit-box{
	width: 100%;
}
}

/**
 * Project Page
 */
.mobile-section-title{
    display: none;
}

@media only screen and (max-width:768px){
	.mobile-section-title{
		display: flex;
        margin: auto;
}
}

/*Award*/
#award{
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

#award img{
    margin: auto;
    padding: 1rem;
    width: 8rem;
	height: 8rem;
    border-radius: 100rem;
    filter: drop-shadow(1px 1px 7px #393939);
}

/*Project Concept*/
.project-concept{
	padding: 15rem 0rem;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	.project-concept{
	width: 100%;
    padding: 3rem 2rem;
}
}


.project-concept sup{
    color: lightgrey;
    text-transform: uppercase;
}


.project-banner{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column nowrap;
    background: white;
    padding: 5rem 1rem;
}

#project-name{
    width: 80%;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    text-transform: uppercase;
}

#project-name h1{
	font-size: 8rem;
}

.project-intro{
    margin-top: 10rem;
	width:50%;
    text-align: left;
}

.project-intro sup{
    color: lightgrey;
}

@media only screen and (max-width:768px),
    (orientation:portrait){
	.project-banner{
     padding: 3rem 2rem;
}
    #project-name{
	width: 100%;
}
    #project-name h1{
	font-size: 4rem;
}
    .project-intro {
	 width: 80%;
}
}



/*Link-Button****/
.link-button{
    border: 1px solid black;
    border-radius: 10rem;
    
}

.link-content{
    overflow: hidden;
    width: 30px;
    display: flex;
    justify-content: flex-end;
    padding: 5px 8px;
}

.link-text{
    opacity: 0;
}

.link-icon{
    margin:auto;
}

.link-button:hover{
	cursor: pointer;
}

.link-button:hover .link-content{
	width: 120px;
    transition: 0.3s ease-in-out;
}
.link-button:hover .link-text{
	opacity: 100%;
    float: left;
    margin: auto;
    transition: 0.3s ease-out;
}

/**
 * Button
 */


.button{
	display: inline-flex;
    flex-flow: row nowrap;
    gap:5px;
}

.button-text{
	display: flex;
}


.button-icon{
    display: none;
}
.button:hover{
    border: 1.5px solid black;
    border-radius: 10rem;
    padding: 4px 8px 2px 8px;
}

.button:hover .button-icon{
	display: flex;
    
}


/**
 * Nav
 */
#nav-project/*Botton Nav*/{
    font-size: 1.5rem;
    width:100%;
    height: auto;
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: white;
    box-sizing: border-box;
}

#nav-project a{
    color: black;
	box-sizing: border-box;
    padding: 1rem 2rem;
    text-align: center;
}

#nav-project a:hover{
	border-top: 2px solid black;
    transition: 0.3s ease-out;
}




@media only screen and (max-width:768px),
(orientation:portrait){
	#nav-project{
    width: 100%;
    height: auto;
    display: flex;
	flex-flow: row nowrap;
    overflow-y: scroll;
    text-align: center;
}
    #nav-project a{
	padding: 1rem 2rem;
    width: 100%;
}
}

/*Main Nav Bar*/

#nav{
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
	width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}


.nav-name-container{
    width: 40%;

}

#nav-name-container a{
    width: 100%;
    padding: 1rem;
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#nav-contact{
    padding: 1rem;
    display: flex;
}

#nav-name-container:hover,
#nav-contact:hover{
	border-bottom: 2px solid black;
    transition: 0.2s ease-out;
}



@media only screen and (max-width:768px),
    (orientation:portrait){
	.nav-name-container{
	width: 100%;
}
    #nav-contact{
	display: none;
}
    #nav{
	border: transparent;
}
}


/**
 * Layout-Flex
 */

.flex-container{
	display: flex;
    width: 100%;
    height: auto;
}

.row{
	flex-flow: row nowrap;
}
.col{
	flex-flow: column nowrap;
}

.start{
	justify-content: flex-start;
}
.end{
	justify-content: flex-end;
}
.center{
	justify-content: center;
}
.between{
	justify-content: space-between;
}

.align-center{
	align-items: center;
}

.img-caption{
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap:2rem;
    align-items: center;
    padding-bottom: 0.5rem;
}

/**
 * Layout-Grid
 */

.grid{
    width: 100%;
    display: grid;
	grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(5,1fr);
    grid-gap: 1rem;
}

@media only screen and (max-width:768px),
(orientation:portrait){
    .grid{
	grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(12,1fr);
    grid-gap: 1rem;
}
}

/*************Cargo Preset*******************
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
    text-transform: uppercase;
	position: relative;
    margin-right: 3rem;
}

sub {
	vertical-align: text-bottom;
}

sup {
	vertical-align: top;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
    
}
@media only screen and (max-width:768px),
(orientation:portrait){
	img{
	border-radius: 1rem;
}
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    display: block;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
	font-weight: 350;
	color:black;
	font-family: "Favorit Variable", Icons;
	font-style: normal;
    text-transform: uppercase;
}

@media only screen and (max-width:768px),
(orientation:portrait){
	.gallery_image_caption{
	font-size: xx-small;
}
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 400;
	color: black;
    font-family: "Favorit Variable", Icons;
	font-style: normal;
	line-height: 1.24;
	font-variation-settings: 'slnt' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.35);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 350;
	padding: 0;
	margin: 0;
    margin-left: -9px;
	font-size: 10rem;
	line-height: 1.1;
	color:black;
    letter-spacing: -0.0175em;
	font-variation-settings: 'slnt' 0;
	}

@media only screen and (max-width:768px){
	[data-predefined-style="true"] h1{
	font-size: xx-large;
}
}


[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.5);
}

[data-predefined-style="true"] h2 {
	font-family: "Favorit Variable", Icons;
	font-weight: 400;
	padding: 0;
	margin: 0;
    margin-left: -3px;
	color:black;
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: 0.01em;
	font-style: normal;
	font-variation-settings: 'slnt' 0;
    
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.2;
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 350;
	color: rgba(0, 0, 0, 1);
	font-variation-settings: 'slnt' 0;
    text-transform: uppercase;
    
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.35);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    animation: pg-jump 1s ease-out;
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
    animation: pg-jump 1s ease-out;
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255)/*!body_bgcolor*/;

}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 1rem /*!main_margin*/;
	padding-bottom: 1rem /*!main_margin*/;
	padding-left: 1rem /*!main_margin*/;
	padding-right: 1rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-weight: 400;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

/*HTML*/
html {
  scroll-behavior: smooth;
}