html, body {
  padding: 0;
  margin: 0;
  font-family: "Century Gothic", sans-serif;
}

/* ---------------------------- */
/* ----------- body ----------- */
body {
  display: flex;  
}

/* ------------------------------------ */
/* ----------- content-side ----------- */
.content-side {
  position: absolute;
  height: 100%;
  // width: 100%;
  margin-left: 200px;
  // z-index: 1000;

}

// .panels {
//   position: relative;
//   height: 100%;
//   min-height: 100%;
//   width: 100%;
//   z-index: 1000;
// }

.parallax {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-panel {
  background: -webkit-linear-gradient(rgba(4, 107, 208, 1), rgba(0, 172, 250, 0.85)); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(rgba(4, 107, 208, 1), rgba(0, 172, 250, 0.85)); /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(rgba(4, 107, 208, 1), rgba(0, 172, 250, 0.85)); /* For Opera 11.1 to 12.0 */
  background: 
  linear-gradient(
    rgba(4, 107, 208, 1), 
    rgba(0, 172, 250, 0.6)
  ), url("../img/code-bg.png");

  background-size: cover; /* Standard syntax */
  position: fixed;  
  height: 100%;
  min-height: 100%;
  width: 100%;
  top: 0;
  z-index: -99;
}
.landing-header {
  padding-top: 170px;
  padding-left: 62px;
  color: white;
}

#what-i-do-div {
  margin-top: 100%;
  padding: 40px 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  background: rgb(236, 249, 255);
}

#who-am-i-div {
  // background: rgb(23, 134, 243);
  background-image: url(../img/parallax/canyon.jpg);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
}
#who-am-i-div .overlay {
  padding: 40px 20px;
  background-color: rgba(23, 134, 243, 0.6);
}
#who-am-i-div > h1 {
  color: white;
}
.about-content {
  padding: 20px;
  // border: 1px solid black;
  width: 85%;
  background: rgba(255, 255, 255, 0.65);
}
.about-content p {
  font-size: 17px;
}
#contact-div {
  padding: 40px 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  background: rgb(236, 249, 255);
}

/* --------------------------------------- */
/* ----------- Left Navigation ----------- */

#left-nav {
  position: fixed;
  width: 200px;
  height: 100vh;
  display: flex; 
  flex-direction: column;
  // justify-content: center; 
  font-family: "Century Gothic", sans-serif;
}
.logo-div {
  margin: 70px auto 0px;
}
#teck-logo {
  height: 40px;
}
#links-div {
  color: rgba(4, 107, 208, 1);
  margin: 200px auto;
  text-align: center;
}
.social-links {
  color: rgba(4, 107, 208, 1);
  text-align: center;
  font-size: 2em;
  z-index: 1000;
}
.links > a {
  position: relative;
  text-decoration: none;
  color: rgba(4, 107, 208, 1);
}
.links > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(4, 107, 208, 1);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -website-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.links > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* -------------------------- */
/* ------ Project boxes ----- */
.project-box-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.outer-box {
  flex-grow: 1;
  min-width: 25%;
  width: 450px;
  height: 275px;
  margin: 5px;  
}
#korefabrik {
  background: 
    linear-gradient(
      rgba(255, 255, 255, 0.7), 
      rgba(255, 255, 255, 0.7)
    ),
    url("../img/portfolio/kf_preview.png");
  background-size: cover;
}
#ish {
  background: 
    linear-gradient(
      rgba(255, 255, 255, 0.7), 
      rgba(255, 255, 255, 0.7)
    ),
    url("../img/portfolio/ish_project_pic.png");
  background-size: cover;
}
#uwhere {
  background: 
    linear-gradient(
      rgba(255, 255, 255, 0.7), 
      rgba(255, 255, 255, 0.7)
    ),
    url("../img/portfolio/uwhere_project_pic.png");
  background-size: cover;
}
#imbusy {
  background: 
    linear-gradient(
      rgba(255, 255, 255, 0.7), 
      rgba(255, 255, 255, 0.7)
    ),
    url("../img/portfolio/iamverybusy.png");
  background-size: cover;
}
.box {
  height: 100%;
  width: 100%;
  padding: 1.5em;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(4, 107, 208, 1) 50%, rgba(0, 172, 250, 0.7)); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(4, 107, 208, 1) 50%, rgba(0, 172, 250, 0.7)); /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(4, 107, 208, 1) 50%, rgba(0, 172, 250, 0.7)); /* For Opera 11.1 to 12.0 */
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(4, 107, 208, 1) 50%, rgba(0, 172, 250, 0.7)); /* Standard syntax */
  background-size: 100% 200%;
  transition: all 0.2s ease;
  animation: down-bump 0.4s ease;
}
.box > a {
  text-decoration: none;
  color: black;
}
.box:hover > a {
  text-decoration: none;
  color: white;
}
.box:hover {
  background-position: 100% 100%;
  animation: up-bump 0.5s ease;
  color: white;
}
.hidden-box {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}
.box:hover .hidden-box {
  visibility: visible;
  color: white;
}
.hidden-box h6 {
  margin-bottom: 10px;
}
/*=================================================================
  Contact
==================================================================*/
.sec-title {
  margin-bottom: 50px;
}

.sec-title.white {
  color: #fff;
}

.sec-title h2 {
  font-size: 36px;
  margin: 0 0 30px;
  padding-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}

.sec-title.white h2 {
  color: #fff;
}

.sec-title h2:after {
  border-bottom: 1px solid #009ee3;
  content: "";
  display: block;
  left: 45%;
  bottom: 0;
  position: absolute;
  width: 115px;
}

.sec-title.white h2:after {
  border-bottom: 1px solid #fff;
}

.input-field {
  margin-bottom: 10px;
}

.form-control {
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: none;
  color: #818181;
  font-size: 16px;
  height: 50px;
}

textarea.form-control {
  width: 100%;
  height: 165px;
}

#submit:hover {
  color: #fff;
}

#submit:before {
  background-color: #0A85BB;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

.contact-details h3 {
  border-bottom: 1px solid #008ecc;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.contact-details p {
  line-height: 30px;
}

.contact-details p i {
  margin-right: 10px;
}

.contact-details span {
  display: block;
  margin-left: 24px;
}

@keyframes up-bump {
  0% { padding-top: 2em; }
  50% { padding-top: 2.5em; }
  100 { padding-top: 2em; }
}
@keyframes down-bump {
  0% { padding-top: 2em; }
  50% { padding-top: 2.5em; }
  100 { padding-top: 2em; }
}

/*============================================================
  Footer
==============================================================*/

#footer {
  background-color: #2E2E2E;
  padding: 20px 0;
  color: #fff;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
}