body {
font-size: 120%;
  font-family: 'Smooch Sans', sans-serif;
  font-weight: 300;
  background-color: #191919;
  color:#B5B5B5;
}

p {
  color: #B5B5B5;
  font-family: 'Open Sans', sans-serif;
  font-size:85%;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color:#B5B5B5;
}

h1 {
  font-size: 200%;
}


h2 {
    font-size: 180%;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}


h3 {
  font-size: 160%;

}


h4 {
  font-size: 140%;
}


h5 {
  font-size: 120%;
}

h6 {
  font-size: 100%;
}


a {
  color:#92181C;
  font-weight: 800;
  text-decoration: none;
}

a:hover {
  color: #007BFF;
}


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; }

.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%; }


  .owl-1 .owl-nav .owl-next,
  .owl-1 .owl-nav .owl-prev {
    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:  rgba(145, 24, 28, 0.8); }


      .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: -60px; }


  .owl-1 .owl-nav .owl-prev {
    left: -60px; }


.owl-1 .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }


  .owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block; }


    .owl-1 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(145, 24, 28, 0.8);
      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; }
