
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:700');

*{
  margin:0;
  padding:0;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  
  }

html,body{
  margin: 0 auto;
  background:#fff;
  }

body,input,textarea,select{
  font:400 13px/27px 'Titillium Web', 'Open Sans',"Helvetica Neue",sans-serif;
  

  color: #252530;
  margin: 0;
  }


h1{
	font-family: 'Titillium Web';
	color: #252530;
	font-size:25px;
	font-weight:600;
	line-height:34px;
	margin-bottom:20px;
	position: relative;
  }
  
.mainHeader h1:after {
    content: "";
    width: 4px;
    height: 19px;
    background: #2DCF6D;
    border-radius: 0px;
    position: absolute;
    top: 8px;
    left: -9px;
}

h2{
	color: #252530;
    font-size: 18px;
    font-weight: 600;
    line-height: 37px;
    margin: 30px 0 10px 0;
    text-transform: uppercase;
  }

h3{
	color: #252530;
	font-size:14px;
	font-weight:600;
	line-height:27px;
    margin: 10px 0 10px 0;
	text-transform: uppercase;
  }
  
   
  
  h4{
	color: #252530;
	font-size:14px;
	font-weight:600;
	line-height:27px;
    margin: 10px 0 10px 0;
	text-transform: uppercase;
  }
  

  
  .container {
  display: flex; /* or inline-flex */

}	
	
	.p1, .p2 {
		    flex: 0 47%;

	}
	
	.p3{
		    flex: 0 6%;
	}
	
	
  
  .pWidth{
	  
  }
  
  .pDesc{
        color: #333;
    padding: 0px;
    font-weight: 600;
    font-size: 14px;
        margin-bottom: 25px;

  }
  
  .pDescImg{
    background-color: white;
    padding: 25px;
    font-weight: 600;
    margin-top: -9px;
    color: #333;


    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 30px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: 0.2s ease;
  }
  
    .pDescImg:hover{
    opacity: 0;
  }
  
   .pDescImgRight{
    background-color: white;
    padding: 25px;
    font-weight: 600;
    margin-top: -9px;
    color: #333;


    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 42px;
    right: 30px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  
  .imgDesc{
	margin-bottom: 60px;
    font-weight: 600;
  }

  
  .pImg{
  max-width: 1024px;
    /*box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);*/
  /*border: 1px solid #ddd;*/
    margin: 30px 0;
          position: relative;


  }
  
  .pImg img{
	          /*border: 1px solid #ccc;*/
	          margin-bottom: 0px !important;

  }
  
   .pImg p{
	          padding: 10px;

  }
  
  .margin{
	  margin-top: -20px;
  }
  
  .marginHome{    
	  margin-bottom: 72px;
}

  .marginHome span{
    opacity: 0.5;
    /*display: block;*/
    font-size: 12px; 
    }
  
  .marginDown{
	      margin-top: 10px;
  }
  
  .marginDownMore{
	      /*margin-top: 25px;*/
	          margin-top: 61px;

  }
  
  .marginIndex{
	  margin-top: -50px;
  }
  
  .opacityFull{
	  opacity: 1 !important;
  }
  
  .opacityHalf{
	  opacity: 0.35 !important;
  }
  
.thumbnail {

}



main{
	    /*margin-top: -31px;*/
font: 400 14px/29px 'Open Sans',"Helvetica Neue",sans-serif;
   /* font: 400 18px/36px 'Open Sans',"Helvetica Neue",sans-serif;*/


}

.portfolioItem{
	margin-bottom: 50px;
	background-color: #fff;
	position: relative;


}



.portfolioItem:hover .btnFullProject{
	
	opacity: 1;
}


  .thumbnail {
    width: 30.5%;
    padding: 0px 0px 0 0;
    margin: 0 auto;
    margin-bottom: -4px;
    margin-right: 5px;
	display: inline-block;
	

}

.smaller{
	width: 45%;
}

.homeTxt{
	 font-size: 24px;
    line-height: 36px;
}

.homeImg{
	    margin-top: -60px;
	    width: 55%;

	-webkit-clip-path: polygon(20% 0%, 0% 20%, 19% 50%, 0% 80%, 20% 100%, 49% 80%, 80% 100%, 100% 80%, 81% 50%, 100% 20%, 80% 0%, 49% 22%);
clip-path: polygon(20% 0%, 0% 20%, 19% 50%, 0% 80%, 20% 100%, 49% 80%, 80% 100%, 100% 80%, 81% 50%, 100% 20%, 80% 0%, 49% 22%);

  	transition: 0.2s ease;

}

.homeImg:hover{
-webkit-clip-path: polygon(20% 0%, 0% 20%, 3% 49%, 0% 80%, 20% 100%, 49% 97%, 80% 100%, 100% 80%, 98% 50%, 100% 20%, 80% 0%, 50% 2%);
clip-path: polygon(20% 0%, 0% 20%, 3% 49%, 0% 80%, 20% 100%, 49% 97%, 80% 100%, 100% 80%, 98% 50%, 100% 20%, 80% 0%, 50% 2%);
}

.thumbnailWhite{
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);

}
 .btnFullProject{
 	background-color: #000;
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 78px;
    left: -20px;
  	transition: 0.2s ease;
  	opacity: 0;
  	
  	-ms-transform: rotate(-7deg) scale(1); /* IE 9 */
    -webkit-transform: rotate(-7deg) scale(1) ; /* Safari */
    transform: rotate(-7deg) scale(1) ; /* Standard syntax */
      }
      
       .btnBack{
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    display: block;
    margin: 60px 0 30px 0;
    width: 140px; 	
      }
      
       .btnFullProject:hover{
        -ms-transform: rotate(-7deg) scale(1.05);
    -webkit-transform: rotate(-7deg) scale(1.05);
transform: rotate(-7deg) scale(1.05);
          }

