/**
* Web Fonts
*/

/* Apercu Pro */
@font-face {
  font-family: 'Apercu';
  font-weight: 500;
  font-style: normal;
  src: url('https://files.cargocollective.com/c983442/apercu-regular-pro.woff') format('woff');
}
/* Apercu Pro Italic */
@font-face {
  font-family: 'Apercu';
  font-weight: 500;
  font-style: italic;
  src: url('https://files.cargocollective.com/c983442/apercu-italic-pro.woff') format('woff');
}

/* Apercu Pro Medium Italic */
@font-face {
  font-family: 'Apercu';
  font-weight: 600;
  font-style: italic;
  src: url('https://files.cargocollective.com/c983442/apercu-medium-italic-pro.woff') format('woff');
}
/* Apercu Mono Pro Regular */
@font-face {
  font-family: 'Apercu-Mono';
  font-weight: 500;
  src: url('https://files.cargocollective.com/c983442/apercu-mono-regular-pro.woff') format('woff');
}

/* Apercu Mono Pro Medium */
@font-face {
  font-family: 'Apercu-Mono';
  font-weight: 600;
  src: url('https://files.cargocollective.com/c983442/apercu-mono-medium-pro.woff') format('woff');
}

/* Apercu Mono Pro Bold */
@font-face {
  font-family: 'Apercu-Mono';
  font-weight: 800;
  src: url('https://files.cargocollective.com/c983442/apercu-mono-bold-pro.woff') format('woff');
}

html {
    background-color: #efeeea !important;
  /* css vars */
  --fontFamily: 'Apercu';
  --monoFontFamily: 'Apercu-Mono';
  --normalFontWeight: 500;
  --mediumFontWeight: 600;
  --boldFontWeight: 800;
  
  --jayRed: #fe5263;
  --jayRedHover: #fe524c;
  --jayWhite: #efeeea;
  --jayBlack: #000;
  --jayLightOverlay: rgba(239,238,234, 0.75);
  --jayDarkOverlay: rgba(0, 0, 0, 0.75);

  --jayNextArrow: ' →';
  --jayPrevArrow: '← ';
  --jayMoreArrow: ' →'; /* '↘'; */
 
  --navDotSize: 4px;
  --navDotGapSize: 6px;
  --mobileNavDotSize: 6px;

  --jayBoringEase: linear;
  --jayFancyEase: cubic-bezier(0.080, 0.885, 0.440, 1.000);

  --jaySpeedFast: 150ms;
  --captionMargin: 20px;
  --spacingBetweenTopNavItems: 24px;

  --jayGridPadding: 0px;
  --jayGridMargin: 0px;
  --jayGridResponsiveMargin: 0px;
  --jayGridResponsivePadding: 0px;

  --mobileNavPadding: 47px;

  /* applied behaviors */
  scroll-behavior: smooth;
}

/**
* Break Points
*/

