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

/* BODY PARAMETERS -------------------------------------------------------*/


/* --- div {
	border: 1px solid cyan;
} ---*/

* html, body, br {
	background-color: #090607 !important;
	font-size: 100%;
    font-family: 'Gilroy';
	margin: 0px;
	height: 100%;
}

h1 {
	color: #F0E9D7;
	font-family: 'Gilroy';
    font-weight: bold !important;
    font-style: normal;
	font-size: 4rem !important;
}

h2 {
	color: #090607;
	font-family: 'Gilroy';
    font-weight: bold !important;
    font-style: normal;
	font-size: 3rem !important;
}

h3 {
	color: #F0E9D7;
	font-family: 'Gilroy';
	font-weight: normal;
	font-style: normal;
}

h4 {
	color: #F0E9D7;
	font-family: 'Gilroy';
	font-weight: normal;
	font-style: normal;
}

p {
	font-family: 'Gilroy';
    font-weight: normal;
    font-style: normal;
}

.padding {
	padding: 6% 0% 6% 0%;
}

.container-fluid {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

/* MENU  ---------------------------------------------------------------------*/

.menu-mobile {
	display: none;
}

.menu {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100vh;
	width: 200px;
	background-color: #090607 !important;
	font-family: 'Gilroy';
    font-weight: normal;
}

.menu ul {
	list-style: none;
	margin-bottom: 3rem !important;
	padding-left: 1.2rem !important;
}

.menu ul a {
	color: #F0E9D7;
	text-decoration: none;
	font-size: 1.5rem;
}

.menucontent {
	position: relative;
}

.menu #work a:hover {
	color: #FAA42A;
}

.menu #about a:hover {
	color: #FE82BA;
}

.menu #blog a:hover {
	color: #5778C9;
}

.menu #contact a:hover {
	color: #FF4E13;
}

.menu #play a:hover {
	color: #5778C9;
}

.menu #logo-menu {
	width: 100% !important;
}

.menu #book-menu a {
	color: #FF4E13 !important;
	font-weight: bold !important;
}

.menu #book-menu a:hover {
	color: #F0E9D7 !important;
	font-weight: bold !important;
}

#showreel {
	background-color: #204B32;
	padding: 1% 0% 0% 0%;
}



/* WORK ---------------------------------------------------------------------- */

#hero {
	padding: 5% 0% 6% 0%;
}

.work_reel a p {
	font-size: 1.75rem !important;
}

.work_reel a {
	color: #FE82BA !important;
	font-size: 1.75rem !important;
}

.work_reel a:hover {
	color: #5778C9 !important;
	text-decoration: none;
}

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

.col-sm-3:hover .project-overlay {
  opacity: 0.8;
}

.project-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.project-text p {
	color: #F0E9D7 !important;
}



/* ABOUT --------------------------------------------------------------------- */

#seework a {
	color: #FAA42A;
}

#seework a:hover {
	color: #5778C9;
	text-decoration: none;
}

#seework2 a {
	color: #FE82BA;
}

#seework2 a:hover {
	color: #5778C9;
	text-decoration: none;
}

.logos img {
	margin: 1.5em 0 1.5em 0;
}

#testimonials {
	background-color: #204B32;
}

#testimonials h4 {
	font-weight: bold !important;
}

#testimonials p {
	font-family: 'Gilroy';
    font-weight: normal;
    font-style: normal;
	font-size: 1rem;
	color: #F0E9D7;
}


/* CLIENT LOGOS -----------------------------------------------------------------*/

#clientlogos {
	background-color: #FAA42A;
	color: #F0E9D7;
	text-align: left;
	padding: 8% 1% 8% 1%;
}


/* PROJECT COST -----------------------------------------------------------------*/

#project {
	background-color: #5778C9;
	color: #F0E9D7;
	text-align: left;
	padding: 6% 1% 6% 1%;
}

#project h1 {
	color: #F0E9D7;
}

#project p {
	font-size: 1.2rem;
}

#project p span a {
	color: #FAA42A;
}

#project p span a:hover {
	color: #090607;
	text-decoration: none;
}

/* CONTACT ---------------------------------------------------------------------*/

#buttons{
	text-align: left;
}

#buttons ul {
	list-style: none;
	padding-left: 0 !important;
}

#buttons ul li {
	padding-right: 0.5em;
	display: inline;
}

