
/* ==========================================================================
   1. SITE BASE
   ========================================================================== */

body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 1046px;
}

a:link, a:visited { color: blue; }
a:hover, a:active { color: red; }

p {
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  text-align: left;
  font-size: 120%;
  line-height: 1.5;
}

blockquote {
  margin-top: 20px;
  margin-left: 150px;
  margin-right: 150px;
  text-align: left;
  font-size: 100%;
  line-height: 1.5;
}

h2 { color: #ff9933; font-size: 200%; }

#centerwrapper {
  text-align: left;
  width: 975px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Primary navigation bar --- */

#nav {
  width: 975px;
  float: left;
  margin: 16px 0 13px 0;
  padding: 0;
  list-style: none;
  background-color: #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

#nav li { float: left; }

#nav li a {
  display: block;
  padding: 8px 19px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border-right: 1px solid #666666;
}

#nav li a:hover {
  color: #ffffff;
  background-color: #333333;
}

/* --- Secondary navigation bar --- */

#nav1 {
  width: 975px;
  float: left;
  margin: 0 0 1em 40px;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

#nav1 li { float: left; }

#nav1 li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 70%;
  color: #000000;
  border-right: 1px solid #f2f2f2;
}

#nav1 li a:hover {
  color: #c00;
  background-color: #ffffff;
}

/* --- Content boxes --- */

.myBoxes {
  padding: 0 10px 10px 10px;
  background: #ffffff; /* fallback */
  background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 75%, #f7f7f7 100%);
  box-shadow: 0 1px 0 rgba(50, 50, 50, 0.5);
  border: 1px solid #CDCDCD;
  border-radius: 5px;
}

.myBoxesWhiteBackground,
.myBoxesGrayBackground {
  padding: 10px;
  width: 450px;
  height: 200px;
  box-shadow: 0 1px 0 rgba(50, 50, 50, 0.5);
  border: 1px solid #CDCDCD;
  border-radius: 5px;
}

