:root {
  --dim-grey: #5a5246;
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: "Slabo 13px", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ultra, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #ff4747;
  border-bottom: 2px solid #0000;
  text-decoration: none;
  transition: border .5s cubic-bezier(.215, .61, .355, 1);
}

a:hover {
  border-bottom: 2px solid #ff4747;
}

.dog-face_tongue-detail {
  background-color: #ff4747;
  border-radius: 20px;
  width: 60%;
  height: 30px;
  position: absolute;
  top: -10px;
}

.dog-face_tongue-detail.right {
  right: 0;
}

.dog-leg {
  background-color: #414040;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 55px;
  height: 200px;
  position: absolute;
  inset: auto auto 0% 20%;
}

.dog-leg.back {
  background-color: #2e2e2e;
  border-radius: 40px;
  width: 60px;
  height: 150px;
  bottom: 0%;
  left: 10%;
  transform: rotate(-5deg);
}

.dog-leg.back.right {
  left: auto;
  right: 10%;
  transform: rotate(5deg);
}

.dog-leg.right {
  left: auto;
  right: 20%;
}

.section {
  padding: 100px 10%;
}

.section.dog {
  background-color: #ffebd3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  display: flex;
}

.dog-body {
  background-color: #414040;
  border-radius: 0 0% 50% 50%;
  width: 180px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 21%;
}

.dog-body.belly {
  background-color: #222121;
  border-radius: 0;
  bottom: 0%;
}