@media screen and (min-width: 0px) and (max-width: 769px) { 
  
  .page_content.clearfix h1 {
    /*padding-top: 1em;*/
    width: 90%;
  }
    
  /* Headline Space on Mobile
    
  [data-predefined-style="true"] [local-style="17134482"] h1 {
        padding-top: 1em;
  	}
  
  [data-predefined-style="true"] [local-style="23394453"] h1 {
      	padding-top: 1em;
    }
    
  [data-predefined-style="true"] [local-style="23394466"] h1 {
      	padding-top: 1em;
    }
    
  [data-predefined-style="true"] [local-style="23394497"] h1 {
        padding-top: 1em;
    }
    
  [data-predefined-style="true"] [local-style="23394473"] h1 {
    	padding-top: 1em;
    }
    
   */
   
    
/**
* Content Fixes
*/ 
    
  .page_content.clearfix h1 {
    font-family: var(--fontFamily);
    font-size: 3.5rem;
    color: var(--jayDarkOverlay);
    letter-spacing: 0rem;
  }
  
  [data-id="17195372"] .page small a.active {
    color: rgba(0, 0, 0, 0.85) !important;
    font-family: var(--fontFamily);
    padding-left: 0px;
  }
  
  h2 {
    text-align: left;
    margin-top: -.5em;
  }
  
  [grid-pad="2"] {
    width: 100%;
  }
    
  [data-id="17311785"] .content_padding {
	padding-top: 0rem !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 960px) { 
      
  [data-id="17134482"] h1 {
    width: 90%;
  }
  
  [data-id="17378887"] h1 {
    width: 90%;   
  }
  
  [data-id="17378854"] h1 {
    width: 90%;   
  }
  
  [data-id="17378827"] h1 {
    width: 90%;   
  }
  
  [data-id="17697982"] h1 {
    width: 90%;   
  }
  
  .page.container.container_width.clearfix h2 {
    font-size: .55rem;
  }
  
  [data-id="17195372"] .page small a.active {
    color: rgba(0, 0, 0, 0.85) !important;
    font-family: var(--fontFamily);
    padding-left: 0px;
  }
  
}

@media screen and (min-width: 961px) and (max-width: 3000px) { 
      
  [data-id="17134482"] h1 {
    width: 950px;   
  }
  
  [data-id="23394453"] h1 {
    width: 950px;   
  }
  
  [data-id="23394466"] h1 {
    width: 950px;   
  }
  
  [data-id="23394497"] h1 {
    width: 950px;   
  }
  
  [data-id="23394473"] h1 {
    width: 950px;   
  }
  
  [data-id="17195372"] .page small a.active {
    color: rgba(0, 0, 0, 0.85) !important;
    font-family: var(--fontFamily);
    padding-left: 0px;
  }
}  

/**
* Caption Overlay Mobile Styling
*/

@media screen and (min-width: 0px) and (max-width: 1100px) { 
  
  .image-gallery .gallery_image_caption h3 {
    line-height: 0em !important;
    letter-spacing: 0.16rem !important;
    font-size: .6rem !important;
  }
  
  .image-gallery .gallery_image_caption h4 {
    letter-spacing: 1.75px;
    line-height: 1rem !important;
    font-size: .9rem !important;
  }
  
  .image-gallery .gallery_image_caption h5 {
    letter-spacing: .5px;
    line-height: 0em !important;
    font-size: .75rem !important;
  }
}

/**
* Rollovers from Cargo Support (Disable to alter caption)
*/

.image-gallery .gallery_card > a {
  position: relative;
  
}

.image-gallery .gallery_card .gallery_image_caption {
  background: var(--jayLightOverlay);
  margin: .5rem;
  color: rgba(47, 47, 47, 1);
  align-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  font-size: 1.7rem;
  line-height: .2em;
  text-align: left;
  transition: all var(--jaySpeedFast) var(--jayBoringEase);
}

.image-gallery .gallery_image_caption span {
  margin: var(--captionMargin);
  width: 80%;
  max-width: 600px;
  display: block;
  font-style: normal;
  padding-top: 2.5em;
}

.image-gallery .gallery_card:hover .gallery_image_caption {
  opacity: 1;
  transition: all var(--jaySpeedFast) var(--jayBoringEase);
}

body.mobile .image-gallery .gallery_card:hover .gallery_image_caption {
  opacity: 0;
}

.gallery_card {
  position: relative;
}

/* disable the weird scroll transition so cards stay organized */
.gallery_card_image.scroll-transition-fade {
  transform: none !important;
}

/**
* Caption Styles
*/
.image-gallery .gallery_image_caption {
  -webkit-font-smoothing: subpixel-antialiased;
}

.image-gallery .gallery_image_caption h3 {
  font-family: var(--monoFontFamily);
  font-weight: var(--mediumFontWeight);
  letter-spacing: 1.75px;
  line-height: 0;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  color: var(--jayRed);
  font-size: 13px;
}

.image-gallery .gallery_image_caption h4 {
  margin: 0 0 10px;
  font-family: var(--fontFamily);
  font-weight: var(--normalFontWeight);
  letter-spacing: 1.75px;
  line-height: 1.2;
  font-size: 32px;
  color: var(--jayBlack); 
}

.image-gallery .gallery_image_caption h5 {
  font-family: var(--fontFamily);
  font-weight: var(--normalFontWeight);
  font-style: italic;
  letter-spacing: .5px;
  line-height: 0;
  font-size: 14px;
  color: var(--jayRed); 
}

.image-gallery .gallery_image_caption h5::after {
  margin-left: 3px;
  content: var(--jayMoreArrow, '');
  display: inline-block;
}

/**
* Caption Animation IN
*/

.image-gallery .gallery_card:hover .gallery_image_caption h3 {
  opacity: 1 !important;
  transform: none;
  transition: all 0.4s var(--jayFancyEase);
}

.image-gallery .gallery_card:hover .gallery_image_caption h4 {
  opacity: 1 !important;
  transform: none;
  transition: all 0.4s var(--jayFancyEase);
  transition-delay: 0.085s;
}

.image-gallery .gallery_card:hover .gallery_image_caption h5 {
  opacity: 1 !important;
  transform: none;
  transition: all 0.4s var(--jayFancyEase);
  transition-delay: 0.15s;
}

/**
* Caption Animation OUT
*/

.image-gallery .gallery_card .gallery_image_caption h3 {
  opacity: 0;
  transform: translate(25px, 0);
  transition: all 0.25s ease-in;  
}

.image-gallery .gallery_card .gallery_image_caption h4 {
  opacity: 0;
  transform: translate(25px, 0);
  transition: all 0.25s cubic-bezier(.78,0,1,.99);
  transition-delay: 0.01s;
}

.image-gallery .gallery_card .gallery_image_caption h5 {
  opacity: 0;
  transform: translate(25px, 0);
  transition: all 0.25s cubic-bezier(.78,0,1,.99);
  transition-delay: 0.025s; 
}

/**
* Content
*/

body {
  background-color: var(--jayWhite);
  color: var(--jayBlack);
}

a:active {
  color: var(--jayRed); 
}

.page a.active {
  color: var(--jayRed);
  opacity: 1;
  font-weight: var(--boldFontWeight);
}

/* top nav */
.pinned_top h2 {
  display: flex;
  width: 100%;
  font-family: var(--monoFontFamily);
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: .15em;
  padding: 0 7px;
}

.pinned_top a {
  padding-top: 3px;
  font-family: var(--monoFontFamily);
  font-weight: var(--mediumFontWeight);
  font-style: normal;
  border: none !important;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  gap: var(--navDotGapSize);
  position: relative;
  transition: color var(--jaySpeedFast) var(--jayBoringEase);
  transform: translateX(calc((var(--navDotSize) + var(--navDotGapSize) + var(--navDotGapSize)) * -1));
  will-change: color;
}

/* nav dot */
.pinned_top a::before {
  content: '';
  width: var(--navDotSize);
  height: var(--navDotSize);
  border-radius: var(--navDotSize);
  background-color: var(--jayRedHover);
  transition: transform var(--jaySpeedFast) var(--jayBoringEase), opacity var(--jaySpeedFast) var(--jayBoringEase);
  transform: translateX(var(--navDotSize));
  opacity: 0;
  will-change: transform, opacity;
}

/* nav underlines */
.pinned_top a::after {
  content: '';
  position: absolute;
  width: calc(100% - var(--navDotSize) - var(--navDotGapSize));
  left: calc(var(--navDotSize) + var(--navDotGapSize));
  bottom: 0;
  height: 1px;
  background-color: var(--jayRedHover);
  opacity: 0;
}

.pinned_top a.active,
.pinned_top a:hover {
  color: var(--jayRedHover);
}

.pinned_top a.active::before,
.pinned_top a:hover::before {
  transform: none;
  opacity: 1;
}

.pinned_top a.active::after,
.pinned_top a:hover::after {
  opacity: 1;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: var(--boldFontWeight);
}

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 1em;
}

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

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

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

