/*
 * Fonts
 */
@font-face {
    font-family: 'Chicago';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1279624/CHICAGO.TTF') format('woff');
}


@font-face {
	font-family: 'Ticketing';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1279624/Ticketing.ttf');
}



/*
 * Testing
 */



.flip-jobtitle {
	background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #ffffff;
    perspective: 1000px;
}

.flip-jobtitle-inner {
	position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.8s;
    transform-style: preserve-3d;
    
}

.flip-jobtitle:hover .flip-jobtitle-inner {
	transform: rotateX(180deg);
}

.flip-jobtitle-1, .flip-jobtitle-2 {
	position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-jobtitle-1 {
	background-color: blue;
    color: red;
}
.flip-jobtitle-2{
	background-color: pink;
    color: green;
    transform: rotateX(180deg);
}

.fliptext_fox {
	opacity: 0%;
    position: absolute;
    
}
.fliptext_fox:nth-of-type(1) {
	animation-duration: 9s;
    animation-name: animate-fliptext;
    animation-iteration-count: infinite;
}
.fliptext_fox:nth-of-type(2) {
	animation-duration: 3s;
    animation-delay: 3s;
    animation-name: animate-fliptext;
}
.fliptext_fox:nth-of-type(3) {
	animation-duration: 3s;
    animation-delay: 5s;
    animation-name: animate-fliptext-last;
    animation-fill-mode: forwards;
}

@keyframes animate-fliptext {
	33% {
  		opacity: 0;
  }
    34%,66% {
		opacity: 1;
}
    67% {
		opacity: 0;
}
}
@keyframes animate-fliptext-last {
	0% {
  		opacity: 0;
  }
    50%,100% {
		opacity: 1;
}
}

.slides {
  display: flex;
    flex-direction: column;
  overflow-x: auto;
  scroll-snap-type: y mandatory; 
  height: 100vh;
    width: 100%;
    z-index: -100;
    opacity: 100%;
}
.slides > div {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  scroll-snap-align: start;
  scroll-behavior: auto;
  background: #54a76a;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
#slide1 {
	background: #9aaddd;
}
#slidecontent {
	position:fixed;
}
#slide2 {
	background-image: url("https://freight.cargo.site/t/original/i/88b18a4fbc40a57fc7182d5e88b72acc13c7ed4d630cdef670e9a7df872ebd42/Ermol-Sheppard-1-24-22-C41-00001870-000018700016.jpg");
}
#slide3 {
	background: red;
}
#slideone {
	
}
#scrollertester {
	 height: 300px;
  overflow-y: scroll;
}
.h-scroll {
  width: 45vw;
  height: 300vh;
  overflow-y: auto;
  overflow-x: hidden;
  transform-origin: right top;
  transform:rotate(-90deg) translateY(-105vw);
    background-color: red;
}

.h-scroll > div {
  width: auto;
  height: 45vh;
  transform: rotate(90deg) translateX(100vh);
  transform-origin: right top;
}

