/*
	Typography mixin
 */
/* CSS Document */
#container {
  background-color: #afdff9;
  font-family: twinkl, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  user-select: none;
}

.foreground-container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 103;
  position: absolute;
  pointer-events: none;
}

:focus {
  outline: none;
}

.border-radius {
  border-radius: 8px;
}

.text-button.play {
  width: 40%;
  line-height: 1.15;
  padding: 2.5% 1.5% 2.5% 1.5%;
  font-size: 2vw;
  border: none;
}

#lets-go-button {
  width: 20%;
  font-size: 3vw;
  height: 12%;
  padding: 0.6%;
}

.fit-me-button {
  height: 100%;
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.go-navigation-bar {
  z-index: 300;
}

.title-text {
  font-size: 14vw;
  width: 50%;
  left: 25%;
  height: 40%;
  margin-top: 5%;
  top: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
}

#titlePage {
  width: 100%;
  height: 100%;
}

#subContainer {
  position: absolute;
  height: auto;
  top: 55%;
  width: 100%;
  color: white;
  padding: 1%;
  font-weight: 600;
  font-size: 3vw;
  user-select: none;
}

.jodal .jodal-title {
  font-size: 5vw;
  margin: 0 auto;
}
.jodal .jodal-text {
  font-size: 2.6vw;
}
.jodal .answer-text {
  text-align: center;
  z-index: 100;
  width: 90%;
  height: 15%;
  margin: 0 auto;
  margin-bottom: 5%;
}
.jodal .jodal-sub-text {
  font-size: 2.6vw;
}

#mainPanel #origin-point {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.001);
  transform-origin: inherit;
  z-index: 10000000;
  pointer-events: none;
}
#mainPanel #origin-point::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: scale(1000);
}

#mainPage {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.audio-button {
  position: relative;
  color: white;
  height: 20%;
  width: auto;
}
.audio-button:hover {
  transform: scale(2, 2);
}
.audio-button svg {
  color: white;
  background-color: #00ae97;
  height: 100%;
  top: 0;
  position: absolute;
  right: 0;
  width: auto;
  border-radius: 50%;
}

.audio-play-button {
  right: 0;
  position: relative;
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid white;
  background-color: white !important;
}
.play-audio-text {
  width: 60%;
  height: 100%;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-right: 2%;
}

.audio-play-icon {
  height: 100%;
  position: relative;
}
.audio-play-icon:hover {
  transform: none;
}

.audio-play-button:hover {
  transform: scale(1.1);
}

