#toolset {
	display: none;
}

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

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: 1;
}

i
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
}

ol > li {
    padding-left: 0.75rem;
}

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

hr {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 60%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 9px 1px;
    background-repeat: repeat-x;
    border: none;
}

.image-link img {
	float: none;
	margin-bottom: 0rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 1.0em;
    margin-bottom: 0.5rem;
    font-size: 1rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	color: rgba(0, 0, 0, 0.85);
	font-family: Piazzolla, Icons;
	line-height: 1.3;
    letter-spacing: -0.02em;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(45, 160, 74);
	padding-bottom: em;
    text-decoration: none;

}

[data-predefined-style="true"] bodycopy a:hover {
    text-decoration: none;
    opacity: 0.5;
}

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: "Junicode Condensed", Icons;
	padding: 0;
	margin: 0;
	font-size: 3.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.75);
        text-decoration: none;

}

[data-predefined-style="true"] h2 {
	font-family: "Authentic Sans Condensed", Icons;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.75);
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: -0.01em;
	font-style: normal;
	font-weight: 500;
}

[data-predefined-style="true"] h2 a {
	color: #2462bc;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons;
	color: rgba(0, 0, 0, 0.58);
	font-style: normal;
	font-weight: 400;
    margin-top: 1em
}

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



/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	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: rgba(245, 242, 238, 0.46)/*!body_bgcolor*/;
}

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

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

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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: 0rem;
    font-size: 1.2rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.3;
}

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

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

/**
 * Site Menu
 */

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

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

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: Piazzolla, Icons;
    background: rgba(216, 71, 25, 1);
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	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;
}


input[type='checkbox'] { display: none; } .wrap-collabsible { margin: 1.2rem 0; } .lbl-toggle { display: block; font-weight: bold; font-family: monospace; font-size: 1.2rem; text-transform: uppercase; text-align: center; padding: 1rem; color: #DDD; background: #0069ff; cursor: pointer; border-radius: 7px; transition: all 0.25s ease-out; } .lbl-toggle:hover { color: #FFF; } .lbl-toggle::before { content: ' '; display: inline-block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } .toggle:checked+.lbl-toggle::before { transform: rotate(90deg) translateX(-3px); } .collapsible-content { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; } .toggle:checked + .lbl-toggle + .collapsible-content { max-height: 350px; } .toggle:checked+.lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .collapsible-content .content-inner { background: rgba(0, 105, 255, .2); border-bottom: 1px solid rgba(0, 105, 255, .45); border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem; } .collapsible-content p { margin-bottom: 0; }

/**
 * 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;
	bottom: 3rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
	font-family: "Monument Grotesk Mono", Icons;
	font-size: 1.2rem;
    padding: 0;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.3;
    letter-spacing: .07em;
}

#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: "Monument Grotesk Mono", Icons;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
}

.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.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10rem;
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right .25rem top 0px;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1.25rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10rem;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.2;
    padding: 0.9rem 1.25rem 0.8rem;
	font-style: normal;
	font-weight: 500;
    text-decoration: none;
}

/**
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 3.5rem /*!quick_view_padding*/;
    padding-bottom: 3.5rem /*!quick_view_padding*/;
    padding-left: 3.5rem /*!quick_view_padding*/;
    padding-right: 3.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(23, 33, 45, 0.77) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: "Monument Grotesk Mono", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,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: 0px;
}

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

.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: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * 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: rgba(255, 255, 255, 1);
    stroke-width: 2px;
}

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

/**
 * 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: 2px;
}

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

/**
 * 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: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0, 0, 0, 0.26);
    color: rgba(0, 0, 0, 0.85);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.2;
	font-family: "Monument Grotesk Mono", 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.26);
}

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

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

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

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

.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.75);
}

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

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

/* Works on Firefox */
* {
  scrollbar-width: medium;
  scrollbar-color: #dcd7d2 #2462bc;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 20px;
}

*::-webkit-scrollbar-track {
  background: #1150be;
}

*::-webkit-scrollbar-thumb {
  background-color: #cfc6be;
  border-radius: 50px;
  border: 4px ridge #1150be;
}


.mobile .introHome h1{
	font-size: 24px;
}

.mobile .introHome img{
	height: 27px !important;
        	width: auto !important;

}

