/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3rem;
  padding-bottom: 3rem;*/
  color:#232a26;
  background-color: #d0e5d9;
}
.text-muted {
  color: #596a60!important;
  font-family: 'Tahoma', 'Arial', sans-serif;
  letter-spacing: 0.05em;
  font-size: 30px;
}

.navbar {
  color:#232a26;
  background-color: #b2d4c0;
  opacity: 0.9;
}

.navbar-brand{
  width: 50%;
}

.nav-item {
  margin-right: 3px;
}

.navbar h2{
  font-size: clamp(1.0rem, 3vw, 6rem);
}

.navbar-dark .navbar-nav .nav-link {
  color:#232a26;
  background-color: #d0e5d9;
}
.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
  color: #596a60;
}

.icon {
  color: #7c9486;
  filter: drop-shadow(0px 0px 3px #7c9486)
}


#canvasdiv {
  background-color: #000;
  background-image: url("images/forest_background.jpeg");
  background-size: cover;
  height: 36em;
  border-bottom: #b2d4c0;
  border-bottom-width: thick;
  border-bottom-style: ridge;
}

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

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.marketing {
  margin-top: 30px;
}


/* Featurettes
------------------------- */

/*
.featurette-divider {
  margin: 3rem;
  color: #9cafd3;
  background-color: #9cafd3;
}*/

.featurette-divider {
  margin: 3rem;
  height: 20px;
  border: none;
  background: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'>\
    <path d='M0,5 Q25,0 50,5 T100,5' stroke='%2368906b' fill='transparent' stroke-width='2' stroke-linecap='round'/>\
  </svg>") repeat-x;
  background-size: 100px 10px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  margin-top: 0;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}


/* NET BACKGROUND */
.large-header {
  position: relative;
  width: 100%;
  background: #111;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.main-title {
  position: relative;
  margin: 0;
  padding: 0;
  color: #F9F1E9;
  top: 35%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -150%, 0);
  transform: translate3d(-50%, -150%, 0);
  padding-left: 15px;
}

.demo .main-title {
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}

.main-title .thin {
  font-weight: 200;
}

.astronaut {
  position: absolute;
  max-height: 50%;
  max-width: 80%;
  top: 70px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

#purple_ball {
  animation: float_purple 6s ease-in-out infinite;
}
#green_ball {
  animation: float_green 6s ease-in-out infinite;
}
#blue_ball {
  animation: float_blue 6s ease-in-out infinite;
}

@media only screen and (max-width: 768px) {
  .demo .main-title {
     font-size: 3em;
  }
}

@keyframes float_purple {
  0% { transform: translate(0,  0px); transform: rotate(0deg);  }
  50%  { transform: translate(0, 15px); transform: rotate(-10deg); }
  100%   { transform: translate(0, -0px); transform: rotate(0deg); }
}
@keyframes float_green {
  0% { transform: translate(0px,  0px); }
  25%  { transform: translate(0px, 15px); }
  100%   { transform: translate(0px, -0px); }
}
@keyframes float_blue {
  0% { transform: translate(0,  0px); }
  75%  { transform: translate(0, 25px); }
  100%   { transform: translate(0, -0px); }
}


.ticket:hover {
  transform: rotate(2deg) scale(102%);
  transition: all 0.3s ease-in-out 0s;
}
.ticket {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  height: 450px;
  margin: 120px auto 0;
  padding: 20px;
  border-radius: 10px;
  background: #FBFBFB;
  box-shadow: 2px 2px 15px 0px #000000;
  &:before,
  &:after {
    content: '';
    position: absolute;
    left: 5px;
    height: 6px;
    width: 290px;
  }
  &:before {
    top: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #FBFBFB 50%, #FBFBFB 100% ) -7px -8px / 16px 16px repeat-x;
  }
  &:after {
    bottom: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #FBFBFB 50%, #FBFBFB 100% ) -7px -2px / 16px 16px repeat-x;
  }
}
.ticket__content{
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border: 6px solid #D8D8D8;
}
.ticket__title {
  width: 100%;
  font-family: 'Tahoma', 'Arial', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #1A1A42;
  margin: 0;
}
.ticket__price{
  width: 100%;
  font-family: 'Tahoma', 'Arial', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #1A1A42;
  margin: 0;
}
.ticket__text {
  width: 100%;
  font-family: 'Tahoma', 'Arial', sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #232a26;
}

h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
   color: transparent;
  -webkit-text-stroke: 2px #353f39;
  max-width: 100%;
}

.index_bordered_box{
  border: #353f39 3px dashed;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.index_middle_box{
  padding-left: 20px;
  padding-right: 5px;
  margin-left: -10px;
  margin-right: -10px;
}

.wobbly-text .word {
  display: inline-block;
  white-space: nowrap;        /* <-- key: no wrap inside word */
}

/* letters can rotate */
.wobbly-text .ch {
  display: inline-block;
  transform-origin: center bottom;
  transition: transform 0.3s ease;
}

.wobbly-text .space {
  display: inline-block;
  width: 0.4em; /* tweak for visual balance */
}

.wobbly-text .ch:nth-child(5n+1) { transform: rotate(-2deg); }
.wobbly-text .ch:nth-child(5n+2) { transform: rotate(1deg); }
.wobbly-text .ch:nth-child(5n+3) { transform: rotate(-1deg); }
.wobbly-text .ch:nth-child(5n+4) { transform: rotate(2deg); }
.wobbly-text .ch:nth-child(5n+5) { transform: rotate(-1.5deg); }

.merch_box {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  height: 450px;
  margin: 150px auto 0;
  padding: 20px;
  border-radius: 10px;
  background: #FBFBFB;
  box-shadow: 2px 2px 15px 0px #000000;
  text-align: center;
  }
.merch_box_large {
  position: relative;
  box-sizing: border-box;
  width: 430px;
  height: 450px;
  margin: 150px auto 0;
  padding: 20px;
  border-radius: 10px;
  background: #FBFBFB;
  box-shadow: 2px 2px 15px 0px #000000;
  text-align: center;
}
.merch_box:hover {
  transform: rotate(2deg) scale(102%);
  transition: all 0.3s ease-in-out 0s;
}
.merch_box_large:hover {
  transform: rotate(2deg) scale(102%);
  transition: all 0.3s ease-in-out 0s;
}
.merch_image{
  height: 244px;
}
.exclusive{
  font-weight: bold;
  color: #1A1A42;
}

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

/* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 100rem;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: var(--theme);
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 0.5rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 0.5rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

.ununderlined:hover{
  text-decoration: none;
}

.profile_picture {
  border-radius: 10px;
  border: solid 2px;
  margin-bottom: 10px;
}