/* Jonathan Alfred */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body,
p.app-intro,
p.consultation-services-description,
p,
aboutUs,
terms-use-text,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}

#myNav {
  padding-left: 50px;
  padding-right: 250px;
  margin: 100px;
  margin-left: 250px;
  position: fixed;
  z-index: 999;
}

body {
  overflow: auto;
}

li {
  list-style: none;
}

.small-screen-break {
  display: none;
}

.mp-img-caption {
  text-align: center;
}

.mp-main-page {
  height: 100vh;
  width: 100%;
  margin: 0;
}

.small-logo-image {
  margin-top: 10px;
  width: 90%;
}

.logo-grid {
  /* left: 1.9%; */
  width: auto;
  margin: 100px auto;
  display: inline-flex;
  grid-template-columns: max-content max-content;
  justify-content: center;
}

.mp-padding-right-side-nav {
  margin-right: 20px;
}

.start-today {
  top: 35%;
}

.grid-item-logo-name {
  padding: 20px;
  border-radius: 8px;
  float: left;
}

.orange-word {
  font-weight: 300;
  font-size: 60pt;
  color: #ffad26;
}

.white-word {
  font-size: 60pt;
  color: white;
}

.grid-item-start-today {
  border-radius: 8px;

  float: right;
  color: #ffad26;
  font-size: 12pt;
}

.description-section-logo {
  justify-content: center;
  display: grid;
  text-align: center;
  align-items: center;
  grid-template-columns: max-content max-content max-content;
  top: 12%;
}

.left-desc-logo {
  width: 150px;
  float: left;
  color: #ffad26;
}

.right-desc-logo {
  float: right;
  width: 150px;
  color: white;
}

.vert-line {
  width: 1px;
  height: 180px;
  background-color: white;
  opacity: 0.2;
}

.overlay {
  height: 0%;
  width: 90%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.952);
  overflow-y: hidden;
  transition: 0.5s;
  overflow: auto;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: start;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  /* display: block; */
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay {
  /* top: 100px; */
  right: 45px;
  font-size: 60px;
  margin-right: 40px;
  padding-left: 30px;
}

.closebtn {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.about-us-row {
  display: inline-block;
}

.terms {
  padding-right: 15px;
  top: 20%;
  text-align: center;
}

.powered-by {
  color: white;
  opacity: 0.8;
  font-size: 8pt;
}

.school-business-link {
  color: orange;
  opacity: 0.8;
  font-size: 8pt;
}

.blk-text-opacity {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.795);
}

.footer {
  display: none;
}

.social-media-buttons {
  padding-left: 10%;
  padding: 1em;
}

.nav-Buttons {
  background-color: black;
  color: orange;
}

.sign-up-block {
  margin-top: 0%;
  width: 100%;
  padding: 2em;
  margin-left: 15%;
}

.service-cards {
  height: 330px;
  width: 450px;
  margin-bottom: 20px;
  padding-top: 40px;
  position: relative;
}

.sold-out-banner {
  position: absolute;
  bottom: 50px;
  /* Place it just above the button */
  left: 50%;
  transform: translateX(-50%);
  /* Center it horizontally */
  background-color: rgba(255, 0, 0, 0.8);
  /* Red background with transparency */
  color: white;
  text-align: center;
  padding: 8px 16px;
  /* Add padding for better appearance */
  font-weight: bold;
  font-size: 16px;
  z-index: 10;
  border-radius: 4px;
  /* Optional: Rounded corners */
}

.grid-container-services {
  margin: 0;
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  padding: 1em;
  grid-gap: 40px;
  overflow: hidden;
  width: 100%;
}

.grid-container-benefits {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  padding: 1em;
  /* grid-auto-rows: 150px; */
  grid-gap: 5px;
  height: auto;
  width: 100%;
  /* padding-left: 16%; */
}

.grid-container-app {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 0px;
  grid-auto-rows: 75px;
  grid-gap: 10px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 0px;
  grid-auto-rows: 75px;
  grid-gap: 10px;
}

.grid-item {
  padding: 1em;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  border: 1px solid rgb(255, 255, 255);
  font-size: 17px;
  text-align: center;
}

.grid-aims {
  padding: 1em;
  height: 150px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  border: 1px solid rgb(255, 149, 28);
  font-size: 17px;
  text-align: center;
}

