/* vivew point units  */
/* overflow scroll  */

/* create a global varible */
:root {
  --matt-black: #171717;
  ---black: #000000;
  ---white: #ffffff;
  --type: "helvetica-neue-lt-pro", sans-serif;
}

::-webkit-scrollbar {
}

::-webkit-scrollbar-track {
  background-color: red;
}

::-webkit-scrollbar-thumb {
  width: 100px;

  background-color: var(---black);
}
/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

html {
  /* background-color: var(---black); */
  scroll-behavior: smooth !important;
}

body {
  margin: 0;
  overflow-y: auto;
  /* ensure the body is the scroll container */
}
.visualGridMobile {
  display: none;
}

/* body {
	  display: flex;
	  flex-direction: row;
  } */
.desktopnav {
  padding-left: calc(30% + 10px);
  /* padding-left: 30%; */
  font-family: var(--type);
  color: var(---white);
  background-color: var(---black);
  height: 3vh;
  display: flex;

  /* ADD IN LATER */
}

#navShift {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px, 0px, 0px, 0px;
}

.mobileTitle {
  display: none;
}

.mobilenav {
  display: none;
}

/* #mobileDropdown {
	  display: none;
  } */
.none {
  display: none;
}

p1 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: var(---white);
  font-size: 12px;
  padding-top: 5px;
}

#rightNav {
  background-color: var(---black);
  height: 200px;
  width: 25px;
  position: absolute;
  top: 40vh;
  display: flex;
  justify-content: end;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 15px;
  right: 30px;
  z-index: 10;
}

#rightNav svg {
  width: 15px;
  height: auto;
  display: block;
  fill: rgb(85, 85, 85);
}

#rightNav:hover svg {
  fill: white;
}

.dot {
  background-color: rgb(85, 85, 85);
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.dot:hover {
  background-color: rgb(164, 164, 164);
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.active {
  background-color: rgb(255, 255, 255);
  scale: 1.5;
}

.dot:active {
  background-color: rgb(255, 255, 255);
  height: 10px;
  width: 10px;
  border-radius: 10px;
  scale: 1.5;
}

#dotScroll {
  background-color: rgb(255, 255, 255);
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.highlight {
  background-color: rgb(255, 255, 255);
}

.textTitle {
  display: flex;
  flex-direction: column;
  /* text-align: right; */

  position: relative;
  height: 0px;
  top: 15px;
  left: 15px;
  mix-blend-mode: difference;
  color: var(---white);
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  backdrop-filter: blur(10px);
  width: calc(100% - 40px);
  text-transform: uppercase;
}

/* giv big left div space */
.bigleftdiv {
  height: 97vh;
  width: 30%;
  float: left;
  overflow: scroll;
  background-color: var(--matt-black);
  padding: 16px;

  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* overflow-x: hidden;
	  overflow-y: auto; */
  overflow: hidden;
  overflow-y: scroll;
}

#twoCol {
  display: flex;
  flex-direction: row;
}

#bioDiv {
  height: 40px;
}

em {
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  background-color: var(---black);
}

#resumeDiv {
  background: black;
}

.visualGrid {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  flex-direction: column;
}
.twoImages {
  display: flex;
  flex-direction: row-reverse; /* right → left */
  width: 100%;
  height: 100%;
  gap: 8px; /* only between */
}

.col1,
.col2 {
  flex: 1; /* fills remaining space evenly (accounts for gap) */
  min-width: 0; /* IMPORTANT: prevents flex overflow/push-out */
  display: flex;
  flex-direction: column;
}

.border {
  display: flex;
  flex-direction: row;
  border-top: 1px solid white;
}

/* #superdiv {
	  width: 100px;
	  height: 300px;
	  background-color: aqua;
  } */

/* for the containers LATER */
/* {
  
	  border-radius: 4%;
  } */
.bigrightdiv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;

  padding: 0px 10px 0px 10px;

  height: 97vh;
  /* padding: 10px; */

  overflow: scroll;
  /* border-radius: 4%; */
  color: brown;
  background-color: var(---black);
  scroll-behavior: smooth !important;
}

.containerImage img {
  width: 50%;
  max-height: 100%;
  object-fit: cover;
}

#section-one {
  display: flex;
  flex-direction: row;
}

#imgBig {
  width: 100%;
}

video {
  width: 50%;
  padding-right: 8px;
}

.FullBleedDiv {
  width: 100%;
}

/* see if overflow is working */
h1 {
  /* text-decoration-line: underline; */

  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
}

.subDiv {
  border-top-style: solid;
  border-top-color: var(---white);
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: end;
  /* border-top-width: 4px; */
  /* align-items: center; */
  align-items: flex-start;
  /* border-top-width: 4px; */
}

h2 {
  /* text-decoration-line: underline; */
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding-top: 4px;
}

h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: white;
  padding-bottom: 10px;
}

.liveLink {
  text-decoration: underline;
  font-style: italic;

  /* text-align: end; */
}

p {
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

p2 {
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: 16px;
}
.faint {
  color: #868686;
}
.Detail_BreakDown {
  display: grid;
  grid-template-columns: auto auto;
}
#seeMore {
  text-decoration-line: underline;
}

#overviewExpand {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#overviewExpand.open {
  max-height: 2000px;
}

#seeMoreDetails,
#seeLessDetails {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#allPro {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  flex-wrap: wrap;
}

#BioParagraph {
  padding-bottom: 10px;
}

.blackDiv {
  background-color: var(---black);
  padding: 16px;
}

@media screen and (max-width: 1050px) {
  body {
    display: flex;
    flex-direction: column;
  }

  .bigleftdiv {
    width: 100%;
    height: 40vh;
  }

  #nav {
    position: absolute;
    top: 50vh;
  }

  h1 {
    /* padding-bottom: 30px; */
    /* padding-top: 30px; */
  }
}

/* less than 600px */
@media screen and (max-width: 600px) {
  .desktopnav {
    display: none;
  }

  .mobilenav {
    background-color: black;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0px;
  }

  #mobileDropdown {
    position: absolute;
    z-index: 10;
    height: calc(100vh - 30px);
    margin: 30px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    /* display: block; */
    /* background-color: var(--matt-black);
		   */
  }

  .textTitle {
    display: none;
  }

  .mobileTitle {
    display: block;
  }

  .style1 {
    display: none;
  }

  .style2 {
    display: block;
    background-color: var(--matt-black);
    width: 100%;
    height: 100vh;
  }

  .bigleftdiv {
    display: none;
  }

  #hamburger {
    width: 30px;
  }

  .mobilenav {
    display: flex;
    flex-direction: column;
  }

  .bigrightdiv {
    display: flex;
    flex-direction: column;
  }
  .visualGridMobile {
    display: block;
  }
}

/* SCREEN IS SMALLER THAN 530 PX */
@media screen and (max-width: 530px) {
}

/* SCREEN IS SMALLER THATN 400 PX */

@media screen and (max-width: 400px) {
}

/* WHEN SCREEN IS SMALLER THAN 350 PX */
@media screen and (max-width: 350px) {
}