button {
    transition: all .5s ease;
     background-color: #2462bc;
    border: 2px solid rgba(255, 255, 255, 0);
    text-transform: uppercase;
    text-align: center;
    font-family: "Authentic Sans Condensed", Icons;
    line-height: 1;
    font-size: 17px;
    padding-top: 13px;
    padding-bottom: 9px;
    padding-left: 0px;
    padding-right: 2px;
    outline: none;
    border-radius: 25px;
    color: #f6f5f1;
	font-style: normal;
	font-weight: 500;
}



button:hover {
    border: 2px solid rgba(165, 165, 165, 0.38); 
    color: #7c7c7c !important;
     background-color: transparent;
}

button:hover a{
    color: #7c7c7c !important;
}


.boxed {
  border: 3px hidden;
  padding: 5px;
      padding-left: 15px;
          padding-right: 15px;
    color:  rgba(115, 115, 115, 1);
    background: rgba(165, 165, 165, 0.19);
        border: 2px hidden;
 border-radius: 25px;
        text-align: center;
            margin-right: 7px;
    margin: 5px;
font-size: 1.3rem;
}

.mobile .boxed {
  display: none;

}

.boxedContainer {
      display:flex;
	  flex-wrap: wrap;
    margin-left: -5px;
}

.skillTags {
      padding-top: 5px;
font-size: 14px;
    color: rgba(165, 165, 165, 0.71);
  display:flex;
  align-items:center;
  justify-content:left;
}

.mobile .skillTags {
	display: none;
}


.bigButton a {
    text-transform: none !important;
    color: #fff !important;
    height: 10%;
    width: 100%;
}

.mobile .bigButton a{
	font-size: 1.7rem!important;
}


.bigButton button{
    font-size: 3.3rem !important;
      width: 100% !important;
        text-transform: none;
background-color: #0d55d1;
    color: #fff;
    font-weight: 400;
    text-align: end;
    font-family: "Authentic Sans Condensed", Icons;
	font-style: normal;
    height: 70px;
    padding: 0;
    padding-right: 15px;

}

.mobile .bigButton{
  display:flex;
    align-items: right;
    margin-right: 20px;
}

.mobile .bigButton button{
    font-size: 1.8rem !important;
     height: 50px;
    width: 68vw !important;
    margin-top: 40px;
    margin-bottom: -20px;
}

.mobile .graphic-design .bigButton {
    margin-top: -30px;
}

.mobile .graphic-design .bigButton button{
    font-size: 1.8rem !important;
     height: 60px;
    width: 85vw !important;
    margin-top: -10px;
}


.bigButton button:hover {
    border: 2px solid rgba(165, 165, 165, 0.38); 
    color: #7c7c7c !important;
     background-color: transparent;
      cursor: pointer;
}


.bigButton button:hover a {
    color: #7c7c7c !important;
}

.learnPadding{
	padding-left: 25px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    
}
.mobile .learnPadding{
padding-left: 15px;
    padding-right: 10px;
}

.learnButton a{
	color: #fff !important;
}

.mobile .learnButton{
	margin-top: 0px;
    margin-left: -7px;
}

.mobile .designMain{
margin-top: -85px;
    margin-bottom: -45px;
}

.graphic-design img{
border-radius: 17px;
}

.mobile .graphic-design {
 width: 90% !important;
    	display: flex;
        flex-direction: column;
    margin-left: 10px;

      justify-content: center;
}

.designContent{
	display: flex;
  justify-content: flex-start;
    flex-direction: row;
    text-wrap: pretty;
    letter-spacing: -0.5px;
}

.designContent h1{
    letter-spacing: -1.2px;
    max-width: 470px;
    text-wrap: balance;
}


.mobile .designContent{
	display: flex;
    flex-direction: column;
      justify-content: center;
    margin-left: 10px;
    margin-bottom: -30px;    
}

.mobile .designContent h1{
    line-height: 40px !important; 
}

.mobile .designContent img{
	width:95% !important;
    min-height: 190px !important;
    margin-right: 40px;
}


.designContent img{
    max-width: 500px !important;
    min-height: 300px !important;
    max-height: 330px !important;
    height: auto !important;
    margin-right: 40px;
     object-fit: cover;
    border-radius: 17px;
}

.designContent2 img{
    max-width: 500px !important;
    min-height: 200px !important;
    max-height: 330px !important;
    height: auto !important;
    margin-right: 40px;
     object-fit: cover;
    border-radius: 17px;
}

.designContent a.image-link:hover{
	opacity: 100%;
}


.desc{
	display: flex;
  justify-content: space-between;
    flex-direction: column;
}

