/*COLORS*/
/*Color Purple Dark Lighten*/
/*Color Purple Light Saturate*/
/*Color Purple Dark Saturate*/
.color-primary {
  color: #E2A9E5;
}

.color-secondary {
  color: #632C65;
}

.color-highlight {
  color: #4B384C;
}

/* Mixins*/
/* @include mq('tablet-wide') {} */
/* Layout*/
body {
  background: #9e7da0;
}

.container {
  display: flex;
  position: relative;
}

.container-inner {
  display: block;
}

.container-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  height: 100vh;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.col {
  display: flex;
  position: relative;
  grid-column: 1 / 3;
}
@media only screen and (min-width: 1024px) {
  .col {
    grid-column: unset;
  }
}

.col-full {
  grid-column: 1 / span 3;
}

.col-3 > * {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.col-cows {
  height: 300px;
}

.row {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: auto;
}
.row:before, .row:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.row-cows {
  .height: 300px;
}

.item {
  display: block;
}

.text-center {
  text-align: center;
}

.text-marginAuto {
  margin: auto;
}

.text-marginCustom {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

.text-wrapper {
  height: 40px;
}

.purplecow {
  height: 268px;
  width: 205px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.circle {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  border-radius: 50%;
}

.oval {
  width: 100px;
  height: 50px;
  position: absolute;
  background: red;
  border-radius: 50px;
}

.head-circle-01 {
  width: 140px;
  height: 127px;
  background-color: #504e4a;
  top: 68px;
  left: 0;
  right: 0;
}
.head-circle-01.purplelight-saturate {
  background-color: #f198f6;
}
.head-circle-01.purpledark-saturate {
  background-color: #5d2460;
}

.head-oval-02 {
  width: 126px;
  height: 178px;
  background-color: #504e4a;
  bottom: 29px;
  left: 0;
  right: 0;
  margin: auto;
}
.head-oval-02.purplelight-saturate {
  background-color: #f198f6;
}
.head-oval-02.purpledark-saturate {
  background-color: #5d2460;
}

.head-top-oval-0 {
  width: 105px;
  height: 178px;
  background-color: #504e4a;
  bottom: 54px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 40px;
}
.head-top-oval-0.purplelight-saturate {
  background-color: #f198f6;
}
.head-top-oval-0.purpledark-saturate {
  background-color: #5d2460;
}

.forhead-oval-03 {
  width: 60px;
  height: 87px;
  background-color: #FFFFFF;
  top: 82px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.forhead-top-oval-0 {
  width: 78px;
  height: 64px;
  background-color: #FFFFFF;
  top: 62px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.snout-oval-04 {
  width: 119px;
  height: 78px;
  background-color: #FFFFFF;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.snout-oval-05 {
  width: 78px;
  height: 93px;
  background-color: #FFFFFF;
  bottom: 14px;
  left: 40px;
}

.snout-oval-flip-06 {
  width: 78px;
  height: 93px;
  background-color: #FFFFFF;
  bottom: 14px;
  right: 40px;
}

.nostrils-oval-07 {
  width: 16px;
  height: 6px;
  -webkit-transform: rotate(204deg);
  transform: rotate(204deg);
  background-color: #302f2e;
  bottom: 43px;
  left: 80px;
  z-index: 4;
}

.nostrils-oval-flip-08 {
  width: 16px;
  height: 6px;
  background-color: #302f2e;
  -webkit-transform: rotate(-204deg);
  transform: rotate(-204deg);
  bottom: 43px;
  right: 80px;
  z-index: 4;
}

.mouth-09 {
  width: 45px;
  height: 6px;
  position: absolute;
  background-color: #302f2e;
  bottom: 18px;
  z-index: 5;
  text-align: center;
  margin: auto;
  right: 0;
  left: 0;
}

.ear-base-10 {
  width: 46px;
  height: 95px;
  -webkit-transform: rotate(-98deg);
  transform: rotate(-98deg);
  background-color: #504e4a;
  top: 28px;
  right: -10px;
  z-index: 2;
}
.ear-base-10.purplelight-saturate {
  background-color: #f198f6;
}
.ear-base-10.purpledark-saturate {
  background-color: #5d2460;
}

.ear-base-flip-11 {
  width: 49px;
  height: 95px;
  -webkit-transform: rotate(98deg);
  transform: rotate(98deg);
  background-color: #504e4a;
  top: 28px;
  left: -10px;
  z-index: 2;
}
.ear-base-flip-11.purplelight-saturate {
  background-color: #f198f6;
}
.ear-base-flip-11.purpledark-saturate {
  background-color: #5d2460;
}

.ear-tip-12 {
  width: 32px;
  height: 42px;
  background-color: #504e4a;
  z-index: 2;
  top: 54px;
  right: -30px;
  -webkit-transform: rotate(-94deg);
  transform: rotate(-94deg);
}
.ear-tip-12.purplelight-saturate {
  background-color: #f198f6;
}
.ear-tip-12.purpledark-saturate {
  background-color: #5d2460;
}

.ear-tip-flip-13 {
  width: 32px;
  height: 42px;
  background-color: #504e4a;
  z-index: 2;
  top: 54px;
  left: -30px;
  -webkit-transform: rotate(94deg);
  transform: rotate(94deg);
}
.ear-tip-flip-13.purplelight-saturate {
  background-color: #f198f6;
}
.ear-tip-flip-13.purpledark-saturate {
  background-color: #5d2460;
}

.ear-tip-top-0 {
  width: 36px;
  height: 80px;
  background-color: #504e4a;
  z-index: 2;
  top: 48px;
  right: -5px;
  -webkit-transform: rotate(-101deg);
  transform: rotate(-101deg);
}
.ear-tip-top-0.purplelight-saturate {
  background-color: #f198f6;
}
.ear-tip-top-0.purpledark-saturate {
  background-color: #5d2460;
}

.ear-tip-top-flip-0 {
  width: 36px;
  height: 80px;
  background-color: #504e4a;
  z-index: 2;
  top: 48px;
  left: -5px;
  -webkit-transform: rotate(101deg);
  transform: rotate(101deg);
}
.ear-tip-top-flip-0.purplelight-saturate {
  background-color: #f198f6;
}
.ear-tip-top-flip-0.purpledark-saturate {
  background-color: #5d2460;
}

.ear-inner-14 {
  width: 34px;
  height: 68px;
  -webkit-transform: rotate(-102deg);
  transform: rotate(-102deg);
  background-color: #827163;
  z-index: 2;
  top: 42px;
  right: -2px;
}

.ear-inner-flip-15 {
  width: 34px;
  height: 68px;
  -webkit-transform: rotate(102deg);
  transform: rotate(102deg);
  background-color: #827163;
  z-index: 2;
  top: 42px;
  left: -2px;
}

.horns-16 {
  width: 17px;
  height: 55px;
  background-color: #FFFFFF;
  top: 22px;
  right: 65px;
  z-index: 1;
}

.horns-flip-17 {
  width: 17px;
  height: 55px;
  background-color: #FFFFFF;
  top: 22px;
  left: 65px;
  z-index: 1;
}

.horns-top-18 {
  width: 23px;
  height: 23px;
  background-color: #f3b06c;
  top: 18px;
  right: 62px;
  border-radius: 10px / 6px;
  z-index: 1;
}

.horns-top-flip-19 {
  width: 23px;
  height: 23px;
  background-color: #f3b06c;
  top: 18px;
  left: 62px;
  border-radius: 10px / 6px;
  z-index: 1;
}

.eyelash-20 {
  width: 23px;
  height: 4px;
  position: absolute;
  background-color: #302f2e;
  z-index: 4;
  top: 121px;
  right: 36px;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}
.eyelash-20.small {
  width: 10px;
  height: 4px;
  top: 126px;
  right: 40px;
}

.eyelash-flip-21 {
  width: 23px;
  height: 4px;
  position: absolute;
  background-color: #302f2e;
  z-index: 4;
  top: 121px;
  left: 34px;
  background-color: #302f2e;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.eyelash-flip-21.small {
  width: 10px;
  height: 4px;
  top: 126px;
  left: 40px;
}

.eye-22 {
  width: 42px;
  height: 42px;
  background-color: #504e4a;
  left: 36px;
  top: 110px;
  z-index: 3;
}
.eye-22.purplelight-saturate {
  background-color: #f198f6;
}
.eye-22.purpledark-saturate {
  background-color: #5d2460;
}

.eye-flip-23 {
  width: 42px;
  height: 42px;
  background-color: #504e4a;
  right: 38px;
  top: 110px;
  z-index: 3;
}
.eye-flip-23.purplelight-saturate {
  background-color: #f198f6;
}
.eye-flip-23.purpledark-saturate {
  background-color: #5d2460;
}

.eyeball-24 {
  width: 29px;
  height: 29px;
  background-color: #302f2e;
  right: 43px;
  top: 118px;
  z-index: 3;
}

.eyeball-flip-25 {
  width: 29px;
  height: 29px;
  background-color: #302f2e;
  left: 43px;
  top: 118px;
  z-index: 3;
}

.pupil-26 {
  width: 6px;
  height: 6px;
  background-color: #FFF;
  right: 50px;
  top: 128px;
  z-index: 3;
}

.pupil-flip-27 {
  width: 6px;
  height: 6px;
  background-color: #FFF;
  left: 50px;
  top: 128px;
  z-index: 3;
}

.head-top-28 {
  width: 59px;
  height: 75px;
  background-color: #FFF;
  top: 1px;
}

.mouth-base {
  width: 84px;
  height: 84px;
  background: #f3b06c;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
}

.spot {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4;
}

.spot-01 {
  width: 18px;
  height: 24px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  bottom: 50px;
  left: 42px;
}

.spot-02 {
  width: 18px;
  height: 24px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  bottom: 50px;
  right: 42px;
}

.spot-04 {
  width: 12px;
  height: 18px;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  bottom: 80px;
  left: 42px;
}

.spot-05 {
  width: 12px;
  height: 18px;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  bottom: 80px;
  right: 42px;
}

.spot-06 {
  width: 8px;
  height: 9px;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
  bottom: 104px;
  left: 42px;
}

.spot-07 {
  width: 8px;
  height: 9px;
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
  bottom: 104px;
  right: 42px;
}

.spot-08 {
  width: 26px;
  height: 32px;
  top: 98px;
  z-index: 5;
  background-color: #302f2e;
  opacity: .5;
  left: 0;
  right: 0;
  margin: auto;
}

.purplecow-base-color {
  background-color: #504e4a;
}

.purplecow-base-color {
  background-color: #504e4a;
}

.purplecow-secondary-color {
  background-color: #827163;
}

.purplecow-tertiary-color {
  background-color: #504e4a;
}

.purplecow-quinary-color {
  background-color: #f3b06c;
}

.purplecow-quaternary-color {
  background-color: #302f2e;
}

.purplecow-white-color {
  background-color: #FFF;
}