.btn {
  position: inherit;
  width: 10%;
  bottom: 5%;
  transform: translate(0%, -0%);
  background-color: rgb(46, 46, 46);
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.login-button-style {
  width: 150px;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: rgb(255, 149, 28);
  background-color: rgb(46, 46, 46);
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 12px;
}

.mp-login-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: orange;
  background-color: rgb(51, 51, 51);
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.centered {
  position: absolute;
  bottom: 15%;
}

.home-buttons {
  width: 100%;
  display: block;
}

.mp-sidebar {
  width: 40px;
  background: #ffad26;
}

#main {
  margin-left: 50px;
}

.plane-container {
  width: 200px;
  margin: 0;
  margin-left: 30%;
  z-index: 2;
  height: 200px;
  position: absolute;
}

/*Paper Plane: Image*/
.plane {
  width: 100%;
  height: 60px;
}

.frame {
  width: 500px;
  height: 100%;
  margin: 0;
  position: absolute;
  width: 100%;
}

.clouds {
  margin: 0;
  overflow: hidden;
  height: 300px;
  position: relative;
}

.cloud {
  position: absolute;
  width: 300px;
  right: 0;
  opacity: 1;
  height: 100%;
}

.cloud.front {
  z-index: 9;
}

.cloud.distant {
  z-index: 1;
}

.cloud.background {
  z-index: 1;
}

/*Cloud Sizing*/
.cloud.smaller {
  margin-right: 400px;
  width: 100px;
  margin-top: 0px;
}

.cloud.small {
  margin-right: 200px;
  width: 150px;
}

.cloud.big {
  width: 500px;
  margin-top: 10px;
  margin-right: 150px;
}

.cloud.massive {
  width: 600px;
  margin-top: 0px;
  margin-right: 0px;
}

.clouds-plane {
  margin: 0;
  position: relative;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button {
  border-radius: 12px;
  background-color: black;
  font: inherit;
  margin: 0;
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  overflow-x: hidden;
}

.mp-large-heading {
  font-size: 36px;
}

.mp-medium-heading {
  font-size: 30px;
  color: white;
}

.mp-small-heading {
  font-size: 24px;
}

.mp-x-small-heading {
  font-size: 20px;
}

.mp-medium-paragraph {
  font-size: 18px;
}

.mp-small-paragraph {
  font-size: 16px;
}

.mp-serif {
  font-family: serif;
}

.mp-sans-serif {
  font-family: sans-serif;
}

.mp-cursive {
  font-family: cursive;
}

.mp-monospace {
  font-family: monospace;
}

.aims-section {
  height: 250px;
}

.our-aims {
  line-height: 30px;
  font-size: 20pt;
  margin: 0;
  color: rgb(255, 255, 255);
  padding: 1em;
}

.our-journey {
  line-height: 30px;
  font-size: 20pt;
  margin: 0;
  color: orange;
}

.aboutUs {
  line-height: 30px;
  font-size: medium;
  margin: 0;
  display: table-row-group;
}

.opport-word {
  color: white;
  margin: 0;
  font-size: large;
}

.develop-word {
  color: rgb(219, 181, 125);
  margin: 0;
  font-size: large;
}

.bold-word {
  color: orange;
  display: ruby-base-container;
  margin: 0;
  font-size: large;
}

li.mp-wide {
  list-style-type: none;
}

li {
  margin: 0;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.mp-image {
  object-fit: cover;
}

a {
  color: inherit;
}

.mp-table,
.mp-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

.mp-table-all {
  border: 1px solid #ccc;
}

.mp-bordered tr,
.mp-table-all tr {
  border-bottom: 1px solid #ddd;
}

.mp-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.mp-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.mp-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.mp-hoverable tbody tr:hover,
.mp-ul.mp-hoverable li:hover {
  background-color: rgb(255, 149, 28);
}

.mp-centered tr th,
.mp-centered tr td {
  text-align: center;
}

.mp-table td,
.mp-table th,
.mp-table-all td,
.mp-table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.mp-table th:first-child,
.mp-table td:first-child,
.mp-table-all th:first-child,
.mp-table-all td:first-child {
  padding-left: 16px;
}

.mp-button-style {
  width: 150px;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: black;
  background-color: white;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 12px;
}

.mp-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(241, 139, 21), 0 6px 20px 0 rgb(241, 139, 21);
}

.mp-btn,
.mp-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mp-disabled,
.mp-btn:disabled,
.mp-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.mp-disabled *,
:disabled * {
  pointer-events: none;
}

.mp-btn.mp-disabled:hover,
.mp-btn:disabled:hover {
  box-shadow: none;
}

.mp-badge,
.mp-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.mp-badge {
  border-radius: 50%;
}

.mp-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mp-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.mp-ul li:last-child {
  border-bottom: none;
}

.mp-tooltip,
.mp-display-container {
  position: relative;
}

.mp-tooltip .mp-text {
  display: none;
}

.mp-tooltip:hover .mp-text {
  display: inline-block;
}

.mp-check,
.mp-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

.mp-sidebar {
  height: 100%;
  width: 200px;
  background-color: rgb(0, 0, 0);
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}

.mp-bar-block .mp-dropdown-hover,
.mp-bar-block .mp-dropdown-click {
  width: 100%;
}

.mp-bar-block .mp-dropdown-hover .mp-dropdown-content,
.mp-bar-block .mp-dropdown-click .mp-dropdown-content {
  min-width: 100%;
}

.mp-bar-block .mp-dropdown-hover .mp-button,
.mp-bar-block .mp-dropdown-click .mp-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

.mp-bar {
  width: 100%;
  overflow: hidden;
}

.mp-center .mp-bar {
  display: inline-block;
  width: auto;
}

.mp-bar .mp-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

.mp-bar .mp-dropdown-hover,
.mp-bar .mp-dropdown-click {
  position: static;
  float: left;
}

.mp-bar .mp-button {
  white-space: normal;
}

.mp-bar-block .mp-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
  text-decoration: none;
}

