.dh-header-non-rectangular-container h1, p {
  /*color: #000000;*/
  /*font-weight: bold;*/
}

.clearmargin {
  margin: 0px;
}

.clearpadding {
  padding: 0px;
}

.row-image-txt {
  background-color: rgb(42,42,42);
}

.row-image-txt h1 {
  color: white;
}

.row-image-txt p {
  color: white;
}

.menu {
  font-size: 16px;
}

.video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0, 0.2);
}

.backvideo {
  position: relative;
  top: 0;
  bottom: 0;
  /*z-index: -1;*/
  min-width: 100%;
  min-height: 100%;
  opacity: 0.6;
}

.bg-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.Titolo-1 {
  color: #fff;
  font-weight: bold;
  -webkit-text-stroke: .07rem #3b4248;
  text-stroke: .07rem #3b4248;
}

.Titolo-2 {
  -webkit-text-stroke: .07rem #3b4248;
  text-stroke: .07rem #3b4248;
}

#no-outline {
  outline: 0;
}

