
body {
	margin: 0;
  text-align: center;
  position: relative;
  min-height: 100vh;
}

@font-face {
    font-family: 'proximanovaregularwebfont';
    src: url('../fonts/proximanovaregularwebfont.eot');
    src: url('../fonts/proximanovaregularwebfont.eot') format('embedded-opentype'),
         url('../fonts/proximanovaregularwebfont.woff2') format('woff2'),
         url('../fonts/proximanovaregularwebfont.woff') format('woff'),
         url('../fonts/proximanovaregularwebfont.ttf') format('truetype'),
         url('../fonts/proximanovaregularwebfont.svg#proximanovaregularwebfont') format('svg');
}
@font-face {
    font-family: 'avenirltstd35light58acf3d56e0a6';
    src: url('../fonts/avenirltstd35light58acf3d56e0a6.eot');
    src: url('../fonts/avenirltstd35light58acf3d56e0a6.eot') format('embedded-opentype'),
         url('../fonts/avenirltstd35light58acf3d56e0a6.woff2') format('woff2'),
         url('../fonts/avenirltstd35light58acf3d56e0a6.woff') format('woff'),
         url('../fonts/avenirltstd35light58acf3d56e0a6.ttf') format('truetype'),
         url('../fonts/avenirltstd35light58acf3d56e0a6.svg#avenirltstd35light58acf3d56e0a6') format('svg');
}

.particles-js-canvas-el {
  background-color: #fff;
}

.content {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin: 3em 0;
}
/*.content-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

.logo a img {
  margin: 0 auto;
  display: table;
}

h1,p {
  color: #404040;
}

h1 {
  text-transform: uppercase;
  font-family: 'proximanovaregularwebfont';
  font-size: 40px;
  letter-spacing: 2px;
  margin-top: 1em;
}
p {
  font-family: 'avenirltstd35light58acf3d56e0a6';
  font-size: 16px;
  line-height: 27px;
}
ul {
  list-style: none;
}
ul li {
  display: block;
  font-family: 'avenirltstd35light58acf3d56e0a6';
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 9px;
  color: #404040;
}
ul li span {
  display: block;
}
ul li .email2 {
  margin-left: 20px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

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

.count-particles{
  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;
}

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

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