.tagSection{
	    font-size:11px;
	    	font-weight: 600;
	    	opacity: 0;
	    		transition: 0.2s ease;

}

.portfolioItem:hover .tagSection{
	    	opacity: 0.6;


}

.tag {
	font-weight: 400;
    padding: 3px 11px;
    display: inline-block;
    

}

svg{
	height: 13px;
    width: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
}

.btnMail {
	font-family: "Open Sans";
	border: 0px solid #e8e8ff;
    padding: 3px 11px;
    display: inline-block;
    border-radius: 4px;
    background-color: #2DCF6D;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;

}



.thumbHome{
    background: #3299f0;
    height: 600px;
    width: 800px;
    display: block;
    }

.textWrap {
  border-radius: 200px;
}

p{
  margin:0 0 20px;
  }

b,strong{
  font-weight:600;
  }

a{
  text-decoration:none;
	 color: #252530;
  font-weight: 600;
  }

a:hover{
  opacity: 0.9;
  }

a:hover,a:active{
  outline:0;
  }
  
  .content {
  display: flex;
  flex: 1;
  border: 1px solid #e8e8ff;
    padding: 20px 20px;
    display: inline-block;
    border-radius: 4px;
    	transition:all 0.3s ease;

}

.colorGreen {
	    color: #2DCF6D;
}

.colorPink {
	    color: #ff698a;
}

.colorBlue {
	    color: #1387E0;
}


.content:hover{
	border-color: #b4b4ce;

}

.columns{
  display: flex;
  flex:1;
  align-items: center;
  justify-content: center;
}
.main{
  flex: 1;
  order: 2;
  margin-right: 20px;
}

.main a{
	color: #7b7885;
}



.sidebar-second{ 
    width: 25%;
    order: 1;
    text-align: center;
}

.sidebar-second img{
	margin-bottom: 0;
}

header img{
  max-width:100%;
  margin:0 auto;
  margin-bottom: -20px;
  }
  
   .logo .fx{
	 color: #252530;
	 font-size: 15px;
	 /*transition: 0.3s ease;
	 
	 background: url(https://kevinvanderwiel.com/img/h-p-chicken.png);
	padding: 0;
	color: transparent;

	-webkit-background-clip: text, border;
	background-clip: text, border;
	
color:#2DCF6D;*/
 }
 
  .logo .subtitle{
	  color:#c6c6c6;
	 font-weight: 600;
	font-size: 12px;
	margin-top: -11px;
	display:block;
	
 }
 
 .logo img{
	 width: 35%;
 }
 
 .logo {    
	 text-align: center;
}

 .logo:hover .logoHover {    
	 opacity: 1;
}

 .logo:hover logo img {    
	 opacity: 0.2;
}

.logoHover{
	    opacity: 0;
    margin-top: -24px;
    height: 80px;
    padding-top: 22px;
            	transition:all 0.3s ease;


}
  
.smallFont{
	font-weight: 600;
	font-size: 12px;
	color: #c5c1d2;
	margin-top: -7px;
}

.about{
	font-weight: 300;
	color: #7b7885;
	    margin: 30px 0;
}

hr{    border-top: 1px solid #e8e8ff;
}

hrDesc {
	border-top: 1px solid #e8e8ff;
    margin: 30px 0 40px 0;
	}
	
.company {
	color: #ff698a;
	font-weight: bold;
	margin-bottom: 15px;
}

nav {
	    margin-top: 3px;
    padding-left: 45px;

} 

.navLink {
	    margin: 6px 0;
}

