
body, html {width: 100%; -webkit-font-smoothing: antialiased;
      -webkit-text-stroke: 1px transparent;
      line-height: 1.5; height: 100%; background-color: #26282B; text-rendering: optimizeLegibility;}

#iconpage {width: 256px; height: 256px; display: block; text-align: center; margin-left: auto;margin-right: auto; }

#footertext:hover{color: rgba(255,255,255,1.0); }

            #photos {
  opacity: .88;
}

body {
  background-color: #3e94ec;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding-bottom: 45px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: 'Source Sans Pro',sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#fff;;
  background:#888B73;
  border-bottom:4px solid #6f715d;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 400;
  font-family: 'Source Sans Pro',sans-serif;
  padding:24px;
  text-align: center !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #636554;
  border-bottom-: 1px solid #636554;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#888B73;
  color:#FFFFFF;
  border-top: 1px solid #636554;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#888B73;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #636554;
  font-family: 'Source Sans Pro',sans-serif;
  text-align: center !important;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.knop {
  margin: 0 auto;
  margin-top: 40px;
  width: 140px;
  height: 40px;
  text-align: center;
}

button {
  outline: none;
  height: 40px;
  text-align: center;
  width: 140px;
  border-radius: 40px;
  background: #26282B;
  border: 2px solid #888B73;
  color: #888B73;
  letter-spacing: 1px;
  text-shadow: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}
button:hover {
  color: #26282B;
  background: #888B73;
}
button:active {
  letter-spacing: 2px;
}
button:after {
  content: "SCHRIJF JE IN";
}

.onclic {
  width: 40px;
  border-color: #bbbbbb;
  border-width: 3px;
  font-size: 0;
  border-left-color: #1ECD97;
  -webkit-animation: rotating 2s 0.25s linear infinite;
          animation: rotating 2s 0.25s linear infinite;
}
.onclic:after {
  content: "";
}
.onclic:hover {
  color: #1ECD97;
  background: white;
}

.validate {
  font-size: 13px;
  color: white;
  background: #1ECD97;
}
.validate:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


#fotoboek {
    width: 100%;
    height: 70%;
    background-color: #26282B;
    padding-bottom: 290px;
}

#photos img {
  width: 30%;
  float: left;
  display: block;
  margin: 2px;
}

#fotoboek ul {
  list-style: none;
  margin: 0px auto;
  padding: 10px;
  display: block;
  max-width: 780px;
  text-align: center;
}

#overlay {
  background: rgba(0,0,0, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

#overlay img {
  margin: 10% auto 0;
  width: 550px;
  border-radius: 5px;
}

#photos {
  width: 100%;
}

#photo-gallery {
  width: 100%;
}

#footer { width: 50%;
		float: left;
          height: auto;
		border-top:1px solid #313339;
          padding-top: 30px;
          padding-bottom: 30px;
          background-color: #26282B;
          margin-left: -1px; border-right: 1px solid #313339;
           }

           #footer2 { width: 100%;
    float: left;
          height: auto;
          padding-top: 30px;
          padding-bottom: 30px;
          background-color: #26282B;
          margin-left: -1px; 
           }

           
           
           #footerd { width: 50%;
           float: left;
          height: auto;
		 border-top:1px solid #313339;
          padding-top: 30px;
          padding-bottom: 30px;
          background-color: #26282B;
          
           }

#previewui { width: 95%; margin-left: auto; margin-right: auto; height: auto; display: block;}
           
#uih {font-family: 'Source Sans Pro',sans-serif; font-weight: 300; text-align: center; color: white; font-size: 50px;}

#uid {font-family: 'Source Sans Pro',sans-serif; font-weight: 300; text-align: center; color: rgba(255,255,255,0.5);}

#titleui {margin-bottom: 60px;}

#uiwrap {max-width: 900px;  margin-left: auto; margin-right: auto; height: auto;}
           
#footertext {font-family: 'Source Sans Pro',sans-serif; font-size: 26px; color: rgba(255,255,255,0.55); font-weight: 300; }

#profilepic  {display: block; text-align: center; margin-left: auto;margin-right: auto; padding-top: 60px; width: 100px; height: 100px;}

#about { padding-bottom:85px; height: auto;; width: 100%;  background-color: #26282B; border-top:1px solid #313339; overflow:auto;
  -webkit-transition: 0.3s;
    transition: 0.3s;}

#abouthead {font-family: 'Source Sans Pro',sans-serif; font-size: 50px; color: white; font-weight: 300; text-align: center; padding-top: 40px;}

