html, body {
    height: 100%;
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
}
body {
    padding-top: 2.5rem;
    color: #161617;
}


/* Utilities */
.drop-shadow {
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.img-fluid-expand{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.video-width-75 {
  width: 75% !important;
}
@media only screen and (max-width: 767px) and (min-width: 0px) {
  .video-width-75 {
    width: 100% !important;
  }
  .display-1 {
    font-size: 2.5em;
  }
}


h1, h2 {
  color: #72C057;
}

.btn-cubed-green {
  color: #fff;
  background-color: #72c057;
}
.btn-cubed-green:hover {
  color: #fff;
  background-color: #5e9337;
}
.btn-outline-cubed-green {
  color: #72c057;
  border-color: #72c057;
}
.btn-outline-cubed-green:hover {
  color: #ffffff;
  background-color: #72c057;
}


.masthead {
  padding: 100px 0 25px 0;
}
.masthead h1.headline {
  color: #ffffff;
}
.masthead p.preheadline {

}
.masthead p.subheadline {

}
.cubed-masthead {
  background-image: url("../img/awardlab-cubed-hero-bg.png");
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  color: #f3f3f3;
}
.cubed-bg-green {
  background-color: #72c057;
}

.cubed-finish-bg {
  background-image: url("../img/awardlab-cubed-cube-colors-hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 10em 0;
}
.cubed-bold-statement {
  background-color: rgba(22,22,22,.5);
  border-radius: 10px;
  color: #fff;
}
.cubed-bold-statement h1,
.cubed-bold-statement h2,
.cubed-bold-statement h3,
.cubed-bold-statement h4,
.cubed-bold-statement h5,
.cubed-bold-statement h6 {
  color: #fff;
}

.cubed-magnet-accessories-bg {
  background-image: url("../img/awardlab-cubed-magnet-accessories-hero.png");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 15em 0;
}
.cubed-bold-statement-green {
  background-color: #72c057;
  border-radius: 10px;
  color: #fff;
}