.h-scroll img {
	padding: auto auto;
    height: 45vh;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.h-scroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.h-scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


/* Hide scrollbar for Chrome, Safari and Opera */
.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrolling-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.scrolling-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

  .card {
    display: inline-block;
    width: 100px;
      height: 100px;
      margin: 2vh;
      background-color: yellow;
     justify-content: center;
      align-items: center;
      padding: 2vh 0vh;
  }
.scrollwrapper {
	max-height: 1px;
    margin-top: -5vh;
}
.horizontal-scroll-wrapper {
  width: 100vh;
  height: 356vh;
  overflow-y: auto;
  overflow-x: hidden;
    transform: rotate(-90deg) translateY(-134vh);
  transform-origin: right top;
  padding: 100vh 0vh;
    margin: 0vh 0;
}
.horizontal-scroll-wrapper > div {
  width: 100vh;
  height: 100vh;
  margin: 0vh 0vw;
  padding: auto auto;
    background-color: none;
  transform: rotate(90deg);
  transform-origin: right top;
}
.horizontal-scroll-wrapper > div img {
  position: relative;
    top: 50%;
  transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.horizontal-scroll-wrapper > div:first-of-type {
	background-color: none;
  	text-align: center;
    padding-top: 50%; 
}
.hscrollwrap {
   width: 100vh;
  height: 356vh;
  overflow-y: auto;
  overflow-x: hidden;
    transform: rotate(-90deg) translateY(-206vh);
  transform-origin: right top;
  padding: 100vh 0vh;
    margin: 0vh 0;
}
.hscrollwrap > img {
  transform: rotate(90deg);
    width: 305px;
    height: 400px;
    transform-origin: right top;
    margin-right: 341px;
    object-fit: contain; 
}

imgwrap > img {
	  transform: rotate(90deg);
		  width: 305px;
    height: 400px;
    transform-origin: 20% 40%;
    object-fit: contain;

}
.hscrollwrap > div {
  transform: rotate(90deg);
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.animate {
    position: relative;
    margin: 15px 20px;
    display: inline-block;
    animation-duration: 0.1s;
    animation-delay: 0.2s;
    animation-name: animate-appear;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
}
.animate img {
	 height: auto;
  	 width: 100%;
}

@keyframes animate-appear {
	0% {
  		opacity: 0;
  }
    100% {
		opacity: 1;
}
}

.delay-1 {
    background: #ffe3da;
	animation-delay: 0.8s;
}
.delay-2 {
    background: #bee4aa;
	animation-delay: 1.2s;
    top: 143px;
    right: 560px;
}
.delay-3 {
    background: #fc4a2a;
	animation-delay: 1.6s;
    top: -138px;
    right: -321px;
}
.delay-4 {
    background: #fc4a2a;
	animation-delay: 2.0s;
    top: -300px;
    right: 106px;
}
.delay-5 {
    background: #fc4a2a;
	animation-delay: 2.4s;
    top: -363px;
    right: 331px;
}


#hovertesterbtn {
	color:blue;
}
#hovertesterbtn:hover {
	width: 60%;
    color: red;
}

/*
 * Content
 */


#demobox {
  margin-bottom: 0px; 
  position: fixed;
  bottom: 0px;
  font-size: 19px;
    padding: 28px 10px 0px 10px;
   left: 45vw;
}
.mobile #demobox {
	display: none;
}
#div1, #div2 {
  float: left;
  width: 100px;
  height: 35px;
  margin: 10px;
  padding: 10px;
  border: 1px solid red;
}
.dock {
  left: 50%;
}

.dock > a {
    padding: -11px 0px 14px 7px;
}



.dock a:hover {
    opacity: 0.7;

}



.docklink:hover {
	background-color: transparent;
}

.docklink:hover > caption {
	color: red;
}

.flex-container {
	  display: flex;
  background-color: #ababab;
    justify-content: left;
    border-bottom: 3px solid;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    -webkit-transform: translateZ(0);
    width: 100%;
    top: 0px;
    z-index: 10;

}

.mobile .flex-container { 
	position: sticky;
    display: none;
}

.flex-container > div {
	background-color: #ababab;
    margin: 0px;
    margin-top: 19px;
    margin-right: 10px;
  padding: 2px;
  font-size: 15px;
}

.flex-container > a {
	background-color: #ababab;
    margin-top: 0px;
  padding: 0px;
    margin-left: 32px;
}

#homelink a{
	position: fixed;
    top: 12px;
    left: 19px; 
}

.apptitle {
  background-color: #ababab;
  color: black;
  padding: 0px;
    margin-top: -9px;
    margin-left: -41px;
  font-size: 21px;
  border: none;
  position: inherit;
  font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	font-weight: 300;
}

.nonoption {
	color: #aaa;
    opacity: .7;
}
    
.nonoption:hover {
	cursor: crosshair;
}

.submenu:hover .submenu-content {
	display: block;
    color: green;
}

.submenu-content{  
	display: none;
    position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	font-style: normal;
	font-weight: 400;
    left: 200px;
    top: 66px;
   
}

.dropbtn {
  background-color: #ababab;
  color: black;
  padding: 1px;
  margin-top: -9px;
  font-size: 20px;
  font-family: "Monument Grotesk Mono", Icons;
    font-style: normal;
    font-weight: 500;
  border: none;
  left: inherit;
  right: inherit;
}

.dropdown {
  position: relative;
  display: inline-block;
  left: 45px;
  margin-left: -3px;
  margin-right: -9px;
}

.dropdown-content {
  display: none;
    position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	font-style: normal;
	font-weight: 400;
}