.mobile .desc{
	display: flex;
  justify-content: center;
    flex-direction: column;
    margin-left: 17px;
}

.descTop{
	display: flex;
    row-gap: 10px;
  justify-content: flex-start;
    flex-direction: column;
    margin-right: 20px;
    margin-top: -5px;
}

.descTop h1 a{
	color: rgba(0, 0, 0, 0.75) !important;
    font-size: 4.5rem!important;
    line-height: 0.8;
}

.mobile .descTop h1 {
	margin-top: 10px;
    font-size: 2rem!important;
}

.descDesc{
	padding-top: 5px;
    margin-right: 10px;
    text-wrap: pretty;
    max-width: 95%;

}

.mobile .descDesc{
    	font-size: 1.4rem;
}

.designLogoContainer{
		display: flex;
        flex-direction: row;

}

.mobile .designLogoContainer{
    margin-top: 50px;
}

.designLogo img{
	width: 47px !important;  
    min-height: 47px !important;  
    max-height: 47px !important;
    margin-right: 15px;
    margin-top: 0px;
    transition: none !important;
    border-radius: 50%
}

.mobile .designLogo img{
	display: none;
}


.designOther{
	display: flex;
	justify-content: flex-start;
  	flex-direction: column;
    margin-top: 20px;
    margin-bottom: 90px;
    letter-spacing: -0.5px;
}

.designOther h1{
   letter-spacing: -1.5px;
}

.designOtherInside a{
	color: #fff !important;
}

.mobile .designOther{
	display: none;
}


.designOther a.image-link:hover{
	opacity: 100%;
}

.designOtherInside{
	display: flex;
  	justify-content: space-between;
   	flex-direction: Row;
}

.mobile .designOtherInside{
	display: flex;
  	justify-content: space-between;
   	flex-direction: column;
    margin-right: 10px;
}

.designOtherInside .image-link img{
    width: 27vw !important;
    max-width: 330px;
    height: 220px !important;
    object-fit: cover;
    border-radius: 27px;
    padding: 10px;
    padding-left: 1px;
}

.mobile .designOtherInside .image-link img{
    width: 100% !important;
    max-width: 370px;
    height: 200px !important;
    object-fit: cover;
    border-radius: 17px;
}

.designOtherD{
	display: flex;
    flex-direction: column;
    max-width: 450px;
}

.mobile .designOtherD{
	display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    margin-left: 20px;
}

.designInfoDesc{
    padding-left:20px;
    padding-right:25px;
    margin-bottom: 15px;
    margin-right: 0px;
    min-height:55px;
}

.mobile .designInfoDesc{
    padding-left:10px;
    padding-right:20px;
    padding-bottom: 15px;
    min-height:0px;
}

.designInfoOther{
	padding-top: 15px;
    max-width: 35rem;
}

.mobile .bottomStuff{
	margin-bottom: -50px;
}

.mobile .bottomStuff h1{
	font-size: 50px !important;
    margin-bottom: -10px;
    text-align: center;
}

.mobile .bottomStuff h2{
	font-size: 18px !important;
    padding-top: 20px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.pbMain {
	margin-top: -50px;
    font-size: large !important;

}


.pbMain > nav {
  position: fixed;    
  bottom: 0rem;
}

.mobile .pbMain > nav {
  display: none;
}

.section-nav li .active > a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  font-size: large !important;
}

.section-nav {
  margin-bottom: 10% !important;
  border-left:1px solid rgba(255, 255, 255, 0.34);
  max-width: 150px;
  font-size: 12px;
  margin-left: 80%;
  margin-right: 10px;
  padding-left: 10px;
}

.section-nav a {
  text-decoration: none;
  display: block;
  padding: .125rem 0;
  transition: all 50ms ease-in-out; /* 💡 This small transition makes setting of the active state smooth */
}

.section-nav a:hover,
.section-nav a:focus {
  color: rgba(255, 255, 255, 1);
  font-weight: bold !important;
}

.mobile .pbContent{
	padding-left: 0px;
    margin-top: 15px;
    margin-left: 3px;
    margin-right: 5px;
}

.pbContent{
	padding-left: 0px;
    margin-left: 4%;
    margin-right: 195px;
}

.pbContent img{
	border-radius: 13px;
}

.section-nav ul, ol {
  list-style: none;
  padding: 0;
}

.section-nav ul {
  padding-left: 20px;
}

.section-nav li a {
  color: rgba(255, 255, 255, 0.51);
}

.nmnhDesc{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: 0px;

}