.navLinkG {
	    margin-top: 30px;
	        opacity: 0.5;

}

.navLinkSub {
	font-weight: 400;
    font-size: 14px;
    	position: relative;
    	    margin-bottom: 5px;


}

.navLinkSub span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 0px;
    position: absolute;
    top: 12px;
    left: -9px;
}



 

 
 .vdw {
	 font-size: 20px;
 }
 
 .btn {
  background: #a579b6;
  background-image: -webkit-linear-gradient(top, #a579b6, #a579b6);
  background-image: -moz-linear-gradient(top, #a579b6, #a579b6);
  background-image: -ms-linear-gradient(top, #a579b6, #a579b6);
  background-image: -o-linear-gradient(top, #a579b6, #a579b6);
  background-image: linear-gradient(to bottom, #a579b6, #a579b6);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
      font-weight: bold;

}

.btn:hover {
  background: #b68ac7;
  background-image: -webkit-linear-gradient(top, #b68ac7, #b68ac7);
  background-image: -moz-linear-gradient(top, #b68ac7, #b68ac7);
  background-image: -ms-linear-gradient(top, #b68ac7, #b68ac7);
  background-image: -o-linear-gradient(top, #b68ac7, #b68ac7);
  background-image: linear-gradient(to bottom, #b68ac7, #b68ac7);
  text-decoration: none;
}

  .float{
  width: 31%;
  float: left;
  margin: 1%;
  }
  
  .floatLeft{
	      margin-top: 20px;

  width: 60%;
  float: left;
  }
  
  
  .floatRight{
	      margin-top: 20px;

  width: 40%;
  float: right;
  text-align: right;
  }
  
  .clearFloat{
	clear:both;
  }

select{
  line-height:30px;
  }
  
.sidebarLeft{

	width:250px;
	height: 100%;
	border-right: 0px solid #e8e8ff;
	    
    position: fixed!important;
    z-index: 1;
        padding: 28px 0 0 0;

}

nav a{
	width: 100%;
    display: block;
    padding: 8px 9;
    text-align: left;
    border: none;
    outline: none;
    white-space: normal;
    float: none;
    margin-bottom: 20px;
    
    color: #252530;
        	transition:all 0.3s ease;
	font-size: large;
}

nav a:hover{
	color: #2DCF6D;
}

 


.wrapper {

    width: auto;
    max-width: 1440px;
  margin: 0 auto;
  margin-left: 250px;
  padding: 40px 100px 0 0;
 }

 #avatar{
   margin-right: 20px;
   width: 20%;
 }

header{
  font-weight: 600;
}

.p-chicken {
	background-color: #ff698a;
}

.p-penguin {
	background-color: #3fd4f2;
}

.p-hulppaal {
	background-color: #8cc6ff;
}

.p-scapeler {
	background-color: #3299f0;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
footer{
    margin: 30px 0;
	font-size: 11px;
	line-height: 18px;
	color: #a19cb2;
}

footer a{
	color: #a19cb2;
}

.wrap{
  display:none;
}

.mail{
  text-align: center;
  margin: 40px 0;
}

.contact {
	background-color:#a678b4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:15px 76px;
	text-decoration:none;
}
.contact:hover {
	background-color:#a678b4;
}

  img a {
	  border-bottom: 0px;
  }
  
  img {
	      margin-bottom: 20px;
	          max-width: 100%;

  }
  
 .p-explain-parent {
	 display: flex;
	 padding: 30px 0;
	 flex-direction: row;
 }
 
 .p-explain-child {
	  width: 50%;  
	  margin: auto;  }
 
.message, .text{
	  display: none;
  }
 
 
 /* Large */
.navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  	
}

/* Medium screens */
@media all and (max-width: 1000px) {

.container {
  flex-direction: column ;
}

.homeImg{
	    margin-top: 0px;
	    width: 80%;

}

.message, .text{
	  display: none;
  }

}

/* Medium screens */
@media all and (max-width: 800px) {
  .navigation {
    justify-content: space-around;
  }
   
  .thumbnail:hover {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}


.message, .text{
	  display: none;
  }

}

/* Small screens */
@media all and (max-width: 500px) {
  
  html,body{
    height:100%;
  }
  
  .sidebarLeft, .wrapper{
	  display: none;
  }
  
  .message{
	width: 100%;
	height: 100%;
	background-color: #2ecf6f;
	
	position: relative;
	height: 100vh;
	margin: 0;
}

.message .text{
	background-color: #2ecf6f;
	color: #fff;
	    font-size: x-large;


	text-align: center;
	position: absolute;
	padding: 20px;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
  .message, .text{
	  display: block;
  }

  
  
}
 
 



 

