/* basic */
body{
	margin:0;
	padding:0;
	background-color: black
}

p,a{
	font-family:'GT America';
	color: white;
	padding: 0;
	margin: 0;	
	text-decoration: none;
	letter-spacing: 0.2px;
	/*font-weight: 900;*/
}

/* a used to wrap whole divs */
a{
	width:100%;
	height: 100%;
}

/* nav */
.nav-flex{ 
	width:100%; 
	height:85px;
	display:flex;
	z-index: 100;
}
.nav-flex-item{
	width:33%;	
	position:relative;
}
.nav-flex-item:hover {
	background-color: white;
}	
.nav-flex-item:hover p{
	color:black;
}	
.nav-flex-item a{
	width:90%;
	padding-top:10px;
	padding-left:10px;
	position: absolute;
}
/* content-modules*/
.flex{
	display:flex;
}
.sixteen-nine{
	width: 100%;
	padding-bottom: 56.25%;
	position:relative;
	overflow: hidden;
	background-size: cover;	
}
.sixteen-nine-index{
	width: 100%;
	padding-bottom: 56.25%;
	position:relative;
	overflow: hidden;
	background-size: cover;	
}
.four-three{
	width: 50%;
	padding-bottom: 37%;	
	position:relative;
	overflow: hidden;
	background-size: cover;		
}
.one-one{
	width: 33.33%;
	padding-bottom: 33.33%;	
	position:relative;
	overflow: hidden;
	background-size: cover;	
}

.footer-flex{display:flex;}
.footer-item{
	width: 100%;
	padding-bottom: 10%;	
	position:relative;	
}
/* text within modules */
.text-mod{			
	position: absolute;
	width:100%;
	height: 100%;
}
.text-inner{
	position: absolute;
  text-overflow: ellipsis;	
}
.text-top{
	margin: 20px 24px;
	width:90%;				
}
.text-contact {
	margin: 7px 10px;
	width:90%;		
}
.text-bottom{
	bottom: 0;		
	margin:23px 24px;		
	width:90%;		
}
.exec {
  margin: 20px;
}
.text-center{
	margin: auto;
	width:100%;
	text-align:center;
	top: 38%;
}
.text-center-two-line{
	margin: auto;
	width:100%;
	text-align:center;	
	top: 34%;
}

/* text-style-padding,size*/
p.large{
	font-size: 50px;
	letter-spacing: 0.2px;
  line-height: 1.25;
}
p.med{
	letter-spacing: 0.2px;
  line-height: 1.25;
  font-size: 24px;		
}
p.small{
	font-size: 16px;	
	letter-spacing: 0.2px;
	line-height: 1.25;
}
p.extra-small{
	font-size:12px;
	letter-spacing: 0.2px;
}
p.overlay{
	letter-spacing: 0.2px;
  line-height: 1.09;
  font-size: 36px;		
}
p.directed {
	font-size: 16px;
	margin-top: 8px;
}
p.menu {
	position: absolute;
	bottom: 18px;
}

a.large{}
a.med{}
a.small{font-size:16px}
span.directed{
	font-size: 18px;
	text-transform: capitalize;
	padding: 30px;
}


.footer-item .text-mod .text-top {
	margin: 15px 12px;
}
/* border-control */
.border-right{
	border-right-style: solid;
	border-width: 1px;
	border-color: white;	
}
.border-bottom{
	border-bottom: solid;
	border-width: 1px;
	border-color: white;	
}

/* splash experience */
#vid{
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: 100%; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}

/* Video embeds */

/*.sixteen-nine iframe {
	width:100%;
}
iframe {
	width:100%;
}*/

.flex-video-embed {
	display:flex;
	flex-direction:column;	
}

.embed-container {
 --video--width: 1920;
  --video--height: 1080;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 801px)and (max-width: 950px) {
	p.large{
		font-size: 42px;
		/*letter-spacing: -1.5px;
	  line-height: 1.2;	*/
	}
}

@media only screen and (max-width: 800px) {

/* content-modules*/
	.flex {
		flex-direction:column;
	}
	.sixteen-nine{
		width: 100%;
		padding-bottom: 75%;
		position:relative;
		overflow: hidden;
		background-size: cover;	
	}
	.four-three{
		width: 100%;
		padding-bottom: 75%;	
		position:relative;
		overflow: hidden;
		background-size: cover;		
	}
	.one-one{
		width: 100%;
		padding-bottom: 100%;	
		position:relative;
		overflow: hidden;
		background-size: cover;	
	}

	.flex .border-right{
		border-right-style:none;
	}
	.footer-item{
		width: 100%;
		padding-bottom: 25%;	
		position:relative;	
	}
	p.about{
		font-size: 16px;	
		letter-spacing: 0.2px;
		line-height: 1.25;		
	}
	p.overlay {
		letter-spacing: 0.2px;
	  line-height: 1.25;
	  font-size: 24px;			
	}
/* text-style-padding,size*/
	p.large{
		letter-spacing: -0.5px;
	  line-height: 1.2;
	  font-size: 24px;		
	}
/* splash experience */
	.sixteen-nine-index{
		width: 100%;
		padding-bottom: 56.25%;
		position:relative;
		overflow: visible;
		background-size: cover;	
	}	

	#vid{
		position: absolute;
		top: 50%; 
		left: 70%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		min-width: 100%; 
		min-height: 100%; 
		width: 140%; 
		height: auto;
		z-index: -1000; 
		overflow: hidden;
	}


	.text-bottom {
		margin: 23px 24px;
	}	
	.border-fix {
		border-bottom: solid;
		border-width: 1px;
		border-color: white;		
	}



}

