html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #33333D;
	overflow-x: hidden;
}

.col {
	position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
	box-sizing: border-box;
	float: left;
}

.col-100 {
	height: 100vh;
}

.col-200 {
	height: 100%;
	min-height: 100vh;
}

.col-left {
	width: 70vw;
}

.col-left-win {
	width: calc(70vw - 17px);
}

.col-right {
	width: 30vw;
}

.inner {
	width:90%;
	position: relative;
	display: flex;
}

.inn-name {
	height:90%;
	align-items:flex-end;
}

.inn-work {
	height:95%;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	padding: 0px 0 0px 0;
	z-index: 2;
}

.inn-work-long {
	padding: 60px 0 60px 0;
}

.inn-gallery {
	flex-direction: row;
	height: 600px;
	overflow: hidden;
}

.inn-cny {
	z-index:2;
}

.progress {
  height:6px;
  width:0vw;
  background-color: #ff6666;
  position: fixed;
  top:0;
	z-index: 7;
}





.splash {
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 5;
	overflow: hidden;
	align-items: center;
	display: flex;
}

.splash-vid {
	position: absolute;
	min-width: 100vw;
	min-height: 100vh;
}

.splash-text {
	height:100%;
	width:100%;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	z-index: 6;
	display: -webkit-flex;
	display: flex;
	align-items: center;

	font-family: 'Montserrat', sans-serif;
	font-weight:800;
  	text-transform:uppercase;
	font-size:10rem;
	letter-spacing:10px;
	color: white;
}

.bio {
	position: relative;
	z-index: 5;
	width: 100vw;
	height: 100%;
	background-color:#f66;
	box-sizing: border-box;
	padding: 60px 20vw 40px 20vw;
	
	font-family: 'Montserrat', sans-serif;
	color: white;
}

.bio-bold {
	font-weight: 800;
	font-size:2rem;
}

.copyright {
	text-transform: uppercase;
	font-size: 1.2rem;
}

.scroll-contain {
	height:100px;
	width:100vw;
	left:-20vw;
    position: relative;
    overflow: hidden;
	}

.scroll {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
    white-space: nowrap;
	/* Apply animation to this element */

	}

.scroll-item {
	width: calc(100vw / 10);
	animation: scrolling 15s linear infinite;
}

.scroll-item2 {
	width: calc(100vw / 10);
	animation: scrolling2 15s linear infinite;
}

/* Move it (define the animation) */
@keyframes scrolling {
    0% {transform: translateX(0%);}
    100% {transform: translateX(-1200%);}
}

@keyframes scrolling2 {
    0% {transform: translateX(1200%);}
    100% {transform: translateX(0%);}
}






.tag {
	padding:1px 10px 1px 10px;
	margin: 0 5px 0 0;
	bottom:5px;
	position: relative;
	background-color: #ff6666;
	border-radius: 50px;

  font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 1.2rem;
	color: #ffffff;
	text-transform: uppercase;
}

.fixed { /*USED IN PORTFOLIO JAVASCRIPT */
	position: fixed;
	right: 0;
	top: 0;
}

.bg-paper {
	background-color: #f5f2eb;
}

.bg-black {
	background-color: #0c080d;
}

.bg-dark {
	background-color: #fde7e7;
}

.bg-pink {
	background-color: #FFF5F5;
}

.txt-white {
	color: #ffffff;
}

.pad60 {
	padding-top: 60px;
}

.pad40 {
	padding-top: 40px;
}



/* TEXT */


.port-name {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:4.8rem;
	line-height:4.8rem;
}

.port-info {
	text-align: left;
}

.credit {
	color:#b3b3bd;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.italic {
	font-style: italic;
}

.p {
	margin:0;
	padding:0;
}

/* FOOTER */

.col-fullwidth {
	display: block;
	width:100vw;
	padding: 25px 0 25px 0;
	background-color: #f66;
	color:#ffffff;
}

.bold {
	font-weight: 800;
	color:#f66;
}

.bold-white {
	font-weight: 800;
}



/* IMAGES */

.img-btm-full {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
}

.img-fit {
	width:100%;
}

.img-90wid {
	width:80%;
}

.img-maxwid {
	max-width:70%;
}

