@font-face {
    font-family: "VT323";
    src: url("../fonts/VT323-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "ExtraBold";
    src: url("../fonts/JetBrainsMono-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "ExtraLightItalic";
    src: url("../fonts/JetBrainsMono-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
    font-family: "ExtraLight";
    src: url("../fonts/JetBrainsMono-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: "SuperLight";
    src: url("../fonts/JetBrainsMono-Thin.ttf") format("truetype");
}

body {
    background-color: black;
    font-family: arial;
    font-size: 0.8rem;
    color: white;
}

body.transparent {
    background-image: url("http://external-pages.s3.amazonaws.com/camila-galaz/iMac%20-%201.png");
    background-size: 100vw 100vh;
    background-color: #1b1b1b;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    font-family: "VT323";
    font-size: 1rem;
}

.switch-me {
    color: black;
    position: absolute;
}

.loading {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;

    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;

    background-color: black;
    color: #99bc6a;
    font-family: "ExtraLightItalic";
    text-align: center;

    font-size: 2rem;
    cursor: auto;
}

.loading2 {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;

    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;

    color: #99bc6a;
    font-family: "ExtraLightItalic";
    text-align: center;

    font-size: 2rem;
    cursor: auto;
}

#controlsAlt {
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    color: #99bc6a;
    font-size: 16px;
    font-family: "ExtraBold";
    z-index: 5;
}

/* from tender */

.carton {
    position: absolute;
    margin: 0px;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

#myText {
    z-index: 1;
}

#egg2 {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

#egg {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

/*.camera-button {
    position: absolute;
    z-index: 9999;
    top:0;
    left: 0;
}*/

/* */

.notes-left,
.notes-right {
    position: fixed;
    z-index: 6;
}

.notes img,
.notes2 img {
    width: 9vw;
    height: auto;
    display: block;
    margin: 3.2vw 5vw 3.2vw 5vw;
}

.notes-left {
    left: 0;
}

.notes-right {
    right: 0;
}

.outer {
    margin: 0px 60px 0px 60px;
}

.notes-left div:nth-child(1) {
    transform: rotate(5deg);
}

.notes-left div:nth-child(2) {
    transform: rotate(15deg);
}

.notes-left div:nth-child(3) {
    transform: rotate(20deg);
}

.notes-left div:nth-child(4) {
    transform: rotate(30deg);
}

.notes-left div:nth-child(5) {
    transform: rotate(10deg);
}

.notes-left div:nth-child(6) {
    transform: rotate(25deg);
}

.notes-right div:nth-child(1) {
    transform: rotate(30deg);
}

.notes-right div:nth-child(2) {
    transform: rotate(20deg);
}

.notes-right div:nth-child(3) {
    transform: rotate(10deg);
}

.notes-right div:nth-child(4) {
    transform: rotate(5deg);
}

.notes-right div:nth-child(5) {
    transform: rotate(15deg);
}

.notes-right div:nth-child(6) {
    transform: rotate(25deg);
}

.zoom {
    cursor: zoom-in;
}

.test {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100vh;
    cursor: zoom-out;

    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;

    top: 0;
    left: 0;
    position: fixed;

    background-color: transparent;
}

.test img {
    height: 80%;
    width: auto;
    background-color: transparent;
}

/*.outer-container-2 {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 20px;
}*/

.outer-container-1 {
    margin-top: 200px;
    position: relative;
    /*width: calc(32% - 40px);*/
    width: 230px;
    height: 275px; /*
	margin: 20 20 0 20;*/
}

.outer1 {
    width: calc(100% - 300px);
    margin: -50px 150px 0 150px;
}

.outer-outer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.key {
    font-size: 1.5rem;
    display: inline;
    vertical-align: bottom;
    margin-right: 5px;
}

.invisible {
    visibility: hidden;
}

.textBlackout {
    visibility: hidden;
}

#text,
#log,
#phone {
    z-index: 9;
    /*color: #cf3a19; original hex from effie*/
    color: #b74c28;
    height: 200px;
    padding: 7px 10px 10px 10px;
    width: 280px;
    transform: translate(0, 30%);
}

#log,
#text {
    position: absolute;
}

#text {
    left: 0;
    /*margin-right: 62vw;*/
}

