@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");


html, body {
  position: relative;
  font-family: 'Source Sans Pro', 'Montserrat', serif;
  font-family: "Raleway", Helvetica, sans-serif;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #faf7f8;
  color: #393636;
}
* {
  font-family: 'Source Sans Pro', 'Montserrat', serif;
}
.port {
  position: relative;
  margin: 0 auto;
  height: 100vh;
  width: 30vw;
}
.motto {
  position: absolute;
  top: 50vh;
  left: 0;
  margin: -9.5vh 0 0 11.5%;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0.75em;
  font-weight: normal;
  vertical-align: middle;
  z-index: 20;
  }
  .motto h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
    }
    .motto h1 abbr {
      text-decoration: none;
      border: none;
      font-weight: bold;
      color: #e20000;
    }
    .motto h1 span {
      margin: 0 0 2px;
      padding: 0;
      font-size: 2.8em;
      font-variant: all-petite-caps;
      line-height: 1em;
      display: block;
      text-decoration: underline;
      text-decoration-color: #5b5b5b;
  }
  .motto ul {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0.5em;
    list-style-type: disc;
    }
    .motto ul li {
      display: inline-block;
      margin: 0;
      margin-left: 5px;
      padding: 0;
    }
    .motto ul li:before {
      margin-right: 5px;
      display: inline-block;
      content: "•";
      font-weight: bold;
      font-size: 1.2em;
      }
      .motto ul li:first-child {
        margin-left: 0;
        }
        .motto ul li:first-child:before {
          content: '';
}
#background-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  object-fit: none;
  /*position: fixed;*/
}