.scroll-container {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-content: center;-ms-flex-line-pack: center;align-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;height: 100%;-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;position: relative;width: 100%;z-index:1;margin-bottom:0px;}
.scroll-container section {width: 100%;height: 100%;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;text-align: center;position: relative;overflow: hidden;background-color: #eceff1;}
.scroll-container section:nth-child(1) 
.scroll-container section .image {background-attachment: fixed;-webkit-background-size: cover;background-size: cover;width: 100%;height: 100%;position: absolute;z-index: 500;/*  opacity: 0.4;*/}
.scroll-container section .stuff {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;height: 100%;width: 100%;max-width: 70%;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;text-align: center;z-index: 1000;color: #fff;margin: 0 auto;font-size: 26px;position: relative;}
.scroll-container section .stuff:before, .container section .stuff:after {width: 100%;display: block;content: "";margin:10px 0 10px 0px;}
.scroll-container section .stuff h1{font-size:40px;text-align:left; font-weight:600; margin:0px 0px 50px 0px; text-shadow:0px 0px 15px #518dcc;}
.scroll-container section .stuff h1 span{font-size:20px;text-align:left; font-weight:600; margin:0px 0px 0px 0px; text-shadow:0px 0px 15px #518dcc;}
.scroll-container section .stuff h2{font-size:20px; font-weight:normal; text-align:left; font-weight:600; margin:0px 0px 5px 0px; font-style:italic; text-shadow:0px 0px 15px #518dcc;}