#textheader,
#logheader,
#phoneheader {
    position: absolute;
    font-size: 1.5em;
    right: 0px;
    top: 0px;
    cursor: move;
    z-index: 10;
}

#logheader {
    /*margin-right: -5px;*/
    /*z-index: 9999;*/
    /*	font-size: 90px;
	background-color: yellow;*/
    position: absolute;
    display: block;
    width: 15px;
}

#phoneheader {
    position: absolute;
    margin: 0px -20px 0 0;
    display: block;
}

#log {
    padding-right: 20px;
    padding-left: 30px;
}

#text {
    padding-right: 30px;
    padding-left: 40px;
}

.prev {
    margin-left: -25px;
}

#text .prev {
    margin-left: -35px;
}

.logBlock {
    z-index: 1;
    padding: 0px 10px 10px 10px;
    font-family: arial;
    height: 250px;
    overflow-y: scroll;
}

.messageheader {
    border-bottom: 1px solid #ccc;
}

.message-box {
    color: white;
    float: left;
    /*background: rgba(255, 255, 255, 0.15);*/
    background-color: #93a7be;
    /*border: 1px solid black;*/
    padding: 0px 10px 10px 10px;
    margin: 5px 5px 5px 0px;
    border-radius: 10px;
    /*background: #545454 + 180;
	border: 1px solid #545454;
	box-shadow: 0 3px 3px #999999;*/
}

.message-box:before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #93a7be;
    border-top: 10px solid rgba(0, 0, 0, 0);
    content: "";
    float: left;
    /*display: inline-block;*/
    left: calc(100% + 10px);
    position: relative;
    top: 10px;
}

.messagedate {
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 0.6rem;
    font-style: italic;
    text-align: right;
}

.message {
    padding: 0;
    margin-top: 40px;
}

.text-wrap,
.log-wrap {
    position: absolute;
}

.text-wrap {
    left: 0;
    margin-left: 60px;
}

.log-wrap {
    width: 300px;
    right: 0px;
    margin-right: 70px;
}

.textBlock p {
    height: 198px;
    font-family: "ExtraLightItalic";
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    overflow-y: scroll;
}

.translate1,
.translate2,
.translate3,
.translate4,
.translate5,
.translate6,
.translate7,
.translate8,
.translate9,
.translate10,
.translate11,
.translate12 {
    /*	font-family: "ExtraLightItalic";
	-webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
	overflow-y: scroll;*/
    display: none;
}

.translatelink {
    cursor: pointer;
    font-family: "ExtraBold";
    font-size: 0.85em;
    margin-bottom: -5px;
}

small {
    font-size: 0.65em;
}

.textBlock::before,
.logBlock::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
}

.textBlock audio {
    width: 100%;
    height: 25px;
    color: grey;
    display: block;
    margin-bottom: 10px;
    opacity: 0.5;
}

.buttons {
    margin-left: 20px;
    /*display: none;*/
}

.text-button img,
.log-button img {
    width: 20px;
    height: auto;
}

.log-button {
    margin-top: 20px;
}

.textBlackout1 {
    opacity: 0;
}

/*#logBlackout {
	width: 30vw;
	height: 150px;
	position: absolute;
	z-index: 9;
	background-color: black;
	right: 0;
	top: 0;
}*/

.mySlides1,
.mySlides2,
.logBlock,
.rectangle {
    display: none;
}

video:focus {
    outline: none;
}

/*#textElement1,
#textElement2,
#textElement3,
#textElement4,
#textElement5,
#textElement6,
#textElement7,
#textElement8,
#textElement9,
#textElement10,
#textElement11,
#textElement12 {
	display: none;
}*/

/*.vid-one-block, .vid-two-block {
	vertical-align: middle;
	width: 230px;
	height: 230px;
	border-radius: 40px;
	background-color: blue;
}*/

.rectangle a {
    /*z-index: 10;*/
    cursor: pointer;
}