.nmnhText{
	width: 90%;
}

.nmnhLinks{
	display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    flex-wrap: wrap-reverse;

}


.nmnhLinks > button{
	background-color: #80bdba;
    color: #80bdba !important;
    direction: ltr;
	text-align: center;
	margin-left: 10px ;
    width: max-content ;
    padding-top: 0;
    padding-bottom: 0;
    height:35px;
    margin-bottom: 5px;
}

.nmnhLink1 > button{
	background-color: #ebe26b;
    color: #EBE26B !important;
  
}

.nmnhLink1 button:hover{
	background-color: transparent;
    border: 2px solid #ebe26b; 
  
}



.nmnhLinks .learnPadding{
    text-align: center;
    padding-left: 1.5vw;
    padding-right: 1vw; 
    padding-top: 1vw;
	padding-bottom: 1vw;
}

.nmnhLinks button:hover {
    background-color: transparent;
    border: 2px solid #80bdba; 
}

.nmnhLinks a {
	color: #f7f7f7 !important;
	text-align: center;
    font-size: 14px;

}

.nmnhLink1 a {
	color: #DD3570 !important;
	text-align: center;

}

.nmnhLinks a:hover {
	color: rgba(128, 189, 186, 1) !important;
}

.nmnhLink1 a:hover {
	color: rgba(235, 226, 107, 1) !important;
}

.ifftext{
	text-wrap: balance;
}

.mobile .artMain {
	display: none;

}

 .artMainMobile {
	display: none;

}

 .mobile .artMainMobile {
	display: block;
     margin-top: 50px;
 margin-bottom: -40%;
     max-width: 100%;
     text-wrap: pretty;

}

.mobile .artMainMobile img{
    min-width: 100%;
    margin-bottom: -50px;
    object-fit: cover;
}

.mobile .artMainMobile h1{
    text-wrap: wrap !important;
}

.artHighlight img{
	width: 90% !important;
    max-height: 48vh;
    object-fit: cover;

}

.art img{
  border-radius: 10px;
  border: 5px solid #da3615;
}

.mobile .art img{
  max-width: 30%;
  min-height: 350px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
}

.artMobie{
	display: none;
}

.mobile .artMobie{
    display: block;
    width: 85vw;
}

.mobile .artContent2 img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
}

.mobile .artMobie img{
  max-width: 30%;
  min-height: 350px;
    border-radius: 17px;
  border: 6px solid #da3615;
}

.mobile .art-highlighted .designContent{
  display: none;
}

.art-highlighted img{
  border-radius: 17px;
  border: 6px solid #da3615;
}

.art:after {
      display: none;
  content: "";
  background-color: #da3615;
  position: absolute;
  width: 1.5px;
  height: 97%;
  top: 50px;
  left: 101%;
}

.art:before {
      display: none;
  content: "";
  background-color: #da3615;
  position: absolute;
  width: 1.5px;
  height: 97%;
  top: 50px;
  left: -1%;

}
.art h1{
	padding-bottom: 10px;
    padding-top: 9px;
  	font-size: 3.5vw !important;
    white-space: nowrap;
}

.mobile .art{
	margin-top: -50%;
    text-wrap: pretty;
}

.mobile .art h1{
    text-wrap: pretty;
}

.art-highlighted hr{
    border-style: solid;    
    border: solid;
    background-color: #da3615;
    background-image: none;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 1.5px;
    border: none;
}

.mobile .art-highlighted hr{
    display: none;
}



.art h1 a:link{
	padding-bottom: 1px;
    padding-top: 9px;
    text-decoration: none;
  	font-size: 3.5vw !important;
    white-space: nowrap;
    margin-top: 2em;
  	margin-bottom: 2em;
}

.mobile .art h1 a:link{
	padding-bottom: 13px;
    padding-top: 9px;
    text-decoration: none;
  	font-size:  4.5rem !important;
}

.art h1 a:hover{
    opacity: 100%;
    text-decoration: underline;
	text-decoration-thickness: 1.3px;
    text-underline-offset: 3.5px;
}

.mobile .art h1{
  	font-size: 4.5rem !important;
}
.artContent{
    min-height: 35rem;
	margin-top: 4rem;
    display: block;
	overflow: hidden;
}


.artContent:after {
  display: none;
  content: "";
  background-color: #da3615;
  position: absolute;
  width: 1.5px;
  height: 69%;
  margin-top:925px;
  top: 30px;
  left: 66.9%;
}