.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	font-weight: 400;
}

.dropdown-content a:hover {background-color: rgba(34, 120, 232, 0.97); color: white;}

.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .submenu-content {
	color: green;
}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
.dropdown:hover .apptitle {background-color: #3e8e41;}



a:active {
	opacity: 0.7;
}

.page #desktop_gallery {
	max-width: 90%;
}

.desktopmobile {
	display: none;
}
.mobile .desktopmobile {
	display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    
}
.desktopmobile a {
	
    padding: 10px 0;
}


.infolink {
	font-size: 2.4rem;
    text-decoration: underline;
}
#infolinkpic {
	position: fixed;
    top: 1;
    left: 1;
   
}
.mobile #infolinkpic {
	top: 0;
    left: 0;
    position: absolute;
}

.mobile .infolink {
	
font-size: 10rem;

}

.vl {
	height: 500px;
    border-left: 2px solid white;
    background-color: none;
    left: 49.5%;
    position: relative;
    margin-top: 0%;
    margin-bottom: -42%;
}

.header_text {
    position: relative;
    left: 0vh;
	margin: 5vh 0 5vh 5vw;
    text-align: left;
    font-size: 2.3rem;
}
.mobile .header_text {
	font-size: 8rem;
    max-width: 80%;
}

/***fotobabymag***/

.magazine-container {
	display: flex;
    flex-direction: row;
    background-color: white;
    position: relative;
    left: -40%;
    margin-top: -5%;
    padding: 0% 0;    
}
.mobile .magazine-container {
	background-color: white;
}
.index-container {
	background-color: #000000;
    min-width: 40%;
    position: fixed;
    height: 100%;
    left: -10px;
    z-index: 2;
   }
.mobile .index-container {
	position: fixed;
    width: 100%;
    bottom: 0%;
    height: 20%;
  	background-color: white;
}
#magazine-nav {
	max-width: 60%;
    text-align: center;
    margin: auto;
    padding: 25% 0 0 0;
    font-size: 2.1rem;
    z-index: 2;
}
.mobile #magazine-nav {
	padding: 0% 0%;
    display: flex;
    flex-direction: column;
    font-size: 6rem;
    width: 100vh;
    position: fixed;
    background-color: white;
    line-height: 1rem;
    justify-content: center;
}
.mobile #magazine-nav a {
	padding: 0 18%;
        color: red;


    
    
}
#magazine-nav a:hover {
	color: #18a39e;
}
#magazine-nav a:active {
	color: orange;
}
.fotobabywrap {
	max-height: 100vh;
    max-width: 100%;
    margin-top: 0vh;
    top: 0px;
    left: 40%;
    position: relative;
    background-color: none;
}
#fotobaby {
    transform: rotate(-90deg) TranslateY(-51.2%);
    transform-origin: right top;
	overflow-y: auto;
    overflow-x: hidden;
    height: 154vw;
    max-width: 100%;
    align-content: center;
    align-items: center;
    padding-top: 100%;
    padding-right: 0%;
    margin-left: 8%;
    margin-top: -0.2%;
	scroll-behavior: smooth;
    z-index: 1;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#fotobaby::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#fotobaby {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.mobile #fotobaby {
	    padding-top: 320%;
    margin: 20% 0 0 0;
    transform: rotate(-90deg) TranslateY(-85.1%);
        height: 170vw;

}
#fotobaby_auto {
	display: flex;
    flex-direction: row;
    overflow-x: auto;
    position: relative;
    max-height: 80vh;
    right: 0;   
    scroll-behavior: smooth;
}
.mobile #fotobaby_auto {
	background-color: none;
    position: relative;
    height: 70vh;
    margin: 0vh 0;
}
#fotobaby_auto img {
	max-width: 1500px;
    max-height: 700px;
}
#fotobaby-wrap {
max-height: 100vh;
    max-width: 100%;
    margin-top: 0vh;
    top: 0px;
    left: 0%;
    position: relative;
    background-color: none;	
}
#fotobaby-about-page {
background-color: white;
    color: black;
    min-width: 100%;
    min-height: 100%;
	position: fixed;
    left: 0%;
    top: 0%;
    text-align: center;
    padding: 12.5% 0%;
    display: none;
    z-index: 1;
    font-size: 2rem;
}
.mobile #fotobaby-about-page {
	font-size: 10.0rem;
    padding: 20% 20%;
}
#fotobaby-index-page {
background-color: white;
    color: black;
    min-width: 100%;
    min-height: 100%;
	position: fixed;
    left: 0%;
    top: 0%;
    text-align: left;
    padding: 9.7% 0% 12.5% 12%;
    display: none;
    z-index: 1;
    font-size: 1.6rem;
    line-height: 5rem;
}
.fotobabybtn:hover {
	color: gray;
}
#arrow-container {
  display: flex;
    position: fixed;
    top: 10%;
    z-index: 3;
  justify-content: space-between;
    margin: 0 auto;
    padding: 0 10%;
    width: 100%;
    font-size: 2rem;
    color: black;
   padding-bottom: 3%;
}

