@charset "UTF-8";
/* LESS MIXINS ==========================================

Examples:
```````````````````````````````````````````
.gradient(#F5F5F5, #EEE, #FFF);
.bw-gradient(#EEE, 230, 255);
.bordered(#EEE, #E5E5E5, #DDD, #E5E5E5);
.drop-shadow(0, 1px, 2px, 0.2);
.rounded(5px);
.border-radius(5px, 0, 0, 5px);
.opacity(0.8);
.transition-duration(0.2s);
.rotation(15deg);
.scale(2);
.transition(2s, ease-out);
.inner-shadow(0, 1px, 2px, 0.4);
.box-shadow(0 1px 2px #999);
.columns(50px, 0, 50px, #EEE, solid, 1px);
.translate(10px, 20px);
.box-sizing(content-box);
.background-size(cover)
.user-select(none);
.animation-delay(2s)

*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/*
font-family: 'Fira Sans', sans-serif;
font-family: 'Fira Sans Condensed', sans-serif;
font-family: 'Fira Sans Extra Condensed', sans-serif;
*/
html {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  width: 101%;
  background-color: #0F0D0B;
}
.container {
  max-width: 1140px;
  padding: 30px 0;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 30px;
  }
}
header {
  background-color: transparent;
  height: 800px;
  width: 100%;
}
.title-header {
  color: #0F0D0B;
  margin: 0;
  display: block;
  text-align: center;
}
header h2 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #333D47;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  header h2 {
    font-size: 14pt;
  }
}
header h4 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #333D47;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
}
.soil-back {
  background-color: #0F0D0B;
  background-repeat: repeat;
  z-index: 100;
  width: 100%;
  margin-top: -15%;
}
.dark-back {
  background-color: #0F0D0B;
  z-index: 110;
  width: 100%;
}
.grass-break {
  /*//content: url('../img/soil/SubT_SoilLayer4_largefade_grass.png');*/
  position: relative;
  height: 460px;
  width: 100%;
  margin-top: 70px;
}
.grass-break img {
  width: 2000px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.soil-break-down,
.soil-break-up {
  position: relative;
  height: 510px;
}
@media only screen and (max-width: 768px) {
  .soil-break-down,
  .soil-break-up,
  .grass-break {
    height: 230px;
  }
}
.soil-break-down img,
.soil-break-up img {
  width: 100%;
  position: absolute;
}
.soil-break-up img {
  top: 0;
}
.soil-break-down img {
  bottom: 0;
}
section {
  background-color: transparent;
  height: 100%;
  width: 100%;
  display: block;
  padding-top: 100px;
}
h1 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 72px;
  color: #141414;
  letter-spacing: 0;
  text-align: center;
  line-height: 62px;
}
h1.section-header {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 36px;
  color: #D8BEA3;
  letter-spacing: 0.18px;
  line-height: 46px;
  text-align: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 36pt;
    line-height: 45px;
  }
  header h2 {
    font-size: 14pt;
  }
  header h4 {
    font-size: 12pt;
    line-height: normal;
  }
  .title-header {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 30pt;
    line-height: 47px;
  }
}
a {
  background: #0F0D0B;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  color: #ECECEC;
  letter-spacing: 1.29px;
  text-align: center;
  padding: 15px 30px;
  margin: 20px;
  text-transform: uppercase;
  width: 150px;
  font-weight: 300;
  transition: 0.5s ease-out;
}
a:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
}
a:focus {
  outline: none;
}
p {
  opacity: 0.9;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #ECECEC;
  letter-spacing: 0;
  line-height: 28px;
}
h3 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.mouse {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25%;
  -webkit-animation: bounce 2 6s ease-in-out;
  -moz-animation: bounce 2 6s ease-in-out;
  animation: bounce 2 6s ease-in-out;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* INTRO BUCKET ============================================================================== */
.svg-contain {
  width: 200px;
  height: 200px;
  margin: auto;
  display: block;
  text-align: center;
}
.icon-marg {
  margin-bottom: 50px;
}
.intro {
  padding: 50px;
}
@media only screen and (max-width: 600px) {
  .intro {
    padding: 0;
  }
}
.intro h3 {
  text-align: center;
  color: #ECECEC;
  line-height: 46px;
}
.light p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9F9999;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
.intro img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.learn-link {
  margin: auto;
  width: 50%;
  text-align: center;
}
.intro-link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  color: #D8BEA3;
  letter-spacing: 1px;
  text-align: center;
  line-height: 20px;
  padding: 0;
  margin: auto;
  font-weight: 400;
  transition: .25s ease;
}
.intro-link:hover {
  color: #fff;
  border: none;
  font-weight: 100;
}
.cave-explorer {
  position: absolute;
  transform: translateY(-130px);
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}
@media only screen and (max-width: 770px) {
  .cave-explorer {
    display: none;
  }
}
/* VIDEO BUCKET ============================================================================== */
.video {
  text-align: center;
  margin-top: 15%;
}
@media only screen and (max-width: 700px) {
  .video {
    margin-top: 35%;
  }
}
@media only screen and (max-width: 500px) {
  .video {
    margin-top: 50%;
  }
}
.video-cover {
  background-image: url('../img/video_cover_cutout.png');
  height: 700px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -150px;
  margin-top: -170px;
}
@media only screen and (max-width: 800px) {
  .video-cover {
    margin-bottom: -200px;
    margin-top: -200px;
  }
}
@media only screen and (max-width: 500px) {
  .video-cover {
    margin-bottom: -250px;
    margin-top: -250px;
  }
}
.video a {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: auto;
  display: block;
  padding: 0;
}
.video img {
  opacity: .7;
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.video img:hover {
  opacity: 1;
}
.modal-dialog {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media (min-width: 400px) {
  .modal-dialog {
    max-width: 90%;
    margin-top: 120px;
  }
}
.modal-body {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .modal-body {
    margin: 0 5%;
    margin-top: 50%;
  }
}
.modal-content {
  background-color: transparent;
}
.close {
  color: #0F0D0B;
  opacity: 1;
}
.close:hover {
  color: #D8BEA3;
  opacity: 1;
}
.outer {
  width: 50%;
  margin: 0 auto;
  margin-top: 200px;
}
.video-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .close {
  position: absolute;
  z-index: 999;
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  color: white;
  background: transparent;
}
/* TRACK BUCKET ============================================================================== */
section#tracks {
  position: relative;
  z-index: 10;
}
.track h3 {
  color: #FFFFFF;
  line-height: 32px;
}
.track img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .track-respond {
    text-align: center;
  }
}
/* SUB DOMAIN BUCKET ============================================================================== */
.subdomain {
  text-align: center;
}
.circuit-top-marg {
  margin-top: -120px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.flashlight {
  opacity: .5;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.flashlight:hover {
  opacity: 1;
  transform: scale(1.1);
}
/* RESOURCES BUCKET ============================================================================== */
.resources {
  border: 2px solid;
  border-color: #6A5E52;
  padding: 20px;
  margin: 10px 0px;
  background-color: transparent;
  background-color: #0F0D0B;
  transition: .25s ease;
}
.resources:hover {
  background-color: #1f1b18;
  transform: scale(1.02);
}
.resources h3 {
  color: #FFFFFF;
  line-height: 32px;
  text-transform: none;
}
.resources button {
  background-color: #B19C88;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  color: #0F0D0B;
  letter-spacing: 0.92px;
  text-align: center;
  border: none;
  padding: 5px 15px;
}
.resources h6 {
  margin: 0;
  font-weight: 300;
  font-size: 11pt;
}
.resource-marg {
  margin-bottom: 20px;
}
.resource-marg-top {
  margin: 30px 0 10px 0;
}
.date {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  color: #D8BE9F;
  letter-spacing: 0.13px;
  line-height: 24px;
  text-align: right;
  align-content: right;
}
.resources a {
  /* READ MORE: */
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  color: #B19C88;
  letter-spacing: 1px;
  text-align: center;
  /* Rectangle 9: */
  border: 1px solid #B19C88;
  padding: 15px 25px;
  margin-left: 0;
  transition: .25s ease;
}
.resources a:hover {
  text-decoration: none;
  border-color: #B19C88;
  color: #0F0D0B;
  background-color: #B19C88;
}
/*.right-border {
	border-right: none;
	padding-right: 40px;
}*/
@media only screen and (max-width: 768px) {
  .right-border {
    padding-right: 20px;
    border: 2px solid;
    border-color: #6A5E52;
  }
}
/* QUOTE BUCKET ============================================================================== */
.quote {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0.13px;
  text-align: center;
  line-height: 37px;
  margin-top: 5%;
  text-transform: none;
  font-weight: 300;
}
.quote-box {
  background-image: url('../img/tunnel.png');
  height: 700px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  margin-top: -120px;
}
@media only screen and (max-width: 768px) {
  .quote-box {
    height: 480px;
  }
}
.gradient {
  height: 150px;
  width: 100%;
  background: linear-gradient(transparent, #0f0d0b, #0f0d0b);
  margin-top: -100px;
  z-index: 100;
}
/* FOOTER CONTENT ============================================================================== */
footer {
  background-color: #0F0D0B;
  width: 100%;
  display: block;
  text-align: left;
}
footer h5 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  color: #D8BEA3;
  letter-spacing: 0.12px;
  line-height: 20px;
  text-transform: uppercase;
}
footer li {
  list-style-type: none;
}
ul {
  padding: 0;
}
.foot-link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.12px;
  line-height: 20px;
  background: none;
  padding: 0;
  margin: 0;
  text-transform: none;
  transition: .25s ease;
}
.foot-link:hover {
  text-decoration: none;
  color: #D8BEA3;
  box-shadow: none;
  border: none;
}
footer p {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.12px;
  line-height: 20px;
  background: none;
  padding: 0;
  margin: 0;
  text-transform: none;
}
.foot-box {
  margin: 20px;
}
.social-icon {
  background: transparent;
  color: transparent;
  text-align: right;
  padding: 0px;
  margin: 0;
  width: 100px;
}
.social-icon:hover {
  border: none;
}
/* HOVER COLOR */
a svg:hover #facebook,
a svg:hover #twitter,
a svg:hover #google,
a svg:hover #youtube,
a svg:hover #linkedin {
  fill: #fff;
}
/* ICON STYLE */
article {
  margin-top: -80px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .social-icon,
  article {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  article {
    margin-left: 100px;
  }
}
a svg #facebook,
a svg #twitter,
a svg #google,
a svg #youtube {
  transition: .25s;
  transition-timing-function: ease-in-out;
  -webkit-transition: .25s;
  -webkit-transition-timing-function: ease-in-out;
}
/* NAVIGATION ====================================================================== */
nav {
  position: fixed;
  z-index: 100000;
}
.side-menu {
  background: transparent;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  color: #0F0D0B;
  letter-spacing: 1.29px;
  text-align: left;
  padding: 15px 20px;
  margin: 20px;
  text-transform: uppercase;
  width: 150px;
  transition: .25s ease;
}
.side-menu:hover {
  text-decoration: none;
  font-weight: 400;
  color: #0F0D0B;
  box-shadow: none;
  border: none;
  text-indent: 20px;
}
.side-menu:active {
  font-weight: 600;
}
.side-menu:focus {
  font-weight: 600;
}
#menuToggle {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1;
  user-select: none;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
}
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 7px;
  position: relative;
  background: #fff;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.25s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.25s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* Transform all the slices of hamburger into a crossmark. */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(0, 50%);
  background: #0F0D0B;
}
/* Hide the middle one. */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/* Flip the other crossmark */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(2%, -12%);
}
/* Make this absolute positioned at the top left of the screen */
#menu {
  position: absolute;
  width: 800px;
  margin: -220px;
  padding: 50px;
  padding-top: 201px;
  background: #fff;
  list-style-type: none;
  transform-origin: 0% 0%;
  transform: translate(0, -100%);
  transition: transform 0.8s cubic-bezier(0.65, -0.43, 0.05, 1);
  height: 130vh;
}
#menu li {
  padding: 0;
  font-size: 22px;
}
#menuToggle input:checked ~ ul {
  transform: none;
}
/* TIMELINE ============================================================================== */
.timeline {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 5%;
  margin-left: 15px;
}
@media only screen and (max-width: 992px) {
  .timeline {
    margin-right: 15px;
  }
}
.timeline h6 {
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 10px;
  letter-spacing: 1px;
}
.timeline p {
  margin: 0 auto;
  font-size: 12pt;
  line-height: 22px;
  padding-bottom: 10px;
}
/* SELECTION COLOR ============================================================================== */
::selection {
  background: rgba(100, 157, 188, 0.6);
  /* Moz Browsers */
}
::-moz-selection {
  background: rgba(100, 157, 188, 0.6);
  /* WebKit/Blink Browsers */
}
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.spinner {
  width: 70px;
  height: 70px;
  border: 3px solid #90abbd;
  border-top: 4px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: loader 1s infinite linear;
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#overlay {
  height: 100%;
  width: 100%;
  background: #0F0D0B;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000;
}
.clouds {
  -webkit-animation: clouds infinite 120s ease-in-out;
  -moz-animation: clouds infinite 120s ease-in-out;
  animation: clouds infinite 120s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: center;
}
@keyframes clouds {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.cloud-left {
  -webkit-animation: cloudleft infinite 90s ease-in-out;
  -moz-animation: cloudleft infinite 90s ease-in-out;
  animation: cloudleft infinite 90s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: right bottom;
}
.cloud-right {
  -webkit-animation: cloudright infinite 90s ease-in-out;
  -moz-animation: cloudright infinite 90s ease-in-out;
  animation: cloudright infinite 90s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: right bottom;
}
.cloud-right-2 {
  -webkit-animation: cloudright infinite 120s ease-in-out;
  -moz-animation: cloudright infinite 120s ease-in-out;
  animation: cloudright infinite 120s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: right bottom;
}
@keyframes cloudleft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  10% {
    opacity: .25;
  }
  80% {
    opacity: .25;
  }
  100% {
    transform: translateX(700px);
    opacity: 0;
  }
}
@keyframes cloudright {
  0% {
    transform: translateX(1400px);
    opacity: .0;
  }
  10% {
    opacity: .25;
  }
  80% {
    opacity: .25;
  }
  100% {
    transform: translateX(700px);
    opacity: 0;
  }
}
a:focus {
  outline: none;
}
a.bttn {
  color: #0F0D0B;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
a.bttn:hover {
  color: #fff;
  border: 1px solid #fff;
}
a.bttn:focus {
  color: #fff;
  border: 1px solid #fff;
}
.bttn {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 200px;
  font-weight: 300;
  padding: 10px;
  margin: 20px;
  border: 2px solid #0F0D0B;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.bttn:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #0F0D0B;
  z-index: -2;
}
.bttn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.bttn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.close-button {
  height: 50px;
  width: 50px;
  position: relative;
  box-sizing: border-box;
  line-height: 50px;
  display: inline-block;
}
.close-button:before,
.close-button:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -19px;
  display: block;
  height: 4px;
  width: 32px;
  background-color: #fff;
  transition: transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.close-button:after {
  transform: rotate(45deg);
}
.close-button:hover:before,
.close-button:hover:after {
  transform: rotate(0deg);
}
.close-button a {
  background: red !important;
  border: none;
  box-shadow: none;
  margin: auto;
  display: block;
  padding: 0;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #D8BE9F;
  cursor: pointer;
  padding: 5px;
  padding-bottom: 1px;
  transition: 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#myBtn:hover {
  background-color: #fff;
}

@media print {
  #menu {
    display: none;
  }
}
