/*-------------
 	General
-------------*/

@-webkit-keyframes textFade {
	0% { background-color: #0000cc; color: #f09; }
	20% { background-color: #0000cc; color: #f09; }
  33% { background-color: #0000cc; color: #ff0; }
	54% { background-color: #0000cc; color: #ff0; }
  67% { background-color: #f09; color: #0ff; }
	87% { background-color: #f09; color: #0ff; }
  100% { background-color: #0000cc; color: #f09; }
}

@keyframes textFade {
	0% { background-color: #0000cc; color: #f09; }
	20% { background-color: #0000cc; color: #f09; }
  33% { background-color: #0000cc; color: #ff0; }
	54% { background-color: #0000cc; color: #ff0; }
  67% { background-color: #f09; color: #0ff; }
	87% { background-color: #f09; color: #0ff; }
  100% { background-color: #0000cc; color: #f09; }
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px 'Source Code Pro', monospace;
	color: #000;
	/*scroll-behavior: smooth;*/
}

ul, nav{
	list-style: none;
}
h1.title {
	font-style: italic;
	color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in-out;
}
h1.title-shadow {
	font-style: italic;
	color: rgba(0, 0, 0, 0);
	text-shadow: -12px -32px 10px rgba(0, 0, 0, 0.3);
	transition: all .2s linear;
}
h1.title:hover {
	font-style: italic;
	color: rgba(0, 0, 0, 0.05);
	transition: color 1s;
}
h1.title:hover ~ h1.title-shadow {
	font-style: italic;
	font-size: 1.7em;

	text-shadow: 15px 60px 6px rgba(0, 0, 0, 0.7);

	transition: all 1s linear;
}
a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;

}

a:hover{
	opacity: .5;

}

#menu-x {
  margin: 0;
  position: fixed;
  z-index: 20;
  left: 0;
  text-align: center;
  top: calc(100vh - 288px);
  width: 100%;
}
#menu-x a {
    cursor: pointer;
    text-decoration: none;
		font-size: 32px;
		-webkit-animation: textFade 2s cubic-bezier(0,0,1,1) infinite;
		animation: textFade 2s cubic-bezier(0,0,1,1) infinite;
}

#menu-x a:hover {
    opacity: .5;

}

a.btn{
	color: #000;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #fff;
	font-weight: 200;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #fff;
	border: 0;
	margin-bottom: 80px;
}

section {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
        padding: 25px 250px 25px 150px;
		    z-index: 9;
		background: rgba(0, 0, 0, 0.7);
}

section.hero{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
        padding: 0 15vw;
		/* margin-top: 100vh; */
}

section.work {
align-items: center;
}

section.about {
align-items: left;
}

section.hidden-section {
	z-index: -100;
	touch-action: none;
  min-height: calc(100vh - 160px);
}

#bpm {
  display:inline;
  width: 200px;
}

#overlay {
	z-index:999;
	position: relative;
}

#banner {
	left:2%;
	bottom: 50%;
	position: fixed;
	color: #fff;
	z-index: 20;
}

#startButton {
	margin: 20px 0;
	right: 2%;
	position: fixed;
	width: 40px;
	height: 30px;
}


.dg.ac {

    top: 60px!important;
}
@media (max-width: 1000px){

	section{
		padding: 100px 120px 100px 0;
	}

  section.hidden-section {
  	z-index: -100;
  	touch-action: none;
    min-height: calc(100vh - 240px);
  }


}

@media (max-width: 600px){

	section{
		padding: 80px 30px;
	}



}

section h3.title{
	color: #000;
	text-transform: capitalize;
	font: normal 32px 'Source Code Pro', monospace;
	margin-bottom: 6px;
	text-align: left;
	width: 100%;
	max-width: 800px;
}
section h3.title-2{
	color: #000;
	text-transform: capitalize;
	font: normal 32px 'Source Code Pro', monospace;
	font-style: italic;
	margin-bottom: 35px;
	text-align: left;
	width: 100%;
	max-width: 800px;
}

section p{
	width: 100%;
	max-width: 800px;
	text-align: left;
	margin-bottom: 35px;
	padding: 0 20px 0 0;
	line-height: 2;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



/*-------------
 	Header
-------------*/#mobile-names-menu {
    display:block;
  }

header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    color: #214462;
    padding: 35px 0 0 0;
}

header h2{
	font-family: 'Source Code Pro', monospace;
}

header nav{
	display: block;
	z-index: 20;
	display: flex;
  align-items: center;
  justify-content: center;
}

header nav li{
	margin: 0;
}

header nav li:first-child{
	margin-left: 0;
}

header nav li:last-child{
	margin-right: 0;
}

#btnControl {
    display: none;
		z-index: 20;
}

#menu-icon {

	display: none;
	width: 40px;
	height: 40px;
	background: #f09 center;
	color: #000033;
padding: 7px;
font-size: 12px;
text-align: center;
line-height: 1.1;
    top: calc(50% - 40px);
    right: 5px;
        position: fixed;

	z-index: 20;

}

a:hover#menu-icon {

	background-color: #444;


}

#names-menu {
	margin-top: 30px;
	width: 12%;
	text-align: right;
	position: fixed;
	right: 35px;
	bottom: 3%;
	opacity:0;
	z-index: 20;
}

#names-menu li {
	margin-bottom: 6px;
}
#mobile-names-menu {
  display:none;
}
#top-btn  {
	opacity:0;
	display:none;
}
#about-btn {
	opacity:1;
}
@media (max-width: 1000px){
	body {
		max-width: 100vw;
	}

	header{
		position: absoulte;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100%;
		display: block;
		color: #f09;
		padding: 5px;

	}
	#mobile-names-menu {
    display:block;
  }

}