.mobile #arrow-container {
	font-size: 5.5em;
    width: 80%;
    margin: -20% auto;
    position: relative;
    align-items: center;
    bottom: -65vh;
    display: flex;
    right: -10vw;
    line-height: 7.0rem;
}
.mobile #arrow-container .left {
	display: none;
    bottom: 10%;
    left: 20%;
    position: fixed;
    font-size: 3em;
}
.mobile #arrow-container .right {
	display: none;
    bottom: 10%;
    right: 20%;
    position: fixed;
        font-size: 3em;
}

#fotobaby_auto > div {
    object-fit: fill;
    max-width: 973px;
    height: auto;
   	
}

#fotobaby > div {
	 min-width: 100%;
  height: 167vh;
  margin: 30vh 0vw;
  padding: 10% auto;
    background-color: none;
	 transform: rotate(90deg);
  transform-origin: right top;
}
.fotobaby > imfffg {
 	 width: 132vh;
  height: 137vh;
  margin: 0vh 0vw;
  padding: auto auto;
    background-color: none;
  transform: rotate(90deg);
  transform-origin: right top;
}
#firstpagebtn {
	position: relative;
    top: 25%;
    right: 75%;
    z-index: 3;
    color: black;
}
#firstpagebtn a {
	color: black;
}
#magazine-about-page {
	background-color: white;
    color: black;
    min-width: 100%;
    height: 100%;
	position: fixed;
    left: 0%;
    text-align: left;
    padding: 20% 0% 0vw 50%;
    display: none;
    z-index: 1;
    font-size: 2rem;
}


.fotobaby_rotate_container {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    height: 100vh;
    width: auto;
    overflow: auto;
}
.fotobaby_rotate_content img {
        transform: rotate(90deg);
    transform-origin: center center;
    overflow: auto;
}









/***fotobabymag_end***/
/*** more content ***/
.mobile #miinu_desktop {
	display: none;
}
#miinu_mobile {
	display: none;
}
.mobile #miinu_mobile {
	display: block;
}


.mobile #portraits_image-gallery_desktop {
	display: none;
}

#cvlink {
	font-size: 2em;
}

#cvpage a {
	color: black;
}
#cvpage a:hover {
	cursor: pointer;
    color: gray;
}
#cvpage .mobileonlycontent {
	margin-top: 25%;
}

/***
FoodBlog
***/


.blackout_container {
	width: 100%;;
    height: 6vh;
    display: block;
    position: fixed;
    top: 0;
    background-color: black;
    z-index: 51;
}
.mobile .blackout_container {
	display: none;
    background-color: green;
}

#foodblog_header_container {
	position: fixed;
    background-color: black;
    z-index: 50;
    justify-items: center;
    align-items: center;
    width: 100%;
    max-height: 31.5vh;
    margin: auto;
}
#foodblog_header {
    position: relative;
    display: flex;
    padding: 5vh 15vw;
    align-content: center;
    gap: 6vw;
     
}
.mobile #foodblog_header {
	padding: 5vh 8vw;
}
#foodblog_title {
    font-weight: 700;
    font-style: italic;
    position: relative;
	font-size: 5rem;
    text-align: left;
	font-style: normal;
}
.mobile #foodblog_title {
	font-size: 8.5rem;
}
#foodblog_description {
    font-weight: 400;
	font-size: 2rem;
    position: relative;
    text-align: left;
    margin: auto;
    width: 40%;
}
.mobile #foodblog_description {
	font-size: 3.6rem;
}
#foodblog_navigation {
	font-weight: 400;
	font-size: 0rem;
    position: relative;
    right: -15vw;
    margin: 5vh 5vh;
    width: 34%;
}
#foodblog_navigation a {
	margin: 0 1vw;
    width: 5vw;
}