.artContent:before {
   display: none;
  content: "";
  background-color: #da3615;
  position: absolute;
  width: 1.5px;
  height: 69%;
  margin-top:925px;
  top: 30px;
  left: 33.1%;
  align-self: flex-end;
}

.mobile .artContent{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  	min-height: fit-content;
    max-height: none;
    margin-bottom: -90px;
}

.mobile .artContent:before{
    display: none;
}

.mobile .artContent:after{
    display: none;
}

.artContent2{
    display: block;
    min-height: 100px;
	overflow: hidden;
    margin-top: 4.5rem;
}

.mobile .artContent2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  	min-height: fit-content(10em);
    max-height: fit-content(10em);
    margin-bottom: -150px;
}

.mobile .artContentTop{
    display: flex;
    flex-direction: column;
    max-height: none;
    margin-bottom: 19px;
}

.artContentTop{
    display: flex;
    flex-direction: column;
    max-height: 390px;
    margin-bottom: 10px;
    margin-top: 15px;
    
}

:root {
  --base:              #ffffff;
  --bg-blend:          multiply;
  --blur:              0px;
  --fg-blend:          lighten;
  --foreground:        #ba1f00;
  --opacity:           1;
  --spacing:           0px;
}

/* .artContent .artImageWrapper {
  background-color:    var(--base);
  display:             flex;
  flex:                1 1 100%;
  height:              100%;
  overflow:            hidden;
  padding:             var(--spacing);
  position:            relative;
}

..artContent .artImageWrapper img {
  filter:              grayscale(100%) contrast(1) blur(var(--blur));
  flex:                1 0 100%;
  height:              100%;
  max-width:           100%;
  mix-blend-mode:      var(--bg-blend);
  object-fit:          cover;
  opacity:             var(--opacity);
  position:            relative;
  width:               100%;
}

..artContent .artImageWrapper::before {
  background-color:    var(--foreground);
  bottom:              0;
  content:             '';
  height:              100%;
  left:                0;
  mix-blend-mode:      var(--fg-blend);
  position:            absolute;
  right:               0;
  top:                 0;
  width:               100%;
  z-index:             1;
}

*/

.artContent img{
    max-height: 23rem;
    min-height: 23rem;
    min-width: 100%;
    height: max-content;
    object-fit: cover;
    margin-top: 20px;
}

.artContent img:hover{
    -webkit-filter: grayscale(0%);
  	filter: grayscale(0%) !important;
    /*
    object-fit: contain;
    max-height: fit-content;
    max-width: fit-content;
    */
}

.artContent a.image-link:hover{

	opacity: 100%;
}

.artContent2 img{
    max-height: 23rem;
    min-height: 23rem;
    min-width: 100%;
    height: max-content;
    object-fit: cover;
    margin-top: 0.5em;
}

.artContent2 img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
    /*
    object-fit: contain;
    max-height: fit-content;
    max-width: fit-content;
    */
}

.art hr{
    border-style: solid;    
    border: solid;
    background-color: #da3615;
    background-image: none;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 1.5px;
    border: none;
    margin-bottom: 0%;
    margin-top: 0%;
}

.artLines{
	margin-bottom: -12em;
}

.mobile .artLines{
	display: none;
}

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 76vw;
    height: 76vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

#more {display: none;}

.about h1{
	font-style: normal;
	font-weight: 400;
    white-space: nowrap;
}

.about {
    padding-left: 4vw;
    padding-right: 4vw;
	height: 80vh;
    padding-top: 17%;
    margin-bottom: -50px;
    text-wrap: pretty;
}

.mobile .about {
    padding-right:0;
    padding-left: 0;
    margin-top: -300px;
  	position: initial;
    font-size: 1.4rem !important;

}

.mobile .about h1 {
    font-size: 4rem !important;
}


.bottomFoot .image-link img{
	transition: none;
}

.dsApp{
	margin-left: -21vw;
    margin-right: -21vw;
   background-color:#ab3d2e;
}

.mobile .dsApp{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -21vw;
    margin-right: -21vw;
   background-color:#ab3d2e;
}

.mobile .dreamscribeContent h1{
	font-size: 4.3rem !important;
    padding-top: 5px;
}