#phone {
    position: absolute;
    top: 40vh;
    left: 40vw;
    width: 210px;
    /*z-index: 300;*/
    transform: translate(-50%, 0);
}

#phone .next {
    margin-right: -25px;
}

.rectangle {
    margin-left: 10px;
}

.rectangle video,
.rectangle img {
    width: 200px;
    height: auto;
    opacity: 0.5;
}

.outline .shadow-vid {
    /*outline: thick solid black;
	outline-color: black;
	outline-width: 100px;*/
}

/*.outline .shadow-vid {
	box-shadow: 100px 0 0px 2px black, -100px 0 0px 2px black;
}*/

.vid-screen {
    z-index: 1;
}

.iframe-wrap {
}

.iframe-wrap iframe {
    /*margin-top: -50px;*/
    width: calc(230px * 16 / 9);
    height: 230px;
    /*	width: 230px;*/
    transform: translate(-22%, 0);
    text-align: center;
    border-radius: 40px;
    border-color: black;
    position: absolute;
    z-index: -1;
}

.instagram,
blockquote,
.Embed,
iframe.instagram,
iframe.instagram-media,
iframe.instagram-media-rendered,
iframe#instagram-embed-0 {
    height: 230px !important;
    width: 230px !important;
    border-radius: 40px;
    border-color: black;
}

.shadow-vid {
    position: absolute;
    bottom: 0;
    border-radius: 40px;
    box-shadow: inset 1px 5px 10px 1px black, 100px 0 0px 2px black, -100px 0 0px 2px black, inset -1px -5px 10px 1px black;
    top: 0;
    left: 0;
    width: 230px;
    height: 230px;
    pointer-events: none !important;
}

.screen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.screen img {
    width: 230px;
    height: 230px;
    border-radius: 40px;
}

.screen-iframe {
    /*height: 230px;
	width: 230px;
	border-radius: 40px;*/
    /*overflow: hidden;*/
    pointer-events: none !important;
}

.shadow {
    position: absolute;
    border-radius: 40px;
    box-shadow: inset 1px 5px 10px 1px black, inset -1px -5px 10px 1px black, 30px 0 0px 2px black, -30px 0 0px 2px black;
    top: 0;
    left: 0;
    width: 230px;
    height: 230px;
    pointer-events: none !important;
    /*outline: thick solid black;
	outline-color: black;
	outline-width: 30px;*/
    /*box-shadow: 30px 0 0px 2px black, -30px 0 0px 2px black;*/
}

.bg__frame {
    height: 280px;
    width: 280px;
}

.screen {
    top: 0;
    left: 0;
}

.video-button {
    display: inline-block;
    z-index: 9999;
    color: pointer;
}

.video-button img {
    width: 30px;
    height: 15px;
}

/** {
	box-sizing: border-box;
}*/