.foodblog_line {
	border: 3px solid white;
    position: relative;
}

#foodblog_city_navigation {
	position: absolute;
    left: 15vw;
    width: 40%;
    text-align: left;
    margin: 3vh 0 0 0;
}
.mobile #foodblog_city_navigation {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    flex-direction: row;
    
}
.foodblog_city {
	font-size: 4rem;
}
.mobile .foodblog_city {
	font-size: 5em;
}
.foodblog_city:hover {
	font-size: 4.1rem;
}


.foodblog_entry_container {
	background-color: white;
    display: none;
    z-index: 2;
    position: relative;
    width: 50%;
    height: auto;
    top: 40vh;
    right: 4vw;
    float: right;
    padding-bottom: 84vh;
    
}
.foodblog_entry {
	color: black;
    position: relative;
    margin: 5vh 5vw;
    text-align: left;
}
.foodblog_entry_title {
	font-weight: 800;
    margin-bottom: 3vh;
}

.foodblog_entry_content {
	position: relative;
}






/*** Design Portfolio Pages/

/Design Portfolio Pages***/



.design_portfolio_container {
	border: 0px solid;
    padding: 10px;
}
.design_portfolio_column1 {
	display: flex;
    flex-direction: column;
    position: relative;
    width: 55%;
    padding: 5% 0% 0% 5%;
    float: left;
    background-color: none;
    margin-left: 5%;
}

.design_portfolio_column2 {
	display: flex;
    background-color: none;
    flex-direction: column;
    position: relative;
    width: 35%;
    margin-top: 5%;
    margin-left: 5%;
}

.desktop_thumbail {
	display: block;
    position: relative;
    width: 45vw;
    height: auto;
    margin: 0vh 0 0vh 0;
}
.mobile_thumbnail {
	display: block;
    position: relative;
    width: 35vw;
    height: auto;
    left: -1.7vw;
}

.site_description {
	font-size: 1.9rem;
    position: relative;
    text-align: left;
    width: 45vw;
    padding: 2vh 5vw 2vh 5;
    margin-top:3vh;
     font-family: "Monument Grotesk Mono", Icons;
	font-size: 1em;
    font-style: normal;
	font-weight: 300;
}

.site_title {
	font-size: 5rem;
    font-family: "Monument Grotesk Mono", Icons;
    font-style: normal;
	font-weight: 300;
}
.site_role {
	font-size: 2.1rem;
    font-family: "Monument Grotesk Mono", Icons;
    font-style: normal;
	font-weight: 250;
}

.design_portfolio_item {
	display: flex;
    flex-direction: row;
    height: 73vh;
    width: auto;
}
.mobile .design_portfolio_item {
	flex-direction: column;
    align-items: center;
    font-size: 2rem;
    padding: 0 0 0vh 0vh;
    height: 110vh;
}
.design_portfolio_screenshot {
    width: 60vw;
    object-fit: contain;
    object-position: left top;
    padding: 3% 2% 3% 2%;
}
.mobile .design_portfolio_screenshot {
	width: 100vw;
     object-fit: contain;
    object-position: left top;
    padding: 10% 2% 3% 2%;
}
.design_portfolio_description {
    width: 40vw;
    height: 10vh;
    text-align: left;
    margin: 3.5% 15vw 0% 0%;
}
.mobile .design_portfolio_description {
	width: 80vw;
    font-size: 5rem;
}

.back_button {
	color: #000000;
    background-color: none;
    position: absolute;
    margin: 0vh 0 5vh 0;
    left: 5%;
    font-size: 1.6rem;
    text-shadow:
    0px 0px 0px rgba(0, 0, 0, 0.00),
    0px 0px 0px rgba(0, 0, 0, 0.1),
    0px 0px 0 #000,
    1.4px 2px 0px #000;
    font-family: "Monument Grotesk Mono", Icons;
    font-style: normal;
	font-weight: 250;
}
    

