html, body {
  height: 100%;
}

body {
  font-family: 'Roboto';
  text-align: center;
  color: #111111;
  overflow-x: hidden;
}

hr {
  margin-bottom: 3em;
  width: 7%;
  transition: all ease-in-out 0.3s;
}

h1, h3 {
  color: #333;
}

.container > h1 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  transition: all .3s ease;
}

.fade{
    margin: 50px;
    padding: 100px;
    padding-top: 0;
    min-height: 25vh;
}

.aboutme-item-image{
    width: 30px;
    float: left;
    margin-top: 8px;
}

#spec_view{
    width: 100%;
    height: 100px;
    margin-top: 20px;
}

.spec_items{
    width: 50px;
    height: 50px;
    display: inline-block;
}

#profile-image{
    width: 100px;
    border-radius: 50%;
    margin-top: 50px;
    border:0px solid white;
}

.section {
  display: block;
  overflow: hidden;
  padding: 0;
}

.section-grey {
  background: #f5f5f5 !important;
  padding: 50px 0;
}

.section__title {
  font-size: 24px;
  color: #3b3b58;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 14px 0;
}

.section__intro {
  display: block;
  text-align: center;
  margin: 0 5% 30px;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.about_div{
    clear: left;
}

#social{

    max-width: 300px;
    text-align: center;
}

.social_item{
    float: left;
    width: 33%;
}

/*
.hero {
  background: url("../images/background.jpg") no-repeat center;
  background-size:cover;
  background-color: rgba(0, 0, 0, 0.27);
  background-blend-mode: multiply;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
    
}
*/

.hero{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.col-md-4 {
  padding-right: 0px;
  padding-left: 0px;
}


.project_item {
    float: left;
    width:20%;
    
}

.project_item:hover {
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.aboutme_item{
    float: left;
    width: 50%;
}

.aboutme_item h4{
    margin-bottom: 5px;
}

@media only screen and (max-width:990px){
    .aboutme_item{
        float: left;
        width: 100%;
    }   
}

.trophy{
  width: 100px;
    text-align: right;
    margin-top: -10px;
    margin-left: 0px;
    position: absolute;
}

.trophy img{
  width: 30px;
}

.project_image {
    width:100px;
    height:100px;
    margin-top: 20px;
    text-align: -webkit-center;
    box-shadow: 0px 0px 20px 0px #00000030;
    border-radius: 22px;
}

.project_image_img {
    width:100px;
    height:100px;
    box-shadow: 0px 0px 20px 0px #00000030;
    border-radius: 22px;   
}

.project_image_tizen {
  width:100px;
  height:100px;
  box-shadow: 0px 0px 20px 0px #00000030;
  border-radius: 50px;   
}

#background-cover{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    
}

.app_types{
    visibility: hidden;
    width: 100px;
    text-align: right;
    margin-top: -10px;
    margin-left: 10px;
    position: absolute;
    overflow: hidden;
}

.app_types img{
    width: 20px;
}

.project_item{
    text-align: -webkit-center;
}

@media only screen and (max-width:380px){
    .project_item {
        float: left;
        width:50%
    }   
    .social_item{
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width:381px) and (max-width:500px){
    .project_item {
        float: left;
        width:33%
    }
    .social_item{
        float: left;
        width: 33%;
    }
}

@media only screen and (min-width:501px) and (max-width:640px){
    .project_item {
        float: left;
        width:25%
    }
    .social_item{
        float: left;
        width: 25%;
    }
}

@media only screen and (min-width:641px){
    .project_item {
        float: left;
        width:20%
    }
    .social_item{
        float: left;
        width: 33%;
    }
}



.inner-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
    text-align: center;
}
@media only screen and (min-width: 320px) {
  .inner-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 400px) {
  .inner-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 680px) {
  .inner-text {
    font-size: 75px;
  }
}
@media only screen and (min-width: 950px) {
  .inner-text {
    font-size: 100px;
  }
}

.p1 {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 465px) {
  .p1 {
    position: relative;
    top: 0.6em;
  }
}

.p2 {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  color: #4FC3F7;
}
@media only screen and (max-width: 465px) {
  .p2 {
    position: relative;
    top: 0.6em;
  }
}

.p3 {
  display: block;
  font-size: 0.4em;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  color: #4FC3F7;
}
@media only screen and (max-width: 465px) {
  .p3 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    top: 0.6em;
  }
}

