body {
  padding: 25px;
  background-color: #3DB2FF;
}

footer {
  color: #ffffff;
  font-family: Arial;
  font-size: 0.8em;
  font-weight: 200;
  margin-top: 1em;
  text-align: center;
  padding: 1em;
}

a:link, a:visited, a:hover, a:active {
  color: #ffee00;
  background-color: transparent;
  text-decoration: none;
}

h1 {
  text-align: center;
  margin: 0rem 1rem 1rem 1rem;
  font-family: 'Wallpoet';
  color: #ffee00;
}

.container {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#canvas-color-area {
  text-align: center;
}

#rgbValue, #hslaValue {
  float: right;
}

#layerd-canvas-area {
  text-align: center;
}

#palette {
  margin: 1rem;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; */
}

.tools {
  margin: 2rem;
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: 600;
}

#eraser-button {
  background-color: #ffb619;
  border: 2px solid #ffb619;
  border-radius: 100px;
  color: black;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

#eraser-button:hover {
  background-color: #ffcb5c;
  border: 2px solid #ffcb5c;
}

#clear-button {
  background-color: #f0f0f0;
  border: 2px solid #575757;
  border-radius: 100px;
  color: #272727;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

#clear-button:hover {
  background-color: #bebebe;
  border: 2px solid #363636;
}

#range-selector {
  width: 200px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #FFEDDA;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #FF2442;
  margin-top: -4px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFEDDA;
}

.colorPicker {
  background: #fffef8;
  border: 1px solid #fffef8;
  border-radius: .3em;
  margin: 1em;
  display: inline-block;
}

.colorPicker .extras {
  float: right;
  margin: 0.5em;
}

.colorPicker .extras .currentColorContainer {
  overflow: hidden;
}

.colorPicker .extras .currentColor {
  float: right;
  width: 65px;
  height: 30px;
  border: 1px solid #BBB;
  border-radius: .3em;
}

.colorPicker .extras .colorFields {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.colorPicker .extras .color {
  text-align: right;
}

.colorPicker .extras .colorFields input {
  width: 40px;
  margin-left: 0.5em;
}

.colorPicker .extras .hex {
  float: right;
}

.colorPicker .extras .hex input {
  width: 60px;
}

.colorPicker .twod {
  float: left;
  margin: 0.5em;
}

/* main dimensions */
.colorPicker .twod, .colorPicker .twod .bg {
  width: 200px;
  height: 200px;
}

@media only screen and (max-width: 700px) {
  .colorPicker .twod .colorPicker .twod, .colorPicker .twod .colorPicker .twod .bg, .colorPicker .twod .bg .colorPicker .twod, .colorPicker .twod .bg .colorPicker .twod .bg {
    width: 200px;
    height: 30px;
  }
}

.colorPicker .oned, .colorPicker .oned .bg {
  height: 200px;
}

.colorPicker .oned, .colorPicker .oned .bg, .colorPicker .oned .pointer .shape {
  width: 20px;
}

.colorPicker .twod .bg {
  position: absolute;
}

.colorPicker .twod .pointer {
  position: relative;
  z-index: 2;
  width: 8px;
}

.colorPicker .twod .pointer .shape {
  position: absolute;
}

.colorPicker .twod .pointer .shape1 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: 2px solid black;
  border-radius: 5px;
}

.colorPicker .twod .pointer .shape2 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border: 2px solid white;
  border-radius: 4px;
}

.colorPicker .oned {
  float: left;
  margin: 0.5em;
}

.colorPicker .oned .bg {
  border: 1px solid #BBB;
}

.colorPicker .oned .pointer {
  position: relative;
  z-index: 2;
}

.colorPicker .oned .pointer .shape {
  position: absolute;
  margin-left: -1px;
  margin-top: -4px;
  height: 5px;
  border: 2px solid black;
  border-radius: 5px;
}

/* gradients, tweak as needed based on which browsers you want to support */
.colorPicker .oned .bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(66%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
}

.colorPicker .twod .bg1 {
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.colorPicker .twod .bg2 {
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}

#hslPicker .twod .bg1 {
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(66%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
  background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 66%, #ff00ff 83%, #ff0000 100%);
}

#hslPicker .twod .bg2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#7f7f7f));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #7f7f7f 100%);
}

#hslPicker .oned .bg {
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, white 0%, rgba(0, 0, 0, 0) 50%, black 100%);
}

#hslPicker .extras {
  width: 100px;
}

#hslPicker .oned.alpha {
  margin: 0;
}

#hslPicker .oned.alpha .bg {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: linear-gradient(to bottom, white 0%, black 100%);
}
/*# sourceMappingURL=colorjoe.css.map */