@import 'fonts.css';
*, *:before, *:after  {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body, html {
	height: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 100%;
}
/*body::before {
	content: '';
	height: 4px;
	background-color: #0054FF;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 99999;
}*/
body {
	color: #444;
	background-color: #000;
}
a{
	text-decoration: none;
	font-weight: 600;
}
a:link, a:visited{
	color: #ffffff;
}
a:hover{
	color: #ffffff;
}
a:active{
	color: #0054FF;
}
.symbol{
	display: none;
}


#menu-static{
	position: absolute;
	width: 100%;
	height: 56px;
}
.menu-closed, .menu-open{
	height: 100%;
	top: 0;
	width: 100%;
	padding: 0 16px;
	position: absolute;
	display: flex;
	align-items: center;
	transition: opacity .4s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu-fixed{
	/*border-top: 4px solid #0054FF;*/
	/*background-color: #000;*/
	background-color: rgba(0,0,0,.9);
	/*-webkit-backdrop-filter: saturate(180%) blur(20px);*/
	border-bottom: solid 1px #202020;
	width: 100%;
	position: fixed;
	z-index: 1000;
	height: 56px;
	top: -56px;
	/*transition: top .8s cubic-bezier(0.19, 1, 0.22, 1), height .4s cubic-bezier(0.19, 1, 0.22, 1), padding .4s cubic-bezier(0.19, 1, 0.22, 1);*/
	transition: top .4s cubic-bezier(0.19, 1, 0.22, 1);
	overflow: hidden;
}
#menu-static .menu-open{
	justify-content: flex-end;
	opacity: 1;
}
#menu-static .menu-closed{
	justify-content: flex-end;
	opacity: 0;
}
#menu-fixed .menu-open{
	justify-content: space-between;
	opacity: 1;
}
#menu-fixed .menu-closed{
	justify-content: space-between;
	opacity: 0;
}
.menu-logo{
	/*padding-left: 16px;*/
}
.digitsdestroy-logo{
	display: block;
	fill: #bbb;
	width: 152px;
	height: 23px;
}
.digitsdestroy-logo:hover{
	fill: #fff;
}
.menu-ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.menu-ul li a{
	display: block;
	color: #bbb;
  	padding: 0px 32px;
  	text-decoration: none;
  	font-size: 1.2em;
  	font-weight: 600;
  	letter-spacing: -0.5px;
  	text-shadow: 0 1px 1px rgba(0,0,0,0.70);
}
.menu-ul:last-child a{
	padding-right: 0px;
}
.menu-ul li a:hover{
	color: #ffffff;
}
.menu-icon{
	display: block;
	fill: #bbb;
	width: 24px;
	height: 24px;
}
.menu-icon:hover{
	fill: #fff;
}
.menu-button{
	padding-left: 16px;
  	display: none;
}



.loaderImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

#container{
	width: 90%;
	margin: 0 auto;
	transition: width .8s cubic-bezier(0.19, 1, 0.22, 1);
}
#container:after {
	content: ' ';
	display: block;
	clear: both;
}
#intro{
	width: 86%;
	height: 96%;
	margin: 0 auto;
}
#vs1{
	height: 30%;
	display: block;
}
#vs2{
	height: 20%;
	display: block;
}
.dd-container{
	display: block;
	position: relative;
	vertical-align: middle;
}
#intro .dd-container{
	height: 14%;
}
.dd-svg{
	display: block;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
}
.color-divider{
	width: 4em;
	height: 0.75em;
	background-color: #0054FF;
	border-radius: 6px;
	margin-top: 2em;
}
.color{
	color: #0054FF;
}
#intro h1{
	font-size: 2.8em;
	letter-spacing: -2px;
	color: #fff;
	line-height: 1.2;
	font-weight: 800;
	display: inline-block;
}
#intro h2{
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: -0.8px;
	color: #bbb;
	margin-top: 2em;
	line-height: 1.4;
	max-width: 26em;
}
#intro-project{
	display: none;
	width: 90%;
	height: 30%;
	margin: 0 auto;
}
#close-holder{
	display: none;
	margin-left: 1%;
	margin-bottom: 3%;
}
.close{
	display: inline-block;
	width: 38px;
	height: 73px;
	background-image: url('../img/backarrow.png');
}
.close:hover{
	background-position: -38px 0px;
}




