/* ---- reset ---- */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}
canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #323840;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.banner{
	margin: 0 auto;
	text-align: center;
	position: relative;
}

/*.banner .img-wrap {
    margin-bottom: 0px;
}

.banner .img-wrap img {
	max-width: 800px;
    width: 100%;
    height: auto;
}*/

.fade-container {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    margin: 0px auto 5px;
}

.fade-container:last-child{
	margin: 0px auto 0px;
}

.fade-container img {
    max-width: 800px;
    width: 100%;
    display: block;
    margin: auto;
}

.fade-container::before,
.fade-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.fade-container::before {
  left: 0;
  background: linear-gradient(to right, #323840, transparent);
}

.fade-container::after {
  right: 0;
  background: linear-gradient(to left, #323840, transparent);
}


h1 {
  box-sizing: border-box;
  position: fixed;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  z-index: 50;
  top: 50%;
  left: 50%;
  right: 0;
  width: 300px;
  margin: -28px 0 0 -150px;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
  border: solid 3px #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.wrapper-main{
  position: relative;
}

.back-to-top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	padding: 20px;
	display: inline-block;
	text-decoration: none;
	background-color: #FFF;
	color: #000;
	border-radius: 50px;
	z-index: 999;
}