/* sass compile command: "sass --watch /css" */
html,
body,
body * {
  box-sizing: border-box !important;
}

.noselect, #image-modal .prev,
#image-modal .next,
#image-modal .close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body {
  margin: 0;
  padding: 0;
  background: white;
}

body.freeze {
  overflow: hidden;
}

body * {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  box-sizing: border-box;
}

body i.material-icons {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 200, "opsz" 48;
}

body a {
  font-weight: 500;
}

header > div,
footer > div,
main > * {
  max-width: 1024px;
  margin: auto;
}

header > div {
  max-width: 1024px;
  height: 64px;
  line-height: 64px;
  margin: auto;
  position: relative;
}
header img {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  height: calc(64px - 1rem);
  width: 64px;
  opacity: 0.9;
}
header .button {
  position: absolute;
  right: 0.5rem;
  display: inline-block;
  border: 2px solid black;
  height: 42px;
  line-height: 42px;
  margin-top: 11px;
  padding: 0 0.5rem;
  transition: all 0.3s;
  font-weight: 600;
  cursor: pointer;
}
header .button:hover {
  background: rgba(0, 0, 0, 0.9);
  color: white;
}

#banner {
  min-height: calc(75vh - 64px);
  position: relative;
  border-bottom: 2px solid black;
}
#banner .centered {
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url("/images/banner.png");
  background-size: cover;
  background-position: 50% 50%;
  min-height: 75vh;
  position: relative;
  border: 8px solid rgba(0, 0, 0, 0.9);
}
#banner .top {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
}
#banner .bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
  background: rgba(0, 0, 0, 0.9);
}
#banner h1,
#banner h2 {
  margin: 0;
  color: white;
}
#banner h1 {
  font-family: "Bebas Neue", cursive;
  font-display: swap;
  font-size: 3rem;
  line-height: 3rem;
  padding: 0.75rem 1.5rem;
}
#banner h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

#about {
  padding: 100px 1rem;
  text-align: center;
}
#about > * {
  max-width: 700px;
  margin: auto;
}
#about h2 {
  font-family: "Bebas Neue", cursive;
  font-display: swap;
  font-size: 1.75rem;
  line-height: 2rem;
}
#about p {
  line-height: 1.75rem;
  margin-top: 2rem;
  text-align: left; /* justify */
}

#stack {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  padding-top: 32px;
  overflow: hidden;
}
#stack > * {
  flex: 1;
  text-align: center;
  padding: 2rem;
  padding-top: 3rem;
  background: #f9f9f9;
  margin: 1rem;
  margin-top: 0;
  padding-top: 0;
}
#stack i.material-icons {
  width: 64px;
  height: 64px;
  font-size: 42px;
  line-height: 64px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  margin-top: -32px;
}
#stack h3 {
  font-family: "Bebas Neue", cursive;
  font-display: swap;
  font-size: 1.75rem;
  line-height: 2rem;
}
#stack h5 {
  font-family: "Bebas Neue", cursive;
  font-display: swap;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 2rem 0;
  margin-bottom: 1rem;
}
#stack p {
  text-align: left; /* justify */
  line-height: 1.75rem;
}
#stack p.footnote {
  font-size: 12px;
  line-height: 20px;
  margin-top: 2rem;
  font-style: italic;
}
#stack ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#stack li {
  line-height: 2rem;
}
#stack li span {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  min-width: 180px;
}

#examples {
  text-align: center;
  padding: 100px 1rem;
  padding-bottom: 0;
  max-width: calc(100vw - 2rem);
}
#examples > * {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
#examples h2 {
  font-family: "Bebas Neue", cursive;
  font-display: swap;
  font-size: 1.75rem;
  line-height: 2rem;
}
#examples p {
  margin-top: 2rem;
  line-height: 2rem;
  text-align: left; /* justify */
}
#examples .container {
  background: #f9f9f9;
  max-width: none;
  text-align: center;
  margin-top: 75px;
  padding: 100px 0;
}
#examples ul {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 1024px;
  margin: auto;
}
#examples ul li {
  list-style-type: none;
  margin: 0.5rem;
  display: inline-block;
}
#examples ul li img {
  width: 120px;
  cursor: pointer;
  border: 4px solid rgba(0, 0, 0, 0.9);
}
#examples .more {
  text-align: center;
}