#aboutp {font-family: 'Source Sans Pro',sans-serif;
font-size: 18px;
color: rgba(255,255,255,0.5);
text-align: center;
margin-top: 25px;
font-weight: 500;}

#abouttext {width: 90%; max-width: 820px; margin-left: auto; margin-right: auto;}

#textpadding {z-index: 1;}

.top {margin-top: 100px;}

#projectfull {padding-top:60px;width: 100%; position: relative; margin-left: auto; margin-right: auto; height: auto; border-top:1px solid #313339; background-color: #26282B;}

#projectic {z-index:2; border-top:1px solid #313339; margin-left: -1px; border-right: 1px solid #313339; float: left; padding-top:50px; position:relative; width: 50%; height: 167px; background-color: #26282B; border-bottom: 1px solid #313339; }

#projecticons {border-top:1px solid #313339; margin-left: -1px; border-right: 1px solid #313339; float: left; padding-top:60px; padding-bottom: 40px; width: 50%; height: auto; background-color: #26282B; border-bottom: none; }

#project {border-top:1px solid #313339; float: left; padding-top:50px; position:relative; width: 50%; height: 167px; background-color: #26282B; border-bottom: 1px solid #313339; }
#projecticon {border-top:1px solid #313339; float: left; padding-top:60px; padding-bottom: 40px; width: 50%; height: auto; background-color: #26282B; border-bottom: none; }

#testt {width: 100%; overflow: scroll; height: 214px;; position: absolute; bottom: 0%; margin-bottom: 0; }


a img { border: none }


#scrolltext {color: rgba(255,255,255,0.3);
font-size: 16px;
font-weight: 500;
/* text-transform: uppercase; */
font-family: 'Source Sans Pro',sans-serif;}
#hashtags {color: rgba(255,255,255,0.3);
font-size: 18px;
font-weight: bolder;
/* text-transform: uppercase; */
font-family: 'Source Sans Pro',sans-serif;}

#head  {  margin-top: 25px; font-family: 'Source Sans Pro',sans-serif; font-weight: 300; text-align: center; color: white; font-size: 28px;
margin-bottom: 10px;  
  }
  #icontitle  {   font-family: 'Source Sans Pro',sans-serif; font-weight: 400; text-align: center; color: white; font-size: 30px;
margin-bottom: 5px;  
  }

::-webkit-scrollbar { 
    display: none; 
}

#mini { width: 100%; min-width: 1440px; height: auto;  bottom: 0; padding-bottom: 0;  position: absolute; display: block;
    margin: 0 auto; margin-left: auto; margin-right: auto;  }
           #prevtitle {font-family: 'Source Sans Pro', sans-serif;
     font-weight: 500;
     font-size: 16px;
     color: black;
     margin-top: 4px; 
     z-index: -1;}
     
     #prevd {font-family: 'Source Sans Pro', sans-serif;
     font-weight: 500;
     font-size: 12px;
     color: gray;}          	  

h4 {text-align: center;

color: white;
font-family: 'Source Sans Pro',sans-serif;
font-weight: 300;
font-size: 70px;
text-transform: uppercase;
width: 95%;
margin-left: auto;
margin-right: auto;
		
}
#arrow {width: 35px; margin-left: auto; margin-right: auto; bottom: 5%; left: 0;
right: 0; position: absolute;}
p {text-align: center;
color: white;
opacity: 0.7;
font-family: 'Source Sans Pro',sans-serif;
font-weight: 300;
font-size: 22px;
text-transform: uppercase;
letter-spacing: 7px;
margin-top: 20px;	
width: 95%;
margin-left: auto;
margin-right: auto;
}
#covert {  position: absolute;
   top: 50%;
   left: 50%;
   width: 630px;
   height: 120px;
   margin-top: -85px; /* Half the height */
   margin-left: -315px; /* Half the width */ }

html {
	-webkit-font-smoothing: antialiased;}
	

* {padding: 0; margin: 0;}

#work {width: 100%; height: auto;}

#wrapper {max-width: 800px;  margin-left: auto; margin-right: auto; height: auto;}

#preview { width: 100%; margin-left: auto; margin-right: auto; height: auto; display: block;}

	h1 {font-family: 'Source Sans Pro',sans-serif; font-weight: 300; text-align: center; color: white; font-size: 50px;}
