html, body {
  font-family: 'Dosis', sans-serif;
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h3 {
  padding: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}

.Bg {
  z-index: 1000;
  color: #ffffff;
}

.parallax {
  z-index: 10;
  position: relative;
  height: 400px;
  overflow: hidden;
}

.front, .parallax {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 200px;
}

.bgimg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.shadow {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.4;
}
