.clear {
  width: 100%;
  height: 0px;
  clear: both;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

a, a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

button:hover, button:focus, button:active {
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 37px;
  font-weight: 400;
}

p {
  font-size: 17px;
  font-family: 'Muli', sans-serif;
  font-weight: 200;
}

body {
  font-family: 'Muli', sans-serif;
  color: #5a5858;
}

.top_bar {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top_bar img {
  width: 300px;
}

.main_container {
  text-align: center;
}

.main_video {
  text-align: center;
}

.main_text {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */