.h1-heading {
    font-family: "Questrial";
    font-style: normal;
    font-weight: 400;
    line-height: 1.10909;
    text-align: center;
    vertical-align: text-bottom;
}

.h2-heading{
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    line-height: 1.10909;
    text-align: center;
    vertical-align: text-bottom;
}

.subpage-heading{
    font-family: "Questrial";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    vertical-align: text-top;
}

.subpage-header {
  height: 50vh;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}

.minimal-header {
  height: 25vh;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}

}
.box {
  display: inline-block;
  background-color: rgba(0,0,0,0.45);
  min-height: 300px;
  padding: 50px;
}

.space-20 {
  height: 20px;
  display: block;
}

@media (max-width: 830px){
.u-video,
.u-video iframe {

    max-width: 100%;
    /* margin-right: 10px; */
    width: auto;
    height: auto;
}
}