.gallery_image_caption {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.85);
  font-family: var(--monoFontFamily);
  font-weight: var(--mediumFontWeight);
  letter-spacing: .15rem;
}


h1 span {
  color: var(--jayRed);
  font-weight: var(--normalFontWeight);
  font-style: italic;
}

bodycopy span {
  color: var(--jayRed);
  font-weight: var(--normalFontWeight);
  font-style: italic;
}

/* Span Reset
*/

/* My Name */

[data-id="17134482"] span {
  font-family: var(--fontFamily);
  font-weight: var(--normalFontWeight);
  letter-spacing: .0em;
  font-style: italic;
}

[data-id="17378887"] span {
  font-family: var(--fontFamily);
  font-weight: var(--normalFontWeight);
  letter-spacing: .0em;
  font-style: italic;
}

[data-id="17378854"] span {
  font-family: var(--fontFamily);
  font-weight: var(--normalFontWeight);
  letter-spacing: .0em;
  font-style: italic;
}

[data-id="17378827"] span {
  font-family: var(--fontFamily);
  font-weight: var(--normalFontWeight);
  letter-spacing: .0em;
  font-style: italic;
}

[data-id="17697982"] span {
  font-family: var(--fontFamily);
  font-weight: var(--normalFontWeight);
  letter-spacing: .0em;
  font-style: italic;
}