.mySlides1,
.mySlides2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.ig {
    width: 230px;
    height: 230px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ig a {
    text-decoration: none;
    font-weight: bold;
}

.mySlides1 img,
.mySlides1 p,
.mySlides2 img,
.mySlides2 p {
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

.mySlides1 p,
.mySlides2 p {
    margin-top: 230px;
    padding: 20px;
    background-color: black;
    width: calc(100% - 20px);
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev img,
.next img {
    width: 20px;
    height: auto;
}

/*.control-panel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.5);
}*/

.next .screen-one {
}

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

/*.rectangle-bg__frame,
.bg__frame {
	background-color: #eceff1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid;
	border-color: rgba(33, 33, 33, 0.9) rgba(33, 33, 33, 0.9);
	box-shadow: 3px 6px 10px -2px rgba(0, 0, 0, 0.3), inset 0 1px 0 #212121, inset 1px 0 0 #232323, inset 0 -1px 0 #212121, inset -1px 0 0 #232323,
		inset 0 2px 0 #242425, inset 2px 0 0 #262728, inset 0 -2px 0 #242425, inset -2px 0 0 #262728, inset 0 3px 0 #26272a, inset 3px 0 0 #24252c,
		inset 0 -3px 0 #26272a, inset -3px 0 0 #24252c, inset 0 4px 0 #292a2e, inset 4px 0 0 #2e2e31, inset 0 -4px 0 #292a2e, inset -4px 0 0 #2e2e31,
		inset 0 5px 0 #2b2c33, inset 5px 0 0 #313235, inset 0 -5px 0 #2b2c33, inset -5px 0 0 #313235, inset 0 6px 0 #2e2f37, inset 6px 0 0 #353539,
		inset 0 -6px 0 #2e2f37, inset -6px 0 0 #353539, inset 0 7px 0 #30323c, inset 7px 0 0 #38393e, inset 0 -7px 0 #30323c, inset -7px 0 0 #38393e,
		inset 0 8px 0 #333540, inset 8px 0 0 #3c3d42, inset 0 -8px 0 #333540, inset -8px 0 0 #3c3d42, inset 0 9px 0 #353844, inset 9px 0 0 #3f4147,
		inset 0 -9px 0 #353844, inset -9px 0 0 #3f4147, inset 0 10px 0 #383b49, inset 10px 0 0 #43444b, inset 0 -10px 0 #383b49, inset -10px 0 0 #43444b,
		inset 0 11px 0 #3a3d4d, inset 11px 0 0 #474850, inset 0 -11px 0 #3a3d4d, inset -11px 0 0 #474850, inset 0 12px 0 #3d4052, inset 12px 0 0 #4a4c54,
		inset 0 -12px 0 #3d4052, inset -12px 0 0 #4a4c54, inset 0 13px 0 #3f4356, inset 13px 0 0 #4a4c54, inset 0 -13px 0 #3f4356, inset -13px 0 0 #4a4c54,
		inset 0 14px 0 #3d4052, inset 14px 0 0 #474850, inset 0 -14px 0 #3d4052, inset -14px 0 0 #474850, inset 0 15px 0 #3a3d4d, inset 15px 0 0 #43444b,
		inset 0 -15px 0 #3a3d4d, inset -15px 0 0 #43444b, inset 0 16px 0 #383b49, inset 16px 0 0 #3f4147, inset 0 -16px 0 #383b49, inset -16px 0 0 #3f4147;
	border-radius: 15px;
}*/

/*.container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 5 20 10 20;
	background-color: #999999;
	border: 1px solid black;
	box-shadow: inset -6px -6px 10px 10px #191919, inset -16px 0px 16px 16px #323232;
	border-radius: 30px;
	z-index: -3;
}*/
.enter {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    animation: incoming 1s ease-in-out;
}

@keyframes incoming {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.enter,
.enter h2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.enter h2 {
    position: absolute;
    width: 475px;
    text-align: center;
    font-family: "ExtraLight";
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #93a7be;
}

p.redestitle {
    font-size: 6rem;
    color: #8faf64;
    font-style: italic;
    margin-top: 0px;
}

.enter h2 a {
    text-decoration: none;
    color: red;
    z-index: 99;
}

.enter img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    pointer-events: none;
}

.imgsmaller {
    width: 50%;
}

button:focus,
a:focus,
audio:focus,
video:focus,
input:focus,
*:focus {
    outline: none;
}

button {
    all: unset;
    font-size: 2em;
    cursor: pointer;
}

#google_translate_element {
    /* position: absolute;
    top: calc(53px + 16px);
    right: 16px !important;
    z-index: 99999;
    width: 100%;
    background-color: white; */
    visibility: hidden;
}

.extra-block {
    position: absolute;
    width: 250px;
    margin-left: 14px;
    padding: 20px;
    font-size: 0.8rem;
    /*border: 1px solid #b74c28;
	box-shadow: 1px 1px 25px rgba(147, 167, 190, 0.3), -1px -1px 25px rgba(147, 167, 190, 0.3), inset 1px 1px 25px rgba(147, 167, 190, 0.3),
		inset -1px -1px 25px rgba(147, 167, 190, 0.3);*/
    z-index: 999;
    color: #b74c28;
    font-family: ExtraLightItalic;
}

#log .extra-block {
    color: #4341b7;
}

.extra-block img,
.extra-block iframe,
.extra-block blockquote {
    width: 250px;
}

.blockquote {
    width: 328px;
}

.blockquote blockquote,
.blockquote a,
.blockquote p {
    height: 500px;
    overflow-y: scroll;
}

a {
    color: rgba(147, 167, 190, 1);
}

.extra-button {
    position: absolute;
    /*width: 100px;*/
    bottom: -15;
    right: 0;
    margin-right: 30px;
    margin-top: 30px;
    padding: 0 4 0 4;
    font-size: 0.5rem;
    overflow: visible;
    /*display: inline-block;*/
    /*border: 1px solid #b74c28;*/
    /*background-image: url(./assets/connecting lines/connecting line 1 BLUE.png);*/
    overflow: visible;
    cursor: pointer;
}

button img,
img.inner-button {
    position: absolute;
    width: 20px;
    height: auto;
    margin-top: -80px;
}

img.inner-button {
    margin-left: 10px;
}
/*
.inner-button {
	margin-top: -80px
}*/

.textBlock .extra-button {
    width: 20px;
    height: auto;
    margin-bottom: -50px;
}

/*.extra-button button {
	width: 10px;
}*/

a.scene-switch {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    color: #b74c28;
    font-size: 30px;
    text-decoration: none;
}

a.download img {
    width: 10vw;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}

iframe.chair {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
}

.spacer {
    width: 18px;
    height: 36px;
    margin-left: 14px;
    position: absolute;
    display: inline-block;
}

.button-word {
    width: 80px;
}

.long-button-word {
    width: 200px;
}

.button-word p,
.long-button-word p {
    line-height: 1;
    display: inline;
    font-size: 0.8rem;
    margin-left: 5px;
}

.middle {
    margin-left: 50px;
    z-index: 2;
}

.top {
    margin-bottom: 40px;
    z-index: 3;
}

.textBlock .top {
    margin-right: 0px !important;
    margin-bottom: -100px;
    /*z-index: 3;*/
}

.textBlock .middle {
    margin-right: 30px !important;
    margin-bottom: -120px;
    /*z-index: 3;*/
}

.textBlock .bottom {
    margin-right: 60px !important;
    margin-bottom: -140px;
}

.responsive-note,
.none {
    display: none;
}

.nonecover {
    display: none;
}

.scrolling-div {
    position: absolute;
    font-family: "ExtraLight";
    font-size: 1.5em;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    width: 400px;
    height: 100vh;
    overflow: scroll;
    z-index: 95;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%) linear-gradient(to top, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%), linear-gradient(to top, black 50%, transparent 100%);
}