.mobile .dreamscribeContent h2{
	font-size: 2rem !important;
    margin-bottom:-90px;
    margin-top:-20px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.mobile .dreamscribeContent {
	font-size: 1.6rem !important;
	margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
       background-color:#fffefc;
    
}

.mobile .dreamscribeContent img{
	font-size: 1.6rem !important;
	margin-top: 1px;
    margin-left: -15px;
    margin-right: -15px;
}



.paprika {
	font-family: "AUTHENTIC Sans", !important;
    margin-top: 120px;
}

.paprika2 {
	font-family: "AUTHENTIC Sans", !important;
}

.paprika2 h2{
	font-size: 24px !important;
}

.paprika2 h1{
	font-size: 30px !important;
}

.paprika-highlighted {
	background-color: #dfb55a;
    margin-left: -13%;
    margin-right: -13%;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.paprika-highlighted h2{
	font-size: 25px !important;
}

.paprika-highlighted h1{
	font-size: 36px !important;
    line-height: 120% !important;
}

.paprika-highlighted2 {
	background-color: #e3dfd7;
    margin-left: -13%;
    margin-right: -13%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 7%;
    padding-bottom: 6%;
}

.paprika-highlighted2 h2{
	font-size: 23px !important;
}

.paprika-highlighted2 h1{
	font-size: 30px !important;
    line-height: 120% !important;
}

.paprika-highlighted3 {
	background-color: #d4573d;
    margin-left: -13%;
    margin-right: -13%;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 8%;
    padding-bottom: 8%;
}


.paprika-inside {
    border: solid;
    border-color: #d34727;
    border-width: 3px !important;
    background-color: #fcf7f7;
    padding-left: 50px;
    padding-right: 50px;
 	border-radius: 0px 0px 40px 40px;
}

.paprika-inside img{
    max-width: 100%;
    height: auto;
}

.active-paprika-button a {
    text-transform: none !important;
    color: #fff !important;
    height: 10%;
    width: 100%;
}


.active-paprika-button button{
    font-size: 2.5rem !important;
	width: 100% !important;
    text-transform: none;
	background-color: #d34727;
    color: #fff;
    font-weight: 400;
    text-align: start;
    font-family: "Authentic Sans", Icons;
	font-style: normal;
    height: 70px;
    padding: 0;
    padding-left: 10px;
    border-radius: 40px 40px 0px 0px;
    border-width: 3px !important;  
}

.mobile .active-paprika-button button{
    font-size: 1.8rem !important;
     height: 60px;
     text-align: center;
    width: 85vw !important;
}


.active-paprika-button button:hover {
	background-color: #d34727 !important;
    border: 0px;
}


.active-paprika-button button:hover a {
    color: #fff !important;
    padding-left: 27.5px;
}

.inactive-paprika-button a {
    text-transform: none !important;
    color: rgba(169, 43, 14, 0.61) !important;
    height: 10%;
    width: 100%;
    text-align: center;
}


.inactive-paprika-button button{
    font-size: 2.5rem !important;
    width: 100% !important;
    text-transform: none;
    background-color: #e7b7ad;
    border-color: #d34727;
    color: #fff;
    font-weight: 400;
    text-align: start;
    font-family: "Authentic Sans", Icons;
	font-style: normal;
    height: 70px;
    padding: 0;
    padding-left: 10px;
    border-radius: 40px 40px 0px 0px;
    border-width: 0px !important;
    border-bottom: 0px;
}

.inmobile .active-paprika-button button{
    font-size: 1.8rem !important;
     height: 60px;
     text-align: center;
    width: 85vw !important;
}


.inactive-paprika-button button:hover {
    background-color: rgba(165, 165, 165, 0.38) !important; 
    color: #7c7c7c !important;
    background-color: transparent;
    cursor: pointer;
}


.inactive-paprika-button button:hover a {
   	color: #7c7c7c !important;
    padding-left: 12.5px !important;
}


.mobile .ibmRef{
	display: none;
}


.mobile .ibmResearch{
	visibility: collapse;
    height: 90px;
}

.mobile .ibmResearch h1{
	visibility: visible !important;
}

.mobile .ibmResearch h2{
	visibility: visible !important;
}

.opening{
    margin-top: 25px;
    margin-bottom: 40px;
	min-height:50vh;
}

.opening h1{
    letter-spacing: -1.3px;
}

.mobile .opening h1{
    font-size: 2.4rem !important;
    margin-left: 7%;
        margin-right: 13%;
        margin-top: -15%;
}

.mobile .catalogue{
	margin-top: -265px;
    margin-left: -4%;
}

.mobile .catalogue h1{
	font-size: 2.2rem !important;
}

.mobile .beginners {
	font-size: 1.2rem !important;
    text-align: left !important;
}