/* Not sure */

[data-id="17378887"] span {
  font-family: var(--fontFamily);
  letter-spacing: .0em;
  font-style: italic;  
}

[data-id="17378854"] span {
  font-family: var(--fontFamily);
  letter-spacing: .0em;
  font-style: italic; 
}

[data-id="17378827"] span {
  font-family: var(--fontFamily);
  letter-spacing: .0em;
  font-style: italic;  
}

[data-id="17697982"] span {
  font-family: var(--fontFamily);
  letter-spacing: .0em;
  font-style: italic;  
}



/**
* Loading Animation

*/

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

/**
* Editor styles
*/

[data-predefined-style="true"] bodycopy {
  font-size: 1.2rem;
  font-weight: var(--normalFontWeight);
  color: var(--jayDarkOverlay);
  font-family: var(--fontFamily);
  font-style: normal;
  line-height: 1.4;
  
}

[data-predefined-style="true"] bodycopy a {
  border-bottom: 1px solid var(--jayRed);
  color: var(--jayDarkOverlay);
  padding-bottom: .5px;
  text-decoration: none;
  transition: all var(--jaySpeedFast) var(--jayBoringEase);
}

[data-predefined-style="true"] bodycopy a:hover {
  color: var(--jayRedHover);
}

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: var(--fontFamily);
  font-style: normal;
  font-weight: var(--normalFontWeight);
  padding: 0;
  margin: 0;
  font-size: 3.5rem;
  line-height: 0.9;
  color: var(--jayDarkOverlay);
  letter-spacing: 0rem;
}

[data-predefined-style="true"] h1 a {
  border-bottom: 0em solid var(--jayDarkOverlay);
  color: var(--jayDarkOverlay);
}


[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3;
  font-family: var(--fontFamily);
  font-weight: var(--normalFontWeight);
  color: var(--jayDarkOverlay);
}

[data-predefined-style="true"] small a {
  border-bottom: 0em solid var(--jayDarkOverlay);
  color: var(--jayDarkOverlay);
}

/**
* 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: auto /*!content_center*/;
  margin-right: auto /*!content_center*/;
  text-align: left /*!text_left*/;  
}

[data-css-preset] body {
  background-color: #efeeea/*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
  padding-top: 3.5rem /*!main_margin*/;
  padding-bottom: 3.5rem /*!main_margin*/;
  padding-left: 3.5rem /*!main_margin*/;
  padding-right: 3.5rem /*!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: var(--jayGridPadding, 0.5rem);/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
  margin: var(--jayGridMargin, -1rem); /*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
  padding: var(--jayGridResponsivePadding, 0.775rem); /*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: var(--jayGridResponsiveMargin, -1.55rem); /*!responsive_thumbnails_padding*/; 
}

[grid-gutter="2"] {
  margin: var(--jayGridMargin, -1rem);
}

[grid-row] {
  padding: var(--jayGridPadding, 0.5rem);
}


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

