/* -------------- HTML5 BOILERPLATE ------- */
html {
  font-family: "Leelawadee UI", sans-serif;
  scroll-behavior: smooth;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

div {
  display: block;
}

textarea {
  resize: vertical;
}

.hidden, [hidden] {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

li + li {
  margin-top: 1em;
}

.invisible {
  visibility: hidden;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  .container {
    max-width: 30rem;
    padding: 1rem;
    margin: auto;
    background-color: #f5f5f5;
    border-radius: 0.5rem;
  }
}
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
}
a, a:visited {
  text-decoration: underline;
}

a[href]::after {
  content: " (" attr(href) ")";
}

abbr[title]::after {
  content: " (" attr(title) ")";
}

a[href^="#"]::after,
a[href^="javascript:"]::after {
  content: "";
}

pre {
  white-space: pre-wrap !important;
}

pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

tr, img {
  page-break-inside: avoid;
}

p, h2, h3 {
  orphans: 3;
  widows: 3;
}

h2, h3 {
  page-break-after: avoid;
}

/* ----------END BOILERPLATE SECTION ------------*/
/* -----------BEGIN CUSTOM SITE SECTION------------ */
body {
  margin: 0;
  padding: 0;
  background-color: #f2efe9;
  display: flex;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.start {
  background-color: #f2efe9;
  color: #0f110c;
  box-sizing: border-box;
  min-width: 100vw;
  min-height: 100vh;
}

.header {
  color: black;
  padding-top: 30vh;
  padding-left: 10vw;
  padding-right: 10vw;
  overflow: hidden;
  padding-bottom: 2vh;
}

@media screen and (max-width: 1005px) and (min-width: 850px) {
  .header {
    padding-top: 25vh;
  }
  .header .title-box {
    font-size: 1rem;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .header .title-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 850px) and (min-width: 700px) {
  .header {
    padding-top: 20vh;
  }
  .header .title-box {
    font-size: 1rem;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .header .title-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) and (min-width: 1px) {
  .header {
    padding-top: 12vh;
  }
  .header .title-box {
    font-size: 1rem;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .header .title-text {
    font-size: 1.5rem;
  }
  .header .menu {
    font-size: 1.2rem;
  }
}
header {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: center;
  align-items: center;
}

.menu {
  font-size: 1.5rem;
  position: relative;
  padding: 1rem;
  text-align: center;
  max-width: 50%;
}

.menu i {
  font-weight: bold;
}

.menu a {
  color: #de541e;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover {
  color: #DA5736;
  text-decoration: underline;
}

.menu-list-item {
  text-align: left;
}

.menu-list-item-2 {
  text-align: right;
}

.menu-list-item-3 {
  text-align: left;
}

.nav-bar {
  min-width: 100vw;
  min-height: 1vh;
  background-color: #f2efe9;
  color: #0f110c;
  display: flex;
  top: 0;
  flex-flow: row wrap;
  position: sticky;
  justify-content: space-around;
  align-items: center;
  font-size: 1.5rem;
  z-index: 1000;
}

.nav-bar-item {
  text-align: center;
}

.nav-bar-item-item {
  padding-left: 3rem;
  padding-right: 3rem;
}

.nav-bar-item-item-2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.title-box {
  color: #0f110c;
  position: relative;
  margin-left: 1rem;
  margin-right: 2rem;
  max-width: 1920px;
  font-size: 3rem;
  flex-shrink: 1;
  padding: 2rem;
  border-bottom: solid 10px #de541e;
  border-right: solid 2px #de541e;
  border-bottom-right-radius: 0.5em;
}

.title-name {
  color: #de541e;
}

.title-text {
  font-size: 2rem;
  font-weight: bold;
}

.about-section {
  min-width: 100vw;
  min-height: 100vh;
  background-color: blue;
}

.main-section {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 100vw;
  min-height: 100vh;
}

.container-row {
  display: flex;
  max-width: 100%;
  flex-shrink: 1;
}

.sidebar-container {
  flex: 1;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #f2efe9;
  flex-wrap: wrap;
}

.sidebar-text-holder {
  box-sizing: border-box;
  min-height: 95vh;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  border: 1px solid #de541e;
  box-shadow: 0 2px 5px rgb(0, 0, 0);
  position: relative;
}

.sidebar-text {
  padding: 3rem;
  text-indent: 5%;
  margin-right: 3rem;
  font-size: 1.2rem;
  text-wrap: wrap;
  position: relative;
}

.sidebar-text br {
  line-height: 1.5rem;
}

.card-stack-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  max-width: 30vw;
  padding: 4.5rem 1rem 2rem 1rem;
  overflow: hidden;
  border-right: 10px #0f110c outset;
  border-bottom: 7px #0f110c outset;
  border-top: 7px #0f110c outset;
  border-left: 2px #0f110c outset;
  border-bottom-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
  background-color: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
}

.card-stack-column {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}

.sidebar-text {
  font-size: 1rem;
  color: black;
  text-align: left;
}

.card-stack {
  position: relative;
  overflow: visible;
  height: auto;
}

.card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border-radius: 1rem;
  border-top: 13px solid #0f110c;
  border-right: 7px solid #0f110c;
  border-left: 7px solid #0f110c;
  border-bottom: 13px solid #0f110c;
  position: absolute;
  overflow: hidden;
  height: 7rem;
  left: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url("../img/abstract-hologram-gradient-background_1048-10069.jpg");
  background-blend-mode: soft-light;
  background-size: cover;
}

.card-text {
  position: relative;
  text-align: center;
  align-content: space-around;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid #0f110c;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 2px;
  line-height: 1.2rem;
  padding-bottom: 4px;
  font-size: 1rem;
}

.card-image {
  position: relative;
  text-align: center;
  align-content: space-around;
  justify-content: center;
  box-sizing: border-box;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  border: solid 1px #0f110c;
}

.card-image img {
  max-width: 65%;
  max-height: 70%;
}

.card-text-header {
  position: relative;
  text-align: center;
  height: 40px;
  border-radius: 1rem;
  align-content: baseline;
  box-sizing: border-box;
  border: 2px solid #0f110c;
  background-color: #eec25f;
  font-family: "Bell MT", serif;
  background-image: url("../img/abstract-hologram-gradient-background_1048-10069.jpg");
  background-blend-mode: screen;
  font-weight: bolder;
  color: #0f110c;
  margin-right: 17px;
  margin-top: 12px;
  padding-left: 6px;
  font-size: 0.9rem;
  top: -6px;
  left: 9px;
}

.card-text-header h2 {
  transform: translateY(-50%);
}

hr {
  border-top: 5px solid black;
  margin-top: -3px;
  margin-left: 10px;
  margin-right: 10px;
}

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

#about {
  overflow: hidden;
  position: absolute;
  font-size: 1.5rem;
}

#aboutCard {
  font-size: 1rem;
}

#shader {
  overflow: hidden;
  position: absolute;
  font-size: 1.5rem;
}

#shaderCard {
  font-size: 1rem;
}

#sunrise {
  overflow: hidden;
  position: absolute;
  font-size: 1.2rem;
}

#sunriseCard {
  font-size: 1rem;
}

#itl {
  overflow: hidden;
  position: absolute;
  font-size: 1.2rem;
}

#itlCard {
  font-size: 1rem;
}

/* @keyframes tunnelPulse
 * 0%
 *  border-color: black
 * 25%
 *  border-color: lightskyblue
 * 50%
 *  border-color: black
 * 75%
 *  border-color: orangered
 * 100%
 *  border-color: black */
/* .tunnel-layer
 * position: absolute
 * top: 0
 * left: 0
 * width: 100%
 * height: 100%
 * box-sizing: border-box
 * border-style: dashed
 * border-color: white
 * transition: opacity 0.3s ease-out
 * will-change: transform */
/* .hover-brightness
 * position: absolute
 * border-radius: 50%
 * background: rgba(255, 255, 255, 0.1)
 * mix-blend-mode: screen
 * pointer-events: none
 * transition: opacity 0.3s ease-out
 * opacity: 0
 * */

/*# sourceMappingURL=style.css.map */
