<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Raleway,Helvetica,sans-serif;
  text-align: center;
  line-height: 3;
}

div.spacer {
  height: 100px;
}

div.stage {
  display: inline-block;
  vertical-align: top;
  width: 94%;
}

div.getting-started-box {
   padding: 1.8em;
   text-align: left;
   background-color: white;
   color: black;
   line-height:1.8;
   font-style: Raleway,sans-serif;
}

div#appContainer {
  background-color: #FFFFFF;
  width: 85%;
  margin: auto;
  position: relative;
  display: flex;
}

div#uploadStage {
  margin: auto;
}

div#uploadSpacer {
  height: 15em;
}

div#userCropStage {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 10px;
  width: 570px;
  height: 570px;
  z-index: 1;
}

div#instructions {
  color: red;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1;
}

div#imgcontainer {
  width: inherit;
  height: inherit;
}

img#preview {
  object-fit: contain;
  width: 400px;
  height: 400px;
}

img#uploadedImg {
  object-fit: contain;
  width: 600px;
  height: 600px;
}

div#previewCanvas {
  aspect-ratio : 1 / 1;
  width: 90%;
  margin: auto;
}

canvas.p5Canvas {
  box-shadow: 7px 7px 3px #777;
}

div#previewStage {
  width: 95%;
}

/* Hide p5js loading div */
div#p5_loading { display:none; }

div#frameSticks {
  margin: auto;
}

div.hrdiv {
  width: 80%;
  margin: auto;
}

img.stick {
  width: 40px;
  height: 150px;
  border: 10px solid rgba(255, 255, 255, 0);
  margin: 3px;
}

img.stick.selected {
  border: 10px solid #c7d6ed;
}

.carousel-outer {
  display: inline-block;
  width: 70%;
  position: relative;
}

.carousel-inner {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  overflow: auto;
  white-space: nowrap;
}

.button {
  background-color: rgba(255,255,255,0);
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-radius: 13px;
  color: #000;
  padding: 9px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: lighter;
  margin: 4px;
  cursor: pointer;
}

.button.next {
  background-color: #9ef01a;
}

.button.back {
  background-color: #ffc600;
}

.button:hover {
  background-color: rgba(170, 230, 255, 0.6);
  color: #555;
}

.button.im {
  padding: 5px;
}

.button.selected {
  background-color: rgba(185, 220, 240, 1);
}

.button&gt;img {
  width: 65px;
  margin: 0;
  padding: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.info {
  width: 14px;
  height: 14px;
  background-image: url(assets/info.png);
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  margin: 3px;
}

.option-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5em;
}

.info:hover {
  background-image: url(assets/info-hover.png);
}

#left-container, #right-container {
  width: 49%;
  vertical-align: top;
  float: left
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#left-container::-webkit-scrollbar, #right-container::-webkit-scrollbar {
  display: none;
}


#left-container {
  justify-content: center;
  align-items: center;
  background-color: #f6f5f3;
}

h1 {
  font-size: 3em;
  letter-spacing: 0.07em;
}

span.startspan {
  font-weight: bold;
  color: red;
}

#getStartedStage {
  background-color: red;
  color: white;
  line-height: 4em;
  width: 100%;
}

#uploadStage img {
  width: 60%;
}

#uploadStage&gt;input {
  display: none;
}

#uploadStage&gt;label {
  cursor: pointer;
}

#cropAndSizeStage {
  font-weight: bold;
}

#priceInfo {
  border: #f36 5px;
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 0.1em #666;
  font-weight: bold;
  font-size: 1.2em;
  width: 50%;
  border-style: solid;
  margin: 2em auto;
  background-color: #fafaf2;
}

#priceInfo:hover {
  background-color: #f2efef;
  cursor: default;
}

#printDpi {
  font-weight: bold;
  font-style: italic;
  text-align: left;
  line-height: 2;
  margin: 3em;
}

input[type=button] {
  padding: 0.6em;
}

#finalize {
  padding: 1em 2em;
  font-size: 1.4em;
}

#modalShade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 19;
}

.modal {
  display: none;
  background-color: white;
  border-style: solid;
  padding: 3em;
  text-align: left;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

.lScrollIcon, .rScrollIcon {
  display: none;
}

@media screen and (max-width: 900px) {
  div#appContainer {
    flex-wrap: wrap;
    width: 100%;
    overflow-x: hidden;
  }
  div.stage {
    width: 100%;
  }
  #left-container, #right-container {
    width: 100%;
    height: 50%;
    flex: 0 0 100%;
  }

  div#uploadSpacer {
    display: none;
  }

  div#userCropStage {
    width: 95%;
    height: unset;
    aspect-ratio: 3 / 4;
  }

  .lScrollIcon, .rScrollIcon {
    opacity: 0;
    transition: opacity 0.5s;
    display: block;
    position: absolute;
    height: 100%;
    width: 2em;
    top: 0;
    background-size: cover;
  }

  .lScrollIcon {
    left: -2em;
    background-image: url('assets/scroll-l.png');
  }

  .rScrollIcon {
    right: -2em;
    background-image: url('assets/scroll-r.png');
  }

  .on {
    opacity: 0.7;
    transition: opacity 1s;
  }

  .lScrollWatcher, .rScrollWatcher {
    display: inline-block;
    height: 3px;
    width: 3px;
  }

  .modal {
    font-size: 0.8em;
    line-height: 1.8;
    padding: 2em;
  }
}
</pre></body></html>