h2 {font-family: 'Source Sans Pro',sans-serif; font-weight: 100; text-align: center; color: rgba(255,255,255,0.5);}
h3 {color: white; font-size:50px; font-family:'Source Sans Pro',sans-serif; text-align: center; font-weight: 100; padding-top: 53px;}


#title {padding-top: 50px;
margin-bottom: 55px;}

#banner  {height: 400px;
         width: 100%;
         background-color: #1e2125;
         background-image: url('pic.jpg');
         
         background-position: center;
         background-size: cover;}
         
         #banner2  {
         height: 400px;
         width: 100%;
         background-color: #1e2125;
         background-image: url('about.jpg');
         background-position: left center;
         background-size: cover;}
    
         
         
         
#header { height: 120%; width: 100%;background-image: url(../img/homeheader.jpeg);  background-position: center;
         background-size: cover;background-attachment: fixed; background-color: #1b1d1f;  }

         #header3 { height: 100%; width: 100%;background-image: url(../img/picc6.jpeg);  background-position: center;
         background-size: cover;background-attachment: fixed; background-color: #1b1d1f;  }

         #header8 { height: 100%; width: 100%;background-image: url(../img/picc7.jpeg);  background-position: center;
         background-size: cover;background-attachment: fixed; background-color: #1b1d1f;  }
         
         
         #headeri { height: 100%; width: 100%;background-image: url(../img/picc3.jpeg);  background-position: center bottom;
         background-size: cover;background-attachment: fixed; background-color: #1b1d1f;  }  

         #header2 { height: 100%; width: 100%;background-image: url(../img/picc4.jpeg);  background-position: center bottom;
         background-size: cover;background-attachment: fixed; background-color: #1b1d1f;  }             
         
         
         #nav { font-family: 'Source Sans Pro', sans-serif;
         font-weight: 300;
       list-style-type: none;
       list-style: none;
       color: rgb(255,255,255,0.5);
       }
       
       
a { text-decoration: none;
     }

#logo { height: 150px;
        width: 150px;
        float: left;
       }
h5 { font-family: 'Source Sans Pro', sans-serif;
     font-weight: 500;
     font-size: 16px;
     color: black;
     margin-top: 4px; }

h6 { font-family: 'Source Sans Pro', sans-serif;
     font-weight: 500;
     font-size: 12px;
     color: gray; }
ul { list-style-type: none font-weight: 300;}

#nav ul { margin: 0;
          padding: 0;
          float: right; font-weight: 300; }

    #nav ul li { display: inline; font-weight: 300; font-size: 14px; }

        #nav ul li a { float: left;
                       text-decoration: none;
                       color: rgba(255, 255, 255, 0.5);
                       padding: 8px 10px;  font-weight: 400;}

        #nav ul li a:visited { color: white; }

.header { height: 85px;
          width: 100%;
         padding-top: 35px;
          max-width: 1280px;
          margin-left: auto;
          margin-right: auto;
         
           }

#nav ul li a:hover, .menu ul li .current { color: white }

.col4 {
    border-right: 1px solid white; 
    color: white; 
    display: block;
    float: left;
    padding: 0 10px;
    text-decoration: none;
    width:80px;

}
.col4 {
    border-right: 1px solid gray; 
    color: gray; 
    display: block;
    float: left;
    padding: 0 10px;
    text-decoration: none;
    width:80px;

}
.tabs {
    left: 50%;
    position: absolute;
    margin-left: -150px;
    text-align: center; 
    height: 40px; 
    line-height: 40px;
    border: 1px solid gray; 
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    
}
.tabs .col4:last-child{
    border-right: 0;
    
    
}
.col4-active { 
    background-color: gray;
       border-right: 0;
    text-decoration: none;
    color: white;
}


#covertext { font-family: 'Source Sans Pro', sans-serif;
             font-weight: 100;
             font-size: 70px;
             color: white;
             margin-top: 4px;
             text-align: center;
             width: 100%;
             height: auto;
             margin-top: 235px;
             margin-left: auto;
             margin-right: auto;
             position: absolute;
             -webkit-font-smoothing: antialiased;
               position: absolute;
   top: 50%;
   left: 50%;
   width: 
   height: 70px;
   margin-top: -35px; /* Half the height */
            
              }

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

         
#header { background-attachment: scroll;  }
h5, h6 { margin-left: 3% }

    #prev img { width: 95%;
                display: block;
                margin: auto;
                margin-bottom: 10px; } 
