@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

.body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#iot-main {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 30px #241d20;
  box-shadow: 0 0 30px #241d20;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.wrap {
  position:absolute;
  top:30%;
  left:30%;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Open sans';
  z-index: 200;
  cursor:default;
  opacity: 0; transition: opacity .4s ease;
}

.wrap.is-visible { opacity: 1; }

h1 {
  padding: 5px;
  font-weight: 300;
  color:#fff;
  background-color:rgba(0,0,0,0.2);
}

a:link, a:active, a:hover, a:visited {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  font-size: 2em;
}

.bg-cc {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.iot-main {
  background-image: url("/assets/i/bg-iot.jpg");
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

.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;
}
