@import url('./animation.css');
@import url('./colors.css');
@import url('./type.css');

body {
	background-color: white;
	margin: 0 !important;

}

.top {
	top: 0;
}

.noMax {
	max-width: none;
	max-height: none;
}

.bgVideo {
/*	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
*/	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	/*z-index: -100;*/
	object-fit: cover;
	object-position: center;
}

.pointer {
	cursor: pointer;
}

.button {
	font-size: 14px;
	cursor: pointer;
	color: black;
	outline: none;
}

.button:hover {
	opacity: .8;
}

.dropdown .dropdownMenu {
	opacity: 0;
	position: absolute;
	display: flex;
	text-align: right;
	flex-direction: column;
	transition-property: opacity;
	transition-duration: .25s;
}

.dropdown ul {
	padding-left: 0 !important;
}

.dropdown .dropdownMenu li {
	display: inline !important;
	padding: 0 !important;
	margin:  0 !important;
	/*float: right;*/
	/*display: block;*/
}

.dropdown .dropdownMenu li a {
	display: block;
	padding: .5rem !important;
	margin-left:  -1rem;
	/*float: right;*/
	/*display: block;*/
}

.dropdown:hover .dropdownMenu {
	opacity:  1;
}


.overlay {
	position: absolute;
	margin: 8% 16pt;
	bottom: 0;
}

.container {
	position:absolute;
	height:100%;
	width:100%;
	display: table;
}

.title {
	color: black;
	width: 100%;
	height: 100%;
	font-size: 6rem;
	letter-spacing: 32px;
	text-align: center;
	font-family: MetaPro;
	font-weight: 100;
	/*mix-blend-mode: exclusion;*/

	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
  	line-height: 9rem;
}

.preserve3d {
	transform-style: preserve-3d !important;
}

.zn1 {
	z-index: -1;
}

.centerX {
  transform: translateX(-50%);
  left: 50%;
}

.centerY {
  transform: translateY(-50%);
  top: 50%;
}

.centerAll {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}

.full {
  width: 100%;
  height: 100%;
}

.full-viewport {
  width: 100vw;
  height: 100vh;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

header, .header {
	position: relative;
	min-height: 62vh;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}

section, .section {
	/*position: relative;*/
	margin-top: 4rem;
	margin-bottom: 8rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

section:before, section:after, .section:before, .section:after {
	content:" ";
	display:table;
}

section:after, .section:after {
	clear:both;
}

.shadowSmall {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.shadow {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.shadowLarge {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}

.shadowHuge {
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.2);
}

.phone {
	border: 16px solid;
	border-radius: 48px;
	display: block;
	background: black;

	/*width: auto;*/
	margin: 0 auto;

	box-sizing: border-box;
}

video, .video {
	width: 100%;
	height: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	max-width: 100%;
	/*max-height: 100vh;*/
	cursor: zoom-in;
}

img {
	width: 100%;
	height: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	/*max-width: 100%;*/
	/*max-height: 80vh;*/
}


.nomax {
	max-width: none;
	max-height: none;
}

.full-viewport {
	width: 100vw;
	height: 100vh;
}

.full {
	width: 100%;
	height: 100%;
}

.full-width {
	width: 100%;
}

.auto-width {
	width: auto !important;
}

.auto {
	width: auto !important;
	height: auto !important;
}


.max-height-80 {
	max-height: 80vh;
}

.max-height-4 {
	max-height: 64rem;
}

.max-height-1 {
	max-height: 24rem;
}

.exclusion {
	mix-blend-mode: exclusion;
}

wrapper {
	padding-left: 8%;
	padding-right: 8%;
	display: block;
	margin: 0 auto;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}


.gutter {
	padding-left: 8%;
	padding-right: 8%;
}

.gutterLeft {
	padding-left: 8%;
}

.gutterRight {
	padding-right: 8%;
}

/* nav */
#nav {
	/*position: absolute;*/
	top: 0; right: 0; bottom: 0; left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
  	line-height: normal;
}
#nav a {
    text-decoration: none;
}

#nav li {
  	padding-top: 0rem;
  	margin: 0;
    list-style: none;
    display: inline;
    padding-left: 1.5rem;
}

#nav li:first-of-type {
    padding-left: 0px;
}

#subnav-container {
	overflow-y: hidden;
	min-width: 144px;
	max-width: 144px;
	position: sticky;
	top: 140px;
	height: 100vh;
	padding-right: 2rem;
}

#subnav {
  overflow-y: auto;
}

#subnav li a {
  opacity: .4;
  transition: all .2s ease-out;
  text-decoration: none;
  font-size: 10pt;
}

#subnav li a.active {
  opacity: 1;
  font-weight: bold !important;
}

#subnav .section-title a {
	opacity: 1;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#subnav .section-title a.active {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.hidden {
	visibility: hidden;
}

.redline {
	opacity: 0;
	transition: opacity ease 1s;
}

.redline:hover {
	opacity: 1;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* xs */
@media (max-width: 40em) {
	#subnav-container {
		position: fixed;
		overflow-y: auto;
		top: 0;
		left: calc(-144px - 1rem);
		height: 100%;

		border-right: 1px solid #ddd;

		margin-right: 1rem;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	#subnav-container ul li {
		line-height: 1.5 !important;
	}

	#subpage-container {
		transition: transform .4s var(--emo-out);
	}

	#subpage-container.open {
		transform: translateX(calc(144px + 4rem));
	}

	#content.closed {
		opacity: .2;
		transition: opacity .3s ease-out;
	}
}

/* sm */
@media (min-width: 40em) and (max-width: 52em) {
}

/* md */
@media (min-width: 52em) and (max-width: 64em) {
}

/* lg */
@media (min-width: 64em) and (max-width: 76em) {
}