.bg-logo {
  background-image: url("../img/logo.png");
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

html, body {
  max-width: 100vw;
}

html {
  min-height: 100vh;
  background: white;
  background: url("../img/bg-craft-paper-light.jpg");
  background-repeat: repeat;
  overflow-x: hidden !important;
}

html#website {
  background: #121212;
}

body {
  position: relative;
  min-height: 100vh;
}

.polaroid {
  position: absolute;
  left: 2rem;
  top: 2rem;
  max-height: 700px;
  z-index: 1;
  transform: translateX(-22%) translateY(-15%);
}

.uk-section, uk.container, img {
  z-index: 1;
}

#age button {
  z-index: 2;
}

#age_verify_panel {
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 3px;
}

#byline {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #333;
  text-transform: uppercase;
  font-size: 90%;
}

#main {
  background-color: #fff;
  background-image: url("../img/family-bw-footer.jpg");
  background-repeat: no-repeat;
  min-height: 1200px;
  background-position: center bottom -15%;
  background-size: contain;
}

#navigation {
  font-size: 120%;
  transform: translateY(19px);
}

#top {
  margin: 0;
}

#top .uk-button-primary {
  margin-bottom: 4px;
  font-size: 1.1rem;
  white-space: nowrap;
}

.border-top {
  margin-top: 1rem;
  height: 7px;
  background: radial-gradient(ellipse farthest-corner at left bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at right top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.border-bottom {
  margin-top: 2px;
  height: 2px;
  background: radial-gradient(ellipse farthest-corner at left bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at right top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.uk-button-primary {
  background: linear-gradient(to bottom, #D4AF37 0%, #C5A028 100%);
  color: #fff;
  font-weight: bold;
}

.uk-button-primary:hover {
  background: linear-gradient(to bottom, #C5A028 0%, #D4AF37 100%);
  color: #fff;
}

a:not(.uk-button), a:not(.uk-button):hover, .uk-dropdown-nav>li>a, .uk-dropdown-nav>li>a:active {
  color: goldenrod;
  font-weight: bold;
}

.hover-zoom img {
  transition: all 0.4s ease-in-out;
}

.hover-zoom:hover img, .hover-zoom.active img {
  transform: scale(1.28);
  cursor: pointer;
}

.made-in-texas {
  max-width: 160px;
  opacity: 0.55;
  margin-top: 380px;
}

.quote { 
  line-height: 2.3; 
  padding: 0 0; 
  width: 100%;
  margin: auto auto;
  opacity: 0;
  transition: 0.65s all ease-in-out;
  transform: rotate(2deg);
}
.hover-zoom:hover .quote, .hover-zoom.active .quote {
  opacity: 1;
}
.quote span { 
  background-color: rgba(235, 235, 235, 1);
  color: #222; 
  display: inline;
  padding: 0.45rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#top .uk-button-default:hover { color: #fff !important; }
@media screen and (max-width: 639px) {
}

@media screen and (max-width: 959px) {
  #main {
    background-size: contain;
    background-position: center bottom 0% !important;
  }

  .made-in-texas {
    margin-top: 40px;
    margin-bottom: 300px !important;
  }
}

@media screen and (max-width: 1200px) {
  .polaroid {
    bottom: 0vh;
    right: -15%;
    left: auto;
    top: auto;
    max-height: 600px;
    transform: translateX(0) translateY(500px);
  }

  .made-in-texas {
    margin-top: 40px;
    margin-bottom: 300px !important;
  }
}