* {
  	box-sizing: border-box;
}
body {
	color: #8f8f8f;
	background: white;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
a {
  	text-decoration: none;
	color: #8f8f8f;
}
h1 {
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Orbitron', sans-serif;
	color: #363638;
	text-align: center;
	margin-top: 40px;
}
h2 {
	font-weight: 300;
	font-size: 25px;
	font-style: italic;
	padding-bottom: 10px;
}
p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 2;
}
.content {
  	padding: 50px 0 0px;
}
.main_h {
	position: fixed;
	top: 0px;
	max-height: 45px;
	z-index: 999;
	width: 100%;
	padding-top: 10px;
	background: none;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	top: -100px;
	padding-bottom: 6px;
	font-family: 'Orbitron', sans-serif;
}
.open-nav {
  	max-height: 400px !important;
}
.open-nav .mobile-toggle {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sticky {
	background-color: rgba(255, 255, 255, 0.93);
	opacity: 1;
	top: 0px;
	border-bottom: 1px solid gainsboro;
}
.logo {
	width: 20%;
	font-size: 15px;
	color: #8f8f8f;
	text-transform: uppercase;
	float: left;
	display: block;
	margin-top: -10px;
	line-height: 1;
	margin-bottom: 0;
}
.logo img {
	margin-top: 6px;
	height: 33px;
}
nav {
	float: right;
	width: 80%;
	clear: none;
}
nav ul {
	list-style: none;
	overflow: hidden;
	text-align: right;
	float: right;
	margin-top: 5px;
}
nav ul li {
	display: inline-block;
	margin-left: 35px;
}
nav ul a {
	color: #888888;
	text-transform: uppercase;
	font-size: 12px;
}
.mobile-toggle {
	display: none;
 	cursor: pointer;
	font-size: 20px;
	position: absolute;
 	right: 22px;
  	top: 0;
  	width: 30px;
  	-webkit-transition: all 200ms ease-in;
  	-moz-transition: all 200ms ease-in;
  	transition: all 200ms ease-in;
}
.mobile-toggle span {
  	width: 20px;
  	height: 2px;
  	margin-bottom: 4px;
  	border-radius: 1000px;
  	background: #8f8f8f;
  	display: block;
}
.nav-row {
  	width: 100%;
  	margin: 0 auto;
  	position: relative;
  	padding: 0 20px;
}
.hero {
  	position: relative;
  	background: url(../images/dlk-banner.png) no-repeat left top fixed;
  	/*-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;*/
  	height: 280px;
}
#qr-code {
	float: right;
	line-height: 1;
	width: 15%;
	margin-right: 20px;
	position: absolute;
	bottom: 20px;
	right: 0;	
	color: #fff; 
	font-size: 12px; 
	font-weight: 600;
	text-align: center;
}
#qr-code img {
	width: 100%;
}
.row {
  	width: 100%;
  	margin: 0 auto;
  	position: relative;
  	padding: 0 5%;
	clear: both;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 50px;
}
.projects {
	width: 29%;
	float: left;
	margin: 2%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #888888;
}
.left {
	width: 30%;
	float: left;
}
.experience-left {
	width: 65%;
	float: left;
}
.left img, .experience-right img {
	width: 100%;
}
.right {
	width: 65%;
	float: right;
}
.experience-right {
	width: 30%;
	float: right;
}
.half {
	width: 50%;
	float: left;
}
.thirds {
	width: 33.33%;
	padding: 10px;
	float: left;
}
.two-thirds {
	width: 66.66%;
	padding: 10px;
	float: left;
}
.partner-logos {
	width: 33.33%;
	float: left;
	display: block;
}
.partner-logos img {
	height: 75px;
	margin: 0 auto;
	max-width: 100%;
	display: block;
}
.footer {
	background: #363638;
	color: #fff;
	padding: 10px;
	display: block;
	overflow: hidden;
}
.footer h1 {
	color: #fff;
}
.mouse {
  	display: block;
  	margin: 0 auto;
  	width: 26px;
  	height: 46px;
  	border-radius: 13px;
  	border: 2px solid #e8f380;
  	position: absolute;
  	bottom: 40px;
  	position: absolute;
  	left: 50%;
  	margin-left: -26px;
}
.mouse span {
  	display: block;
  	margin: 6px auto;
  	width: 2px;
  	height: 2px;
  	border-radius: 4px;
  	background: #e8f380;
  	border: 1px solid transparent;
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
  	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
  	-webkit-animation-name: scroll;
  	animation-name: scroll;
}


/*Form CSS*/

#contact-form label span {
	cursor:pointer;
	color:#fff;
	display:block;
	margin:5px 0;
	font-weight:500;
	font-family: 'Orbitron', sans-serif;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:100%;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
	border: 0;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#991D57;
	background-image:linear-gradient(bottom, #900000 0%, #f1022a 52%);
	background-image:-moz-linear-gradient(bottom, #900000 0%, #f1022a 52%);
	background-image:-webkit-linear-gradient(bottom, #900000 0%, #f1022a 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #21409a 0%, #00afe9 52%);
	background-image:-moz-linear-gradient(bottom, #21409a 0%, #00afe9 52%);
	background-image:-webkit-linear-gradient(bottom, #21409a 0%, #00afe9 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}


@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
  .logo {
    float: none;
  }
  .logo img {
  	margin-top: -10px;
  }
  nav {
    width: 100%;
  }
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
	margin-left: -20px;
  }
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
  .mobile-toggle {
    display: block;
  }
  #qr-code {
	width: 22%;
	margin-right: 15px;
	bottom: 15px;
  }
  .left, .experience-left, .right, .experience-right, .half, .two-thirds {
	padding: 0;
	width: 100%;
  }
  .projects {
	width: 100%;
  }
  
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@media only screen and (max-width: 586px) {
	.logo img {
		height: 30px;
		padding-top: 5px;
		margin-left: -10px;
	}
	.mobile-toggle {
		right: 5px;
	}
	.hero {
		background-size: 270%;
		height: 150px;
	}
	.thirds, .partner-logos {
		width: 100%;
		padding: 10px;
	}
}