#nadawine {
	
}
#cfcecares {
	background-color: #F5CC3A;
}
#pfhwellness {
	background-color: #00A6C6;
}
#lnsgallery {
	background-color: #FFFFFF;
}
#nada2cfce {
	background-color: red;
    margin: 0vh 0vw;
    width: 100%;
    height: 15vh;
    background: linear-gradient(180deg, #3C362D 13.01%, #F5CC3A 74.18%);
}
#cfce2pfh {
    margin: 0vh 0vw;
    width: 100%;
    height: 15vh;
	background: linear-gradient(180deg, #F5CC3A 13.01%, #00A6C6 74.18%);
}
#pfh2lns {
    margin: 0vh 0vw;
    width: 100%;
    height: 15vh;
background: linear-gradient(180deg, #00A6C6 13.01%, #FFF 74.18%);}

.webportfoliostack {
	 position: relative;
        width: 100%;
        height: auto;
    margin: 0 0 8vh 0;
}
.mobile .webportfoliostack {
	width: 90%;
    justify-content: center;
    left: 5%;
}


.design_portfolio_links {
	display: flexbox;
    flex-direction: row;    
}
.design_portfolio_links img {
	display: flexbox;
    position: relative;
    margin: 10vh 0;
    width: 50%;
    height: auto;
}

#design-portfolio-link:hover {
transform: scale(1.5);
    
}

#design-portfolio-link .gallery_image_caption {
	margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 500;
	color: rgba(45, 42, 42, 1);
	font-family: "Arizona Serif Variable", Icons;
	font-style: normal;
	line-height: 2.2;
    text-shadow: 0px 0px 0px #000;
	margin-left: -3rem;
    margin-right: -3rem;
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
}

.slides {
  display: flex;
    flex-direction: column;
  overflow-x: auto;
  scroll-snap-type: y mandatory; 
  height: 100vh;
    width: 100%;
    z-index: -100;
    opacity: 100%;
}
.slides > div {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  scroll-snap-align: start;
  scroll-behavior: auto;
  background: #54a76a;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
#webportfoliolink {
	position: relative;
        width: 60%;
        height: auto;
    margin-left: auto;
    margin-right: auto;
}
.mobile #webportfoliolink {
	margin: -8vh 0 0vh 0;
}

.mobile #webportfoliolink img {
	height: 100vh;
    object-fit: fill;
    transform: scale(0.9);
}

.webportfoliostack img {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: flex;
    margin: 15vh 0;
    width: 100%;
    height: auto;
	object-fit: contain;
    padding: 40px;
    z-index: -1;
    position: relative;
}
.shadowbox {	   
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0px;
    transition: all 0.3s ease;
            opacity: 0;
    padding-top: 20%;
    font-size: 2.5rem;
    font-style: bold;
    background-color: black;
}
.mobile .shadowbox {
	font-size: 6rem;
    padding-top: 15%;
}
#webportfoliolink:hover .shadowbox {
            opacity: 0.8;
    transition: opacity 1.3s;
        }
.slides {
  display: flex;
    flex-direction: column;
  overflow-x: auto;
  scroll-snap-type: y mandatory; 
  height: 100vh;
    width: 100%;
    z-index: -100;
    opacity: 100%;
}
.slides > div {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  scroll-snap-align: start;
  scroll-behavior: auto;
  background: #54a76a;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}


.webportfolio_stack {
    display: flex;
    flex-direction: column;
  overflow-x: auto;
  scroll-snap-type: y mandatory; 
  height: 100vh;
    width: 100vw;
    z-index: -100;
    opacity: 100%;  
}


.mobile #webportfolio_link {
	display: none;
}
#webportfolio_link {
  	position: relative;
    display: flex;
  flex-shrink: 0;
  width: 85%;
  height: 65%;
  margin: 15% 10%;
  scroll-snap-align: start;
  scroll-behavior: auto;
  background: #54a76a;
  justify-content: center;
  align-items: center;
  font-size: 100px;
      background-repeat: no-repeat;
	background-position: left; 
    background-size: cover;
}

#mobile_webportfolio_link {
	display: none;
}
.mobile #mobile_webportfolio_link {
	display: flex;
  flex-shrink: 0;
    padding-top: 574px;
  width: 80%;
  height: 90%;
  margin: 5px auto;
  scroll-snap-align: start;
  scroll-behavior: auto;
  background: #54a76a;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  position: relative;
}