.myBoxesWhiteBackground { background: #ffffff; }
.myBoxesGrayBackground  { background: #f8f8f8; }

/* --- Popup image galleries (only the first thumbnail shows) --- */

.popupimages a { display: none; }
.popupimages a:first-child { display: block; }

.popupimages {
  width: 65% !important;
  height: 65% !important;
  margin-top: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ==========================================================================
   2. SITE-WIDE MOBILE / NARROW-SCREEN RULES
   ========================================================================== */

@media screen and (max-width: 1000px) {

  * {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body, #nav, #nav1, #content, iframe, #centerwrapper,
  .myBoxesGrayBackground, .myBoxesWhiteBackground {
    max-width: 100%;
    width: 100% !important;
    min-width: 100% !important;
  }

  #centerwrapper {
    width: 90% !important;
    min-width: 90% !important;
    margin: auto !important;
  }

  #nav { margin-left: 0 !important; }
  #nav li { text-align: center; }
  #nav li, #nav1 li { margin-top: 10px; margin-bottom: 10px; }
  #nav li a, #nav1 li a { font-size: 14px; }

  #nav1 li a {
    display: block;
    text-align: center;
  }

  p {
    width: 100%;
    display: block;
    float: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  img { width: 100%; height: auto; border: 0; }

  li { list-style-position: inside; }
  #content li {
    list-style-position: outside;
    margin-left: 25px !important;
  }

  #content, .myBoxesGrayBackground {
    margin-top: 10px !important;
    height: auto !important;
  }

  .myBoxes, .myBoxesGrayBackground, .myBoxesWhiteBackground {
    box-sizing: border-box;
    height: auto !important;
    padding: 10px 15px 15px !important;
  }

  .myBoxes {
    width: 100% !important;
    min-width: 90% !important;
    margin-top: 10px !important;
  }

  .myBoxes:after {
    content: "";
    display: block;
    clear: both;
  }

  .myBoxesWhiteBackground { margin-top: 0 !important; }

  /* PayPal tracking-pixel cleanup */
  img[src='https://www.paypalobjects.com/en_US/i/scr/pixel.gif'],
  form[target=paypal] img {
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    visibility: visible;
  }
  form[target=paypal] input[type=hidden] { visibility: hidden; }

  ._guarantee {
    width: 175px !important;
    margin: 0 auto !important;
    display: block;
  }

  .smaller_title { font-size: 30px !important; }
  .smaller_title_h2 { font-size: 25px !important; }
  .smaller_title + div { margin-top: 40px !important; }
}

/* ==========================================================================
   3. COOL CIRCLE HOVER BUTTONS

   Thanks to Amit Sheen for the Cool Circle Hover Buttons
   Copyright (c) 2022 by Amit Sheen (https://codepen.io/amit_sheen/pen/vzxzzj)

   Permission is hereby granted, free of charge, to any person obtaining a
   copy of this software and associated documentation files (the "Software"),
   to deal in the Software without restriction, including without limitation
   the rights to use, copy, modify, merge, publish, distribute, sublicense,
   and/or sell copies of the Software, and to permit persons to whom the
   Software is furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be included
   in all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   ========================================================================== */

a.buttoncircle {
  position: relative;
  display: inline-block;
  padding: .6em 1em;
  text-decoration: none;
  margin: 2em 2em;
  border: solid 4px #ffff00;
  color: white;
  background-color: red;
  border-radius: 2em;
}

a.buttoncircle svg {
  position: absolute;
  top: -3em;
  left: -3em;
  width: calc(100% + 6em);
  height: calc(100% + 6em);
  transform: scaleX(2.00);
}

a.buttoncircle .circle {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  transition-property: stroke-dashoffset;
}

a.buttoncircle:hover .circle { stroke-dashoffset: 0; }

@media screen and (max-width: 1000px) {
  a.buttoncircle svg {
    transform: scaleX(1.24);
    max-width: 100%;
    width: 100%;
    left: 0;
  }
  a.buttoncircle { text-align: center; }
}

/* ==========================================================================
   4. RED PILL BUTTON (button3)
   ========================================================================== */

a.button3 {
  display: inline-block;
  padding: .9em 1.2em 1.1em 1.2em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 120%;
  color: #FFFFFF;
  background-color: #ff0000;
  text-align: center;
  transition: all 0.2s;
}

a.button3:hover { background-color: blue; }

@media all and (max-width: 30em) {
  a.button3 {
    display: block;
    margin: 0.2em auto;
    margin-bottom: 50px;
  }
}

/* ==========================================================================
   5. LIGHTBOX (photo gallery)
   ========================================================================== */

/* Preload images */
body:after {
  content: url(//douglasniedt.com/photogallery/close.png) url(//douglasniedt.com/photogallery/loading.gif) url(//douglasniedt.com/photogallery/prev.png) url(//douglasniedt.com/photogallery/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img { border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container { padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(//douglasniedt.com/photogallery/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav { left: 0; }

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(//douglasniedt.com/photogallery/prev.png) left 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover { opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(//douglasniedt.com/photogallery/next.png) right 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover { opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(//douglasniedt.com/photogallery/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/* --- Lightbox on narrow screens --- */

@media screen and (max-width: 1000px) {
  video { max-width: 100%; }

  .lb-container .lb-nav {
    display: flex;
    height: 50px;
    top: 102%;
    justify-content: space-between;
  }
  .lb-container .lb-nav .lb-prev,
  .lb-container .lb-nav .lb-next {
    flex-basis: 30%;
    width: 30%;
    display: block !important;
    opacity: 1 !important;
  }
  .lb-outerContainer { width: 100% !important; }
  .lb-loader .lb-cancel { display: inline-block; }
  .lb-closeContainer .lb-close {
    display: inline-block;
    margin-top: 20px;
  }
  .lb-data .lb-details { width: 100%; }
  .lb-data .lb-number {
    text-align: center;
    margin-top: 25px;
  }
  .lb-dataContainer { width: 100% !important; }
}

/* ==========================================================================
   6. RECORD PLAYER
   ========================================================================== */

:root {
  /* Brushed-metal texture used on the spindle caps and the headshell */
  --metal-gradient:
    repeating-linear-gradient(to right, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 6%, hsla(0,0%,100%,.1) 7.5%),
    repeating-linear-gradient(to right, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0) 4%, hsla(0,0%,0%,.03) 4.5%),
    repeating-linear-gradient(to right, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
    linear-gradient(180deg, hsl(0,0%,78%) 0%, hsl(0,0%,90%) 47%, hsl(0,0%,78%) 53%, hsl(0,0%,70%) 100%);
}

.record-player {
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 20px auto !important;
}

.plinth {
  position: relative;
  background-color: #760d19;
  width: 400px;
  max-width: 100%;
  height: 300px;
  box-shadow: 3px 3px 5px rgba(0,0,0,.5);
  border-radius: 20px;
}

.plinth:before {
  content: "";
  position: absolute;
  width: 395px;
  max-width: 100%;
  height: 295px;
  background:
    radial-gradient(circle, white, transparent 50%),
    repeating-linear-gradient(3deg, rgb(0 0 0 / 3%) 0%, transparent 3%),
    repeating-linear-gradient(1deg, rgb(0 0 0 / 3%) 0%, transparent 1%),
    repeating-linear-gradient(0deg, rgb(0 0 0 / 3%) 0%, transparent 3%),
    repeating-linear-gradient(-1deg, rgb(0 0 0 / 3%) 0%, transparent 1%),
    repeating-linear-gradient(-3deg, rgb(0 0 0 / 3%) 0%, transparent 3%),
    radial-gradient(circle, white, #D27D2D);
  border-radius: 20px;
  left: 0;
  box-shadow: 0 10px 10px rgba(0,0,0,.4);
}

.plinth:after,
.plinth2:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: 20px;
  background-color: #808080;
  background-image: var(--metal-gradient);
  box-shadow: 0 10px 10px rgba(0,0,0,.4);
}

.plinth:after  { top: 20px; }
.plinth2:after { bottom: 20px; }

input#headshell { display: none; }

input#volume-control {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 105px;
  width: 370px;
  transform: rotate(-90deg) scale(.25);
  transform-origin: 0 0;
}

input#volume-control:focus { outline: none; }

input#volume-control::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  width: 28px !important;
  height: 43px !important;
  border-radius: 2px;
  background-image: url(data:image/png;base64,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);
  background-size: cover;
  transform: scale(2) rotate(-90deg);
}

input#volume-control::-moz-range-thumb {
  cursor: pointer;
  background-color: #333533;
  border: none;
  width: 28px !important;
  height: 43px !important;
  border-radius: 2px;
  background-image: url(data:image/png;base64,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);
  background-size: cover;
  transform: scale(2) rotate(-90deg);
}

input#volume-control::-webkit-slider-runnable-track {
  background-color: #000;
  border-radius: 20px;
  border: none;
  margin: -30px;
  width: 10px;
}

