body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
  font-size: 12pt;
  line-height: 1.5;
  margin: 0px;
  padding: 0px; }

h1, h2, h3 {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  color: #666; }

#test1 {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #DDD; }
  #test1 #inner {
    background: #FFF;
    max-width: 1200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px; }

#test1 #scroll {
  display: table; }

#test1 .scroll__graphic {
  display: table-cell;
  position: relative; }
  #test1 .scroll__graphic img {
    margin-top: 10px;
    width: 100%; }
  #test1 .scroll__graphic .chart {
    position: fixed; }

#test1 .scroll__text {
  display: table-cell;
  width: 40%; }
  #test1 .scroll__text h3 {
    padding-top: 40px; }

#test1 .step {
  margin-right: 20px;
  opacity: 0.2; }

#test1 .step.is-active {
  opacity: 1; }

#test1 .scrolly-trigger {
  background-color: yellow;
  cursor: pointer; }

#test1 span.scroller {
  position: fixed;
  bottom: 5px;
  height: 50px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: .3;
  cursor: pointer; }

#test1 span.scroller a {
  color: #333;
  letter-spacing: .1em;
  text-decoration: none; }

#test1 span.scroller span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box; }

#test1 span.scroller-down {
  top: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scroller-down 10s infinite;
  animation: scroller-down 10s infinite; }

@-webkit-keyframes scroller-down {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  5% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  10% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }

@keyframes scroller-down {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  5% {
    transform: rotate(-45deg) translate(-10px, 10px); }
  10% {
    transform: rotate(-45deg) translate(0, 0); } }

#test1 span.show-scroller {
  display: inline; }

#test1 span.hide-scroller {
  display: none; }

@media only screen and (max-device-width: 414px) and (orientation: portrait) {
  #test1 .scroll__text {
    width: 50%;
    font-size: 20pt; }
  #test1 span.scroller {
    left: 40%; } }

#demo1 {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #DDD; }
  #demo1 #inner {
    background: #FFF;
    max-width: 1200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px; }

#demo1 #scroll {
  display: table; }

#demo1 .scroll__graphic {
  display: table-cell;
  position: relative; }
  #demo1 .scroll__graphic img {
    margin-top: 10px;
    width: 100%; }
  #demo1 .scroll__graphic .chart {
    position: fixed; }

#demo1 .scroll__text {
  display: table-cell;
  width: 40%; }
  #demo1 .scroll__text h3 {
    font-size: 22pt;
    padding-top: 20px;
    margin-top: 0px; }

#demo1 .step {
  margin-right: 20px;
  opacity: 0.2; }

#demo1 .step.is-active {
  opacity: 1; }

#demo1 .scrolly-trigger {
  background-color: #85cbff;
  text-decoration: underline;
  cursor: pointer; }

#demo1 span.scroller {
  position: fixed;
  bottom: 5px;
  height: 50px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: .3;
  cursor: pointer; }

#demo1 span.scroller a {
  color: #333;
  letter-spacing: .1em;
  text-decoration: none; }

#demo1 span.scroller span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box; }

#demo1 span.scroller-down {
  top: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scroller-down 10s infinite;
  animation: scroller-down 10s infinite; }

@-webkit-keyframes scroller-down {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  5% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  10% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }

@keyframes scroller-down {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  5% {
    transform: rotate(-45deg) translate(-10px, 10px); }
  10% {
    transform: rotate(-45deg) translate(0, 0); } }

#demo1 span.show-scroller {
  display: inline; }

#demo1 span.hide-scroller {
  display: none; }

@media only screen and (max-device-width: 667px) {
  #demo1 .scroll__text {
    font-size: 16pt; } }

@media only screen and (max-device-width: 568px) {
  #demo1 .scroll__text {
    font-size: 18pt; } }

@media only screen and (max-device-width: 414px) and (orientation: portrait) {
  #demo1 .scroll__text {
    width: 50%;
    font-size: 20pt; }
  #demo1 span.scroller {
    left: 40%; } }

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
  font-size: 12pt;
  line-height: 1.5; }

.background-div {
  display: block;
  overflow: scroll; }

.img {
  position: fixed;
  -webkit-box-shadow: 5px 5px 10px 1px #7d7d7d;
  -moz-box-shadow: 5px 5px 10px 1px #7d7d7d;
  box-shadow: 5px 5px 10px 1px #7d7d7d; }

.img-overlay {
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  margin: auto;
  background-color: blue;
  z-index: 100; }

.title {
  position: fixed;
  left: 0%;
  top: 10px;
  width: 100%;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 40px;
  z-index: 200;
  color: #333; }