.thumbnails .title {
  margin-top: 1.7rem;
  margin-bottom: .3rem;
  font-size: 1.7rem;
  color: var(--jayDarkOverlay);
  font-family: var(--fontFamily);
  font-weight: var(--normalFontWeight);
  /*  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;
  text-align: left;
}

.thumbnails .tags {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
  font-family: var(--fontFamily);
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}

.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: var(--jayDarkOverlay);
  line-height: 1;
  font-size: 28px /*!site_menu_button*/;
  padding: 6px;
  line-height: 1;
  background: rgba(33, 32, 46, 0);
  position: fixed;
  right: 21px !important; /*!site_menu_button*/;
  top: 3rem /*!site_menu_button*/;
}

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

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

#site_menu_button.active {
  display: none;
}

/**
* Site Menu
*/

#site_menu {
  font-family: var(--fontFamily);
/*  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: var(--normalFontWeight);
  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: var(--jayLightOverlay);
}

#site_menu .set-link > a {
  color: var(--jayLightOverlay);
  font-weight: var(--boldFontWeight);
}

#site_menu a:active {
  opacity: .7;
  color: var(--jayDarkOverlay);
}

#site_menu a.active {
  opacity: .4;
  color: var(--jayDarkOverlay);
}

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

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

#site_menu .break {
  height: 28px;
}

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

/*
* Image Zoom
*/

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

/** 
* 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: var(--jayWhite);
  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: var(--jayWhite);
  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-bottom: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:last-child .page {
  border-bottom: 0;
}

/* Thumbnail Hover, but it doesnt work */

.thumbnails .thumbnail > a {
  position: relative;
}

.thumbnails .thumbnail .title {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.5rem 1.2rem 0.7rem 1.2rem;
  margin: 0rem;
  color: var(--jayWhite);
  align-content: center;
  display: flex;
  position: absolute;
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  z-index: 9;
  opacity: 0;
}

.thumbnails .title span {
  margin: auto;
  display: inline-block;
}

.thumbnails .thumbnail:hover .title {
  opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
  opacity: 0;
}

/* copyright */
[data-id="17170110"] h2 {
  font-weight: var(--normalFontWeight);
  letter-spacing: 1.75px;  
  font-size: 13px;
}

.project-nav a {
  border-bottom: 1px solid var(--jayRed);
  font-weight: var(--boldFontWeight);
  font-style: italic;
  color: var(--jayRed) !important;
}


.project-nav a[rel="prev_page"]::before {
  content: var(--jayPrevArrow);
}

.project-nav a[rel="next_page"]::after {
  content: var(--jayNextArrow);
}


.project-nav a:hover {
  color: var(--jayRedHover) !important;
  border-bottom: 1px solid var(--jayRedHover);
}

a.muy-importante {
  color: var(--jayBlack);
}

a.muy-importante:hover {
  color: var(--jayRed);
}

a.email {
  border-bottom: 1px solid var(--jayRed);
  font-weight: var(--boldFontWeight);
  font-style: italic;
  font-size: 1em;
  color: var(--jayRed) !important;
}


/* nav */
.nav h2 {
  /* gap: var(--spacingBetweenTopNavItems); */
  margin: calc(-1 * var(--spacingBetweenTopNavItems)) 0 0 calc(-1 * var(--spacingBetweenTopNavItems));
}

.nav h2 > * {
  margin: var(--spacingBetweenTopNavItems) 0 0 var(--spacingBetweenTopNavItems);  
}

.about-nav h2 {
  align-content: flex-end;
  flex-direction: row-reverse;
  width: calc(100% + var(--spacingBetweenTopNavItems));
}

.about-nav h2 a:nth-child(1) { order: 6; }
.about-nav h2 a:nth-child(2) { order: 5; }
.about-nav h2 a:nth-child(3) { order: 4; }
.about-nav h2 a:nth-child(4) { order: 3; }
.about-nav h2 a:nth-child(5) { order: 2; }
.about-nav h2 a:nth-child(6) { order: 1; }

.nav-icon {
  width: 16px;
  height: 16px;
}

.nav-icon::before,
.nav-icon::after {
  display: none !important;
}

.nav-icon > svg {
  display: block;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  transition: all var(--jaySpeedFast) var(--jayBoringEase);
  shape-rendering: auto;
}

.nav-icon > svg path {
  fill: var(--jayBlack);
}