.img-90 {
	max-height:85vh;
	width:auto;
	max-width: 100%;
}

.drone {
	position: relative;
	display: flex;
	height:100vh;
	width:100%;
	top:-200px;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.img-drone {
	width:400px;
	position: relative;
	top:30px;
  animation: hover 1.5s;
  animation-iteration-count: infinite;
}

.img-fenne {
	width:400px;
	position: relative;
	top:30px;
  animation: wink 4.68s;
  animation-iteration-count: infinite;
}

.shadow {
	filter: drop-shadow(-3px 3px 2px rgba(51,51,51,0.15));
}

@keyframes hover {
  0% { transform: translate(5px, -10px) rotate(3deg); }
  10% { transform: translate(8px, -12px) rotate(5deg); }
  20% { transform: translate(6px, -14px) rotate(3deg); }
  30% { transform: translate(4px, -12px) rotate(1deg); }
  40% { transform: translate(2px, -10px) rotate(2deg); }
  50% { transform: translate(0px, -8px) rotate(0deg); }
  60% { transform: translate(1px, -6px) rotate(-2deg); }
  70% { transform: translate(2px, -5px) rotate(-4deg); }
  80% { transform: translate(3px, -4px) rotate(-2deg); }
  90% { transform: translate(7px, -7px) rotate(0deg); }
  100% { transform: translate(5px, -10px) rotate(3deg); }
}

@keyframes wink {
	0% { transform: translate(3px, 2px) rotate(1deg); }
  25% { transform: translate(1px, -1px) rotate(0deg); }
  50% { transform: translate(-2px, 2px) rotate(1deg); }
  75% { transform: translate(1px, -1px) rotate(0deg); }
  100% { transform: translate(3px, 2px) rotate(1deg); }
}

@keyframes swing {
	0% { transform: rotate(2deg); }
  10% { transform: rotate(1.5deg); }
  20% { transform: rotate(1deg); }
  30% { transform: rotate(0deg); }
  40% { transform: rotate(-1deg); }
  50% { transform: rotate(-1.5deg); }
  60% { transform: rotate(-1deg); }
  70% { transform: rotate(0deg); }
  80% { transform: rotate(1deg); }
  90% { transform: rotate(1.5deg); }
  100% { transform: rotate(2deg); }
}


.lantern {
	position: absolute;
	top:0;
	z-index: 2;
	overflow:hidden;
}

.img-lantern {
	width:33%;
	position: relative;
	top:0px;
  animation: swing 2s;
  animation-iteration-count: infinite;
	transform-origin: center top;
}



.turtle {
  position: absolute;
  bottom: 0px;
  animation-name: move;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.img-turtle {
	width: 175px;
}

@keyframes move {
  0%   {left:calc(0vw - 175px - 7%);}
  100% {left:100vw;}
}



/* VIDEOS */

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

.wrapVideo {
	height:496px;
	width:496px;
	overflow: hidden;
}

.vid45 {
	height:496px;
	width:396px;
	overflow: hidden;
}

.vidwide {
	width:50vw;
  height:calc(50vw * 0.5625);

	overflow: hidden;
}

.vidIGS {
	height:496px;
	width:279px;
	overflow: hidden;
}

.vid {
	position: relative;
	height:100.5%;
	width:100.5%;
	top:-2px;
	left:-2px;
}

.vidCaption {
	max-width: 160px;
	padding-left: 10px;
	text-align: left;
}

.wrapVideo-wide {
	height:auto;
		width:auto;
	overflow: hidden;
}

.vid-yt {
	width:50vw;
  height:calc(50vw * 0.5625);
}



/*****     MEDIA QUERIES - SMALLER SCREENS     *****/

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

	.col-left {
		width: 65vw;
	}

	.col-left-win {
		width: calc(65vw - 17px);
	}

	.col-right {
		width: 35vw;
	}

	.containVideo {
		flex-direction: column;
	}

	.vidCaption {
		min-width: 80%;
		max-width: 80%;
		padding-left: 0px;
		padding-top: 10px;
	}

	.turtle {
		display: none;
	  }

}



/*****     MEDIA QUERIES - TABLET PORTRAIT    ****/

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

.splash-text {
	font-size:8rem;
}

}


/*****     MEDIA QUERIES - MOBILE PORTRAIT - iPHONE 12     *****/

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

	.splash-text {
		font-size:4rem;
	}

}






@media only screen
and (max-width: 844px)
and (orientation: portrait) {



	[class*="col-"] {
		width:100vw;
		padding-top: 0px;
	}

	.col-200 {
		min-height:0;
	}

	.col-right {
		height: 100%;
		padding-top: 20px;
	}

	.col-fullwidth {
		padding: 25px 0 25px 0;
	}

	.mobWrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.pad60 {
		padding-top: 40px;
	}

	.inn-work-long, .inn-work {
		padding: 30px 0 60px 0;
	}

	.port-name {
		font-size:3rem;
		line-height:2.8rem;
	}

	.wrapVideo {
		height:70vw;
		width:70vw;
	}

	.vid45 {
		height:303px;
		width:241px;
	}

	.vidIGS {
		height:444px;
		width:250px;
	}

	.img-90wid {
		width:100%;
	}

	.img-maxwid {
		max-width:90%;
	}

	.drone {
		max-height:40vh;
		width:90%;
		top:auto;
	}

	.img-drone, .img-fenne {
		width:80%;
		top:-30px;
	}

	.vid-yt {
		width:80vw;
	  height:calc(80vw * 0.5625);
	}

	.lantern {
		right:20px;
	}

	.img-lantern {
		max-height: 85px;
		width:auto;
	}

	.bio {
		padding: 60px 10vw 40px 10vw;
	}

	.scroll-contain {
		left:-10vw;
		}

	.scroll-item {
		width: calc(100vw / 8);
		animation: scrolling 15s linear infinite;
	}
	
	.scroll-item2 {
		width: calc(100vw / 8);
		animation: scrolling2 15s linear infinite;
	}
	
}



@media only screen
and (max-width : 500px) {
	.inn-gallery {
			height: 350px;
	}
}

@media only screen
and (max-width : 375px) {
	.inn-gallery {
			height: 275px;
	}
}




/*****     MEDIA QUERIES - MOBILE LANDSCAPE - iPHONE 12    *****/

@media only screen
and (max-width : 844px)
and (orientation: landscape) {

/*	.col-left {
		width: 51vw;
	}

	.col-right {
		width: 49vw;
	} */


	[class*="col-"] {
		width:100vw;
		padding-top: 0px;
	}

	.col-200 {
		min-height:0;
	}

	.col-right {
		height: 100%;
		padding-top: 20px;
	}

	.mobWrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.inn-work-long, .inn-work {
		padding: 60px 0 60px 0;
	}

	.inn-work-long-moblan {
		padding: 200px 0 60px 0;
	}

	.port-name {
		font-size:3rem;
		line-height:2.8rem;
	}

	.wrapVideo {
		max-height:65vh;
		max-width: 65vh;
	}

	.vid45 {
		max-height:303px;
		max-width:241px;
	}

	.vidIGS {
		max-height:444px;
		max-width:250px;
	}

	.vid-yt {
		width:45vw;
	  height:calc(45vw * 0.5625);
	}

	.inn-gallery {
			max-height: 100vh;
			height: 60vh;
	}

	.img-drone, .img-fenne  {
		width:250px;
	}

	.lantern {
		right:20px;
	}

	.img-lantern {
		height: 85px;
		width:auto;
	}

}



/*****     MEDIA QUERIES - MOBILE LANDSCAPE  - iPHONE SE (6 7 8)     *****/

@media only screen
and (max-width : 667px)
and (orientation: landscape) {

	[class*="col-"] {
		width:100vw;
		padding-top: 0px;
	}

	.col-200 {
		min-height:0;
	}

	.col-right {
		height: 100%;
		padding-top: 20px;
	}

	.mobWrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.wrapVideo-wide {
		height:auto;
		width:90%;
		overflow: hidden;
	}

	.inn-gallery {
			max-height: 100vh;
			height: 60vh;
	}

	.img-90wid {
		width:80%;
	}

	.drone {
		max-height:auto;
		width:100%;
	}

	.img-drone, .img-fenne  {
		max-height:40vh;
		width:auto;
		top:-30px;
	}

	.img-fit {
		width:75%;
		height:auto;
	}


}
