html,body {
    overflow: hidden !important;
    height: 100% !important;
    background: none;
  }


body.ontheroll-body {        
    background: #ffffff url("../img/bratwurst.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.ontheroll-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.ontheroll-wrap-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.ontheroll-wrap-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 55px 35px;
}

.ontheroll {
  display: block;
  overflow: hidden!important;
  margin: 0 auto;
  max-width: 600px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}


/*
// Components.
*/


.ontheroll p {
  padding-top: 30px!important;
  font-family: filson-soft, sans-serif!important;
  font-weight: 800!important;
  font-style: normal!important;
  color: #fff!important;
  font-size: 1.4em!important;
  margin: 20px 0 0 0;
  line-height: 1.2;

}

.onthreroll-logo {
  margin: 20px 0;
}

.ontheroll-social {
  margin: 30px 0 10px;
}

.ontheroll-social a {
  padding: 0 6px;
  font-size: 26px!important;
  line-height: 1;
  color: #ffffff;
  opacity: 1!important;
  transition: opacity 0.3s ease;
}

