
.scroll-down {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 45px;
  left: 50%;
  margin-left: -16px;
  width: 34px;
  height: 34px;
  font-size: 44px;
  text-align: center;
  text-decoration: none;
  color: rgba(255,255,255,0.7);
  -webkit-animation: bounce 4s 2s infinite;
  animation: bounce 4s 2s infinite;
}

.scroll-down:hover {
  color: #fff;
  -webkit-animation: none;
  animation: none;
}

/* Hides shit */
.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none;
}

.title-synapse a{
  text-decoration: none;
}

.body-title{
  display: table;
  width: 100%;
  height: 100vh;
}

canvas {
  display: block;
  vertical-align: bottom;
}

.vertical {
  display: table-cell;
  vertical-align: middle;
  justify-content: center;
}

/* Big cover image on the home page */
.title-synapse{
  position: relative;
  text-align: center;
}

.logo-synapse-bienvenu{
  max-width: 800px;
  height: auto;
}

@media only screen and (max-width:850px){
  .logo-synapse-bienvenu{
    width: 700px;
  }
}

@media only screen and (max-width:715px){
  .logo-synapse-bienvenu{
    width: 600px;
  }
}

@media only screen and (max-width:600px){
  .logo-synapse-bienvenu{
    width: 500px;
  }
}

@media only screen and (max-width:500px){
  .logo-synapse-bienvenu{
    width: 350px;
  }
}

@media only screen and (max-width:350px){
  .logo-synapse-bienvenu{
    width: 250px;
  }
}

@media only screen and (max-width:272px){
  .logo-synapse-bienvenu{
    width: 150px;
  }
}

.btn-bootstrap-2{
  font-size: 65px;
  color: rgba(255, 255, 255, 0.7);
  padding: 14px 16px;
  font-weight: 400;
  border: #bfc8cd 1px solid;
  opacity: 1;
  text-transform: uppercase;
  line-height: 35px;
  white-space: nowrap;
  border-radius: 3px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.39);
}

.btn-bootstrap-2:hover{
  color: rgba(255, 255, 255, 0.868);
  background: rgba(0, 0, 0, 0.722);
  transition: all 0.3s ease-in-out;
}

.btn-bootstrap-2:active,
.btn-bootstrap-2:focus,
.btn-bootstrap-2:focus:active{
  box-shadow: none;
  outline: 0;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2FA7DC;
  background-image: url(/images/screen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/* ---- 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;
}