#preview { width: 90%; } 
h1 {font-family: 'Source Sans Pro',sans-serif; font-weight: 300; text-align: center; color: white; font-size: 25px;}
h2 {font-family: 'Source Sans Pro',sans-serif; font-weight: 100; text-align: center; color: rgba(255,255,255,0.5); font-size: 18px;}
h3 {color: white; font-size:50px; font-family:'Source Sans Pro',sans-serif; text-align: center; font-weight: 100; padding-top: 145px;}

#covert {  position: absolute;
   top: 50%;
   left: auto;
   margin-left: 0;
   width: 98%;
   height: 120px;
   margin-top: 40px; /* Half the height */
 }



}


@media screen and (max-width: 1290px) { 
    #logo {margin-left: 15px;}
    #nav {margin-right: 15px;}

   
}

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

#fotoboek ul {
   margin-left: 6px;
}

#uih {font-family: 'Source Sans Pro',sans-serif; font-weight: 300; text-align: center; color: white; font-size: 30px;}

#uid {font-family: 'Source Sans Pro',sans-serif; font-weight: 100; text-align: center; color: rgba(255,255,255,0.5); font-size: 20px;}


.top {margin-top: 0;}

#projecticons {border-top:1px solid #313339; margin-left: 0; border-right: none; float: none; padding-top:60px; padding-bottom: 40px; width: 100%; height: auto; background-color: #26282B; border-bottom: none; }


#projecticon {border-top:1px solid #313339; float: none; padding-top:60px; padding-bottom: 40px; width: 100%; height: auto; background-color: #26282B; border-bottom: none; }

#photos img {
  width: 90%;
  float: left;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

#fotoboek {
    width: 100%;
    height: 70%;
    background-color: #26282B;
    margin-bottom: 150px;
    clear: both;
}


#footer { width: 100%;
		float: none;
          height: auto;
		text-align: center;
		border-right: none;
		margin-left: 0;
          padding-top: 25px;
          padding-bottom: 25px;
          background-color: #26282B;
           border-top: 1px solid #313339;
           }
           
           #footerd {width: 100%;
		float: none;
          height: auto;
		text-align: center;
          padding-top: 25px;
          padding-bottom: 25px;
          background-color: #26282B;
           border-top: 1px solid #313339;
           }
#footer { margin-top: 0; }

#aboutp {font-size: 15px; text-align: center;} #abouthead {font-weight: 400; font-size: 25px;text-align: center; padding-top: 50px; } #about {padding-top: 40px; padding-bottom: 40px; margin-top: 0;} #textpadding {padding-bottom: 25px; width: 95%; margin-left: auto;margin-right: auto;}

#projectic {margin-left: 0; border-right: none; float: none; padding-top:25px; position:relative; width: 100%; height: 160px;  }

#project {margin-left: 0; border-right: none; float: none; padding-top:25px; position:relative; width: 100%; height: 160px;  }

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

#arrow {
  margin-bottom: -108px;
}

 #header3 { height: 120%; width: 100%;background-image: url(../img/picc6.jpeg);  background-position: center;
         background-size: cover;background-attachment: fixed; background-color: #1b1d1f;  }

         #header8 { height: 120%; width: 100%;background-image: url(../img/picc7.jpeg);  background-position: center;
         background-size: cover;background-attachment: fixed; background-color: #1b1d1f;  }
         
         
         #headeri { height: 120%; width: 100%;background-image: url(../img/picc3.jpeg);  background-position: center bottom;
         background-size: cover;background-attachment: fixed; background-color: #1b1d1f;  }  

         #header2 { height: 120%; width: 100%;background-image: url(../img/picc4.jpeg);  background-position: center bottom;
         background-size: cover;background-attachment: fixed; background-color: #1b1d1f;  }

h4 {font-size: 60px;}

p {font-size: 13px;}
	 
  #logo {margin-left: 0;}
    #nav {margin-right: 0;}

    #logo { height: 180px;
            width: 180px;
            margin-left: auto;
            margin-right: auto;
            float: none;
            margin-bottom: 20px; }

    #nav {margin-top: 30px;}        

#fotoboek ul {
   margin-left: 6px;
}

    #nav ul { margin-left: auto;
              margin-right: auto;
              text-align: center;
              float: none;
              font-size: 14px !important;
              font-weight: 500;
               }

#nav ul li {
    display: inline;
    font-weight: 300;
    font-size: 14px ;
}

    #nav ul li a { text-decoration: none;
                   float: none;
                 }

                   $green: #1ECD97;
$gray: #bbbbbb;
* {
  font-family: 'Source Sans Pro',sans-serif;;
}
