nav ul li a:hover {
	border-bottom: 2px solid #fff;
}

nav ul li a  {
	color: #fff;
}

h1, .social li {
	filter: invert(100%) sepia(0%) saturate(4802%) hue-rotate(180deg) brightness(107%) contrast(113%);
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-section .center {
	padding: 0 5%;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Flexbox section */
.flex-section {
	background-color: #141313;
}

.section-title {
	color: #FFF;
}

.flex-item {
	background-color: #FFF;
}

footer{
	background-color: #141313;
}

footer .contact li a{
	color: #fff;
}

footer .contact li a:hover{
	border-bottom: 1px solid #fff;
}

footer small {
	color: #fff;
}

.center img{
	margin-bottom: 30px;
}
.video-section {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.video-section .center {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

.video-section .center h1 {
	font-family: 'Apercu';
	font-size: calc(35px + (50 - 35) * (100vw - 320px) / (1440 - 320)) !important;
	text-align: center;
	font-weight: 300;
	color: #fff;
	margin: 0;
	letter-spacing: -1.25px;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.4s ease;
}

.video-section .center svg {
	margin-bottom: 20px;
	max-width: 90%;
}
.video-section .center.animated h1 {
	transform: translateY(0);
	opacity: 1;
}

.video-section .center h2 {
	font-family: 'Apercu-Light';
	font-size: calc(20px + (35 - 20) * (100vw - 320px) / (1440 - 320));
	text-align: center;
	color: #fff;
	margin: 0;
	opacity: 1;
	transform: translateY(10px);
	transition: all 0.4s ease;
	transition-delay: 0.1s;
}
.video-section .center.animated h2 {
	transform: translateY(0);
	opacity: 1;
}

.video-section .center.animated a {
	transform: translateY(0);
	opacity: 1;
}

.video-section .center a {
  font-family: 'Apercu-Light';
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 0;
  display: block;
  margin-top: 2.5vw;
  opacity: 1;
  transform: translateY(10px);
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}

.homepage-video-mobile {
  display: none;
}

@media (max-width: 768px) {
	.play-button, .video-container {
		display: none;
	} 
	header{
		position: absolute;
		z-index: 10;
	}
	.homepage-video-mobile {
		display: block;
		position: relative;
		height: 100%;
	}
	.mobileDemoImage{
		height: 100% ;
		max-width: fit-content;
	}
	.video-section{
		height: 74vh
	}

	.video-section .center {
		padding: 0 10%;
	}

	.video-section .center a {
		margin-top: 30px;
	}

	footer .contact li {
		margin-bottom: 15px;
	}

	/*
	.homepage-video-mobile #homepage-video-id {
		display: block;
		position: relative;
	}
	.homepage-video-mobile:before {
		content: "";
		position: absolute;
		top: 0;
		z-index: 1;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
	}
	.homepage-video-mobile .play-button {
		position: absolute;
		top: 50%;
		z-index: 10;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		color: #fff;
		font-family: 'Apercu';
		font-size: calc(18px + (36 - 18) * (100vw - 320px) / (1920 - 320)) !important;
	} */

	/* header h1 {
		margin-top: revert;
	} */
}


@media (max-width: 414px) {
	/* #homepage-video-id {
		display: none;
	} */

	/* .view-work {
		display: block;
		position: absolute;
		left: -9px;
		bottom: 20px;
    	width: 100%;
    	color: #fff;
    	font-family: 'Apercu';
		font-size: 16px;
		opacity: 0;
		transform: translateY(10px);
		transition: all 0.2s ease;
		transition-delay: 0.5s;
		text-align: center;
	}
	.view-work.animate {
		transform: translateY(0);
		opacity: 1;
	}
	.down-arrow {
		transform: rotate(90deg);
		position: absolute;
	} */
}