* {
  box-sizing: border-box;

}

body {
  background-color: #efefef;
  color: black;
  font-family: 'IBM Plex Sans', sans-serif;
  animation: fadeIn .7s linear;
  overflow-x: hidden;
}


/*++++++TYPO+++++++*/


h1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
}

.h1_tagline {
  font-weight: 400;
  opacity: .5;
  font-size: 25px;
  line-height: .7;
  margin-bottom: 80px;
}

h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 20px;
}

li {
  list-style: none;
}

h3 {
  font-size: 25px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  opacity: 1;
  margin-bottom: 2px;

}

.case_head_detail {
  opacity: .5;
}

p {
  font-size: 18px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  opacity: .75;
  line-height: 1.8;
}

a {
  color: black;
}

a {
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: all .2s ease;
  opacity: 1;
  font-weight: 500;
}

a:hover {
border-bottom: 2px solid rgba(0, 0, 0, 0.3);
color: black;
opacity: .85;
}

.showcase_item_wrapper a {
  border-bottom: none;
}


/*++++++Navigation+++++++*/



.projects-section {
  padding-top: 50px;
}

.projects_head {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

/*.main_landing {
  color: black;
  background-color: #E6E7ED;
}*/

.flash {
   animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}


.about_link  {
line-height: 1.3;
}


/*++++++Showcase+++++++*/

.showcase-image {
  position: relative;
  border-radius: 10px;
  width: auto;
  transition: box-shadow ease .2s;

}

.showcase-image:hover {

}


/*++++++Landingpage+++++++*/

.wrap_header {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.landing_title {
  /*padding-top: 80px;*/
}



.landing_head {
  padding: 0% 5%;
}

.landing_head_header {
  margin-bottom: 50px;
  padding-top: 50px;
}

.intro {
  max-width: 600px;
}

.case_grid_landing {
  padding: 5%;
}

.showcase_item_wrapper {
  margin-bottom: 30px;
  padding: 30px;
}

.eye {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  background: white;
  margin-bottom: 50px;
}
.eye:after { /*pupil*/
  position: absolute;
  bottom: 12px;
  right: 5px;
  width: 10px;
  height: 10px;
  background: #161719;
  border-radius: 50%;
  content: " ";
}



/*++++++Footer+++++++*/

.contact_details {
  max-width: 600px;
  margin: auto;
  margin-bottom: 130px;
  text-align: center;
}

.footer_head {
  margin-bottom: 150px;
  text-align: center;
  transition: transform cubic-bezier(.17,.67,.63,.39) .2s;
}

.footer_head h1:hover {
  transform: rotate(12deg);
}






@media only screen and (max-width: 640px) {

  /*++++++TYPO+++++++*/


  h1 {
    font-size: 27px;
  }

  .h1_tagline {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }


  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 14px;
    opacity: 1;
    margin-bottom: 0px;
  }

  .case_head_detail {
    font-weight: 400;
    font-size: px;
    opacity: .5;
  }

  p {
    font-size: 18px;
}

/*++++++Landingpage+++++++*/

.wrap_header {
  padding-bottom: 50px;
}




.landing_head_details {
  padding-left: 0px;
}

.intro {
  padding: 0px;
}


.landing_head_header {
  margin-bottom: 0px;
  padding-top: 75px;
}

.case_grid_landing {
  padding: 0px;
  margin-bottom: 50px;
}

.showcase_item_wrapper {
  margin-bottom: 0px;
  padding: 10px;
}

/*++++++Footer+++++++*/

.contact_details {
  padding: 30px;
  margin-bottom: 100px;
  text-align: left;
}


}

@media only screen and (max-width: 1200px) {
  .case_head {
    padding: 0% 5%;
  }
  .landing_head {
    padding: 30px;
  }
}
