 @font-face {
 	font-family: atom;
 	src: url('../fonts/aAtmospheric.otf');
 }

 #mobile-title-bar {
      display: none;
 }

 /* Top Bar */
 .topbar-center-logo {
 	background: #ffffff;
 	width: 100%;
 	position: fixed;
 	z-index: 1;
 }
 .topbar-center-logo .menu {
 	background: #ffffff;
 }
 .topbar-center-logo .menu a {
 	color: #fefefe;
 }
 .topbar-center-logo .top-bar-center {
 	-webkit-flex: 1 0 auto;
 	-ms-flex: 1 0 auto;
 	flex: 1 0 auto;
 }
 @media screen and (max-width: 39.9375em) {
 	.topbar-center-logo .top-bar-center {
 		display: none;
 	}
 }
 .topbar-center-logo-mobile {
 	background: #ffffff;
 	width: 100%;
 	position: fixed;
 	z-index: 1;
 }
 .topbar-center-logo-mobile .menu-icon {
 	vertical-align: text-top;
 }
 /* Video */
 #videoContainer-Desktop {
 	padding-top: 90px;
 	right: 0;
 	bottom: 0;
 	min-width: 100%;
 	min-height: 100%;
 }
 #videoContainer-Moblie {
 	right: 0;
 	bottom: 0;
 	min-width: 100%;
 	min-height: 100%;
 	display: none;
 }
 #contentBGContainer {
 	padding: 40% 0 0 0;
 	position: relative;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
 }
 #contentVideoContainer {
 	padding: 40% 0 0 0;
 	position: relative;
 	display: none;
 	background-color: #000000;
 }

#reelBGContainer {
 	padding: 40% 0 0 0;
 	position: relative;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
 }
 #reelVideoContainer {
 	padding: 40% 0 0 0;
 	position: relative;
 	display: none;
 	background-color: #000000;
 }

 #videoiframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	padding-top: 90px;
 }

 #reeliframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	padding-top: 0;
 }

 #contentBGContainer .fa-play-circle {
 	color: #ffffff;
 	font-size: 128px;
 	vertical-align: middle;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 }
 #contentVideoContainer .fa-times-circle {
 	color: #ffffff;
 	font-size: 64px;
 	vertical-align: middle;
 	position: absolute;
 	top: 0%;
 	right: 0%;
 	transform: translate(-20%, 10%);
 }
 #contentBGContainer h2 {
 	color: #ffffff;
 	font-size: 32px;
 	vertical-align: middle;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 }
 @media screen and (max-width: 39.9375em) {
 	#contentBGContainer {
 		padding: 55% 0 0 0;
 	}
 	#contentVideoContainer {
 		padding: 55% 0 0 0;
 	}
 	#videoiframe {
 		padding-top: 0%;
 	}
 	#contentVideoContainer .fa-times-circle {
 		color: #ffffff;
 		transform: translate(-20%, 10%);
 		font-size: 32px;
 	}
	 .reelContainer{
		 padding-top: 56.25%;
	 }
 }

 @media screen and (max-width: 39.9375em) {
 	#contentVideoContainer .fa {
 		font-size: 64px;
 	}
 	#contentVideoContainer h2 {
 		font-size: 24px;
 	}
 }
 @media screen and (max-width: 39.9375em) {
 	#videoContainer-Desktop {
 		display: none;
 	}
 	#videoContainer-Moblie {
 		display: block;
 	}
 }

 #reelBGContainer .fa-play-circle {
 	color: #ffffff;
 	font-size: 128px;
 	vertical-align: middle;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 }
 #reelVideoContainer .fa-times-circle {
 	color: #ffffff;
 	font-size: 64px;
 	vertical-align: middle;
 	position: absolute;
 	top: 0%;
 	right: 0%;
 	transform: translate(-20%, 150%);
 }
 #reelBGContainer h2 {
 	color: #ffffff;
 	font-size: 32px;
 	vertical-align: middle;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 }
 @media screen and (max-width: 39.9375em) {
 	#reelBGContainer {
 		padding: 56.25% 0 0 0;
 	}
 	#reelVideoContainer {
 		padding: 56.25% 0 0 0;
 	}
 	#reeliframe {
 		padding-top: 0%;
 	}
 	#reelVideoContainer .fa-times-circle {
 		color: #ffffff;
 		transform: translate(-20%, 100%);
 		font-size: 32px;
 	}
	 .reelContainer{
		 padding-top: 56.25%;
	 }
 }

 @media screen and (max-width: 39.9375em) {

 	#reelVideoContainer .fa {
 		font-size: 64px;
 	}
 	#reelVideoContainer h2 {
 		font-size: 24px;
 	}
 }
 @media screen and (max-width: 39.9375em) {
 	#videoContainer-Desktop {
 		display: none;
 	}
 	#videoContainer-Moblie {
 		display: block;
 	}
 }

 .myVideo {
 	right: 0;
 	bottom: 0;
 	width: 100%;
 	height: 100%;
 }
 #description {
 	padding: 2%;
 }
 #description h2{
 	padding: 2%;
 }

 #work-description {
 	padding: 2%;
 	width: 50%;
 }
 @media screen and (max-width: 39.9375em) {
 	#work-description {
 		padding: 5%;
 		width: 100%;
 	}
 }
 #work-description h2 {
 	font-family: atom;
 	font-size: 22px;
 	color: #5d5e60;
 }
 #work-description p {
 	font-size: 12px;
 	color: #5d5e60;
 }
 @media screen and (max-width: 39.9375em) {
 	#description h2 {
 		padding: 10%;
 	}
 }

 #reel {
	clear: both;
 	padding: 2%;
 }

