/* MAINTENANCE ITEMS */
/* Cover Image - index.php or just change coverImage.jpg in main directory*/
/* Nav Bar Background Color - footer.php , also adjust Footer Background Color - style.css */
/* Copyright Year- header.php */
/* CV - about.php */
/* CV Print Version - upload current PDF with same file, or update link on about.php*/
/* Social Links - header.php & footer.php*/
/* Navigation List Names - header.php*/
/* Move On-going Project to a Different Section - carousels in work.php and move files to proper folder*/
/* Move Project to Archive - remove from carousel, and move to archive.php and move image files to appropriate folder*/
/* note: Swiper.js is ONLY used for they'll believe me project. Everything else is Splide.js with video formatting */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

 @charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 400;
}



a:link, a:visited {
  text-decoration: none;
  display: inline-block;
  color: black;
}

.clearfix:after {
	content:".";
	display:block;
	clear: both;
	visibility: hidden;cc
	height: 0;
	line-height: 0;
}

html {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 400;
	font-color: black;
	
}

#wrapper { 
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom:0;
	padding: 0;

}

ul {
	list-style-type: none;
	
}

body { 
	height: 100%;
	background-position: center top;
  	background-repeat: no-repeat;
  	background-size: cover;
	overflow: none;
	min-width: 320px;

}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*header.php*/

header {
animation: fadeIn 100ms;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; 
  position: relative;
  font-size: 300%;
  top: 0;
  left: 0;
  letter-spacing: 1px;
  color: black;
  margin: 0;
  padding: 0;
}

#social {
animation: fadeIn 500ms;
  width: 25px;
  position:absolute;
  top:16px;
  right:16px;
}

#social img {
    width: 100%;
    height: 100%;
	margin: 16px 0; 
}

#copyright { 
  position:fixed;
  bottom:1%;
  right:1%;
  z-index: 8;
  width: 40px;
  font-size: 10px;
}


/* navigation bar */
.nav { 
animation: fadeIn 500ms;
  list-style: none;
  margin: 0;
  padding: 0;
}

	/* trigger hasLayout in IE for justifying nav bar */
.nav, .nav li {
	zoom: 1;
	line-height: 0.1em;
}

.nav {
	overflow:hidden;
	position:fixed;
	bottom:0;
	left: 0;
	vertical-align: text-bottom;
	font-size: 0 !important; /* remove physical spaces between items */
	text-align: justify;
	text-justify: distribute-all-lines; /* distribute items in IE */
	list-style-type: none;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 75px;
	padding-right: 75px;
	width: 100%;
	
	transition: opacity 0.75s;
	opacity: 1;
	z-index: 2;
	
}

	/* fully justify all items in browsers other than IE */
.nav:after {
	content: "";
	display: inline-block;
	width: 100%;
	line-height: 0;
}
	/* code for justifying list items in nav bar */
.nav li {
	text-align: center; /* customize to suit */
	vertical-align: bottom; /* can customize to suit */
	display: inline-grid;
	margin-bottom:0;
   	color: #1E1E1E;
    font-size:20px;
	}

	/* IE hacks to make li's line up */
*+html .nav li {display: inline;}
* html .nav li {display: inline;}

.nav a:link { 
	text-decoration: none;
	color: #1E1E1E;
}

.nav a:visited { 
	text-decoration: none;
	color: #1E1E1E;
}

.nav a:link, .nav a:visited {
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: black;
}


.nav--hidden {
  opacity: 0;
  overflow: hidden;
  
}

/* All .container Contents */

.container {
	animation: fadeIn 800ms;
	width: 70%;
	margin: auto;
	padding-top: 32px;
}

h1 {
  font-size: 130%;
  font-weight: 700;
}

h2{
  font-size: 120%;
  font-weight: 500;
}

h3{
  font-size: 110%;
  font-weight: 400;
}

.bottom-link {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 32px;
}

.bottom-link a {
	text-decoration: underline;
}

/* about.php */
.right_text {
	padding-top: 32px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: right;
}

.indented{
  margin-top: 32px;
  margin-bottom: 16px;
  margin-left: 20%;
  margin-right: 20%;
}

.left_text {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 32px;
	
}

.left_text p {
	line-height: 1.4em;
	padding-top: 16px;	
}


/* archive.php */

ul.archived-work {
  	list-style-type: none;
	width: 100%;
	height: auto;
}


li.archived-project img {
  width: 100%;
  height: 100%;
  position: relative;
}
li.archived-project {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: 700;
}


p.hover-text:hover  {
  opacity: 1;
  font-weight: 700;
}