.webportfolio_stack img {
	max-width: 100%;
	object-fit: contain;
    z-index: -1;
    position: relative;
}

._shadowbox {	   
	position: absolute;
    left: 0;
	width: 100%;
    height: 100%;
    top: 0px;
    transition: all 0.3s ease;
            opacity: 0%;
    padding-top: 20%;
    font-size: 2.5rem;
    font-style: bold;
    background-color: black;
}
.mobile ._shadowbox {
	opacity: 90%;
    font-size: 10rem;
}

#webportfolio_link:hover ._shadowbox {
            opacity: 0.8;
        }
#webportfolio_container {
	top: 5vh;
   	position: relative;
}
#webportfolio_container > div {
	background-color: black;
    height: 40vh;
    width: 40vw;
    position: relative;
    left: 10vh;
   
}
#webportfolio_container > div > img {
	    object-fit: contain;

}

#webportfolio_container > div:nth-child(odd) {
	background-color: red;
    left: 45vw;
    position: relative;
}

#social_media_workexamples {

}


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

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

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

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

h3{
	font-family: "Freight Big", Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 20px;
    color: white;
}



.onlyshowonmobile h3{
	font-family: "Freight Big", Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.mobile .mobilehide {
	display: none;
}

.image-gallery-mobile {
	display: none;
}
.mobile .image-gallery-mobile {
    display: block;
    margin: 0px 10% 0px 10%;
    
}

.mobile-grid {
    display: inline-flex;   
    width: 85%;
    

}

#mobile-slide-container-images {
	max-width: 80%;
    overflow-x: scroll;
    display: flex;
    margin-right: 6%;
}

#mobile-slide-container-images img {
	max-width: 600px;
	width: 50%;    
    height: auto;
}
.mobile-slide-container {
	display: flex;
    align-items: center;
    font-size: 8rem;
    line-height: 1.3em;
}

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

h4 {
	color: #338931;
    font-family: monospace;
}

.gallery_image_caption {
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    font-size: 1.0rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "Monument Grotesk Semi-Mono", Icons;
	font-style: normal;
	line-height: 1.3;
    text-shadow: 1px 1px 3px #000;
	margin-left: -3rem;
    margin-right: -3rem;
}

#previewtext:hover {
	cursor: cell;
}

#fulltext {
	display: none;
}
#fullpoem {
	display: none;
}

#videochamber {
	color: white;
    background: blue;
}
#videochamber:hover {
	color:
        black;
    background: url("blue ") no-repeat fixed center;
}
#videochamber .flexbox:hover {
	color: black;
}
#videochamber a:hover {
	color: black;
}


.mobile #motion_page {
	 display: flex;
    flex-direction: column;
  overflow-x: auto;
  scroll-snap-type: y mandatory; 
  height: 100vh;
    width: 100vw;
    opacity: 100%;
    z-index: 1;
    

}

.mobile_videochamber_bg {
	background-image: none;
}

.mobile .mobile_videochamber_bg {
	z-index: 2;
    position: relative;
    display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: auto auto;
  scroll-snap-align: start;
  scroll-behavior: auto;
  justify-content: center;
  align-items: center;
  font-size: 100px;

    color: black;
    font-size: 40px;
    line-height: 100%;
}
.mobile #videochamber {
	position: relative;
    display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  scroll-snap-align: start;
  scroll-behavior: auto;
  background: none;
  justify-content: center;
  align-items: center;
  font-size: 100px;

    color: pink;
    font-size: 1.5em;
    line-height: 100%;
    z-index: 3;


}
.mobile #videochamber a:hover {
	color: red;
    
}

#bookingmessage {
	flex: -1;
    background-color: white;
    color: black;
    font-family: times;
    flex-wrap: wrap;
    font-size: 20px;
    align-items: center;
    align-content: center;
    align-self: baseline;
}

#bookingstuff {
	background-color: #fff;
    color: black;
    font-size: small;
}



.showmethenumber:hover .myphonenumber{
    color: red;
}


#mynumber {
	display: none;
    animation-name: fadein;
    animation-duration: 5s;
}
#audioplayer {
	display: none;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bozo {
	animation: blinking .5s infinite;
    color: red;
    font-family: "VCR OSD Mono", Icons;
	font-style: normal;
	font-weight: 400;
    margin-bottom: 30%;
    font-size: 6rem;
}

