body {
  background: #f3c70a;
  color: #4c4e58;
  font-family: "Nunito Sans", sans-serif;
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  margin-top: 100px;
  overflow-x: hidden;
}

body#podcast {
  width: 70%;
}

input {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  color: #4c4e58;
}

#bigfattext {
  font-size: 64px;
  color: #353740;
  font-weight: 800;
  line-height: 1;
  margin: 50px auto;
}
.flex {
  display: flex;
}
.hide {
  display: none;
}
.half {
  min-height: 100%;
  width: 50%;
  margin-top: 100px;
}
.left {
  z-index: 2;
  position: relative;
}
.right {
  z-index: 1;
  flex-direction: column;
}

.lighttext {
  color: #bbb;
}

.shipping {
  font-size: 21px;
  font-weight: 400;
  margin-top: 16px;
  line-height: 1.6;
}
#callout {
  font-size: 28px;
  color: #353740;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.hint {
  font-size: 18px;
  text-align: center;
  margin: 16px 0;
}
.hint .tip {
  background: #0692dd;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  margin-right: 4px;
  border-radius: 5px;
}
.laptop {
  height: 400px;
  transform: rotate(15deg);
  margin-top: 100px;
  margin-left: 50px;
}
.laptop.straight {
  transform: rotate(0);
}
.laptop .mac {
  height: 100%;
}
.stickers {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
.sticker {
  height: 80px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
  transition: bottom 1s;
}
.sticker:hover {
  bottom: 2px;
}
.sticker.selected::before {
  background: #0692dd;
  padding: 2px 10px;
  border-radius: 5px;
  color: white;
}
.sticker.s1::before {
  content: "1";
}
.sticker.s2::before {
  content: "2";
}
.sticker.s3::before {
  content: "3";
}
.sticker.s4::before {
  content: "4";
}
.sticker.s5::before {
  content: "5";
}
#overlap {
  position: absolute;
  height: 100%;
  margin: 0;
  top: 3vh;
  left: 2vw;
  grid-template-columns: repeat(3, 1fr);
}
#overlap.stickers {
  display: block;
}
#overlap .sticker {
  width: 100px;
  height: 100px;
  align-self: self-start;
  margin: 16px;
  cursor: url(./hand.png), pointer;
}
#overlap .sticker:hover {
  top: 2px;
}
#checkout {
  display: none;
  margin: 32px auto;
  width: 200px;
  text-align: center;
  background-color: #0692dd;
  color: #fff;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 40px;
  border-radius: 5px;
  border: 1px solid #666;
  cursor: pointer;
}
#checkout:hover {
  background-color: #09235f;
}
#reset {
  display: none;
  max-width: 200px;
  margin: 8px auto;
  text-align: center;
  background-color: #ff8787;
  color: #731212;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 40px;
  border-radius: 5px;
  border: 1px solid #731212;
  cursor: pointer;
}

.podcast {
  width: 80%;
  margin: 32px 0;
}
iframe {
  height: 200px;
}

@media only screen and (max-width: 600px) {
  .podcast {
    width: 100%;
  }
  iframe {
    height: 120px;
    margin: 8px 0;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #0692dd;
}

.avatar {
  border-radius: 10px;
  margin-right: 16px;
  height: 100px;
  filter: grayscale(100%);
}
.clear {
  clear: both;
}

#error {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #e74c3c;
  color: #fff;
  padding: 16px;
  z-index: 3;
}

.float-link {
  float: right;
  text-align: center;
  background: #222;
  color: #35beff;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 18px;
}

.next-episode {
  background: #fff;
  min-height: 100px;
  border-radius: 10px;
  padding: 20px;
  padding-left: 175px;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-weight: bold;
  font-size: 26px;
}
.next-episode .recording {
  font-size: 16px;
  color: #ff8989;
  margin-bottom: 20px;
}
.clear {
  clear: both;
}
footer {
  border-top: 1px solid #b99600;
  margin: 64px 0;
  padding: 16px 0;
  font-size: 18px;
}
footer a {
  margin-right: 32px;
}

@media screen and (max-width: 800px) {
  .desktop {
    display: none;
  }
  .flex {
    display: block;
  }
  .half {
    width: 100%;
  }
  .stickers {
    grid-template-columns: repeat(3, 1fr);
  }
  .right.half {
    display: none;
  }
  .float-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
  footer a {
    display: block;
    margin-right: 0;
  }
}

.share #checkout {
  display: block !important;
}
