@import url(animate.css);
/*
* @subsection Flow-mixin
*/
@import url(//fonts.googleapis.com/css?family=Raleway:400,300|Montserrat:400,700);
@import url(rd-parallax.css);
/*
* @section Main Styles
*/
/*
* @subsection Canvas
*/
#bgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
@media (min-width: 992px) {
  #bgCanvas {
    display: block;
  }
}

canvas {
  pointer-events: none;
}

#bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  #bg-animation {
    display: block;
  }
}

/*
* @section HEADER Section
*/


/*
* @section CONTENT  Section
*/
main {
  display: block;
}

/*
* @section FOOTER  Styles
*/

@media (min-width: 1700px) {
  footer .icon {
    display: inline-block;
  }
}
footer .counter + span {
  margin-top: 43px;
}
footer span {
  display: inline-block;
}
footer a[href^="mailto:"]:hover {
  color: #fff;
}
@media (min-width: 1700px) {
  footer {
    padding-top: 258px;
  }
}