.hover-text {
  margin: 0;
  padding-top: 20%;
  padding-bottom: 0;
  font-weight: 700;
  display: inline-block;
  height: 70%;
  left: 0;
  bottom: 2%;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s linear;
  background: rgba(255, 255, 255, 0.80);
  	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
}

ul.archived-work { 
	list-style-type: none;
	width: 100%;
	height: auto;
	margin: 16px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	row-gap: 16px;
	column-gap: 2%;
	align-items: flex-start;

}

.archived-project {
  display: inline-flex;
  width: 45%;
  height: auto;
  margin:0;

}


/* footer.php*/

footer {
	animation: fadeIn 1200ms;
	text-align: center;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 72px;	
	background-color: #fafafa;

}

#social-footer ul{
	display: flex;
	flex-flow: row wrap;
	width: 400px;
}

#social-footer li {
	display: inline-flex;
	width: 40px;
	height: 40px;
	margin: 8px;
	
}

#social-footer img {
	width: 100%;
    height: 100%;
	padding: 8px;
}

/* work.php carousel */
.splide__slide__container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;

 }

.carousel-heading{
	margin-bottom: 8px;
}

#carousel-container {
	animation: fadeIn 900ms;
	margin-bottom: 32px;
	
}

.splide__track {
	width: 85%;
	margin: auto;
	padding-top:0px;
	padding-bottom: 80px;

}

#slider1, #slider2, #slider3{
	padding-top: 16px;	
	margin-top: 0;
}


#carousel-container .splide__pagination__page.is-active {
	opacity: 1;
	background-color: #3f3f3f;
}


#carousel-container .splide__pagination__page {
	opacity: 1;
	background-color: #afafaf;
}

#carousel-container .splide__arrow{
	background-color: #ffffff;
}
 
#carousel-container a {
	text-decoration: underline;
} 


/*Video Styling for splide carousels in work-***.php*/


.video-container-work {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container-work video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.video-poster {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
  transition: opacity 0.5s ease;
}

.video-container-work.playing .video-poster {
  opacity: 0;
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 3;
}

.video-container-work.playing .play-icon {
  opacity: 0;
}




/*PROJECT TEMPLATE */

.hero{
	width: 100%;
	margin-bottom: 32px;
}

.work-info { 
	width: 35%;
	margin-bottom: 32px;
	display: inline-block;
	vertical-align: top;
	padding-right: 16px;
}

.work-details { 
	width: 64%;
	margin-bottom: 32px;
	display: inline-block;
}


.splide:not(.is-overflow) .splide__arrows {
  display: none;
}



/* work.php */
#slider1 a{
	text-decoration: none;
}
#slider2 a{
	text-decoration: none;
}
#slider3 a{
	text-decoration: none;
}

/*mobile menu */

.mobile-nav {
	height: 100vh;
	background: rgba(250, 250, 250, 0.96);
	border-radius: 32px 0 0 32px;
	position: fixed;
	top: 80px;
	right: -450px; /*mobile trigger width */
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 450px;
	transition: .3s ease;
	margin: 0;
	z-index:5;
	
}

.mobile-nav.active{
	right:0;

}

.mobile-nav ul {
	margin-top: 16px;
}

.mobile-nav li {
	padding: 16px 16px 16px 32px;
	font-weight: 700;
	font-size: 125%;
	letting-spacing: 1px;
}


.burger{
	height: 72px;
	width: 36px;
	margin-left: auto;
	position: fixed;
	top: 72px;
	right: 8px;
	z-index: 6;
	transition: .3s ease;
	
}

.burger img {
	height: 70%;
	right: 0;
	top: 15%;
	position: absolute;
	transition: .3s ease;
	
}

.burger.active img{
	transform: rotate(-180deg);
}

.mobile-nav #copyright {
	position: relative;
	padding: 32px;
	left: 0;
}

/*index.php enter button */
.enter-button {
	position: absolute;
	top: 80%;   
	left: 50%;  
	transform: translate(-50%, -50%);
	font-size: 120%;
	letter-spacing: 1px;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 400;
	padding: 16px 56px;
	border-radius: 16px;
	background: rgba(250, 250, 250, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	transition-duration: 0.4s;
}

.enter-button:hover {
	font-style: italic;
}

/*swiper.js for theyllbelieveme.php */

.swiper { 
	background-color: #000000;
}


.swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' depending on your preference */
  display: block;
  padding: 0;
  margin: 0;
  background-color: #000000;

}

.swiper-wrapper {
	background-color: #000000;
}

.swiper-pagination {
  display: none !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  padding: 0.5em 0.6em;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s;
}

.custom-play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