.dog-face_eye-lid {
  background-color: #3a3838;
  width: 42px;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.dog-tail {
  transform-origin: 50% 100%;
  background-color: #222121;
  border-radius: 40px;
  width: 40px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 10%;
  transform: rotate(25deg);
}

.dog-ear {
  border-top: 45px solid #0000;
  border-bottom: 45px solid #0000;
  border-left: 45px solid #2e2e2e;
  border-radius: 20px;
  width: 0;
  height: 0;
  position: absolute;
  inset: 0 auto auto 15%;
}

.dog-ear.right {
  border-left-style: none;
  border-right: 45px solid #2e2e2e;
  left: auto;
  right: 15%;
}

.dog-face_pupil {
  background-color: #000;
  border-radius: 20px;
  width: 12px;
  height: 12px;
  position: relative;
  left: 10%;
}

.dog-face_pupil.right {
  left: auto;
  right: 10%;
}

.dog-face_tongue {
  opacity: 1;
  background-color: #ff4747;
  border-radius: 20px;
  width: 25px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 70% 0% auto;
}

.dog-face_eye {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: auto auto -10% 9%;
  overflow: hidden;
}

.dog-face_eye.right {
  left: auto;
  right: 9%;
}

.dog-face_mouth {
  background-color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 45% 0% auto;
}

.dog-head_cheek {
  background-color: #4b4a4a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dog-head_cheek.right {
  inset: 0% 0% auto auto;
}

.dog-head {
  background-color: #4b4a4a;
  border-radius: 50%;
  width: 185px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 12% 0% auto;
}

.dog-head.btm {
  width: 165px;
  inset: auto 0% 0%;
}

.dog-face_nose {
  background-color: #000;
  border-radius: 20px;
  width: 35px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -10% 0% auto;
}

.dog-leg_foot {
  background-color: #414040;
  border-top-left-radius: 25px;
  width: 50px;
  height: 35px;
  position: absolute;
  inset: auto auto 0% -40%;
}

.dog-leg_foot.right {
  border-top-left-radius: 0;
  border-top-right-radius: 25px;
  left: auto;
  right: -40%;
}

.dog-leg_foot.back {
  background-color: #2e2e2e;
  border-bottom-right-radius: 5px;
  bottom: 1%;
  transform: translate(0, -1px)rotate(5deg);
}

.dog-leg_foot.back.right {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  transform: translate(0, -1px)rotate(-5deg);
}

.dog-face_jaw {
  background-color: #646161;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0% auto;
}

.dog-wrapper {
  z-index: 1;
  border-bottom: 5px solid #e2c8a7;
  width: 400px;
  height: 440px;
  position: relative;
}

.dog-face_eyes {
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 28% 0% auto;
  overflow: hidden;
}

.dog-cheek_wrapper {
  justify-content: space-around;
  align-items: center;
  width: 205px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0% auto;
}

.dog-head_wrapper {
  z-index: 10;
  transform-origin: 50% 100%;
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.dog-body_wrapper {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.dog-body_patch {
  background-color: #dfdfdf;
  border-radius: 50px;
  width: 30px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 61% 0% auto;
}

.text-wrapper {
  z-index: 1;
  text-align: left;
  flex: 0 auto;
  max-width: 400px;
  margin-right: 10%;
  position: relative;
}

.logo {
  z-index: 10;
  width: 50px;
  margin-right: 15px;
  display: block;
}

.logo-wrapper {
  border-bottom-style: none;
  align-items: center;
  width: 230px;
  margin-top: 15%;
  text-decoration: none;
  display: flex;
}

.logo-wrapper:hover {
  border-bottom-style: none;
}

.logo-text {
  transform-origin: 0%;
  color: #007595;
  font-family: Ultra, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.logo-text-sub {
  color: var(--dim-grey);
  font-size: 12px;
  line-height: 1.3;
}

.pully {
  background-color: #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto auto -15% -23%;
}

.leg-btm {
  transform-origin: 50% 100%;
  background-color: #e9c59e;
  border-radius: 30px;
  width: 23px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 35% -3%;
  transform: rotate(11deg);
}

.leg-btm.back {
  background-color: #daba99;
  left: -7%;
  transform: rotate(30deg);
}

.leg-wrapper {
  z-index: 5;
  width: 105px;
  height: 250px;
  margin-top: 137px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 7% 10% 0%;
}

.leg-wrapper.back {
  z-index: 1;
}

.tree-trunk {
  background-color: #eefffe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 14%;
}

.tree-trunk._2 {
  transform-origin: 50% 100%;
  left: 67%;
  transform: scale(1.3);
}

.seat {
  background-color: #000;
  border-radius: 3px 0 10px 10px;
  width: 60px;
  height: 12px;
  position: absolute;
  inset: -30% auto auto -180%;
  transform: skew(30deg);
}

.helmet {
  background-color: #fff;
  border-radius: 20px 40px 10px;
  height: 30px;
  position: absolute;
  inset: -14% -5% auto -25%;
  transform: rotate(-5deg);
}

.seat-post {
  background-color: #000;
  width: 12px;
  height: 40px;
  position: absolute;
  inset: -45% auto auto -12px;
}

.hand {
  background-color: #e9c59e;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: -15% 0% auto;
}

.hand.back {
  background-color: #daba99;
}

.shirt {
  z-index: 1;
  background-color: #00c3b3;
  border-top-left-radius: 20px;
  border-top-right-radius: 50px;
  height: 72%;
  position: absolute;
  inset: -5% 0% auto;
  overflow: hidden;
  transform: skew(0deg, -15deg);
}

.sock {
  background-color: #fff;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.seat-stay {
  z-index: 1;
  transform-origin: 0 100%;
  background-color: #00c3b3;
  border-radius: 5px;
  width: 150px;
  height: 5px;
  position: absolute;
  inset: auto auto 11% -83%;
  transform: rotate(-40deg);
}

.foot {
  z-index: 5;
  background-color: #fff;
  border-radius: 20px 50px 15px 20px;
  width: 50px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.foot.is_shoe-front {
  background-color: #333635;
  border-bottom-right-radius: 10px;
  width: 60%;
  inset: 0% 0% 0% auto;
}

.foot.is_shoe-back {
  background-color: #333635;
  border-top-left-radius: 3px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 70%;
  inset: auto 0% 0% auto;
}

.foot.back {
  inset: 0% 0% auto;
}

.hair {
  background-color: #daba99;
  border-bottom-right-radius: 30px;
  width: 15px;
  height: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.spoke {
  background-color: #333635;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.spoke._8 {
  transform: rotate(157.5deg);
}

.spoke._7 {
  transform: rotate(135deg);
}

.spoke._2 {
  transform: rotate(22.5deg);
}

.spoke._6 {
  transform: rotate(112.5deg);
}

.spoke._4 {
  transform: rotate(67.5deg);
}

.spoke._3 {
  transform: rotate(45deg);
}

.spoke._5 {
  transform: rotate(90deg);
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  display: flex;
  overflow: hidden;
}

.section-2.is-bike {
  background-color: #d6fffc;
}

.hub {
  z-index: 2;
  background-color: #000;
  border: 9px solid #5f5f5f;
  border-radius: 50%;
  width: 20%;
  height: 20%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hub.front {
  border-style: none;
  width: 10%;
  height: 10%;
}

.neck {
  background-color: #e9c59e;
  border-radius: 0 0 20px 50px;
  width: 20px;
  height: 50px;
  position: absolute;
  inset: auto auto -25% 10%;
  transform: rotate(20deg);
}

.sleeve {
  background-color: #08cebd;
  border-right: 8px solid #333635;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.leg-top {
  transform-origin: 50% 100%;
  background-color: #e9c59e;
  border-radius: 20px;
  width: 33px;
  height: 140px;
  position: absolute;
  inset: auto -62% 91% auto;
  transform: rotate(-45deg);
}

.leg-top.back {
  background-color: #daba99;
  transform: rotate(-95deg);
}

.body {
  z-index: 1;
  transform-origin: 0 100%;
  background-color: #333635;
  border-radius: 30px 50px 60px 40px;
  width: 60px;
  height: 170px;
  padding-bottom: 32px;
  position: absolute;
  inset: -70% auto auto -44%;
  transform: rotate(50deg);
}

.hill {
  background-color: #add3d1;
  border-radius: 50%;
  width: 60%;
  height: 500px;
  position: absolute;
  inset: 37% 0% auto;
}

.hill._2 {
  background-color: #a3c9c6;
  width: 70%;
  height: 660px;
  inset: 7% 0% auto auto;
}

.bar-cap {
  background-color: #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 15px;
  height: 11px;
  position: absolute;
  inset: auto auto -10px -11px;
}

.chain-lower {
  background-color: #000;
  width: 115px;
  height: 3px;
  position: absolute;
  inset: -7px auto auto 6px;
  transform: rotate(-15deg);
}

.wheel {
  border: 10px solid #333635;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.chain-upper {
  background-color: #000;
  width: 115px;
  height: 3px;
  position: absolute;
  inset: -55px auto auto -7px;
  transform: rotate(-23deg);
}

.bike {
  z-index: 1;
  width: 465px;
  height: 260px;
  margin-top: 5%;
  position: relative;
}

.frame {
  z-index: 3;
  border: 12px solid #00c3b3;
  border-top-width: 13px;
  border-bottom: 10px solid #0000;
  border-top-left-radius: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 15px;
  width: 170px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 16% 0% auto 16%;
  transform: skew(20deg, -3deg);
}

.ground {
  background-color: #eefffe;
  justify-content: center;
  align-items: flex-start;
  width: 200vw;
  min-width: 1000px;
  height: 40%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ground.background {
  z-index: 0;
  background-color: #0000;
  height: 47%;
}

.wheel-graphics {
  border: 2px solid #fff;
  border-color: #fff #0000;
  border-radius: 50%;
  margin: 3px;
  position: absolute;
  inset: 0%;
}

.wheel-graphics.back {
  transform: rotate(90deg);
}

.stem {
  border: 12px solid #0000;
  border-color: #000 #0000 #0000 #000;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: -35% -29% auto auto;
}

.bars {
  z-index: 4;
  border-top: 12px solid #00c3b3;
  border-bottom: 10px solid #00c3b3;
  border-left: 10px solid #0000;
  border-right: 12px solid #00c3b3;
  border-radius: 0 40px 40px 0;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: -12px 0% auto;
  transform: skew(-20deg);
}

.shorts {
  background-color: #333635;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  inset: 0% -3% 30%;
}

.shorts.back {
  background-color: #272a29;
}

.arm-upper {
  z-index: 2;
  background-color: #e9c59e;
  border-radius: 20px;
  width: 110px;
  height: 23px;
  position: absolute;
  inset: 15% auto auto 0%;
  transform: rotate(20deg);
}

.arm-upper.back {
  z-index: 0;
  background-color: #daba99;
  top: 10%;
  left: 15%;
  transform: rotate(25deg);
}

.derailer {
  background-color: #000;
  width: 5px;
  height: 30px;
  position: absolute;
  inset: 99% auto auto -5%;
  transform: skew(-20deg, 3deg)rotate(10deg);
}

.frame-stripe {
  border-top: 2px dotted #00e0ce;
  border-left: 3px solid #00e0ce;
  position: absolute;
  inset: -5% 30% 0% -5%;
}

.shifter-tape {
  background-color: #00c3b3;
  width: 9px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bike-text {
  z-index: 2;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 49px;
}

.crank {
  background-color: #0000;
  border: 10px solid #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 15%;
}

.crank-center {
  background-color: #000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.stem-base {
  background-color: #00c3b3;
  width: 13px;
  height: 20px;
  position: absolute;
  inset: auto auto -88% -13px;
}

.head {
  z-index: 3;
  transform-origin: 0 100%;
  background-color: #e9c59e;
  border-radius: 40px;
  width: 50px;
  height: 70px;
  position: absolute;
  inset: -42% 0% auto 25%;
  transform: rotate(-30deg);
}

.tire {
  z-index: 2;
  border: 5px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 185px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tire.back {
  inset: auto auto 0% 0%;
}

.shifter {
  background-color: #000;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 32px;
  height: 14px;
  position: absolute;
  inset: -70% -110% auto auto;
  transform: rotate(-30deg);
}

.frame-down-tube {
  background-color: #00c3b3;
  border-radius: 30px;
  width: 150%;
  height: 16px;
  position: absolute;
  inset: auto 0% 37% -28%;
  transform: rotate(-38deg);
}

.tree-top {
  background-color: #eefffe;
  border-radius: 50%;
  flex: none;
  width: 200px;
  height: 200px;
  position: relative;
  inset: -184% auto auto 0%;
}

.shirt-graphic {
  background-color: #12ecda;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto -30% 20% auto;
}

.pedal-motion {
  z-index: 2;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.arm-lower {
  transform-origin: 100%;
  background-color: #e9c59e;
  border-radius: 20px;
  width: 105px;
  height: 20px;
  position: absolute;
  inset: auto 0% -25% -8%;
  transform: rotate(130deg);
}

.arm-lower.back {
  background-color: #daba99;
  width: 100px;
  transform: rotate(123deg);
}

.pedal {
  background-color: #5f5f5f;
  border-radius: 5px;
  width: 30px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -40%;
}

.sock-graphic {
  background-color: #00c3b3;
  border-radius: 10px;
  width: 10px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 15% 20% auto 0%;
}

.pedal-arm {
  z-index: 0;
  background-color: #666;
  border-radius: 10px;
  width: 10px;
  height: 56%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.pedal-arm.back {
  z-index: 1;
  inset: 0% 0% auto;
}

.shifter-handle {
  border-top: 5px solid #000;
  border-right: 6px solid #000;
  border-radius: 0 0 10px;
  width: 26px;
  height: 35px;
  position: absolute;
  inset: 25% auto auto -10%;
  transform: rotate(20deg);
}

.shot-socket {
  z-index: 10;
  background-color: #726c6c;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: 25% auto auto 20%;
}

.frame-graphic {
  background-color: #fff;
  position: absolute;
  inset: 25% 20% 25% 35%;
  transform: skew(-40deg);
}

.ground-section {
  flex: none;
  width: 50%;
  min-width: 500px;
  position: relative;
}

.ground-section.background {
  height: 100%;
  top: -63%;
  overflow: hidden;
}

.chain-stay {
  transform-origin: 0 100%;
  background-color: #00c3b3;
  border-radius: 5px;
  width: 120px;
  height: 7px;
  position: absolute;
  inset: auto auto 11% -83%;
  transform: rotate(13deg);
}

.helmet-accent {
  border-top: 2px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-right: 5px solid #cacaca;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 10px;
  position: absolute;
  inset: 20%;
}

.link {
  color: red;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.paragraph {
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.link-2, .link-3, .link-4 {
  color: red;
}

@media screen and (max-width: 767px) {
  .section.dog {
    flex-direction: column;
    height: auto;
  }

  .dog-body_wrapper {
    height: 100%;
  }

  .text-wrapper {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}


