body {
  margin: 0;
  overflow-x: hidden;
  background: black;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

:root {
  --main-bg: rgb(178, 47, 0);
  --main-bg-bright: rgb(205, 55, 0);
  --main-bg-opaque: rgba(178, 47, 0, 0.8);
  --main-bg-dark: rgba(178, 47, 0, 0.7);
  --main-bg-slight: rgb(31, 6, 106);
  --primary: rgb(0, 72, 255);
  --primary-bright: rgb(71, 123, 255);
  --primary-opaque: rgba(0, 72, 255, 0.8);
  --contraster: rgb(11, 157, 209);/*#53b200; */

  --angle: 0deg;
}

@font-face {
  font-family: meltix;
  src: url(fonts/Meltix_Regular_Demo.otf);
}

@font-face {
  font-family: timeburner;
  src: url(fonts/Timeburner-xJB8.ttf);
}

@font-face {
  font-family: aileron;
  src: url(fonts/Aileron-Regular.otf);
}

@font-face {
  font-family: glacier-indifference;
  src: url(fonts/GlacialIndifference-Regular.otf);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #555555;
}
li {
  display: inline;
  float: left;
}
li a {
  display: block;
  font-family: meltix;
  color: rgb(198, 198, 198);
  text-align: center;
  font-size: 20px;
  padding: 15px 16px;
  transition: text-decoration 0.5s, color 0.5s;
  cursor: pointer;
}

li a:hover {
  color: white;
}


.arrowcircle {
  margin-top: 100px;
  border-radius: 100%;
  background-color: blue;
  border: 3px solid white;
}

.arrowcircle:hover {
  
}


.header {
  background-color: var(--main-bg);
  height: 50px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}

.chroma {
  background: linear-gradient(
    to right,
    #d71414 20%,
    #fa9200 30%,
    #faf200 30%,
    #3ecd01 70%,
    #01a8cd 70%,
    #016ecd 70%,
    #764ada 80%,
    #cd01a1 70%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}

.mainheading{
  /* background: linear-gradient(
    to right,
    rgb(0, 72, 255) 33%,
    #016ecd 66%,
    #01a8cd 100%
  ); */

  font-size: 12vh;

  font-family: meltix;

  color: var(--contraster);

  position: fixed;
  top: 25vh;
  left: 60%;
  width: 50%;
  text-align: center;
  transform: translate(-50%, 0%);

  /* -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px black;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 10s ease-in-out infinite alternate; */
}

.maintext {
  color: var(--contraster);
  position: fixed;
  font-size: 3.5vh;
  top: 48vh;
  left: 60%;
  width: 50%;
  text-align: center;
  transform: translate(-50%, 0%);
}

.mainimage {
  position: fixed;
  background-image: url('assets/headshot.JPG');
  width: 30%;
  top: 12vh;
  margin-left: 3.5vh;
  aspect-ratio: 3/4;
  background-size: contain;
  text-align: center;
  box-shadow: 0 0 8px 8px rgb(20, 20, 25) inset;
}


@keyframes textShine {
  0% {
      background-position: 0% 50%;
  }
  100% {
      background-position: 100% 50%;
  }
}

.largevideo {
  position: fixed;
  top: 50px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(20, 20, 25), rgb(20, 20, 25), rgb(20, 20, 25), rgb(20, 20, 25), rgb(20, 20, 25), rgb(20, 20, 25), rgb(20, 20, 25), rgb(20, 20, 25), rgb(20, 20, 25), rgb(161, 54, 15));
}

.screen1{
  position: fixed;
  opacity: 0;
  display: none;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  top: 0vh;
  display: flex;
  background-color: black;
}

.screen15{
  position: fixed;
  opacity: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0vh;
  display: flex;
}


.screen3{
  position: fixed;
  opacity: 1;
  display: none;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  top: 0vh;
  left: 0vw;
  background-color: rgb(22, 22, 22);
  transition: opacity 0.5s, backgroundcolor 0.5s;
}

.skill-tile{
  width: 25vw;
  float: left;
  border-radius: 25px;
  height: 33vh;
  margin: 2.5vw;
  margin-top: 0vh;
  margin-left: 15vh;
  border: 5px solid var(--primary-bright);
  cursor: pointer;
  opacity: 0;
  transition: border-color 0.25s, opacity 1s, margin-left 0.25s;
  padding: 0px;
  /* overflow-y: hidden; */
}

.tholder{
  width: 100%;
  text-align: center;
}

.backtext {
  margin-left: auto;
  margin-right: auto;
  color: rgb(61, 61, 61);
  font-family: aileron;
  font-size: 7.2vh;
  text-wrap: nowrap;
  width: min-content;
}

.fronttext {
  color: rgb(207, 207, 207);
  font-family: aileron;
  font-size: 7.2vh;
  width: 0%;
  text-wrap: nowrap;
  overflow-x: hidden;
  /* text-wrap: nowrap; */
  text-align: left;
  /* background-image: linear-gradient(to bottom, white, white, white, white, white, white, white, rgb(61, 61, 61), rgb(61, 61, 61));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text; */
}

.screen2{
  position: relative;
  width: 85vw;
  margin-top: 8000px;
  margin-left: 4.58vw;
  margin-bottom: 50px;
  border-radius: 25px;
  background-color: black;
  border: 0.92vw solid var(--main-bg-opaque);
  text-align: center;
  padding: 2vw;
  backdrop-filter: blur(10px);
  /* box-shadow:  */
}

.screen4{
  position: relative;
  width: 85vw;
  margin-top: 100px;
  margin-left: 4.58vw;
  margin-bottom: 50px;
  border-radius: 25px;
  background-color: black;
  border: 0.92vw solid var(--main-bg-opaque);
  text-align: center;
  padding: 2vw;
  backdrop-filter: blur(10px);

  transition: height 0.5s;
}


.project-holder{
  display: flex;
  width: 100%;
  border-radius: 25px;
}

.skills-holder{
  margin-top: 7vh;
  width: 1000vw;
  margin-left: 0vw;
  transition: margin-left 0.25s;
}

.title-holder{
  display: block;
  width: 100%;
  border-radius: 25px;
  text-align: center;
}

.project-tile{
  width: 33%;
  border-radius: 25px;
  margin: 30px;
  border: 5px solid var(--primary-bright);
  cursor: pointer;
  opacity: 0.85;
  transition: border-color 0.25s, opacity 0.25s;
}

.project-tile:hover{
  border-color: var(--primary);
  opacity: 1;
}

.project-title{
  width: 94%;
  height: fit-content;
  font-size: 30px;
  font-family: meltix;

  color: var(--primary-bright);
  padding: 10px;
}

.project-image{
  width: 80%;
  margin-left: 10%;
}

.skill-title{
  width: 94%;
  height: fit-content;
  font-size: 25px;
  font-family: meltix;
  color: var(--primary-bright);
  padding: 10px;
  text-align: center;
}

.skill-image{
  width: 80%;
  margin-left: 10%;
  overflow: hidden;
  height: 75%;
}

.skill-bottom{
  width: 98.5%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  text-align: center;
  border: 5px solid var(--main-bg);
  border-radius: 25px;
  margin-left: 0px;
  margin-top: 5%;
}

.dialogue-image{
  width: 95%;
}

.project-description{
  width: 80%;
  margin: 5%;
  margin-left: 10%;
  color: white;
  font-family: glacier-indifference;
  font-size: 3.5vh;
}

.leftbutton{
  position: fixed;
  width: 15%;
  height: 10vh;
  left: 60%;
  top: 88%;
  font-size: 7vh;
  border-radius: 25px;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s, color 0.25s;
  cursor: pointer;
}

.fullblock{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  display: none;
}

.info-block{
  position: fixed;
  left: 50%;
  top: 50%;
  width: 60%;
  background-color: black;
  border: 5px solid var(--primary);
  opacity: 0;
  display: none;
  text-align: center;
  border-radius: 25px;
  padding: 18px;
  padding-top: 12px;
  transform: translate(-50%, -33%);
}

.detail-block{
  float: left;
  width: 45%;
  margin-left: 5%;
}

.detail-para{
  font-size: 22px;
  font-family: glacier-indifference;
  color: white;
}

.littlebutton {
  width: 45%;
  font-family: meltix;
  border: 4px solid var(--primary);
  background-color: black;
  float: left;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
  padding: 5px;
  border-radius: 10px;
  margin: 6px;
  margin-bottom: 0px;
  color: white;
}


.exit-modal {
  all: unset;
  cursor: pointer;
  position: absolute;
  color: var(--primary);
  top: 0;
  right: 0;
  width: 35px;
  font-size: 35px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  user-select: none;
  font-weight: bold;

  transition: color 0.25s;
}

.exit-modal:hover {
  color: var(--main-bg-bright);
}

.catagory {
  all: unset;
  cursor: pointer;
  position: absolute;
  color: rgb(218, 218, 218);
  top: 0;
  width: 10%;
  font-size: 23px;
  display: grid;
  place-items: center;
  user-select: none;
  font-weight: bold;
  padding: 10px;

  border: 4px solid var(--main-bg-opaque);
  border-top: 0px solid black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  font-family: meltix;
  transition: border 0.25s, color 0.25s, background-color 0.25s;
}

.catagory:hover{
  border: 4px solid var(--main-bg-bright);
  border-top: 0px solid black;
  color: white;
}


.littlebutton:hover{
  background: var(--primary-bright);
}

.rightbutton{
  position: fixed;
  width: 15%;
  height: 10vh;
  left: 70%;
  top: 80%;
  font-size: 7vh;
  border-radius: 25px;
  background-color: var(--main-bg-opaque);
  text-align: center;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s, color 0.25s;
  cursor: pointer;
}

.rightbutton:hover{
  background-color: var(--main-bg-bright);
  color: var(--main-bg-slight);
}

.largeletters{
  font-family: meltix;
  font-size: 40px;
  background-color: black;
  height: 66px;
  width: 100%;
  color: white;
}

.largelettersold{
  font-family: meltix;
  font-size: 3vh;
  margin: 1vh;
  height: 200px;
  color: var(--contraster);
  transition: color 0.2s;
}

.largelettersold:hover{
  color: var(--main-bg);
}

.stbackdrop{
  height: fit-content;
  width: 100%;
  background-color: black;

}

.image-block-main{
  background-color: black;
  width: 20%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.logo-image{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
}

.about-block-main{
  background-color: black;
  flex: 0%;
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  float: none;
  overflow: hidden;
}

.about-text {
  font-family: glacier-indifference;
  font-size: 3.70vh;
  color: white;
}





@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.contacthalf {
  border: 0px solid black;
  color: white;
  width: 100%;
  font-size: 3.5vh;
  background-color: black;
  border: 0px solid black;
  transition: all 5s;
}

.contacthalf:focus {

  outline: none;
}

.inputholder {
  width: 90%;
  margin-left: 4%;
  margin-right: 4%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), var(--main-bg));
  border-radius: 4px;
}

.bottomline {
  width: 0%;
  background-color: var(--contraster);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 4px;
  transition-property: ease-in-out;
  transition: width 0.3s;
}

.contactlabel {
  position: absolute;
  font-family: glacier-indifference;
  margin-left: -21%;
  font-size: 3vh;
  margin-top: 3vh;
  padding-left: 2vh;
  text-align: left;
  color: var(--main-bg-bright);  
  cursor: text;
  transition: font-size 0.3s, margin-top 0.3s, color 0.3s;
}

.msgcontactlabel {
  position: absolute;
  font-family: glacier-indifference;
  font-size: 3vh;
  margin-top: 3vh;
  padding-left: 5.1vh;
  text-align: left;
  color: var(--main-bg-bright);  
  cursor: text;
  transition: font-size 0.3s, margin-top 0.3s, color 0.3s;
}

.submitform {
  margin-top: 3vh;
  border: 4px solid var(--contraster);
  color: var(--contraster);
  border-radius: 3vh;
  width: 100px;
  height: 50px;
  font-size: 24px;
  background-color: black;
  cursor: pointer;
  transition: color 0.3s, border 0.3s, width 0.3s;
}

.submitform:hover {
  color: var(--main-bg);
  border-color: var(--main-bg);
}

.horizcontact {
  display: flex;
}

.msginputholder {
  width: 92%;
  margin-left: 4%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), var(--main-bg));
  border-radius: 4px;
}

.formcontent {
  transition: opacity 0.3s, height 0.3s;
  transition-delay: 0.5s;
}

.submittednotif {
  width: 60%;
  margin-left: 20%;
  background-color: black;
  color: rgb(10, 181, 67);
  font-size: 2.5vw;
  margin-top: 3.5vh;
}