* {
	font-weight: normal;
	font-style: normal;
	background: ##fff;
	color: #191919;
}
/* TYPOGRAPHY */
@font-face {
	font-family: 'increments-black';
	src: url('/pitch/fonts/IIIncrementsSans-Black.woff2');
}
@font-face {
	font-family: 'increments-bold';
	src: url('/pitch/fonts/IIIncrementsSans-Bold.woff2');
}
@font-face {
	font-family: 'increments-medium';
	src: url('/pitch/fonts/IIIncrementsSans-Medium.woff2');
}
@font-face {
	font-family: 'increments-regular';
	src: url('/pitch/fonts/IIIncrementsSans.woff2');
}
@font-face {
	font-family: 'increments-regular-italic';
	src: url('/pitch/fonts/IIIncrementsSans-Oblique.woff2');
}
@font-face {
	font-family: 'roobert-medium';
	
	src: url('/pitch/fonts/RoobertTRIAL-Medium.woff2');
}
@font-face {
	font-family: 'roobert-mono-regular';
	src: url('/pitch/fonts/RoobertMono-Regular.woff2');
}
.blinking {
	width: 10px;
	height:10px;
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  
}

@keyframes "blink" {
  from, to {
	opacity: 0.5;
  }
  50% {
	opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
	opacity: 0.5;
  }
  50% {
	opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
	opacity: 0.5;
  }
  50% {
	opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
	opacity: 0.5;
  }
  50% {
	opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
	opacity: 0.5;
  }
  50% {
	opacity: 1;
  }
}

#logo-inc {
	width: 25px;
}

#logo-inc path {
	fill: #fff;
}
#header {
	background: #000;
	position: fixed;
	width: 100%;
	height:100vh;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 100;
}
#header.dark {
	background: #191919;
}
#header.dark * {
	color: #fff;
}

#main {
	position: relative;
	z-index: 101;
	background: #fff;
}
#solstice-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
}
#solstice-logo path {
	fill: #fff;	
}
#previous path {
	fill: #fff;
}
#still-container {
	width: 150px;
	height: auto;
}
#still-logo {
	width: 100px;
	max-width: 100%;
}
#tundra-container {
	width: 275px;
	max-width: 100%;
	height: auto;
}
#tundra-logo {
	width: 225px;
	max-width: calc(100% - 50px);
}
#me-container {
	width: 300px;
	height: auto;
}
#me-logo {
	width: 250px;
	max-width: 100%;
}
#still-logo path,
#tundra-logo path {
	fill: #191919;
}
#me-logo path {
	fill: #fff;
}
.arrow {
	width: 100%;
	height: 10px;
	margin: 10px 0 10px;
}
.line {
	position: absolute;
	top: 4px;
	left: 0;
	width: calc(100% - 10px);
	height: 1px;
	background: #fff;
}
.triangle {
	position: absolute;
	top: 0;
	right:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 8.7px 5px;
	border-color: transparent transparent #FFFFFF transparent;
	transform: rotate(90deg);
}