#reelCloseButton .fa-times-circle{
 	position: absolute;
 	top: 0%;
 	right: 0%;
 	transform: translate(-20%, 10%);
}

.reel{
	padding-top: 0;
}

 /*grid*/
 .grid {
 	width: 19.9%;
 	float: left;
    margin-left: 0.1%;
    margin-top: 0.1%;
 }
 @media screen and (max-width: 39.9375em) {
 	.grid {
 		width: 99.8%;
 	}
 }
 .image-wrapper {
 	overflow: hidden;
 	position: relative;
 	text-align: center;
 }
 .image-overlay-content {
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	overflow: hidden;
 	top: 0;
 	left: 0;
 }
 .overlay-fade-in img {
 	transition: all 0.2s linear;
 }
 .overlay-fade-in .image-overlay-content {
 	opacity: 0;
 	background-color: rgba(0, 0, 0, 0.4);
 	transition: all 0.4s ease-in-out;
 }
 .overlay-fade-in h2 {
 	color: #ffffff;
 	font-size: 22px;
 	vertical-align: middle;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 	opacity: 0;
 	transition: all 0.2s ease-in-out;
 }
 .overlay-fade-in:hover img {
 	transform: scale(1.05);
 }
 .overlay-fade-in:hover .image-overlay-content {
 	opacity: 1;
 }
 .overlay-fade-in:hover h2, .overlay-fade-in p, .overlay-fade-in .button {
 	opacity: 1;
 }
 /*foot*/
 .social-footer {
 	clear: both;
 	padding: 2%;
 	background: #ffffff;
 	display: -webkit-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-align-items: center;
 	-ms-flex-align: center;
 	align-items: center;
 	-webkit-justify-content: space-between;
 	-ms-flex-pack: justify;
 	justify-content: space-between;
 }
 .social-footer .social-footer-icons li:last-of-type {
 	margin-right: 0;
 }
 .social-footer .social-footer-icons .fa {
 	font-size: 24px;
 	color: #aaaaaa;
 }
 .social-footer .social-footer-icons .fa:hover {
 	color: #ffffff;
 	transition: color 0.3s ease-in;
 }

#content{
	display: none;
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display:flex;
  justify-content: center;
  align-items: center;
	z-index: 2;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #0f8558;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}

/* Style the Image Used to Trigger the Modal */
.myImg {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

 }
 @media screen and (max-width: 39.9375em) {
	.modal {
		display: none;
	}
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  height: 85%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.0s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}