.scrolling-div-content {
    position: relative;
    color: #99bc6a;
    font-family: "SuperLight";
}

.scrolling-div-content i {
    /*color: white;*/
}

@media only screen and (max-width: 1200px) {
    .outer-outer-container {
        display: block;
        margin-top: 50px;
    }

    .outer-container-1 {
        display: block;
        width: 200px;
        margin-top: 0px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
        align-self: center;
        text-align: center;
    }

    .text-wrap {
        margin-left: 30px;
    }

    .outer1 {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    #egg {
        z-index: 2;
    }
}

@media only screen and (max-width: 768px) {
    .outer {
        display: none;
    }

    .enter {
        display: none;
    }

    .loading {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);

        background-color: transparent;
        color: #99bc6a;
        font-family: "ExtraLightItalic";
        text-align: center;

        font-size: 2rem;
        cursor: auto;
        z-index: 1;
    }

    #myText {
        background-color: transparent;
    }

    .none {
        display: block;
    }

    .none #egg2 {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .responsive-note {
        /*display: block;*/
        height: 100vh;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;

        top: 0;
        left: 0;
        position: fixed;

        color: #99bc6a;
        font-family: "ExtraLightItalic";
        text-align: center;
        font-size: 1rem;
        margin-right: 10vw;
        margin-left: 10vw;
        z-index: 3;
        pointer-events: none;
        background-color: transparent;
    }
}