.item{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	height: 0;
	margin-bottom: 4%;
	border-radius: 2px;
	margin-left: 1%;
	margin-right: 1%;
	width: 31.33333%;
	padding-bottom: 31.33333%;
	background-color: #000;
	text-decoration: none;
}
.item-image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 2px;
	opacity: 1;
	transition: opacity .8s cubic-bezier(0.19, 1, 0.22, 1), top .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.double{
	width: 64.66666%;
}
.triple{
	width: 98%;
}
.last{
	width: 98%;
}
.item:hover .item-image{
	opacity: .75;
}
.item header.top{
	top: 8%;
	bottom: auto;
}
.item header{
	position: absolute;
	bottom: 4%;
	z-index: 10;
	max-width: 96%;
}
.item h1{
	display: inline-block;
	color:#fff;
	padding: 0.125em 0.5em;
	font-size: 2em;
    letter-spacing: -1px;
	line-height: 1.2;
	font-weight: 800;
	border-left: 8px solid #0054FF;
	background: linear-gradient(135deg, rgba(0,66,200,1) 0%, rgba(0,66,200,1) 50%, rgba(0,0,0,0) 50.1%);
	background-size: 300% 100%;
	background-position: 100% 0;
	transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.item:hover h1{
	color: #fff;
	background-position: 0 0;
}
.item h2{
	display: inline-block;
	color: #bbb;
	text-shadow: 0 1px 1px rgba(0,0,0,0.70);
	padding: 0.2272em 0.9090em;
	font-size: 1.1em;
	line-height: 1.1;
	letter-spacing: -0.5px;
	font-weight: 300;
	font-style: italic;
	border-left: 8px solid #0038A9;
	background: linear-gradient(135deg, rgba(0,44,132,1) 0%, rgba(0,44,132,1) 50%, rgba(0,0,0,0) 50.1%);
	background-size: 300% 100%;
	background-position: 100% 0;
	transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.item:hover h2{
	color: #fff;
	background-position: 0 0;
}

#item-adidas .item-image{
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 33%, rgba(0,0,0,0.85) 100%, #000000 100%), url('../img/item-adidas01.jpg');
}
#item-ibm .item-image{
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 33%, rgba(0,0,0,0.85) 100%, #000000 100%), url('../img/item-ibm01.jpg');
}
#item-lmi .item-image{
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 33%, rgba(0,0,0,0.85) 100%, #000000 100%), url('../img/item-lmi01.jpg');
}
#item-hh .item-image{
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 33%, rgba(0,0,0,0.85) 100%, #000000 100%), url('../img/item-hh01.jpg'); 
}
#item-transit .item-image{
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 33%, rgba(0,0,0,0.85) 100%, #000000 100%), url('../img/item-transit01.jpg'); 
}
#item-gt .item-image{
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 33%, rgba(0,0,0,0.85) 100%, #000000 100%), url('../img/item-gt01.jpg'); 
}
#item-dd .item-image{
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 33%, rgba(0,0,0,0.85) 100%, #000000 100%), url('../img/item-subtmw01.jpg');  
}
#item-woot .item-image{
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 33%, rgba(0,0,0,0.85) 100%, #000000 100%), url('../img/item-woot09.jpg');
}