#image-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
#image-modal * {
  color: white;
}
#image-modal .prev,
#image-modal .next,
#image-modal .close {
  width: 48px;
  height: 48px;
  text-align: center;
  border: 2px solid white;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s;
  cursor: pointer;
}
#image-modal .prev i,
#image-modal .next i,
#image-modal .close i {
  line-height: 44px;
}
#image-modal .prev:hover,
#image-modal .next:hover,
#image-modal .close:hover {
  background: white;
  opacity: 1;
}
#image-modal .prev:hover i,
#image-modal .next:hover i,
#image-modal .close:hover i {
  color: black;
}
#image-modal .prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  opacity: 0.25;
}
#image-modal .next {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateX(50%) translateY(-50%);
  z-index: 999;
  opacity: 0.25;
}
#image-modal .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#image-modal .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-height: calc(100vh - 2rem);
  max-width: calc(100vw - 4rem);
}
#image-modal .center .title {
  font-family: "Bebas Neue", cursive;
  font-display: swap;
  font-size: 1.75rem;
  line-height: 2rem;
  padding: 0.5rem 0;
}
#image-modal .center .description {
  padding: 0.5rem 0;
}
#image-modal .center img {
  max-height: 80vh;
  max-width: calc(100vw - 4rem);
}

#projects {
  min-height: 75vh;
  padding: 100px 1rem;
  background: rgba(0, 0, 0, 0.9);
  max-width: calc(100vw - 4rem);
}
#projects > * {
  max-width: 700px;
  margin: auto;
  text-align: center;
  color: white;
}
#projects h2 {
  font-family: "Bebas Neue", cursive;
  font-display: swap;
  font-size: 1.75rem;
  line-height: 2rem;
}
#projects p {
  margin-top: 2rem;
  line-height: 2rem;
  text-align: left; /* justify */
}
#projects p,
#projects p * {
  color: white;
}
#projects ul {
  list-style-type: none;
  padding: 0;
  margin-top: 2rem;
}
#projects li {
  line-height: 1.75rem;
}
#projects li * {
  color: white;
}

#music {
  min-height: 75vh;
  padding: 100px 1rem;
}
#music > * {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
#music h2 {
  font-family: "Bebas Neue", cursive;
  font-display: swap;
  font-size: 1.75rem;
  line-height: 2rem;
}
#music p {
  margin-top: 2rem;
  line-height: 2rem;
  text-align: left; /* justify */
}
#music ul {
  list-style-type: none;
  padding: 0;
  margin-top: 2rem;
}
#music li {
  line-height: 1.75rem;
}

footer {
  min-height: 48px;
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 0;
}
footer > div {
  max-width: 1024px;
  margin: auto;
  position: relative;
}
footer > div > div {
  position: absolute;
  top: 0px;
  right: 1rem;
}
footer a {
  color: white;
  display: inline-block;
  padding: 0 1rem;
  line-height: 48px;
}
footer span.copyright {
  color: white;
  display: inline-block;
  padding: 0 1rem;
  line-height: 48px;
  vertical-align: top;
  opacity: 0.6;
  font-size: 0.8rem;
}

@media only screen and (max-width: 1024px) {
  #banner .centered {
    min-height: calc(100vh - 64px);
  }
  #banner .break::after {
    content: "\a";
    white-space: pre;
  }
}
@media only screen and (max-width: 500px) {
  #banner .break::after {
    content: none;
    white-space: initial;
  }
}
@media only screen and (max-width: 900px) {
  #stack {
    display: block;
    padding: 1rem;
    padding-top: 32px;
  }
  #stack > * {
    max-width: 700px;
    margin: auto;
  }
  #stack > *:not(:first-child) {
    margin-top: 100px;
  }
  #stack p {
    max-width: 500px;
    margin: auto;
  }
}
@media only screen and (max-width: 1200px) {
  #projects {
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: calc(100vw - 2rem);
  }
}
@media only screen and (max-width: 500px) {
  footer > div {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  footer > div > * {
    position: static !important;
    display: block !important;
    flex: 1;
  }
}

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