
.jarallax {
    position: relative;
    width: 100%;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* START CUSTOM JARALLAX HEADER*/
.jarallax {
    padding-top: 200px;
    padding-bottom: 200px;
}

.fw-hero-container.center {
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.fw-hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-content-container.center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
}

.hero-content {
    width: 80%;
    margin: auto;
}

.fw-hero-container h1 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.4em;
}

.fw-hero-container h3 {
    line-height: 1.4em;
}

.jarallax:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}
/* END CUSTOM JARALLAX HEADER*/

/* body {
    padding: 10px;
    margin: 0;
}
html {
    overflow: hidden;
    min-height: 200%; 
} */
#qunit-fixture {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
}
.qunit-absolute {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    z-index: 2;
    max-height: calc(100% - 20px);
    overflow: auto;
}