@media (max-width: 700px){
	header{
		flex-direction: column;
	}

	header h2{
		margin-bottom: 15px;
	}
}



/*----------------
 	Hero Section
----------------*/

.hero {
    position: relative;
    min-height: 100vh;
    color: #fff;
    text-align: left;
    /*  pacity: 0; */
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	z-index: -1;
	opacity:0;
}

.fadein {
	-webkit-animation: fadein 2s linear 2s 1 normal forwards; /* Safari and Chrome */
	-moz-animation: fadein 2s linear 2s 1 normal forwards; /* Firefox */
	-ms-animation: fadein 2s linear 2s 1 normal forwards; /* Internet Explorer */
	-o-animation: fadein 2s linear 2s 1 normal forwards; /* Opera */
	animation: fadein 2s linear 2s 1 normal forwards;
}

.fadein-fast {
	-webkit-animation: fadein 1s linear .6s 1 normal forwards; /* Safari and Chrome */
	-moz-animation: fadein 1s linear .6s 1 normal forwards; /* Firefox */
	-ms-animation: fadein 1s linear .6s 1 normal forwards; /* Internet Explorer */
	-o-animation: fadein 1s linear .6s 1 normal forwards; /* Opera */
	animation: fadein 1s linear .6s 1 normal forwards;
}

.fadein-slow {
	-webkit-animation: fadein 2s linear 4s 1 normal forwards; /* Safari and Chrome */
	-moz-animation: fadein 2s linear 4s 1 normal forwards; /* Firefox */
	-ms-animation: fadein 2s linear 4s 1 normal forwards; /* Internet Explorer */
	-o-animation: fadein 2s linear 4s 1 normal forwards; /* Opera */
	animation: fadein 2s linear 4s 1 normal forwards;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
}

.hero h1 {
    margin-bottom: 15px;
        color: #fff;
    font: 60px 'Source Code Pro', monospace;
    font-weight: light;
    /* mix-blend-mode: color-burn; */
    opacity:1;
}

.hero h3 {
    margin-bottom: 6px;
    color: #fff;
    font: 28px 'Source Code Pro', monospace;
}

.hero a.btn{
	padding: 20px 46px;
}
@media (max-width: 1000px){
.hero h1 {
    font-size: 28px;
}
}

@media (max-width: 800px){

	.hero{
		min-height: 600px;
	}

	.hero h1{
		font-size: 28px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}
	section h3.title, section h3.title-2,	section p{
		width: 98%;
	}

section {
	padding: 30px 0;
}


}



/*--------------------
 	Our Work Section
---------------------*/

.work{
	background-color: #fff;
}

.work img {
	max-width:640px;
	margin: 0 20px 30px 0;
}

.work .grid li{
	padding: 20px;
	height: 350px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
	background-color: #fff;
}

.work .grid li.small{
	flex-basis: 40%;
}

.work .grid li.large{
	flex-basis: 60%;
}


@media (max-width: 1000px){

	.work .grid li.small,
	.work .grid li.large{
		flex-basis: 100%;
	}

}



/*----------------------
 	about Section
----------------------*/

.about{
	background-color: #fff;
}

.about .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}

.about .grid li i{
    font-size: 50px;
    color: #000;
    margin-bottom: 25px;
}

.about .grid li h4{
	color: #000;
    font-size: 20px;
    margin-bottom: 25px;
}

.about .grid li p{
    margin: 0;
}

@media (max-width: 1000px){

	.about .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.about .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.about .grid li{
		flex-basis: 100%;
	}

}



/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #fff;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 1000px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

	#banner {
		top:20px;
		left:15px;
	}
  #menu-x {
    margin: 0;
    position: fixed;
    z-index: 20;
    left: 0;
    text-align: center;
    width: 100%;
  }
	#menu-x {
		/* top: 10%; */
	}
	#startButton {
    top:30px;
	}


}



/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #fff;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #000;
}

.contact form .btn{
	padding: 18px 42px;
}


@media (max-width: 800px){

section.hero {
padding: 2vh 0 0 0;
}
	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

	img {max-width: 98%!important; margin: 0 5px 30px 5px !important;}

#menu-x {
    /* right: 5px; */
}
#btnControl {
    display: none;
}
/* #btnControl:checked ~ #menu-x {
    	display: block;
} */



	nav li {

	text-align: center;
	width: 100%;
	margin: 0;

}

nav:focus ul {

	display: block;

}


}

}




/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #000;
	background-color: #fff;
	padding: 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;
}

footer ul li:first-child{
	margin-left: 0;
}

footer ul li:last-child{
	margin-right: 0;
}

footer p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #000;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}


/* -- Demo ads -- */

@media (max-width: 1200px) {
	#bsaHolder{ display:none;}
}

/*-------------
 	Effects
-------------*/


        @keyframes fadein {
            0% { opacity: 0; }
            100% { opacity: 1; }
        }

        /* Firefox */
        @-moz-keyframes fadein {
            0% { opacity: 0; }
            100% { opacity: 1; }
        }

        /* Safari and Chrome */
        @-webkit-keyframes fadein {
            0% { opacity: 0; }
            100% { opacity: 1; }
        }

        /* Internet Explorer */
        @-ms-keyframes fadein {
            0% { opacity: 0; }
            100% { opacity: 1; }
        }​

        /* Opera */
        @-o-keyframes fadein {
            0% { opacity: 0; }
            100% { opacity: 1; }
        }​
