/**		
 * Content		
 */



.smaller {
  font-size: 1.5rem;
}

.categories {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.category {
	border: 2px dotted white;
    border-radius: 40px;
    text-align: center;
    margin: 6rem 30px;
    flex-basis: 25%;
}

.category:hover {
	background-color: rgba(255, 255, 255, 0.51);
	border: 2px dotted #000;

}

.category a {
	color: white !important;
}

.category a:hover {
	color: #000 !important;
}

.category span:hover {
	color: #000 !important;
}

@media only screen and (max-width: 700px) {
	.category {
  margin: 0 1rem 2rem 1rem;
  max-width: 90%;
  }
    .categories {
	flex-direction: column;
    align-content: center;
}
}

@font-face {
  font-family: "Le Murmure";
  src: url(https://files.cargocollective.com/c92956/LeMurmure-Regular.woff2);
}

.blink {
    animation: 1s infinite blink;
    display: inline-block;
}

@keyframes blink {
    0%, 25% {
        opacity: 0;
    }
    26%, 100% {
        opacity: 1;
    }
}

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

a:hover {
	cursor: crosshair;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: rgba(0, 0, 0, 0.85);
}

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 2rem;
}

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

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

.content img {
	float: none;
	margin-bottom: 0.5rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 1.2em;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	line-height: 1.4;
    text-align: left;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	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: "Le Murmure", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0 -1.0rem;
	font-size: 25vmin;
	line-height: 1.1;
	color: rgba(0, 0, 0, 1);
	    letter-spacing: -0.5rem;
}

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

[data-predefined-style="true"] h2 {
	font-family: "Le Murmure", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 4.9rem;
	line-height: 1.2;
	    line-height: 1.1;
    text-transform: uppercase;
    
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 2.3rem;
	line-height: 1.4;
	font-family: Sélavy, Icons;
	font-style: normal;
	color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.01em;
	font-weight: 800;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
	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: transparent/*!body_bgcolor*/;
}

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

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


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

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

/**
 * 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: .8rem;
    margin-bottom: .2rem;
    font-size: 1.5rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	line-height: 1.3;
}

.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: 34px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 3rem /*!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: 16px;
	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);
    text-transform: uppercase;
    font-family: Le Murmure;
    font-size: 2rem;
}

#site_menu .set-link > a {
		color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    font-family: Le Murmure;
    font-size: 2rem;
}

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

#shop_button.text {
    font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-size: 2.4rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#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: "Neue Haas Grotesk", Icons;
	font-size: 2.4rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 500;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", 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 1rem;
	font-style: normal;
	font-weight: 500;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", 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;
	font-style: normal;
	font-weight: 500;
}

/**
 * Image Zoom
 */

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

/**
 * Quick View
 */

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

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


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

.quick-view-caption {
    font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    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;
	font-style: normal;
	font-weight: 400;
}

.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: 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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * 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: 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: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    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;
}

.work-grid {
	display: flex;
    column-gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 8px;
}

.hover-title {
    pointer-events: auto;
    cursor: crosshair;
    font-family: 'space mono' !important;
    font-weight: 700;
    text-align: center;
}

.title-block {
    aspect-ratio: 1/1;
    flex-basis: 30%;
    background: #e6b4b5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .5px solid white;
    overflow: hidden;
    flex-wrap: wrap;
    cursor: crosshair !important;
}

.title-block:hover {
 cursor: crosshair !important;
}