.project{
	display: none;
}
.project header{
	float: left;
	margin-bottom: 10%;
	margin-left: 1%;
	margin-right: 1%;
	width: 31.33333%;
	padding-right: 3%;
}
.project h1{
	font-size: 2.4em;
    letter-spacing: -1px;
	line-height: 1.2;
	font-weight: 800;
	color: #fff;
	margin-top: 1em;
	margin-bottom: .1em;
}
.project h2{
	font-size: 1em;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.2;
	color: #0054FF;
	text-transform: uppercase;
	margin-bottom: 3em;
}
.project p{
	font-size: 1.05em;
	font-weight: 400;
	/*letter-spacing: -0.02em;*/
	/*font-style: italic;*/
	line-height: 1.4;
	/*text-align: justify;*/
	color: #bbb;
}
.project-content{
	float: left;
	margin-bottom: 4%;
	margin-left: 1%;
	margin-right: 1%;
	width: 64.66666%;
}
.project-image{
	width: 100%;
	margin-bottom: 4%;
	border-radius: 2px;
}
.project-image-extender{
	width: 100%;
	margin-bottom: 4%;
	border-radius: 2px;
	text-align: center;
}
.project-image-extender .project-image{
	width: auto;
	max-width: 100%;
	margin-bottom: 0;
	display: block;
	margin: auto;
}
.midas-white{
	background-color: #f2f2f2;
}
.white{
	background-color: #fff;
}
.dark-grey{
	background-color: #161616;
}
.watermelon{
	color: #0054FF;
}
.password-wrapper{
	text-align: center;
}
.password-wrapper h3
{
	font-size: 1.05em;
	font-weight: 400;
	line-height: 1.4;
	color: #666;
	margin-top: 2em;
	margin-bottom: 2em;
}
input[type="password"]{
	font-size: 1em;
	background-color: #000;
	padding: 1.5em;
	color: #aaa;
	width: 18em;
	border: 1px solid #666;
	margin-bottom: 50em;
	border-radius: 6px;
	outline: none;
}
#footer{
	width: 90%;
	margin: 0 auto;
}
.footer-copyright{
	display: block;
	font-size: .6em;
	color: #777a7f;
	text-align: right;
	font-family: Verdana, "Verdana Ref", sans-serif;
	padding: 2em 0;
}



/*~~~tablet~~~*/
@media (min-width: 640px) and (max-width: 1024px){
	#container {
		width: 90%;
	}
	#intro {
		width: 86%;
		font-size: 90%;
	}
	.item{
		width: 48%;
		padding-bottom: 48%;
		font-size: 90%
	}
	.double, .triple{
		width: 98%;
		padding-bottom: 48%;
	}
	.project header{
		width: 98%;
	}
	.project-content{
		width: 98%;
	}
	input[type="password"]{
		font-size: .9em;
	}
}
/*~~~mobile~~~*/
@media (max-width: 640px){
	#menu{
		padding: 18px 8px;
	}
	#menu .icon{
		margin-left: .2em;
	}
	.menu-button{
		display: block;
	}
	.menu-open .menu-logo{
		display: none;
	}
	#menu-static .menu-open{
		opacity: 0;
	}
	#menu-static .menu-closed{
		opacity: 1;
	}
	#menu-fixed .menu-open{
		justify-content: flex-end;
		opacity: 0;
	}
	#menu-fixed .menu-closed{
		justify-content: space-between;
		opacity: 1;
	}


	#container {
		width: 90%;
	}
	#intro {
		width: 88%;
		font-size: 70%;
		/*height: 50%;*/
	}
	.item, .double, .triple{
		width: 98%;
		padding-bottom: 98%;
		font-size: 80%
	}
	.project header{
		width: 98%;
	}
	.project-content{
		/* parent is container with 90% width. full screen width is then 100/90 of parent's width -> 111.1111% */
		width: 111.11111111%;
		/* parent is container with 90% width. margin-left is then 5/90 of parent's width -> 5.555555556% */
		margin-left: -5.555555556%;
	}
	.project-image{
			border-radius: 0px;
	}
	input[type="password"]{
		font-size: .7em;
	}
	#footer{
		font-size: 30%;
	}
	.menu-ul li a
	{
	  	padding: 0px 8px;
	  	font-size: .75em;
	}
	.menu-icon{
		width: 16px;
		height: 16px;
	}
	.digitsdestroy-logo{
		width: 108px;
	}
}