.btn{
	width: 150px !important;
	margin-top: 0.8em !important;
}




/* FOOTER -----------------------------------------------------------------------*/

footer {
	background-color: #F0E9D7;
	font-family: 'Gilroy';
    font-weight: normal;
    font-style: normal;
	padding: 6% 0% 1% 0%;
}

footer p {
	color: #090607;
	font-size: 1.2rem !important;
}

footer a {
	color: #090607;
}

footer a:hover{
	color: #FF4E13;
	text-decoration: none;
}

footer label {
	font-size: 1.7rem;
	font-weight: bold;
    font-style: normal
}

footer ul {
	list-style:none;
	font-size: 1.3rem;
	padding-left: 0 !important;
}

#behance a {
	color: #FF4E13 !important;
}

#behance a:hover {
	color: #090607 !important;
}

#vimeo a {
	color: #FAA42A !important;
}
#vimeo a:hover {
	color: #090607 !important;
}

#instagram a {
	color: #5778C9 !important;
}

#instagram a:hover{
	color: #090607 !important;
}

#dribbble a {
	color: #090607;
}

#dribbble a:hover {
	color: #090607 !important;
}

#linkedin a {
	color: #204B32 !important;
}

#linkedin a:hover{
	color: #090607 !important;
}

#medium a {
	color: #FE82BA !important;
}

#medium a:hover{
	color: #090607 !important;
}

#pinterest a {
	color: #5778C9 !important;
}

#pinterest a:hover{
	color: #090607 !important;
}


#feedback {
	font-size: 1.2rem !important;
}

.copyright{
	font-size: 1rem !important;
}



/* BOOK A CALL BTN -----------------------------------------------------*/

.btn a {
	color: #F0E9D7 !important;
}

.btn a:hover {
	text-decoration: none;
	color: #090607 !important;
}



/* Project pages -------------------------------------------------------*/

.credits h4 {
	color: #5778C9 !important;
}

.credits a {
	color: #FF4E13;
}

.credits a:hover {
	text-decoration: none;
	color: #FAA42A;
}



/* Work ----------------------------------------------------------------*/

.borders {
	border-top: 2px solid #F0E9D7;
}

.txt-padding {
	padding: 5% 0 5% 0;
}

.project a {
	color: #F0E9D7 !important;
}

.project a:hover {
	color: #5778C9 !important;
	text-decoration: none;
}

/* CONTACT -------------------------------------------------------------*/

#newsletter a {
	text-decoration: none !important;
	color: #FAA42A !important;
}

#newsletter a:hover {
	color: #FE82BA !important;
}





/* MEDIA QUERIES -------------------------------------------------------*/
/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (max-width: 768px) {
	.menu {
		display: none;
	}
	
	.menu-mobile {
		display: block;
	}
	
	/* Container-fluid content padding */
	.container-fluid {
		padding: 20px 20px 20px 20px !important;
	}
	
	#hero {
		padding-top: 50px !important;
	}
	
	#project {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.about-text {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	#services img {
		width: 50%;
		padding: 5% 0 5% 0;
	}
	
	#contact-text {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	#contact-form {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.logos img {
		width: 30% !important;
	}
	
	
	/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  right: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  	position: relative;
  	top: 15%; /* 25% from the top */
  	width: 100%; /* 100% width */
  	text-align: left; /* Centered text/links */
  	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px 8px 8px 0;
  text-decoration: none;
  font-size: 36px;
  color: #F0E9D7;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 28px;
  left: 52px;
  font-size: 20px;
}
	
.overlay-content ul {
	list-style: none;
}

.overlay-content ul a {
	color: #F0E9D7;
	text-decoration: none;
	font-size: 1.5rem;
	font-family: 'Gilroy';
	font-weight: normal;
	font-style: normal;
}

.overlay-content #work-mobile a:hover {
	color: #FAA42A;
}

.overlay-content #about-mobile a:hover {
	color: #FE82BA;
}

.overlay-content #blog-mobile a:hover {
	color: #5778C9;
}

.overlay-content #contact-mobile a:hover {
	color: #FF4E13;
}

.overlay-content #play-mobile a:hover {
	color: #5778C9;
}
	
.overlay-content #book-menu-mobile a {
	color: #FF4E13 !important;
	font-weight: bold !important;
}

.overlay-content #book-menu-mobile a:hover {
	color: #F0E9D7 !important;
	font-weight: bold !important;
}

}
