/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

body {
    background: #5e1205;
}

@media (max-width: 767px) {
  .tm-bg-noparallax, body {
      background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 162, color-stop(0%, #842010), color-stop(100%, #000000));
      background-image: -webkit-radial-gradient(center top, farthest-corner circle, #842010 0%, #000000 100%);
      background-image: -moz-radial-gradient(center top, farthest-corner circle, #842010 0%, #000000 100%);
      background-image: radial-gradient(farthest-corner circle at center top, #842010 0%, #000000 100%);
  }
}
.tm-logo-small {
  font-family: 'Oswald Light', Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 36px;
  line-height: 1;
}