input#volume-control::-moz-range-track {
  background-color: #000;
  border-radius: 20px;
  border: 30px solid black;
  outline: 2px solid #d6d6d6;
  width: 10px;
}

.platter {
  position: absolute;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  background-color: #ff0000;
  z-index: 2;
  top: 15px;
  left: 15px;
}

.platter:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #d6d6d6;
  width: 40px;
  height: 40px;
  border: 10px solid #2c2424;
  left: 280px;
  top: 30px;
}

.vinyl {
  position: absolute;
  background-image: repeating-radial-gradient(#181312, #181312 10%, #2c2424 15%);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  z-index: 5;
  top: 25px;
  left: 25px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

.vinyl:before, .vinyl:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: rgba(255,255,255,.1) transparent transparent transparent;
  border-width: 130px 50px 0 125px;
  left: 0;
}

.vinyl:after {
  top: 170px;
  left: 60px;
  transform: rotate(-65deg);
}

.top-circle {
  position: absolute;
  z-index: 10;
  width: 70px;
  height: 70px;
  background-color: #7a101c;
  border-radius: 50%;
  top: 115px;
  left: 115px;
}

.top-circle:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #c0c0c0;
  top: 31px;
  left: 31px;
}

.headshell {
  width: 30px;
  height: 140px;
  position: absolute;
  border-right: 10px solid #cdd9eb;
  border-bottom: 10px solid #cdd9eb;
  border-bottom-right-radius: 50px;
  z-index: 15;
  left: 290px;
  top: 80px;
  cursor: pointer;
  transition: .3s;
  transform-origin: top;
}

