/* =============================================
 *
 *   PARALLAX - JQUERY
 *
 * ============================================= 
 */



/*html, body {
  font-family: 'Dosis', sans-serif;
  padding: 0;
  margin: 0;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h3 {
  padding: 20px;
  font-size: 27px;
  font-weight: 300;

}

.Bg {
  z-index: 1000;
  color: #fff;
}


.parallax {
  z-index: 10;
  position: relative;
  height: 150px;
  overflow: hidden;
}

.front, .parallax {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 220px;
}

.bgimg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.shadow {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.4;
}
