body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; background: rgba(0, 0, 0, 0.95); }

p {
  color: #000;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  padding: 1rem 0; }

h2 {
  font-size: 20px; }

.owl-1 .owl-nav {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 50px; }
  .owl-1 .owl-nav .owl-next,
  .owl-1 .owl-nav .owl-prev {
	  display: none;
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%; }
    .owl-1 .owl-nav .owl-next:active, .owl-1 .owl-nav .owl-next:focus,
    .owl-1 .owl-nav .owl-prev:active,
    .owl-1 .owl-nav .owl-prev:focus {
      outline: none; }
    .owl-1 .owl-nav .owl-next span,
    .owl-1 .owl-nav .owl-prev span {
      color: #fff; }
      .owl-1 .owl-nav .owl-next span:before,
      .owl-1 .owl-nav .owl-prev span:before {
        font-size: 40px !important; }
  .owl-1 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 10px; }
  .owl-1 .owl-nav .owl-prev {
    left: 10px; }

.owl-1 .owl-dots {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-1 .owl-dots .owl-dot {
    background: none;
    /*display: block; }*/
	display: none; }
    .owl-1 .owl-dots .owl-dot > span {
      /*display: inline-block;*/
	  display: none;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      margin: 4px; }
    .owl-1 .owl-dots .owl-dot.active > span {
      background: white; }
    .owl-1 .owl-dots .owl-dot:active, .owl-1 .owl-dots .owl-dot:focus {
      outline: none; }

.media-29121 {
  height: 90vh;
  background-size: 95% auto;
  background-position: center;
  background-repeat: no-repeat; 
  max-width: 800px; 
  margin: auto;}
  .media-29121.overlay {
    position: relative; }
    .media-29121.overlay:before {
      width: 100%;
      height: auto;
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: none;
      z-index: 1; }
  .media-29121 .container {
    position: relative;
    z-index: 2; }
    .media-29121 .container, .media-29121 .container > .row {
      height: 93vh; }
  .media-29121 h2 {
    font-size: 38px;
    color: #fff; }
