@charset "UTF-8";
/* CSS Document */

body {
	background-color: #585ba1;
}
body#about {
	background: url("images/green01_3.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div a {
	text-decoration:none; color:#8385F7;
} 


div a:hover {
	text-decoration:none; color:#D3DAFE;
}

img { 
	width: 100%;
	max-width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

iframe {
	width: 100%;
	max-width: auto;
	height: auto;
	max-height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

video {
	width: 100%;
	max-width: auto;
	height: auto;
	max-height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*.about {
  position: absolute;
  text-align: left;
  color: white;
}*/
.about-text {
	font-weight: bold;
	text-align: left;
  	position: absolute;
  	top: 35%;
  	left: 30%;
 	transform: translate(-20%, -20%);
	font-size: 2.5em;
	color: white;
	animation: fadeIn ease 6s;
	/*animation-delay: 3s;*/
}
.about-bg {
	background-size: contain;
	resize: both;
  	overflow: scroll;
	position: relative;
}

.words-text {
	font-weight: bold;
	text-align: justify;
  	position: absolute;
  	top: 10%;
  	left: 3em;
	right: 3em;
 	/*transform: translate(20%, 20%);*/
	font-size: 2.5em;
	color: white;
	animation: fadeIn ease 6s;
	margin-bottom: auto;
	/*animation-delay: 3s;*/
}
.words-text a { color: #8c90fa; } a:hover{ color:#D3DAFE; }

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 50%;
  padding: 20px 20px;
}

.column#videos {
  flex: 25%;
  max-width: 50%;
  padding: 20px;
}

.column img {
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  width: 100%;
}

.column iframe {
	margin-top: 4px;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.column video {
	margin-top: 4px;
	vertical-align: middle;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.column {
		flex: 100%;
		max-width: 100%;
  	}
  	.sidenav {
		display: none;
	}
	#hamburger-icon {
		display: block;
	}
	.about-text {
		font-size: 1.875em;
	}
	.words-text {
		font-size: 1.875em;
	}
}

@media screen and (min-width: 801px) {
	#hamburger-icon {
		display: block;
	}
	.mobile-menu {
		display: none;
	}
}

#hamburger-icon {
	margin: auto 0;
	cursor: pointer;
}

#hamburger-icon div {
	width: 35px;
	height: 3px;
	background-color: #d8d9fb;
	margin: 6px 0;
	transition: 0.4s;
}

.open .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	-moz-transform: rotate(-45deg) translate(-6px, 6px);
	-o-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
	opacity: 0;
}

.open .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -8px);
	-moz-transform: rotate(45deg) translate(-6px, -8px);
	-o-transform: rotate(45deg) translate(-6px, -8px);
	transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
	visibility: visible !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	transition: 0.5s;
}

.mobile-menu {
	visibility: hidden !important;
	position: fixed !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #45467A;
	opacity: 0.75;
	z-index: 1 !important;
	overflow: hidden;
}

/* .open .sidenav {
	visibility: visible !important;
}

.sidenav {
	visibility: hidden !important;
} */

.mobile-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.mobile-menu a {
	color: #d8d9fb;
	font-size: 20px;
	font-weight: bolder;
}

.mobile-menu a:hover {
	color: #8c90fa;
}

.outside {
	padding: 10px;
}

.img-hover-zoom {
  height: max-content;
  overflow: clip;
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/* .img-hover-zoom video {
  transition: transform .5s ease;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: clip;
} */

/* [3] Finally, transforming the image when container gets hovered */
/* .img-hover-zoom:hover video {
  transform: scale(1.5);
  overflow: clip;
} */

.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #a4a7f1;
}

.container:hover .overlay {
  opacity: 0.8;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.video {
  display: inline;
  width: auto;
  height: auto;
}

.reel {
  display: block;
  width: auto;
  height: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: clip;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#poster-image-01 {
	object-fit: cover;
	bottom: 1;
	left: 1;
	opacity: 1.0;
	position: relative;
	right: 1;
	top: 1;
	z-index: 10;
	height: auto;
	width: auto;
	transition: all 0.3s ease-in;
}

#poster-image-03 {
	object-fit: cover;
	bottom: 1;
	left: 1;
	opacity: 1.0;
	position: relative;
	right: 1;
	top: 1;
	z-index: 10;
	height: auto;
	width: auto;
	transition: all 0.3s ease-in;
}

.misc {
	image-align: center;
	text-align: center;
	top: 10%;
  	left: 20%;
	right: 20%;
	text-color: white;
}

#foot-name {
	text-align: center;
	font-size: 16px;
}

/*CONTACT STUFF*/

.contact-text {
	font-weight: bold;
	text-align: justify;
  	position: absolute;
  	top: 10%;
  	left: 3em;
	right: 3em;
 	/*transform: translate(20%, 20%);*/
	font-size: 1.2em;
	color: white;
	animation: fadeIn ease 6s;
	margin-bottom: auto;
	/*animation-delay: 3s;*/
}

/*#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
	pointer-events: none;
	background: #6F72C7;
	animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}

@keyframes fade-out {
    from { opacity: 1 }
      to { opacity: 0 }
}

@keyframes fade-in {
    from { opacity: 0 }
      to { opacity: 1 }
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}*/
/* left-sidebar {
	position:fixed;
	top:0;
	left:0;
	width:200px;
	height:100%;
	background-color: #FFFFFF;
} */