.exitnow {
	font-family: Spectral, Icons;
    font-size: 8rem;
    color: red;
    animation: blinkingcolor .75s infinite;
    background-color: black;
	font-style: normal;
	font-weight: 700;
}
.exitnow:hover {
	cursor: crosshair;
}

@keyframes blinking {
	0% {
	opacity: 1;
}
    100% {
	opacity: 0;
}
}
@keyframes blinkingcolor {
	0% {
	opacity: 1;
    color: yellow;
}
    25% {
	opacity: 0;
}
    50% {
	opacity: 1;
    color: #ea3b3b;    
}
    75% {
	opacity: 0;
}
    100% {
	opacity: 1;
        color: #0f0;
}
}



/**
 * Mobile Garbage
 */
@media screen and (max-width: 600px) {
.mobile .gallery_card {
	width:102px !important;
 margin:0px !important;
 padding:30px !important;
    display: flex;
}
}

h5{
	font-family: "Freight Big", Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 20px;
    color: #000;
}
.mobile h5 {
	color: white;
}

.mobile .mobilegallery {
	display: none;
}

.mobile .image-gallery {
    display: none;
}
.mobile .image-gallery img {

}

.mobileonlycontent {
	display: none;
}

.mobile .mobileonlycontent {
	display: inline-block;
    margin-top: auto;
    margin-left: -38px;
    margin-right: -40px;
    line-height: 35px;
}

.mobile .mobilegalleryhome {
	display: grid;
    min-height: 20%;
    min-width: 60%;
}

.mobile .info {
    text-align: left;
    padding-right: 102px;
    width: 413px;
    margin-left: 10%;
    margin-top: 5%;
}

.mobile .cv {
    text-align: center;
    line-height: 20px;    
    width: 75%;
    margin-left: 13%;
}
.mobile #cvpage {
	width: 100%;
    margin: auto;
	line-height: 4.2rem;
    text-align: center;
    
    display: inline-block;
    margin-top: auto;
    background-color: #080707;
}
.mobile #cvpage_desktop {
	display: none;
}
.mobile #cvpage h1 {
	font-size: x-large;
    line-height: 5rem;
}
/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 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.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 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: "Williams Caslon Text", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 4.6rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.85);
}

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

[data-predefined-style="true"] h2 {
	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: 374;
	padding: 0;
	margin: 0;
	color: rgba(188, 33, 33, 0.85);
	font-size: 3rem;
	line-height: 1.2;
    background-color: transparent;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
}

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

/**
 * Breakpoints
 */

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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 90%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

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

}

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

[data-css-preset] .content_padding {
	padding-top: 3.7rem /*!main_margin*/;
	padding-bottom: 3.7rem /*!main_margin*/;
	padding-left: 3.7rem /*!main_margin*/;
	padding-right: 3.7rem /*!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(255, 255, 255, 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.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 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.2;
}

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

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

/**
 * Site Menu
 */

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

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

#site_menu_button.custom_icon {
	width: 78px;
    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(171, 171, 171, 1);
	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(255, 255, 255, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: .5rem /*!shop_button*/;
	right: .5rem /*!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: 1.5rem;
    padding: 0;
	font-weight: 400;
	color: rgba(255, 255, 255, 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: inline-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: 1.5rem;
	line-height: 1;
	color: rgba(255, 255, 255, 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.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0, 0);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 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.5rem;
    background: rgba(255, 255, 255, 0.3);
    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: 5rem /*!quick_view_padding*/;
    padding-bottom: 5rem /*!quick_view_padding*/;
    padding-left: 5rem /*!quick_view_padding*/;
    padding-right: 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: transparent /*!quick_view_bgcolor*/;
}

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

.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;
    display: none;
}

.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;
    display: none;
}

.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: #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(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    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(255, 255, 255, 0.2);
}

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

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

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.6);
}

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

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

/**
 * Make Eyes follow the Cursor
 * See more at: https://support.cargo.site/Make-Eyes-Follow-the-Cursor
 **/

img[data-caption="#eye"] {
	height: 2.25rem!important;
    width: 2.25rem!important;
}