.panel {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.chart-and-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.main-content-grid {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.content-all {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
}

.full-content-area {
  width: auto;
  height: auto;
  min-width: 80%;
  display: flex;
  flex-direction: column;
}

.multi-col {
  flex-direction: column;
  justify-content: start;
}
.multi-col .full-content-area {
  margin-bottom: 5%;
}

.multi-row {
  flex-direction: row;
  justify-content: center;
}
.multi-row .full-content-area {
  margin-bottom: 5%;
}
.multi-row .full-content-area .content-all {
  margin-right: 5%;
}

.middle-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: auto;
}

.button-panel-left {
  pointer-events: none;
  width: 8%;
  height: 100%;
  z-index: 300;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 1%;
}
.button-panel-left .unlock-display {
  pointer-events: visible !important;
  width: 70%;
  height: auto;
  position: relative;
  top: 2%;
  border-radius: 8px;
  border: 3px solid white;
  margin: 4% auto 4% auto;
}
.button-panel-left .unlock-display:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.button-panel-left .zoom-cont {
  height: 25%;
  width: 100%;
  position: absolute;
  bottom: 2%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
}

.top-cont {
  top: 2% !important;
  justify-content: flex-start !important;
}

.unlock-display:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.unlock-icon {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: 15%;
  color: white;
}

.checklist-icon {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: 15%;
  color: white;
  left: 6%;
  bottom: 2%;
}

.locked {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: 15%;
  color: white;
}

.zoom-icon {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: 15%;
  color: white;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 5px;
  border: 2px solid #555;
}

input[type=checkbox]:checked {
  background: #abd;
}

.cork-image {
  position: absolute;
  height: auto;
  align-self: center;
  text-align: center;
}

.idea-title {
  width: 90%;
  margin-left: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 12px;
  border: 5px solid white;
  height: 15%;
  z-index: 100;
  font-weight: bold;
  color: white;
  font-size: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
}

.idea-title .inner-text {
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
  height: 100% !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.border-top, .border-right, .border-left {
  z-index: 10;
  min-height: 5%;
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 2px;
  border: 3px solid black;
  box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
}
.border-top div, .border-right div, .border-left div {
  width: 10%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.border-right, .border-left {
  flex-direction: column;
}
.border-right div, .border-left div {
  width: 100%;
  height: 10%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.border-left {
  width: 4.5%;
  height: 100%;
  z-index: 200;
  box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
  border: 3px solid black;
}

.border-right {
  width: 4.5%;
  height: 100%;
  z-index: 10;
  box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
  border: 3px solid black;
}

.ui-state-highlight {
  z-index: 1000;
  background-color: black;
}

.allStyle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list {
  z-index: 100;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
  display: flex;
  box-sizing: border-box !important;
  position: relative;
}
.list:hover {
  transform: scale(1.05) !important;
}

.del-item {
  content: "x";
  top: 0;
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  z-index: 400;
  color: #1c1c1c;
}

.decoration {
  z-index: 300;
}

.paperclip {
  position: absolute;
  height: 8%;
  top: -5%;
  left: -5%;
  width: auto;
}

.tape-left {
  position: absolute;
  height: 20%;
  top: -7%;
  left: -10%;
  width: auto;
}

.photo-large .tape-right, .postcard .tape-right {
  position: absolute;
  height: 20%;
  bottom: -7%;
  right: -5%;
  transform: rotate(0eg);
  width: auto;
}
.photo-large .tape-left, .postcard .tape-left {
  position: absolute;
  height: 20%;
  top: -7%;
  left: -5%;
  width: auto;
}

.tape-right {
  position: absolute;
  height: 20%;
  bottom: -7%;
  right: -10%;
  transform: rotate(0eg);
  width: auto;
}

.pin-red {
  position: absolute;
  height: 12%;
  width: auto;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  top: -5%;
}

.expand-box {
  top: 0;
  position: absolute;
  right: 0;
  height: 100%;
  width: 20%;
  background-color: red;
}

.items .ui-selected {
  background: red;
  color: white;
  font-weight: bold;
}

.items {
  width: 90%;
  z-index: 100;
  margin: auto;
  list-style-type: none;
  padding: 0;
  border: 5px solid transparent;
  padding: 5px;
}

.items li {
  box-sizing: border-box;
  float: left;
  margin: 2% 2%;
  width: 21%;
}

.highlight {
  background-color: lightblue;
}

.ui-sortable-placeholder {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4) !important;
  visibility: visible !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border: none !important;
}

.post-it, .note {
  box-sizing: padding-box;
  background-color: #ffeca8;
  padding: 0.5%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.post-it .image-standard, .note .image-standard {
  position: absolute;
  width: 50%;
  height: 30%;
  padding-bottom: 20%;
  bottom: 0;
  right: 0;
}
.post-it .image-room, .note .image-room {
  position: relative;
  width: 100%;
  background-position: right;
}

.postcard {
  width: 44% !important;
  background-color: white;
  padding: 1%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.postcard .audio-play-button {
  position: absolute;
  top: 6%;
  left: 4%;
  width: 15%;
}

.photo, .photo-large {
  padding: 1%;
  background-color: white;
}
.photo .image-standard, .photo-large .image-standard {
  height: 100%;
  width: 100%;
  background-colour: white;
  background-size: cover;
}
.photo .right-half, .photo-large .right-half {
  position: absolute;
  left: 0;
  height: 100%;
}
.photo .right-half .title-standard, .photo-large .right-half .title-standard {
  min-height: 20%;
  width: 80%;
  margin-left: 10%;
  height: 100%;
  color: white;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  top: 0;
  transform: rotate(-4deg);
}
.photo .right-half .text-standard, .photo-large .right-half .text-standard {
  height: 25%;
  min-height: 25%;
  width: 60%;
  margin-left: 35%;
  font-weight: 500;
  font-size: smaller;
  margin-bottom: 10%;
  transform: rotate(4deg);
}
.photo .audio-play-button, .photo-large .audio-play-button {
  position: absolute;
  bottom: 11%;
  left: 6%;
}

.photo-large {
  width: 44% !important;
}
.photo-large .audio-play-button {
  width: 15%;
  left: 3%;
}
.photo-large .text-standard {
  margin-bottom: 5% !important;
}

.cutout-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
  box-shadow: none;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.24));
}
.cutout-image .right-half {
  position: absolute;
  background-color: white;
  border: black solid 2px;
  border-radius: 12px;
  height: 50%;
  top: 25%;
}
.cutout-image .right-half .title-standard {
  height: 100%;
  min-height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cutout-image .right-half .text-standard {
  height: 100%;
  min-height: 80%;
}
.cutout-image .image-standard {
  background-color: transparent !important;
}

.editable-tally-chart {
  height: auto;
  width: 100%;
  min-width: 20%;
  z-index: 150;
  position: relative;
  margin: auto;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.table-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white !important;
}

.table-col {
  width: 48%;
  position: relative;
  height: auto;
  border: 2px solid gainsboro;
  border-collapse: collapse;
  margin: 1%;
  border-radius: 12px;
}

.table-col-inner {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 5%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  background-color: white;
  border-radius: 12px;
}
.table-col-inner .table-front {
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  background-color: white;
}
.table-col-inner .table-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  background-color: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}
.table-col-inner .table-back .table-back-button {
  width: 10%;
  color: gainsboro;
  position: absolute;
  top: 2%;
  left: 2%;
}
.table-col-inner .table-back .table-back-button:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.finished-card-anim {
  width: 60%;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: green;
  animation-delay: 1s;
}

.add-flip {
  transform: rotateY(180deg);
}

.table-cont {
  font-size: large;
  position: relative;
}
.table-cont span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: 2% 0;
}
.table-cont span input {
  margin-right: 2%;
}
.table-cont span label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.table-header {
  height: auto;
  max-width: 100%;
  background-color: #0f1318;
  margin-bottom: 5%;
  border-radius: 3px;
  font-size: larger;
}

.checklist-overlay {
  position: absolute;
  z-index: 301;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 2%;
}

.checklist-panel {
  width: 98%;
  height: 98%;
  margin: auto;
  border-radius: 12px;
  position: relative;
  background-color: white;
  padding: 2% 0 2% 2%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.column-check {
  margin-right: 2%;
  width: 88%;
  height: 100%;
}

.checklist-cont {
  position: relative;
  height: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1%;
  width: 100%;
  border-radius: 12px;
  background-color: gainsboro;
}

.checklist-title {
  height: 10%;
  max-height: 10% !important;
}

.checklist-button-cont-right {
  width: auto;
  height: 100%;
  padding: 0.5%;
  position: relative;
}

.change-checklist-cont {
  width: 80%;
  height: auto;
  background-color: #0f1318;
  position: absolute;
  bottom: 0;
  left: 10%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.change-checklist-cont div {
  height: 40%;
  background-color: white;
  width: 100%;
}
.change-checklist-cont .add-col-button {
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.change-checklist-cont .add-col-button:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.change-checklist-cont .remove-col-button {
  background-color: white;
}
.change-checklist-cont .remove-col-button:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.paper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fafafa;
  overflow: hidden;
}

.paper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  background: radial-gradient(grey 2px, transparent 2px) repeat-y;
  background-size: 14px 14px;
  border-right: 2px solid #D44147;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.paper-content {
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 5%;
  left: 10%;
  background: linear-gradient(transparent, transparent 25px, #91D1D3 25px);
  background-size: 26px 26px;
}

.paper-content textarea {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  line-height: 30px;
  padding: 0 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: mediumblue;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  z-index: 1;
}

.polaroid {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1%;
  box-sizing: border-box !important;
}
.polaroid .right-half {
  height: 30% !important;
}
.polaroid .right-half .title-standard {
  height: 50% !important;
  min-height: 50% !important;
}
.polaroid .right-half .text-standard {
  height: 50% !important;
  min-height: 50% !important;
}
.polaroid .polaroid-image {
  width: 100%;
  height: 80%;
  background-color: gainsboro;
  background-repeat: no-repeat;
  background-position: center;
}
.polaroid .image-standard {
  background-size: cover !important;
}
.polaroid .right-half .title-standard {
  height: 100%;
  min-height: 20%;
}
.polaroid .right-half .text-standard {
  height: 100%;
  min-height: 80%;
}
.polaroid .audio-play-button {
  position: absolute;
  top: 6%;
  left: 4%;
}

.checklist {
  padding: 1%;
  text-align: left;
  font-size: 1.3vw;
  background-color: white;
  line-height: 2 !important;
}

.checklist-title {
  width: 90%;
  margin-left: 10%;
  font-weight: 700;
  font-size: 2vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-standard {
  width: 100%;
  min-height: 20%;
  max-height: 50%;
  font-size: 0.6rem;
  font-weight: bold;
  overflow: hidden;
}

.text-standard {
  width: 100%;
  height: 70%;
  font-size: 0.5rem;
  overflow: hidden;
}

.image-standard {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.right-half {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 2%;
}
.note {
  background-color: white;
  display: flex;
  flex-direction: column;
}
.note-large {
  width: 48% !important;
}

.popup-content {
  padding: 2%;
  width: 100%;
  min-height: 80%;
  max-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.text-only .ov-title {
  margin-left: 10%;
  width: 80%;
}

#next-prev-buttons {
  padding: 1%;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  height: auto;
}
#next-prev-buttons .prev-button, #next-prev-buttons .next-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title {
  width: 98% !important;
  height: auto;
  background: white;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.pop-up-overlay {
  z-index: 301;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 2%;
}

.overlay-panel {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: top;
}

.pageDotsContainer {
  height: 10px;
  width: auto;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto 2% auto 2%;
}

.grey-dot {
  background-color: gray;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.big-color-dot {
  margin: auto;
  position: relative;
  z-index: 100;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  top: -3px;
}

.popup-content {
  position: relative;
}
.popup-content .audio-play-button {
  z-index: 200;
  left: 1%;
  top: 2%;
  position: absolute;
  width: 10% !important;
  height: auto;
  min-height: 10% !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.popup-content .play-audio-text {
  width: 60%;
  height: 100%;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-right: 2%;
}
.popup-content .audio-play-icon {
  height: 100%;
  position: relative;
}

.ov-left {
  min-width: 50%;
  width: 100%;
  height: 100%;
  background-color: gainsboro;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ov-right {
  width: 100%;
  min-width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: top;
}

#close-overlay {
  position: absolute;
  top: 1%;
  right: 1%;
}

#close-checklist {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
#close-checklist :hover {
  transform: scale(1.1) !important;
}

.checklist-button-cont-right {
  position: relative;
  overflow: hidden;
  width: 6.5%;
  padding: 2%;
}

.ov-title {
  height: 20%;
  width: 87%;
  font-size: x-large;
  font-weight: bold;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ov-text {
  height: 75%;
  padding: 4%;
  overflow: auto;
}

.border-dashed {
  border: 2px dashed gainsboro;
  box-sizing: content-box;
}

.margin-right {
  margin-right: 2%;
}

.section-title {
  width: 100%;
  font-size: 3vw;
  font-weight: bold;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3%;
  border-radius: 12px;
  border: 3px solid black;
  box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
  text-align: center;
  background-color: white;
}

.containment-restrain {
  align-self: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
}

.centre-of-world {
  width: 1px;
  height: 1px;
  background-color: dimgrey;
}

.pop-in {
  animation: pop-in 0.3s;
}

@keyframes pop-in {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes trophy {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fly--up {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    transform: translateY(-20vw);
  }
  100% {
    transform: translateY(-15vw);
    opacity: 0;
  }
}
@keyframes fly--down {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    transform: translateY(20vw);
  }
  100% {
    transform: translateY(15vw);
    opacity: 0;
  }
}
@keyframes fly--left {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    transform: translateX(-35vw);
  }
  100% {
    transform: translateX(-180px);
    opacity: 0;
  }
}
@keyframes fly--right {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    transform: translateX(35vw);
  }
  100% {
    transform: translateX(180px);
    opacity: 0;
  }
}
@keyframes fly--up--left {
  0% {
    transform: rotate(135deg) translate(0vw, 0vw);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: rotate(135deg) translate(-3vw, 20vw);
    opacity: 0;
  }
}
@keyframes fly--up--right {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translate(-3vw, -20vw);
    opacity: 0;
  }
}
@keyframes fly--down--left {
  0% {
    transform: rotate(45deg) translate(0vw, 0vw);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translate(-3vw, 20vw);
    opacity: 0;
  }
}
@keyframes fly--down--right {
  0% {
    transform: rotate(135deg) translate(0vw, 0vw);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: rotate(135deg) translate(0vw, -20vw);
    opacity: 0;
  }
}
.no-background .right-half {
  background-color: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  align-content: center;
}

.smaller-title .title-standard {
  width: 60% !important;
  margin-left: 20% !important;
}
.smaller-title .audio-play-button {
  top: 3%;
  left: 2%;
}
.smaller-title .text-standard {
  margin-top: 10%;
}

/*# sourceMappingURL=teaching-sparks.css.map */