.stargazing {
  background:url('https://freight.cargo.site/t/original/i/2c218603a2625e89fa51c500822748b4fd7daadd6fa6596eed32811fa275c7d3/stargazing_logo_short.gif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: crosshair !important;
}

.aasb {
  background: url('https://freight.cargo.site/t/original/i/b33e54d472cac1124d6dfda00094b0b6b128e1f6ab36c58f88125ba19c24e5cf/as-above-so-below.JPG');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}

.rgr {
  background: url('https://freight.cargo.site/t/original/i/d59bdf35c210a65c811ec61f0d4807caac098686884470d6102bdbd93133f502/rgr_block.jpg');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}

.rambers {
  background: url('https://freight.cargo.site/t/original/i/b73fbd6324cea5155ecb4654f9663d9f48919cf464570387ccf5490873130ed3/ramblers_block.jpg');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}

.ramble-responsibly {
  background: url('https://freight.cargo.site/t/original/i/d6b53e52e151df5d296577b56de96a436b31c80f9c4c3d6c6e88221c3a56100b/ramblers-billboard.png');
  background-size: cover;
  background-position: right;
  cursor: crosshair !important;
  border: none;
}

.ramblers-commercial {
  background: url('https://freight.cargo.site/t/original/i/6ff6e62a688a4c392a861ffc3b67a90a1df234928c80ed66cfa3ad173165635d/Screen-Shot-2022-08-05-at-1.48.52-PM.png');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;

}

.bryce {
  background: url('https://freight.cargo.site/t/original/i/b33e54d472cac1124d6dfda00094b0b6b128e1f6ab36c58f88125ba19c24e5cf/as-above-so-below.JPG');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
}

.motion {
  background: url('https://freight.cargo.site/t/original/i/b8accefc4b193db9fc8f1a1568a5a3a7410c65575be87dd77db7ea53713f169b/not-so-still-life.gif');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}

.logos {
  background: url('https://freight.cargo.site/t/original/i/b4e4d7018698d6c17acc20deb51a00652734279dd2f54542abefd1062ed03583/logo-Thumbnail.png');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}

.workfromhere {
  background: url('https://freight.cargo.site/t/original/i/d9f77600d8c8e70c5620b556624b527f264ebfd2242b95b31746f7dd4659ca4a/Artboard-5-copy-2.png');
  background-size: cover;
  background-position: top;
  cursor: crosshair !important;
  border: none;
}

.gorgeous {
  background: url('https://freight.cargo.site/t/original/i/1cc5db7325bc18bfd869e58a11f3388b5b6db730561d6a47c0672532c63795b9/coasters-mockup.png');
  background-size: cover;
  background-position: 75% 95%;
  cursor: crosshair !important;
  border: none;
}

.rugged-skies {
  background: url('https://freight.cargo.site/t/original/i/999794790246a00d79affa9dcd78ad5a17fc7175f93d4d9f059546d4026d8148/rs-block3x.png');
  background-size: 300%;
  background-position: 51% 25%;
  cursor: crosshair !important;
  border: none;
}

.rgr-web {
  background: url('https://freight.cargo.site/t/original/i/cfad6cd4ce053e9814ad1644949aa8c2744aa54f9ad64b9dc52c0ac00d527002/rgr_web.png');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}
.bryce-web {
  background: url('https://freight.cargo.site/t/original/i/612352a538c12fd26ca469a812aed289a57500f54de5a37ca1af6ca4fbd70c28/bryce_web.png');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}
.tarantula-web {
  background: url('https://freight.cargo.site/t/original/i/b615c19a868002ac6e4e0fa7a430f9331e8f7a358d5fed724b920232c5e04731/tarantula_web.png');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}
.explore-web {
  background: url('https://freight.cargo.site/t/original/i/1eeb62a377229bec98e38b7c4591125966387f6acb0d761ae7f3b89932cdf832/explore_web.png');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}
.ramblers-web {
  background: url('https://freight.cargo.site/t/original/i/b8d32504fe81eea7e349e15f9519159bb49e26ffa1dd4614c8fda35db5d7cf1a/ramblers_web.png');
  background-size: cover;
  background-position: center;
  cursor: crosshair !important;
  border: none;
}

.work-grid .title-block:hover a {
    cursor: crosshair;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.work-grid .title-block a {
    opacity: 0;
    font-family: "work Sans";
    font-size: 1.25rem;
    color: white;
    font-weight: 400;

}

[data-page-id="26514373"] #site_menu_button, 
[data-page-id="26515774"] #site_menu_button, 
[data-page-id="26515257"] #site_menu_button,
[data-page-id="26516744"] #site_menu_button,
[data-page-id="26548365"] #site_menu_button,
[data-page-id="27049482"] #site_menu_button,
[data-page-id="27945159"] #site_menu_button,
[data-page-id="27659807"] #site_menu_button,
[data-page-id="26516744"] #site_menu_button,
[data-page-id="26516744"] #site_menu_button,
[data-page-id="27658049"] #site_menu_button,
[data-page-id="28281209"] #site_menu_button,
[data-page-id="28165478"] #site_menu_button,
[data-page-id="28164173"] #site_menu_button,
[data-page-id="23799010"] #site_menu_button,
[data-page-id="27659805"] #site_menu_button,
[data-page-id="28415523"] #site_menu_button,
[data-page-id="28651543"] #site_menu_button,
[data-page-id="28760167"] #site_menu_button,
[data-page-id="28760167"] .blink,
[data-page-id="28651543"] .blink,
[data-page-id="28415523"] .blink,
[data-page-id="27659805"] .blink,
[data-page-id="1521634"] .blink,
[data-page-id="26514373"] .blink, 
[data-page-id="26515774"] .blink, 
[data-page-id="26515257"] .blink,
[data-page-id="26516744"] .blink,
[data-page-id="26548365"] .blink,
[data-page-id="27049482"] .blink,
[data-page-id="27366920"] .blink,
[data-page-id="26465908"] .blink,
[data-page-id="27656168"] .blink,
[data-page-id="27656183"] .blink, 
[data-page-id="27658200"] .blink,
[data-page-id="27656176"] .blink, 
[data-page-id="27658049"] .blink,
[data-page-id="27659807"] .blink,
[data-page-id="26465907"] .blink,
[data-page-id="27945159"] .blink,
[data-page-id="28164173"] .blink,
[data-page-id="23799010"] .blink,
[data-page-id="28164459"] .blink, 
[data-page-id="28165478"] .blink,
[data-page-id="28281209"] .blink,
[data-page-id="32814628"] .blink,
[data-page-id="32814589"] .blink,
[data-page-id="32814671"] .blink { 
	display: none !important;
}


h1 {
	font-family: "Le Murmure" !important;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0 -1.0rem;
	font-size: 15vmin;
	line-height: 1.1;
	color: rgba(0, 0, 0, 1);
	    letter-spacing: -0.5rem;
}



/*** PRODUCT DESIGN ***/

.product{
	font-family:'Le Murmure', sans-serif;
}

/*** FRONT END ***/

.tarantula {
    background: url('https://freight.cargo.site/t/original/i/6fd9a257ebf53f48cf1fb278c294dc7b40f0ce27935f25e7712f64d5312b712c/lajunta-mobile.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: crosshair !important;
    border: none;
    margin: 1rem auto;
   /* -webkit-box-shadow: inset 0 0 28px 30px #40dba3;
  	box-shadow: inset 0 0 28px 30px #40dba3; */
  }

.tarantula:hover {
	content:'Tarantula Trek';
    font-size: 1.25rem;
    color: white;
    box-sizing: border-box;
    top: 100%;
    font-family: "Work Sans";
    font-weight: 400;
        margin: 1rem auto;
}

.ramblers-frontend {
	background: url('https://freight.cargo.site/t/original/i/e35ebc2b2e4a2991f385e649bba4e28ea663cca2adef360147905808ccc00af7/ramblers.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: crosshair !important;
    border: none;
    margin: 1rem auto;
   /* -webkit-box-shadow: inset 0 0 28px 30px #40dba3;
 	 box-shadow: inset 0 0 28px 30px #40dba3; */
}
.ramblers-frontend:hover {
	content:'Ramblers Utah';
    font-size: 1.25rem;
    color: white;
    box-sizing: border-box;
    top: 100%;
    font-family: "Work Sans";
    font-weight: 400;
        margin: 1rem auto;

}

.tekmetric {
  background: url('https://freight.cargo.site/t/original/i/c2e6b8ba003030f9f8e9ff0e07df2ace060acffe0a64e04be6f53d4c068b6631/tekmetric-cover.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: crosshair !important;
  border: none;  
}


.rgr-frontend {
  background: url('https://freight.cargo.site/t/original/i/424b1d19abd09a294014d374981503d9dc9999f75fe18fe3dd4933b5785f2d0c/rgr.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: crosshair !important;
  border: none;
    margin: 1rem auto;
  /*-webkit-box-shadow: inset 0 0 28px 30px #40dba3;
  box-shadow: inset 0 0 28px 30px #40dba3; */
}

.rgr-frontend:hover {
	content:'Royal Gorge Region';
    font-size: 1.25rem;
    color: white;
    box-sizing: border-box;
    top: 100%;
    font-family: "Work Sans";
    font-weight: 400;
        margin: 1rem auto;

}


.bryce {
  background: url('https://freight.cargo.site/t/original/i/7bccfe806f0aa4452acfc2b076592d5e371735882d78942f3a6918af290b415a/bryce.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: crosshair !important;
  border: none;
    margin: 1rem auto;
  /*-webkit-box-shadow: inset 0 0 28px 30px #40dba3;
   box-shadow: inset 0 0 28px 30px #40dba3;*/
}

.bryce:hover {
	content:'Bryce Canyon Country';
    font-size: 1.25rem;
    color: white;
    box-sizing: border-box;
    top: 100%;
    font-family: "Work Sans";
    font-weight: 400;
    margin: 1rem auto;
}

.stargazing-app {
  background: url('https://freight.cargo.site/t/original/i/6c00d2a28af7f8a4ccbed90c182b6e8ce8b86a3ee457e6b490d38babd2f5a40a/stargazing.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: crosshair !important;
  border: none;  
  margin: 1rem auto;
  /*-webkit-box-shadow: inset 0 0 28px 30px #40dba3;
   box-shadow: inset 0 0 28px 30px #40dba3;*/
}

.stargazing-app:hover {
	content:'Colorado Stargazing';
    font-size: 1.25rem;
    color: white;
    box-sizing: border-box;
    top: 100%;
    font-family: "Work Sans";
    font-weight: 400;
    margin: 1rem auto;
}

.explore-app {
	background: url('https://freight.cargo.site/t/original/i/aa07168da6cc6bab0287a590a2f0163fe79df4113eeca756992098819d3faded/explore.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  	cursor: crosshair !important;
  	border: none;  
 	margin: 1rem auto;
}

/*.explore-app:hover {
	content:'Case Study: Explore App Concept';
    font-size: 1.25rem;
    color: white;
    box-sizing: border-box;
    top: 100%;
    font-family: "Work Sans";
    font-weight: 400;
    margin: 1rem auto;
}*/

.banners {
  background: url('https://freight.cargo.site/t/original/i/684b9293cbdfcdf2198daea5798f7c51a63cf557c7b76ae3552d7f4f5de2db30/flash-its-friday.gif');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: crosshair !important;
  border: none;  
}
.backyard {
  background: url('https://freight.cargo.site/t/original/i/33c10164d9bc453b3b8c3039a4f694fdbbdaca73ae790737d93213a4010de364/social-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: crosshair !important;
  border: none;  
}



.work-grid a {
	display: block;
    min-height: 250px;
    opacity: 1 ;
    width: 100%;
    height: 100%;
}

.work-grid a:hover {
	cursor: crosshair !important;
    
}

.work-grid div {
	min-height: 250px;
}

.work-grid:not(.products) {
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	margin-bottom: 3rem;
}

.brand-work {
    margin: 3rem auto;
}

.product {
	min-width: 250px;
}

.products {
	grid-gap: 3rem;
    margin: 6rem;

}

.product-design {
	background-color:rgba(220, 191, 61, 1);
    margin: 50vh auto;
    height: 100%;
    padding: 10rem 0 !important;
	grid-template-columns: repeat(3, minmax(250px, fr));
}


[data-page-id="27656182"] .content_padding {
	padding: 0 !important;
}

[data-page-id="27656182"] .content_padding h1,  [data-page-id="27656182"] .content_padding small{
	padding: 2rem !important;
}

.frontend {
	margin: 0 auto;
}