.v-center-bottom {
  display: flex;
  justify-content: center;
  align-items: self-end;
}

.v-center {
  display: flex;
  justify-content: center;
  align-items: self-end;
}

.v-right {
  display: flex;
  justify-content: right;
  align-items: self-end;
}

.row {
  margin-top: 10px;
}

.pull-left {
  float: left;
  width: 50% !important;
  margin-bottom:20px;
}
.pull-right {
  float: right;
  width: 50% !important;
  margin-bottom:20px;
}

.box {
  width: 100%;
  border-radius: 25px;
  padding: 5px 0px 5px 25px;
  margin-bottom: -100px;
  background-color: #ffffff99;
}

.box-blond {
  width: 100%;
  border-radius: 25px;
  padding: 5px 0px 5px 25px;
  margin-bottom: -100px;
  background-color: #faf0cadd;
}

.center {
  text-align: center;
}

.v-fill {
  height: 100%;
}

.box.opaque {
  width: 100%;
  border-radius: 25px;
  padding: 5px 0px 5px 25px;
  background-color: #ffffff;
}

.box p{
  margin: 10px 20px 0px 0px;
}


.blur {
  filter: blur(5px);
  opacity: 50%;
}
.reveal .slides section .fragment.blur {
  filter: blur(5px);
  opacity: 50%;
  visibility: visible;
}

.reveal .slides section .fragment.blur.visible {
  filter: none;
  opacity: 100%
}