@media only screen and (min-width: 43.75em) {
  .section__intro {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.section--cta {
  color: #454545;
  background: #f1f1f1;
}

.box {
  display: flex;
  flex: 1 0 100%;
  margin-bottom: 20px;
  background: #f9f9f9;
}

.box__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box__title {
  font-family: "Montserrat", sans-serif;
}

.box__more {
  color: #ff4e5c;
}

.box__content {
  color: #454545;
  text-align: center;
  padding: 20px;
}

.box__content > i {
  color: #3b3b58;
}

.box__content:hover .box__more {
  color: #ff3545;
}

.box__content:hover .box__more i {
  padding-left: 4px;
  transition: all .2s ease-in-out;
}

.name-hero {
  background: rgba(0, 0, 0, 0.001);
  bottom: 0;
  height: 290px;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 85%;
}

.me-img {
  background: url(https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/17352378_1244090722352879_6521649800370187380_n.jpg?_nc_cat=104&_nc_ht=scontent-lht6-1.xx&oh=5c48b97603c1ee423f942e5c64d065ce&oe=5D6E7ED2) no-repeat center center;
  background-size: 100%;
  background-position: 0px;
  border-radius: 100%;
  height: 150px;
  margin: 0 auto;
  position: relative;
  width: 150px;
}

.name-hero h1 {
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  text-align: center;
}

.name-hero h1 em {
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-weight: 700;
}

.name-hero p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13.9px;
  line-height: 1.5;
  margin: 0 8px 0 0;
  text-align: center;
}

.name-hero .name-text {
  margin: 0 auto;
  width: 85%;
}

.inner {
  margin: 0 auto;
  max-width: 975px;
  padding: 3em;
}

.inner h1 {
  font-size: 1.75em;
}

.inner p {
  color: rgba(0, 0, 0, 0.3);
}

.inner p em {
  color: rgba(0, 0, 0, 0.75);
  font-style: normal;
}

.inner section {
  margin: 100px auto;
}

@media only screen and (min-width: 43.75em) {
  .box {
    flex: 0 0 30%;
  }
}
.section-paragraph {
  color: #555;
  text-align: left;
}

.section-white {
  background: white;
  padding: 50px 0;
  margin: auto;
}

.white {
  color: #fff;
}

.green {
  color: #04ffc9;
}

.background-img {
  background: url(https://www.vasa.org.uk/site-content/uploads/2018/07/web-in-development.jpg) no-repeat center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 50px;
}

.no-padding {
  padding: 0 !important;
}

.box2 {
  display: block;
  height: 200px;
  position: relative;
  text-align: center;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.box2:hover .box-content {
  margin-top: -2em;
}

.box2 .box-content {
  height: 100%;
  position: relative;
  top: 50%;
  margin-top: -1em;
  text-transform: uppercase;
  transition: all 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
}

.projects {
  width: 50%;
  float: left;
  background-color: #333;
  background: url(https://images.unsplash.com/photo-1455894127589-22f75500213a?format=auto&auto=compress&dpr=1&crop=entropy&fit=crop&w=1280&h=944&q=80) no-repeat center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
}

.diy {
  width: 50%;
  float: left;
  background-color: #333;
  background: url(https://images.unsplash.com/photo-1416339212457-ef9ffadc2903?format=auto&auto=compress&dpr=1&crop=entropy&fit=crop&w=1280&h=1707&q=80) no-repeat center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
}

.mijn-werk {
  width: 50%;
  float: left;
  background-color: #333;
  background: url(https://images.unsplash.com/photo-1414690165279-49ab0a9a7e66?format=auto&auto=compress&dpr=1&crop=entropy&fit=crop&w=1280&h=853&q=80) no-repeat center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
}

.contact {
  width: 50%;
  float: left;
  background-color: #333;
  background: url(https://images.unsplash.com/photo-1421757350652-9f65a35effc7?format=auto&auto=compress&dpr=1&crop=entropy&fit=crop&w=1280&h=850&q=80) no-repeat center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
}

.projects:hover, .contact:hover, .diy:hover, .mijn-werk:hover {
  background-color: rgba(0, 0, 0, 0.85);
  background-blend-mode: darken;
}

.box2:hover hr {
  width: 15%;
  transition: all ease-in-out 0.3s;
}

.spacing {
  margin-bottom: 60px;
}

.icon-row {
  margin: 0px auto;
  width: 100%;
}

.icon-row i {
  border-radius: 3px;
  cursor: pointer;
  font-size: 44px;
  margin: 0px 20px;
  padding: 20px 30px;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
@media only screen and (max-width: 465px) {
  .icon-row i {
    padding: 10px 10px;
    margin: 20px 10px;
    font-size: 0.6em;
  }
}

@media only screen and (max-width: 465px) {
  .fa {
    font-size: 0.8em;
  }
}

.icon-row i:hover {
  background: #FFF;
}

.fa-github:hover {
  color: black;
}

.fa-linkedin:hover {
  color: #007bb5;
}

.fa-codepen:hover {
  color: #F7DC6F;
}

.fa-envelope:hover {
  color: #dd4b39;
}

.fa-chevron-up {
  color: white;
}

a.button {
  display: inline-block;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: background 0.2s ease-out;
}

a.button:hover {
  background-color: #555;
}

a.button.small {
  background-color: #7f8c8d;
  padding: 8px;
  font-size: 0.8em;
}

a.button.small:hover {
  background-color: #95a5a6;
}

/*Skill*/
#techList {
  display: none;
  position: relative;
  height: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-transform: uppercase;
  color: #666;
}

#techList li {
  position: absolute;
  top: 0;
  left: 0;
}


/*Footer*/
.footer {
  display: block;
  box-size: border-box;
  -webkit-box-size: border-box;
  padding: 40px 40px;
  color: #555;
  text-align: center;
  background: #f5f5f5;
}

.footer p {
  opacity: .65;
}