/* Spacing */
.section {
	margin: 100px 0 0;
}
.section.clearfix {
	margin: 100vh 0 0;
	padding: 100px 0 0;
}
.section.dark {
	background: #191919;
	padding: 100px 0;
}
.section.dark.no-padding-bottom {
	padding: 100px 0 0;
}
.section.dark * {
	path: #fff;
	color: #fff;
}
.section.dark .horiztonal-line {
	background: #fff;	
}
.section.dark .color-grey,
.section.dark .color-grey a {
	color: #666;
}
.grid .column,
.grid .column p,
.grid .column img {
	margin-bottom: 30px;
}
.increments-black {
	font-family: 'increments-black', sans-serif;
}
.increments-bold {
	font-family: 'increments-bold', sans-serif;
}
.increments-medium {
	font-family: 'increments-medium', sans-serif;
}
.increments-regular {
	font-family: 'increments-regular', sans-serif;
}
.increments-regular-italic {
	font-family: 'increments-regular-italic', sans-serif;
}
.roobert-medium {
	font-family: 'roobert-medium', monospace;
}
.roobert-mono-regular {
	font-family: 'roobert-mono-regular', monospace;
}
h1 {
	line-height: 1;
}
.font-size-xx-small {
	font-size: 12px;
}
.font-size-x-small {
	font-size: 14px;
	line-height: 1.4;
}
.font-size-small {
	font-size: 22px;
	line-height: 1.25;
}
.font-size-medium {
	font-size: 22px;
	line-height: 1.25;
}
.font-size-large {
	font-size: 54px;
	line-height: 1.15;
}
.font-size-x-large {
	font-size: 150px;
	line-height: 0.9;
}
.letter-spacing-1 {
	letter-spacing: 1px;
}
.letter-spacing-2 {
	letter-spacing: 2px;
}
.text-transform-uppercase {
	text-transform: uppercase;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.color-grey {
	color: #666;
}
.dividing-line {
	width: 100%;
	height: 1px;
}
.button {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center; 
	white-space: nowrap;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #000;	
}
.button.border-radius-round {
	border-radius: 50px;
}
.button.primary {
	background: #ffcc00;
	border: 1px solid #ffcc00;
}
.button.secondary {
	background: #ffffff;
	border: 1px solid #000;
}
.button.tertiary {
	background: #ffffff;
	border: 1px solid #cecece;
}
.icon {
	width: 40px;
	height: 40px;
}
.icon.sun {
	width: 50px;
	height: 50px;
	margin: 5px 0 0;
}
.icon:hover {
	cursor: pointer;
}
.icon.social {
	width: 30px;
	height: 30px;
}
.icon.social.primary path {
	fill: #ffcc00;	
}
.icon.social.secondary path {
	fill: #000000;	
}
.icon.social.tertiary path {
	fill: #cccccc;	
}
.icon.arrow-left .st0,
.icon.arrow-right .st0 {
	fill:#FFFFFF;
	transition: 300ms all ease-in-out;
}
.icon.arrow-left .st1,
.icon.arrow-right .st1 {
	fill:none;
	stroke:#000000;
	transition: 150ms all ease-in-out;	
}
.icon.arrow-left:hover .st0,
.icon.arrow-right:hover .st0 {
	fill:#000000;
	transition: 150ms all ease-in-out;
}
.icon.arrow-left:hover .st1,
.icon.arrow-right:hover .st1 {
	fill:none;
	stroke:#ffffff;
	transition: 150ms all ease-in-out;	
}
.border {
	border: 1px solid #fff;
	/* padding: 15px; */
}
.border-top {
	border-top: 1px solid #fff;
	padding: 15px 0 0;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	width: 100%;
    height: auto;
}
video {
  width: 100%;
  height: auto;
}
ul {
	list-style: none;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	gap: 10px 15px;
}
.flex.cols-3  {
	gap: 0 15px;
} 
.flex.cols-3 div {
	width: calc(33.333% - 20px);
} 
.flex.gap-10 {
	gap: 10px 10px;
}
.flex.nowrap {
	flex-wrap: nowrap;
}
.flex.align-items-center {
	align-items: center;
}
.flex.justify-space-between {
	justify-content: space-between;
}
.flex.large-justify-left {
	justify-content: left;
}
.flex.large-justify-center {
	justify-content: center;
}
.flex.large-justify-right {
	justify-content: right;
}
.vertical-align-center {	
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.vertical-align-center .text-align-left {
	margin-left: 60px;
}
.vertical-align-center .text-align-right {
	margin-right: 60px;
}
.absolute {
	position: absolute;
}
.absolute.bottom-right {
	bottom: 30px;
	right: 30px;
}
.absolute.top-right {
	top: -5px;
	right: 0;
}
.z-index-10 {
	z-index: 10;
}
/* Slick Slider */
.slick-slider {
	overflow: hidden;
}
.slick-slide {
	margin: 0 15px;
	-webkit-backface-visibility: hidden;
}
.slick-list {
	margin: 0 -15px;
}
/* Marquee */
.marquee {
  overflow: hidden;
}
.marquee-content {
  display: flex;
}
.marquee-item {
  padding: 0 15px;
}
.marquee-item img {
  display: block;
  width: 100%;
}
.margin-top-200 {
	margin-top: 200px;
}
.margin-top-100 {
	margin-top: 100px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-30 {
	margin-top: 30px;	
}
.margin-top-15 {
	margin-top: 15px;	
}
.margin-top-10 {
	margin-top: 10px;	
}
.margin-left-4 {
	margin-left: 4%;
}
.margin-left-2 {
	margin-left: 2%;
}
/* #footer {
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	width: 100%;
	height:100%;
	background: #ffcc00;
	z-index: -1;
} */
.greyscale {
	filter: grayscale();	
}
.mix-blend-mode-lighten {
	mix-blend-mode: lighten;
}

.moodboard-grid {
	margin: 0 45px 0;
}
.grid-sizer,
.moodboard-grid-item {
	width: 25%;
}
.moodboard-grid-item.x2 {
	width: 50%;
}
.moodboard-grid-item {
	margin: 0 0 30px;
	padding: 0 15px;
	opacity: 1;
}

.moodboard-grid-item.animationEnd {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 1000ms ease-in-out;	
}

.moodboard-grid-item.animationEnd.animationStart {
	opacity: 0;	
	-webkit-transform: translateY(10vh);
	-ms-transform: translateY(10vh);
	-moz-transform: translateY(10vh);
	-o-transform: translateY(10vh);
	transform: translateY(10vh);
}

.horiztonal-line {
	width: 100%;
	height: 1px;
	background: #191919;
	margin-bottom: 10px;
}

@media screen and (max-width: 1366px) {	
	.hide-tablet {
		display: none;
	}
	/* Spacing */
	.grid .column,
	.grid .column p,
	.grid .column img {
		margin-bottom: 20px;
	}
	.section {
		margin-top: 0;
	}
	.section,
	.section.clearfix {
		padding: 50px 0;
	}
	.section.dark {
		padding: 50px 0;
	}
	.section.dark.no-padding-bottom {
		padding: 50px 0 0;
	}
	.font-size-xx-small {
		font-size: 12px;
	}
	.font-size-x-small {
		font-size: 14px;
	}
	.font-size-small {
		font-size: 18px;
	}
	.font-size-medium {
		font-size: 18px;

	}
	.font-size-large {
		font-size: 36px;
	}
	.font-size-x-large {
		font-size: 48px;
	}
	.icon {
		width: 30px;
		height: 30px;
	}
	.icon.sun {
		width: 35px;
		height: 35px;
		margin: 2px 0 0;
	}
	.icon.social {
		width: 20px;
		height: 20px;
	}
	.absolute.bottom-right {
		bottom: 15px;
		right: 15px;
	}
	.flex.medium-justify-left {
		justify-content: left;
	}
	.flex.medium-justify-center {
		justify-content: center;
	}
	.flex.medium-justify-right {
		justify-content: right;
	}
	.vertical-align-center .text-align-left {
		margin-left: 30px;
	}
	.vertical-align-center .text-align-right {
		margin-right: 30px;
	}
	.flex.cols-3 div {
		width: calc(50% - 20px);
	} 
	.margin-top-100 {
		margin-top: 50px;
	}
	.margin-top-30 {
		margin-top: 20px;
	}
	.arrow {
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.hide-mobile {
		display: none;
	}
	/* Spacing */
	.grid .column {
		margin-bottom: 15px;
	}
	.font-size-x-small {
		font-size: 14px;
	}
	.font-size-small {
		font-size: 18px;
	}
	.font-size-medium {
		font-size: 18px;
	}
	.font-size-large {
		font-size: 24px;
	}
	.font-size-x-large {
		font-size: 36px;
		line-height: 1.1;
	}
	#solstice-logo {
		position: absolute;
		bottom: 120px;
	}
	.absolute.top-right {
		top: -25px;
	}
	.section.clearfix {
		padding: 50px 0 0;
	}
	.section {
		margin: 0;
		padding: 50px 0 0;
	}
	.section.dark {
		margin: 50px 0 0;
		padding: 50px 0;
	}
	.margin-top-50,
	.margin-top-100,
	.margin-top-200 {
		margin-top: 25px;
	}
	.small-margin-10 {
		margin-top: 10px;
	}
	.small-margin-15 {
		margin-top: 15px;
	}
	.small-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.no-margin-top-small {
		margin-top: 0;
	}
	.arrow {
		display:none;
	}
	.icon.sun {
		width: 30px;
		height: 30px;
		margin: -2px 0 0;
	}
	#still-container {
		width: 125px;
	}
	#still-logo {
		width: 75px;
	}
	#tundra-container {
		width: 230px;
	}
	#tundra-logo {
		width: 180px;
	}
		
}