.headshell:before, .headshell:after {
  content: "";
  position: absolute;
  background-image: var(--metal-gradient);
  box-shadow: 0 10px 10px rgba(0,0,0,.4);
  border-radius: 5px;
}

.headshell:before {
  background-color: #808080;
  width: 20px;
  height: 30px;
  top: -20px;
  left: 25px;
}

.headshell:after {
  height: 25px;
  width: 15px;
  top: 133px;
  left: -20px;
  transform: rotate(90deg);
}

#headshell:checked + .headshell { transform: rotate(35deg); }

@keyframes play {
  to { transform: rotate(360deg); }
}

#headshell:checked ~ .vinyl {
  animation: play 2s linear infinite .3s;
}

#volume-control-div {
  padding: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAGFBMVEU5P048Q1JAR1ZES1pFTl1JUGBLUmJNVGQcnwiTAAABAElEQVQ4EQXBgQEDMQzEIJR6/5H/Cr0h0KDR0kZ4yr7VayPDAMQbZAAVKkB6AEAMaaNYb8lGGg0EYs5jJA1iEGz8ZCMxhAQYfhmpoSBhBM4gY56BDBEOEsPAAgReJKQANoSipwUwwsgk7LEwsBGgAI8wm6hEqCL1AqN8Agik9SSDmiHAKK5BAw2EjTX0BIM0ARjoIoaEhjQCTgKSNZM0hJ1Z1qyBsCwFZ2AYCAwsczCEUcU+C4YTWlgDQAz0g8QMAsDQaQImNiQDOGMam2ASEJxMMqxRMxA4BGhGBBB2LzMjDZMMAefDCBBMhkW3AcSSmWCBG0giPd+gAZwggGiAgD8+hpmz/TI0LAAAAABJRU5ErkJggg==);
  background-repeat: repeat;
  border-radius: 10px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 100px;
  z-index: 123;
}

#volume-control-div:after {
  content: '';
  margin: 0;
  box-shadow: 0 2px 4px rgba(255,255,255,.5) inset, 0 2px 2px rgba(0,0,0,0.6);
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 12px;
}

.volume-control-line {
  height: 1px;
  width: 16px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 13px;
  opacity: .5;
}

.volume-control-line:nth-child(2) { top: 26px; }
.volume-control-line:nth-child(3) { top: 39px; }
.volume-control-line:nth-child(4) { top: 52px; }
.volume-control-line:nth-child(5) { top: 65px; }
.volume-control-line:nth-child(6) { top: 78px; }
.volume-control-line:nth-child(7) { top: 91px; }
.volume-control-line:nth-child(8) { top: 104px; }

.volume-controle-image {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 123;
}

@media screen and (max-width: 768px) {
  .headshell { left: 260px; }
  .platter:before { left: 250px; }
  #volume-control-div {
    width: 20px;
    right: 10px;
  }
  input#volume-control { left: 10px; }
  .volume-controle-image { right: 10px; }
}

@media screen and (max-width: 425px) {
  .headshell {
    left: 220px;
    top: 60px;
  }
  #headshell:checked + .headshell { transform: rotate(17deg); }
  .vinyl {
    width: 220px;
    height: 220px;
    top: 35px;
    left: 15px;
  }
  .platter {
    width: 240px;
    height: 240px;
    top: 25px;
    left: 5px;
  }
  .vinyl:before, .vinyl:after { left: -10px; }
  .vinyl:after {
    top: 130px;
    left: 50px;
  }
  .top-circle {
    left: 91px;
    top: 110px;
  }
  .platter:before {
    left: 220px;
    top: 0;
  }
}

/* ==========================================================================
   7. PAGE-SPECIFIC MOBILE IMAGE HELPERS
   ========================================================================== */

@media screen and (max-width: 1000px) {
  div.too-large-image { max-width: 70% !important; }

  div.center-image {
    display: block;
    padding-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .giftbox {
    max-width: 70% !important;
    display: block;
    margin: 0 auto !important;
  }

  .pandeiro {
    max-width: 60% !important;
    display: block;
    margin: 0 auto !important;
  }

  .tl-1120, .tl-1124 {
    max-width: 70% !important;
    display: block;
    margin: 0 auto !important;
  }

  .add-more-padding-1140 {
    padding: 10px !important;
    box-sizing: border-box;
  }
}