.nav-icon:hover > svg path {
  fill: url(#0);
}


/* mobile menu */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-content: center;
  overflow: hidden;
  justify-content: left;
  padding: 0 var(--mobileNavPadding) 175px;
}

.mobile-nav__nav {
  margin: 0 !important;  
}

/* the container w/ all the links */
.mobile-nav__nav > div {
  display: grid;
  gap: 10px;
}

.mobile-nav__nav > div a {
  display: flex;
  align-items: center;
  font-size: 45px;
  border-bottom: none !important;
  padding: 0;
  color: var(--jayWhite);
}

.mobile-nav__nav > div a:hover,
.mobile-nav__nav > div a.active {
  color: var(--jayBlack);
  font-weight: var(--normalFontWeight) !important;
}

.mobile-nav__nav > div a::before {
  content: '';
  width: calc(var(--mobileNavDotSize) * 1.5);
  height: calc(var(--mobileNavDotSize) * 1.5);
  border-radius: var(--mobileNavDotSize);
  background-color: var(--jayBlack);
  transition: transform var(--jaySpeedFast) var(--jayBoringEase), opacity var(--jaySpeedFast) var(--jayBoringEase);
  transform: translateX(var(--mobileNavDotSize));
  opacity: 0;
  will-change: transform, opacity;
}

.mobile-nav__nav > div a:hover::before,
.mobile-nav__nav > div a.active::before {
  opacity: 1;
  transform: translateX(calc(var(--mobileNavDotSize) * -1));
}

.mobile-nav__close {
  position: fixed;
  top: 2.3rem;
  right: 3rem;
  width: 22px;
  height: 22px;
  margin: 0 -6px;
  cursor: pointer;
}

.mobile-nav__close::before,
.mobile-nav__close::after {
  --rotation: 45deg;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--jayWhite);
  transform: rotate(var(--rotation));
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-nav__close::after {
  --rotation: -45deg;
}

.mobile .mobile-nav__footer[grid-pad="2"] {
  margin: 0 !important;
  position: absolute;
  bottom: 1rem;
  padding: 0 calc(var(--mobileNavPadding) + 16px) !important;
}

.mobile-nav__footer h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--monoFontFamily);
  font-weight: var(--mediumFontWeight);
  font-size: 13px;
  letter-spacing: 1.75px;
  line-height: 1.8;
}

.mobile-nav__footer p {
  font-weight: var(--normalFontWeight);
  font-family: var(--fontFamily);
  font-style: normal;  
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: .25px;
}

.mobile-nav__footer a {
  font-weight: var(--boldFontWeight);
  font-style: italic;
  color: var(--jayWhite) !important;
}

/* mobile margins */
.mobile [grid-gutter="1"],
.mobile [grid-gutter="2"],
.mobile [grid-gutter="3"],
.mobile [grid-gutter="4"],
.mobile [grid-pad="1"],
.mobile [grid-pad="2"],
.mobile [grid-page="3"],
.mobile [grid-pad="4"] {
  margin: 0!important;
  padding: 0 !important;
}

.mobile [grid-col] {
  padding: 7.5px 0 !important;
}

/* Space under Label Problem */
.mobile .content_padding {
  /*padding: 0px 15px 0px !important;*/
    padding: 15px !important;
}

@media (min-width: 770px) and (max-width:950px) {
  #bottom h1 {
    font-size: 34px !important;
  }
}

.copyright h2 {
  font-family: var(--monoFontFamily);
  font-weight: var(--mediumFontWeight);
}

/* credits */
div[grid-col="x9"] h2 {
  margin-bottom: 0;
  font-family: var(--monoFontFamily);
  font-weight: var(--mediumFontWeight);
}

/* project year */
div[grid-col="2"][grid-pad="2"] {
  /*padding: calc(-1px + 0.25rem) 1rem 0.25rem;*/
  font-family: var(--monoFontFamily);
  font-weight: var(--mediumFontWeight);
  line-height: 1.5px;
  letter-spacing: 1.75px;
}

div[grid-col="2"][grid-pad="2"] h2 {
	margin-top: 0px;
    line-height: 25px;
}

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