.mp-bar-block.mp-center .mp-bar-item {
  text-align: center;
}

.mp-block {
  display: contents;
  width: 100%;
}

.mp-container:after,
.mp-container:before {
  content: '';
  display: table;
  clear: both;
}

.mp-half {
  width: 100%;
  margin: 0;
  text-align: start;
}

.mp-content,
.mp-auto {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.mp-content {
  overflow: hidden;
  /* TODO:adjust width here to align content - remeber to adjust repsonsive properties too! */
  max-width: 980px;
  height: 100vh;
}

video {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.nav-button {
  display: none;
}

.mp-auto {
  max-width: 1140px;
}

.mp-spin {
  animation: mp-spin 2s infinite linear;
}

@keyframes mp-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.mp-animate-fading {
  animation: fading 10s infinite;
}

@keyframes fading {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.mp-animate-opacity {
  animation: opac 0.8s;
}

@keyframes opac {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mp-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.mp-animate-left {
  position: relative;
  animation: animateleft 0.6s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

.mp-animate-right {
  position: relative;
  animation: animateright 0.4s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

.mp-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

.mp-animate-zoom {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.mp-animate-input {
  transition: width 0.4s ease-in-out;
}

.mp-animate-input:focus {
  width: 100% !important;
}

.mp-opacity,
.mp-hover-opacity:hover {
  opacity: 0.7;
}

.mp-opacity-off,
.mp-hover-opacity-off:hover {
  opacity: 1;
}

.mp-opacity-max {
  opacity: 0.25;
}

.mp-opacity-min {
  opacity: 0.75;
}

.mp-sepia {
  filter: sepia(75%);
}

.mp-sepia-max,
.mp-hover-sepia:hover {
  filter: sepia(100%);
}

.mp-sepia-min {
  filter: sepia(50%);
}

.mp-tiny {
  font-size: 10px !important;
}

.mp-small {
  font-size: 12px !important;
}

.mp-medium {
  font-size: 15px !important;
}

.mp-large {
  font-size: 18px !important;
}

.mp-xlarge {
  font-size: 24px !important;
  font-weight: 600;
}

.mp-xxlarge {
  font-size: 36px !important;
}

.mp-xxxlarge {
  font-size: 48px !important;
}

.mp-jumbo {
  font-size: 64px !important;
}

.mp-left-align {
  text-align: left !important;
}

.mp-right-align {
  text-align: right !important;
}

.mp-justify {
  text-align: start !important;
}

.mp-center {
  text-align: center !important;
}

.mp-padding-small {
  /* padding: 0px 0px !important; */
  padding-top: 50px;
}

.mp-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.mp-transparent,
.mp-hover-none:hover {
  background-color: transparent !important;
}

.mp-hover-none:hover {
  box-shadow: none !important;
}

.mp-bkg-img {
  background-color: rgba(0, 0, 0, 0.329);
  backdrop-filter: blur(125px);
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background-position: fixed;
  background-image: url(../images/gravel_road_forest-app.JPG);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mp-demo-app-bkg {
  background-position: center;
  background-image: url(../images/desktop-bg.jpg);
  background-size: cover;
}

.mp-black,
.mp-hover-black:hover {
  color: #ffad26 !important;
  background-color: #000 !important;
  /* background-color: transparent !important; */
  /* background   : linear-gradient(120deg, black 0%, orange 51%, black 75%); */
}

.mp-white,
.mp-hover-white:hover {
  background-color: rgb(255, 255, 255) !important;
  /* background   : rgb(255, 255, 255)ar-gradient(120deg, black 0%, orange 51%, black 75%); */
}

.mySlides {
  margin: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

.slideshow-picture {
  padding-top: 50px;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* End of fade animation */

/* Start of friendly man */
.cartoon {
  position: absolute;
  top: 50%;
  left: 40%;
}

.cartoon div {
  position: absolute;
  box-sizing: border-box;
}

.b {
  border: 0.25vmin solid rgb(245, 152, 59);
}

.r {
  border-radius: 100%;
}

.hb::before,
.ha::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
}

#person {
  height: 35vmin;
  width: 20vmin;
}

.head {
  top: 0.25vmin;
  left: 50%;
  color: #963;
  width: 8vmin;
  height: 12vmin;
  transform: rotate(7deg) translate(-50%, 0);
  background: #963;
  box-shadow: inset 0 0.75vmin, inset -0.5vmin -10vmin #eec, 0 0 0 0.25vmin;
}

.ear {
  width: 2vmin;
  height: 2.25vmin;
  top: 50%;
  background: #eec;
}

.ear::before {
  width: 40%;
  border-top: 0.25vmin solid #963;
  top: 40%;
  left: 33%;
}

.ear-1 {
  left: -1.5vmin;
  border-right-color: transparent;
  transform: rotate(-10deg);
}

.ear-2 {
  border-left-color: transparent;
  top: 40%;
  right: -1.5vmin;
}

.ear-2::before {
  left: auto;
  right: 30%;
  transform: rotate(-5deg);
}

.nose {
  width: 0.75vmin;
  height: 3vmin;
  border: 0.25vmin solid transparent;
  border-left: 0.25vmin solid #963;
  border-bottom: 0.25vmin solid #963;
  border-right: 0;
  top: 50%;
  left: 50%;
  transform: rotate(-5deg) translate(-60%, -25%);
  border-radius: 100% 0 0 50%;
}

.mouth {
  width: 3vmin;
  height: 3vmin;
  transform: rotate(45deg);
  border: 0.25vmin solid transparent;
  border-right-color: #963;
  top: 55%;
  left: 35%;
}

.cheeks {
  width: 5vmin;
  height: 1.25vmin;
  background: rgba(255, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform: rotate(-7deg) translate(-50%, -10%);
}

@keyframes blink {

  0%,
  40%,
  50%,
  100% {
    height: 0.75vmin;
  }

  45% {
    height: 0;
  }
}

.eyes {
  width: 0.75vmin;
  height: 0.75vmin;
  background: #963;
  top: 47%;
  left: 25%;
  box-shadow: 2.75vmin 0 #963;
  transform: rotate(-7deg) translate(0%, -50%);
  animation: blink 4s infinite;
}

.eyebrows {
  width: 1.75vmin;
  border: 0.75vmin solid #963;
  border-bottom: 0;
  transform: rotate(-7deg);
  top: 33%;
  left: 15%;
  box-shadow: 3vmin 0 #963;
}

.body {
  width: 15vmin;
  height: 20vmin;
  background: rgb(250, 163, 76);
  top: 12vmin;
  left: 50%;
  transform: translate(-48.5%, 0);
}

.chest {
  background: rgb(250, 163, 76);
  width: 12vmin;
  height: 15vmin;
  box-shadow: -0.25vmin 0.25vmin #eec, 0.25vmin 2vmin #eec;
  top: 20vmin;
  left: 50%;
  transform: translate(-50%, 0);
}

.idea {
  color: #963;
  font-size: 4.5vmin;
  width: 6vmin;
  height: 6vmin;
  background: #eec;
  text-align: center;
  line-height: 6vmin;
  top: -5vmin;
  left: -1vmin;
  box-shadow: 4.25vmin 3.8vmin 0 -2.25vmin #eec, 2.25vmin 3.8vmin 0 -2vmin,
    3.6vmin 4.9vmin 0 -2.75vmin #eec, 3.6vmin 4.9vmin 0 -2.5vmin, 0 0 0 0.25vmin;
  user-select: none;
}

.table {
  width: 160%;
  bottom: 0;
  left: -35%;
  border-bottom: 0.25vmin solid #963;
}