html {
  background-color: black;
}

.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
}

.text-center {
  text-align: center;
}

.text-pad {
  padding: 10px;
}

.youtube {
  padding-top: 30px;
  padding-bottom: 50%;
  margin-bottom: 10%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.web-image {
  width: 15%;
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.site-container .site-image {
  width: 35%;
}
/*# sourceMappingURL=generic.css.map */