@font-face {
  font-family: "ITC Officina Serif Bold";
  src: url("/fonts/ffa77d1a7abf63e91e70f37b34dfe2f8.eot");
  /* IE9*/
  src: url("/fonts/ffa77d1a7abf63e91e70f37b34dfe2f8.eot?#iefix") format("embedded-opentype"), url("/fonts/ffa77d1a7abf63e91e70f37b34dfe2f8.woff2") format("woff2"), url("/fonts/ffa77d1a7abf63e91e70f37b34dfe2f8.woff") format("woff"), url("/fonts/ffa77d1a7abf63e91e70f37b34dfe2f8.ttf") format("truetype"), url("/fonts/ffa77d1a7abf63e91e70f37b34dfe2f8.svg#ITC Officina Serif Bold") format("svg");
  /* iOS 4.1- */
}

body,
html {
  height: 100%;
}

h1 {
  font-family: "ITC Officina Serif Bold";
  color: #049530;
}

.bornready {
  font-family: Bornready;
}

.bg {
  /* The image used */
  background-image: url("/img/mb/Intro-03.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_2 {
  /* The image used */
  background-image: url("/img/mb/wood.jpg");
  /* Full height */
  height: 100vh;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-box {
  background-color: rgba(255, 255, 255, 0.6);
}

.red {
  color: white !important;
  background-color: #e4002e !important;
}

.orange {
  color: white !important;
  background-color: #fbba01 !important;
}

.green {
  color: white !important;
  background-color: #bcce02 !important;
}

.green-l {
  color: #333 !important;
  background-color: #d9e183 !important;
}

.blue {
  color: white !important;
  background-color: #73c7e3 !important;
}

.beige {
  color: white !important;
  background-color: #f7ac5b !important;
}

.brown {
  color: white !important;
  background-color: #a3755a !important;
}

.brown-l {
  color: #333 !important;
  background-color: #ccb3a5 !important;
}

img[src$=".svg"] {
  -webkit-transform: scaleY(1.1);
          transform: scaleY(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

h1 {
  font-size: 4rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.25rem;
  }
}

.video-index {
  font-size: 4.5rem;
  background: white;
  width: 2em;
  height: 2em;
  position: relative;
  border-radius: 1000px;
  background-color: white;
}

.video-index h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  display: block;
  color: #333;
  font-size: 1em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem;
  background-color: #e4002e;
  width: 100%;
  z-index: 1;
}

header img {
  width: auto;
  height: 4rem;
}
/*# sourceMappingURL=live.css.map */