html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; }

.noise {
  -webkit-transition: filter 2s;
  /* Safari */
  transition: filter 2s;
  background: #000 url("/images/noisier_dark.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#bootstrap-overrides {
  background-color: black;
  color: white;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */ }
  #bootstrap-overrides #front_logo {
    width: 100%; }
  #bootstrap-overrides .masonry {
    /* Masonry container */
    column-count: 2;
    column-gap: 1em; }
  #bootstrap-overrides .text_link {
    color: red; }
  #bootstrap-overrides .recaptcha-box {
    display: none; }
  #bootstrap-overrides .about img {
    margin: 0 0 1em; }
  #bootstrap-overrides .gallery .item {
    margin-top: 0.5em; }
    #bootstrap-overrides .gallery .item img {
      margin: 0 0 1em;
      width: 100%; }
  @media only screen and (min-width: 768px) {
    #bootstrap-overrides .masonry {
      column-count: 3; } }
  @media only screen and (min-width: 992px) {
    #bootstrap-overrides .masonry {
      column-count: 3; } }
  @media only screen and (min-width: 1200px) {
    #bootstrap-overrides .masonry {
      column-count: 4; } }
  #bootstrap-overrides .bottom-column {
    float: none;
    display: table-cell;
    vertical-align: bottom; }
  #bootstrap-overrides .profile_pic {
    width: 100%; }
  #bootstrap-overrides .front_page {
    -webkit-transition: filter 2s;
    /* Safari */
    transition: filter 2s;
    background: #000 url("/images/lana_tattoo_dark.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black; }
  #bootstrap-overrides .front_page_icons {
    margin-top: 1em; }
  #bootstrap-overrides .full_width {
    width: 100%; }
  #bootstrap-overrides #voucher-canvas {
    background-color: white;
    cursor: pointer; }
  #bootstrap-overrides .nav_icon {
    margin-top: 0em;
    text-align: center; }
    #bootstrap-overrides .nav_icon svg {
      max-width: 4em;
      display: inline;
      margin: auto auto; }
  @media (min-width: 992px) {
    #bootstrap-overrides .nav_icon {
      margin-top: 2em; } }
  #bootstrap-overrides .content {
    padding-top: 1em; }
  #bootstrap-overrides .nav_logo {
    margin-top: 1em; }
  #bootstrap-overrides .center {
    text-align: center; }
  #bootstrap-overrides .transparent_holder {
    opacity: 0;
    position: absolute; }
  #bootstrap-overrides .icon_desc {
    width: 100%;
    text-align: center; }
  #bootstrap-overrides .menu_item {
    text-decoration: none;
    color: white;
    transition: all 0.5s;
    filter: grayscale(100%) brightness(450%); }
  #bootstrap-overrides #card-element {
    width: 100%;
    padding: 1em;
    background-color: white;
    border-radius: .3em; }
  #bootstrap-overrides .payment-item {
    height: 3em; }
  #bootstrap-overrides .red {
    color: red; }
    #bootstrap-overrides .red .menu_item {
      color: red;
      filter: none; }
  #bootstrap-overrides .menu_item:hover {
    color: red;
    filter: none; }
  #bootstrap-overrides .center_center {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%); }
  #bootstrap-overrides .full {
    width: 100%;
    height: 100%; }
  #bootstrap-overrides .main_icons svg {
    width: 100%; }
  #bootstrap-overrides #test {
    width: 100%; }
    #bootstrap-overrides #test svg {
      max-width: 100vw;
      max-height: 100vh; }
  #bootstrap-overrides .hvr-float svg {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  #bootstrap-overrides .hvr-float svg:hover, #bootstrap-overrides .hvr-float svg:focus, #bootstrap-overrides .hvr-float svg:active {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  #bootstrap-overrides footer {
    text-align: center;
    padding: 2em; }
  #bootstrap-overrides .clock_number_spacer {
    display: inline-block;
    font-size: 2.5em; }
  #bootstrap-overrides .clock_number_container {
    display: inline-block;
    width: calc(25% - 2*3px);
    margin: 3px; }
  #bootstrap-overrides .clock_number {
    font-size: 2.5em;
    background-color: darkred;
    width: 100%;
    height: 2em;
    line-height: 2em;
    border-radius: .1em; }
  #bootstrap-overrides .number_left_block {
    display: inline-block;
    padding: 0 1em 0 1em;
    font-size: 2.5em;
    background-color: #bb1818;
    height: 2em;
    line-height: 2em;
    border-radius: .1em; }
  #bootstrap-overrides .btn-info {
    background-color: darkred;
    border-color: darkred; }
  #bootstrap-overrides .btn-primary {
    background-color: #bb1818;
    border-color: darkred; }
  #bootstrap-overrides .flash-table td, #bootstrap-overrides .flash-table th {
    padding-right: 2em; }

/*# sourceMappingURL=atramentous.css.map */
