header {
  text-align: center;
  /*background: url(http://i.imgur.com/4c1hT3G.jpg?1);*/
  background-size: cover;
  color: lightgrey;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: thin;
  height: 70%;
  width: 100%;
}

a {
  color: white;
}

li {
  margin-bottom: 2em;
}

.underline {
  text-decoration: underline;
  font-size: 1.1em;
}

.divFont{
  color: lightgrey;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: thin;
  text-align: center;
}

#bars{
text-align: center;
position: absolute;
margin: 0;
}

h1 {
  font-size: 70px;
  font-weight: 1px;
  top: 50%;
  color: lightgrey;
}

h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: thin;
}

#moleGif {
  border-radius: 10px;
  height: 30%;
  width: 30%;
  z-index: 9999;
}

#apiGif {
  border-radius: 10px;
  height: 30%;
  width: 30%;
  position: relative;
  z-index: 9999;
  top: 0;
}

#cuisinieGif {
  border-radius: 10px;
  height: 30%;
  width: 30%;
  position: relative;
  z-index: 9999;
  top: 0;
}

img {
  margin: 40px 0px 0px 0px;
  /*border: 7px solid black;*/
  z-index: 9999;
  position: relative;
  /* border-radius: 50px;*/
}

ul {
  padding: 10px;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  position: relative;
  margin: 0;

}

li {
  display: inline;
  padding: 0px 10px 0px 10px;
/*left: 20px;*/
}

article {
  font-family: 'Josefin Sans', sans-serif;
  max-width: 500px;
  padding: 20px;
  margin: 0 auto;
  color: white;
  background: black;

}

body {
  background: black;
  width: 100%;
  height: 100%;

}

@media (max-width: 500px) {
  h1 {
    font-size: 36px;
    padding: 5px;
  }
  li {
    padding: 5px;
    display: block;
  }

  .zLink {

    margin: 0;
    left:22%;
    }

}
.zLink {

margin: 0;
left:22%;
}
#insta{
  height: 13%;
  width: 13%;
  margin: auto 0;
  top: 5px;
}
#tweet{
  height: 10%;
  width: 10%;
  margin: auto 0;
}
#linkd{
  height: 10%;
  width: 10%;
  margin: auto 0;
  bottom: 5px;
}
#git{
  height: 8%;
  width: 8%;
  margin: auto 0;
    bottom: 8px;
}
#mailer {
  height:8%;
  width: 8%;
  margin: auto 0;
  bottom: 10px;
}





/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

/*html,body{
	width:100%;
	height:100%;
	background: black;
}*/

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 100% Arial, Helvetica, sans-serif;
}

canvas{
  /*display:inline-block;*/
  /*vertical-align:bottom;*/
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  /*z-index: ;*/
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url('');
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.projectpart{
  width: 100%;
  height: 200%;
  background-color: black;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
