/* ---- reset ---- */

body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
}

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

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #232741;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
}

.panel {
  font-family: 'Source Sans Pro';
  font-size: 1.3em;
  position: absolute;
  display: block;
  width: 250px;
  height: 230px;
  background: #e4e4e4;
  top: 50%;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin: -110px 0 0 -110px;
  padding: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 0.8em 0.8em rgba(179, 178, 178, 0.5);
  z-index: 100;
}

.photo-pos {
  width: 120px;
  height: 120px;
  margin-left: 45px;
  box-sizing: border-box;
  background-clip: content-box;
  background-position: center center;
  border: 1px solid #232741;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.5);
  border-radius: 99em;
}

h1 {
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  color: #222;
  margin-top: -2px;
}

h2 {
  font-weight: 400;
  font-size: .8em;
  margin-top: -16px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 1.0em;
}

/* Style all font awesome icons */

.fa {
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */

.fa:hover {
  opacity: 1;
}

/* Set a specific color for each brand */

.fa-linkedin {
  background: #007cb5;
  color: white;
  opacity: 0.7;
}

.fa-xing {
  background: #026466;
  color: white;
  opacity: 0.7;
}

.fa-instagram {
  background: #E1306C;
  color: white;
  opacity: 0.7;
}
.fa-github {
  background: #000000;
  color: white;
  opacity: 0.7;
}

.fa-envelope {
  background: #04139b;
  color: white;
  opacity: 0.7;
}