@font-face {
  font-family: MontHeavy;
  src: url(Mont-HeavyDEMO.otf);
}

@font-face {
  font-family: SourceCodePro;
  src: url(SourceCodePro-VariableFont_wght.ttf);
}

@font-face {
  font-family: SourceCodeProItalic;
  src: url(SourceCodePro-Italic-VariableFont_wght.ttf);
}

body {
  margin: 0px;
  padding: 0px;
  background: #e4e2dc;
  color: #231f20;
  font-family: "MontHeavy", Arial, sans-serif;
  font-family: "SourceCodePro", monospace;
  line-height: 1.6;
  overflow: auto;
  overflow-y: hidden;
  scrollbar-color: #231f20 #e4e2dc;
  scrollbar-width: thin;
}

*::selection {
  color: #e4e2dc;
  background-color: #231f20;
}

.home-body {
  overflow: hidden;
}

hr {
  border: none;
  border-bottom: 1px solid #231f20;
}

h1,
h2,
h3,
p {
  margin: 0px;
  padding: 0px;
  cursor: default;
}

a {
  cursor: pointer;
}

h1,
h2,
h3 {
  font-family: "MontHeavy", Arial, sans-serif;
  color: #231f20;
  margin: 0px;
  padding: 0px;
}

p {
  color: #231f20;
}

details:hover {
  cursor: pointer;
}

summary {
  font-weight: bold;
}

/*
.okay {
  z-index: -1000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

canvas {
  width: 100%;
}
*/

.dropbtnA {
  margin: 12px;
  margin-top: 62px;
}

.dropbtnB {
  margin: 28px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.dropbtn {
  background-color: #231f20;
  color: #e4e2dc;
  padding: 12px;
  margin-bottom: 0px;
  font-size: 11pt;
  border: none;
  font-family: "SourceCodePro", monospace;
}

.dropdown {
  display: inline-block;
  font-family: "SourceCodePro", monospace;
  font-size: 11pt;

  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000000;
}

.dropdown-content {
  display: none;
  background: #e4e2dc;
  position: absolute;
  border: 1px solid #231f20;
}

.dropdown-content a {
  color: #231f20;
  padding: 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #231f20;
  color: #e4e2dc;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #231f20;
}

.alignRightB,
.alignRight {
  float: right;
  position: relative;
}

.alignRight div {
  right: 12px;
}

.alignRightB div {
  right: 28px;
}

.content {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}

.content-things {
  position: relative;
  width: 100vw;
  height: 100vh;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background: #e4e2dc;
}

.head-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-sizing: border-box;
  width: 100%;
  grid-gap: 1px;
}

.head-box {
  text-align: center;
  padding: 12px;
  box-shadow: 0 0 0 1px #231f20;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e4e2dc;
}

.foot-nav {
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  grid-gap: 1px;
}

.foot-box {
  text-align: center;
  padding: 12px;
  box-shadow: 0 0 0 1px #231f20;
}

