@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap");
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  min-height: 100vh;
  min-width: 320px;
  width: 100%; }

*,
*:after,
*:before {
  box-sizing: inherit; }

body {
  background: #fff;
  font-family: museo, serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  min-height: 100%;
  min-width: 320px;
  padding: 0;
  width: 100%; }

.layout-wrap {
  margin: 0 auto;
  min-height: 100vh; }

.content-container {
  margin: 0 auto;
  max-width: 1680px;
  padding: 0 20px; }

section {
  background-clip: padding-box;
  color: #1a1918;
  margin: 0 auto;
  padding: 30px 0;
  position: relative; }
  @media screen and (min-width: 700px) {
    section {
      border: 40px solid transparent;
      padding: 60px 0; } }
  section .content-container {
    max-width: 1400px; }
  section h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 22px; }
    @media screen and (min-width: 700px) {
      section h3 {
        font-size: 36px;
        margin: 0 0 42px; } }
  section p {
    color: #423f3d;
    font-size: 16px; }
    @media screen and (min-width: 700px) {
      section p {
        font-size: 20px; } }

#dbcreations-common-footer {
  margin: 0 auto;
  text-align: center;
  padding: 40px 12px;
  position: relative;
  z-index: 9999; }
  #dbcreations-common-footer a {
    color: inherit;
    font-family: inherit;
    display: inline-block;
    text-decoration: none; }
  #dbcreations-common-footer .dbcreations-common-logo {
    background: url("images/db-creations/dbcreations-logo-long-official.svg") no-repeat;
    background-size: contain;
    background-position: 0 center;
    display: inline-block;
    height: 68px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 172px; }

.rhythm-n-bullets {
  background-color: #070707;
  background: url("images/rhythm-n-bullets/Header.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #f5f7f7;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1.85pt; }
  .rhythm-n-bullets h1, .rhythm-n-bullets h2, .rhythm-n-bullets h3, .rhythm-n-bullets h4, .rhythm-n-bullets h5, .rhythm-n-bullets h6 {
    font-weight: normal;
    text-transform: uppercase; }
  .rhythm-n-bullets #dbcreations-common-footer {
    color: #070707; }

.rhythm-n-bullets__header {
  color: #F705AC; }
  .rhythm-n-bullets__header .rhythm-n-bullets__logo {
    background-image: url("images/rhythm-n-bullets/rhythm-n-bullets-logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30vh;
    position: relative;
    margin: 0 auto;
    padding: 0 3vw;
    max-width: 1250px;
    text-indent: -99999px; }

.rhythm-n-bullets__video {
  background-image: url("images/rhythm-n-bullets/pink-border-edges.png");
  background-repeat: repeat-y;
  background-size: 100%;
  margin: 100px auto 45px;
  max-width: 650px;
  position: relative;
  width: 96%;
  padding: 0 0 8px; }
  .rhythm-n-bullets__video:before, .rhythm-n-bullets__video:after {
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: inherit;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0; }
  .rhythm-n-bullets__video:before {
    background-image: url("images/rhythm-n-bullets/pink-border-top.png");
    background-position-y: bottom;
    bottom: 100%;
    height: 67px; }
  .rhythm-n-bullets__video:after {
    background-image: url("images/rhythm-n-bullets/pink-border-bottom.png");
    background-position-y: top;
    height: 36px;
    top: 100%; }
  .rhythm-n-bullets__video iframe {
    border: 2px solid #19AEBB;
    box-shadow: 0 0 2px #3cd7e5;
    border-radius: 18px;
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: 88%; }

.rhythm-n-bullets__store {
  background-image: url("images/rhythm-n-bullets/blue-border-edges.png");
  background-repeat: repeat-y;
  background-size: 100%;
  margin: 100px auto 45px;
  max-width: 650px;
  position: relative;
  width: 96%;
  margin: 100px auto 120px;
  max-width: 650px;
  padding: 0 20px; }
  .rhythm-n-bullets__store:before, .rhythm-n-bullets__store:after {
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: inherit;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0; }
  .rhythm-n-bullets__store:before {
    background-image: url("images/rhythm-n-bullets/blue-border-top.png");
    background-position-y: bottom;
    bottom: 100%;
    height: 67px; }
  .rhythm-n-bullets__store:after {
    background-image: url("images/rhythm-n-bullets/blue-border-bottom.png");
    background-position-y: top;
    height: 36px;
    top: 100%; }
  .rhythm-n-bullets__store:before {
    bottom: 93%; }
    @media screen and (max-width: 480px) {
      .rhythm-n-bullets__store:before {
        bottom: 100%; } }
  .rhythm-n-bullets__store h2 {
    color: #f5f7f7;
    text-align: center;
    margin: 10px 0;
    position: relative; }

.rhythm-n-bullets__store-links {
  display: flex;
  flex-wrap: wrap; }
  .rhythm-n-bullets__store-links a {
    border: 2px solid #19AEBB;
    box-shadow: 0 0 2px #3cd7e5;
    border-radius: 100px;
    color: #f5f7f7;
    font-size: 18px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
    margin: 10px;
    width: calc(50% - 20px); }
    @media screen and (max-width: 480px) {
      .rhythm-n-bullets__store-links a {
        width: 100%; } }
    .rhythm-n-bullets__store-links a:hover, .rhythm-n-bullets__store-links a:focus {
      background-color: #19AEBB;
      box-shadow: 0 0 6px #69e0eb; }

.rhythm-n-bullets__about {
  background-image: url("images/rhythm-n-bullets/pink-border-edges.png");
  background-repeat: repeat-y;
  background-size: 100%;
  margin: 100px auto 45px;
  max-width: 650px;
  position: relative;
  width: 96%;
  max-width: 650px;
  padding: 0 42px 10px; }
  .rhythm-n-bullets__about:before, .rhythm-n-bullets__about:after {
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: inherit;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0; }
  .rhythm-n-bullets__about:before {
    background-image: url("images/rhythm-n-bullets/pink-border-top.png");
    background-position-y: bottom;
    bottom: 100%;
    height: 67px; }
  .rhythm-n-bullets__about:after {
    background-image: url("images/rhythm-n-bullets/pink-border-bottom.png");
    background-position-y: top;
    height: 36px;
    top: 100%; }
  .rhythm-n-bullets__about h2 {
    color: #F705AC; }
  .rhythm-n-bullets__about dl dt {
    color: #eccb26;
    font-size: 18px;
    margin: 0 0 8px;
    text-transform: uppercase; }
  .rhythm-n-bullets__about dl dd {
    margin: 0 0 18px; }

.rhythm-n-bullets__gallery {
  display: flex;
  flex-wrap: wrap; }
  .rhythm-n-bullets__gallery img {
    display: inline-block;
    width: 100%; }

.tns-outer {
  margin-bottom: 20px;
  position: relative; }
  .tns-outer .tns-ovh {
    border: 2px solid #19AEBB;
    box-shadow: 0 0 2px #3cd7e5;
    border-radius: 18px;
    overflow: hidden; }
  .tns-outer button[data-action="start"],
  .tns-outer button[data-action="stop"] {
    display: none; }
  .tns-outer .tns-controls {
    display: flex;
    align-content: center;
    justify-content: center;
    outline: 0 !important; }
    .tns-outer .tns-controls button {
      background: transparent;
      border: 0;
      color: #f5f7f7;
      margin: 0 20px;
      font-size: 50px; }
      .tns-outer .tns-controls button:hover, .tns-outer .tns-controls button:focus {
        color: #19AEBB;
        border: 0;
        outline: 0 !important; }