.content h1 {
  font-size: 80pt;
  width: 100vw;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-link {
  color: #231f20;
  transition: all 0s;
  text-decoration: none;
  font-size: 11pt;
}

.nav-link:hover {
  color: #e4e2dc;
  background: #231f20;
  cursor: pointer;
}
canvas {
  z-index: -10000;
}
.content-about {
  font-size: 1em;
  padding: 30px;
  padding-top: 20px;
  z-index: 10000;
}

.content-about a,
.content-port a {
  color: #e4e2dc;
  background: #231f20;
  transition: all 0s;
  text-decoration: none;
}

.content-about a:hover,
.content-port a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.siteTitle a,
.portTitle a {
  color: #231f20;
  background: none;
  transition: all 0s;
  text-decoration: none;
}

.siteTitle a:hover,
.portTitle a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.about-port-button a {
  position: absolute;
  top: 6.5px;
  right: 6.5px;
  padding: 5px;
  font-family: "SourceCodePro", monospace;
  font-size: 10pt;
  float: right;
  color: #e4e2dc;
  z-index: 3000;
  transition: all 0.5s;
}

.about-port-button a:hover {
  color: #e4e2dc;
}

.about-logo {
  width: 50%;
  float: right;
}

.about-text {
  margin-top: 10px;
  border: 1px solid #231f20;
  width: 50%;
  min-width: 300px;
  max-height: 70vh;
  overflow: auto;
  font-size: 11pt;
  position: relative;
  z-index: 10001;
  background: rgba(228, 226, 220, 0.8);
}

.about-text {
  scrollbar-color: #231f20 #e4e2dc;
  scrollbar-width: thin;
}

.about-text-content {
  padding: 15px;
}

.about-text-head {
  position: sticky;
  top: 0px;
  background: #231f20;
  color: #e4e2dc;
  padding: 15px;
  padding-bottom: 4px;
  padding-top: 8px;
}

.about-text-head h2 {
  color: #e4e2dc;
}

/* PORTFOLIO */

/*
.content-port {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}

.content-port-things {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
 */

.content-port-pad {
  padding: 30px;
  padding-top: 20px;
}
 

/*
.content-port a {
  color: #231f20;
  transition: all 0s;
  text-decoration: none;
}

.content-port a:hover {
  color: #231f20;
  text-decoration: underline;
  cursor: pointer;
}
*/

.port-text {
  margin-top: 10px;
  border: 1px solid #231f20;
  width: 100%;
  max-width: 60%;
  max-height: 180px;
  overflow: hidden;
  font-size: 11pt;
  position: relative;
  background: rgba(228, 226, 220, 0.8);
}

.port-text-content {
  padding: 15px;
  padding-bottom: 0px;
}

.port-text-head {
  color: #231f20;
}

.port-text-head h2 {
  color: #231f20;
}

.port-info {
  overflow: auto;
  max-height: 120px;
}

.port-date {
  font-size: 9pt;
}

.port-imgHero {
  float: right;
  z-index: 2000;
  width: 35%;
  min-width: 150px;
  max-width: 250px;
  height: 150px;
  object-fit: cover;
  margin-left: 15px;
  margin-bottom: 15px;
  border: 1px solid #231f20;
}

.imageBox {
  position: relative;
}

.imageBox .hoverImg {
  display: none;
}

.imageBox:hover .hoverImg {
  display: block;
}

.imageBox:hover .imageInn {
  display: none;
}

/* PROJECT */

.content-proj {
  font-size: 1em;
  padding: 30px;
  z-index: 10000;
}

.content-proj a {
  color: #231f20;
  transition: all 0s;
  text-decoration: none;
}

.content-proj a:hover {
  color: #231f20;
  text-decoration: underline;
  cursor: pointer;
}

.proj-grid {
  display: grid;
  grid-template-columns: 60% 1fr;
  width: 100%;
}

.proj-gridBox-A {
  border-right: 1px solid #231f20;
  padding-right: 15px;
}

.proj-gridBox-B {
  padding-left: 15px;
}

.proj-port-button {
  position: absolute;
  top: 6.5px;
  right: 6.5px;
  padding: 5px;
  font-family: "SourceCodePro", monospace;
  font-size: 10pt;
  float: right;
  color: #231f20;
  background: #e4e2dc;
  border: 1px solid #231f20;
  z-index: 3000;
}

.proj-text {
  margin-top: 0px;
  border: 1px solid #231f20;
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  font-size: 11pt;
  position: relative;
  z-index: 10000;
  overflow: auto;
  background: rgba(228, 226, 220, 0.8);
}

.proj-text-content {
  padding: 15px;
  padding-top: 0px;
  overflow: auto;
  max-height: 100%;
}

.proj-text-head {
  position: sticky;
  top: 0px;
  background: #231f20;
  color: #e4e2dc;
  padding: 15px;
  padding-bottom: 4px;
  padding-top: 8px;
}

.proj-text-head h2 {
  color: #e4e2dc;
}

.head-proj {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.proj-imgs {
  height: 200px;
  overflow: hidden;
  display: block;
  position: inline;
  box-sizing: border-box;
  margin: 15px;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-height: 200px;
  grid-gap: 1px;
}

.column {
  width: auto;
  height: 200px;
}
/* Create three equal columns that sits next to each other */
.column img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 0 0 1px #231f20;
}

.column img:hover {
  cursor: pointer;
}

.proj-spin {
  z-index: -1000;
}

.trailer-button a {
  float: right;
  padding: 5px;
  border: 1px solid #231f20;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: all 1s;
}

.trailer-button a:hover {
  border: 1px dashed #231f20;
  border-radius: 10px;
  text-decoration: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.proj-text::-webkit-scrollbar,
.proj-text-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.proj-text,
.proj-text-content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#fullpage {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: rgba(228, 226, 220, 0.5);
}

.clip {
  margin-top: 15px;
  margin-bottom: 15px;
  max-height: 300px;
  max-width: 500px;
}

.container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

/*
video {
  border: 1px solid #231f20;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: #e4e2dc;
} 
*/

details video,
video {
  width: 100%;
  height: 100%;
  border: 1px solid #231f20;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 2000px) {
  .proj-imgs {
    height: 400px;
  }
  .row {
    max-height: 400px;
  }
  .column {
    height: 400px;
  }
}

@media only screen and (max-width: 800px) {
  .head-box {
    padding: 15px;
    font-size: 10pt;
  }

  .foot-box {
    padding: 15px;
    font-size: 8pt;
  }

  .content h1 {
    font-size: 60pt;
    line-height: 1;
  }

  .proj-text {
    max-height: 600px;
    margin-bottom: 15px;
  }
  .proj-port-button {
    bottom: 7px;
    top: auto;
  }
  .proj-imgs {
    height: 100px;
  }
  .row {
    max-height: 100px;
  }
  .column {
    height: 100px;
  }
  .proj-grid {
    grid-template-columns: 1fr;
  }
  .proj-gridBox-A {
    border-right: 0px;
    border-bottom: 1px solid #231f20;
    padding-right: 0px;
    padding-bottom: 15px;
  }

  .proj-gridBox-B {
    padding-left: 0px;
    padding-top: 15px;
  }

  .port-text {
    max-width: 100%;
  }

  .about-text {
    width: 100%;
  }

  header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100vw;
    background: #e4e2dc;
  }

  footer {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    background: #e4e2dc;
  }

  .siteTitle a {
    font-size: 18pt;
  }

  .portTitle a {
    font-size: 14pt;
    line-height: 0.5;
  }

  .port-info {
    font-size: 10pt;
  }

  .port-imgHero {
    min-width: 100px;
    max-width: 150px;
    height: 150px;
  }

}
