.green{
    --light: #1bff80 ;
    /*--flicker:#1bff8205;*/
    --flicker: rgba(255, 0, 0, 0);
    --background: #1bff8214;
    --dark: #042312;
    --opposite: black;
    --ti-cursor-color: red;
    --margin-upper: 80px;
    --hue-shift:  invert(1%) sepia(137%) saturate(315%) hue-rotate(-644deg) brightness(114%) contrast(132%);
}

.amber{
    --light: #ffb641;
    /*--flicker:#ffb64105;*/
    --flicker: rgba(255, 0, 0, 0);
    --background: #ffb64114;
    --dark: #251700;
    --opposite: black;
    --ti-cursor-color: red;
    --margin-upper: 80px;
    --hue-shift:  invert(1%) sepia(137%) saturate(200%) hue-rotate(-721deg) brightness(108%) contrast(132%);
}
.white{
    --light: #c0ffff;
    /*--flicker:#c0ffff05;*/
    --flicker: rgba(255, 0, 0, 0);
    --background: #c0ffff17;
    --dark: #212a2a;
    --opposite: black;
    --ti-cursor-color: red;
    --margin-upper: 80px;
    --hue-shift:  invert(1%) sepia(137%) saturate(76%) hue-rotate(-578deg) brightness(108%) contrast(132%);
}
.blue{
    --light: #2ecfff;
    /*--flicker:#2eceff05;*/
    --flicker: rgba(255, 0, 0, 0);
    --background: #2eceff1a;
    --dark: #001e28;
    --opposite: black;
    --ti-cursor-color: red;
    --margin-upper: 80px;
    --hue-shift: invert(1%) sepia(137%) saturate(315%) hue-rotate(-582deg) brightness(108%) contrast(132%);
}

.theme-selector{
    position: fixed;
    left: 5%;
    top: 50%;
    width: 30px;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    
    border: 1px solid var(--light);
}
.theme-color-list{
    display: flex;
    
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    
}
.theme-color-button{
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 5px 0px 5px 0px;
    background-color: rgb(255, 255, 255);
    border: none;
}
*{
   
}
p{
    margin: 0px;
}
.typed-cursor{
   color:white;
   display: none;
   font-size: 110px;
}
/* HEADER */
html{
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
}


body{
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    display: flex;
    background-size: 80px 80px;
  background-image:
    linear-gradient(to right, var(--background) 1.1px, transparent 1px),
    linear-gradient(to bottom, var(--background) 1.1px, transparent 1px);
    flex-direction: column;
    align-items: center;
    padding: 0px 12% 0px 12%;
    background-color: black;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.header{
    width: 100%;
    position: relative;
    height:auto;
   
    
    
}
.header-title{
    color: var(--light);
    font-size: 50px;
}
.nav-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    
    padding: 15px 1.5rem 15px 1.5rem;

}
.nav{
    height: 100%;
    
    
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.nav-tab{
  background-color: var(--light);
  text-align: center;
  padding: 5px;
  font-size: 1.5rem;
  width: 110px;
  margin-left: 20px;
  -webkit-box-shadow: 5px 5px 0px 0px var(--dark);
-moz-box-shadow: 5px 5px 0px 0px var(--dark);
box-shadow: 5px 5px 0px 0px var(--dark);
transition: .1s ease;
cursor: pointer;
text-decoration: none;
color:black;

}
.nav-tab:hover{
    background-color:black;
    color: var(--light);
    
}
thead{
    background-color: var(--light);
    color: var(--opposite);
}
.main{
    position: relative;
   width: 100%;
   
   
   padding: 15px 1.5rem 15px 1.5rem;
}
#about{
    position: relative;
   width: 100%;
   height: fit-content;
   /*border-top: 3px solid var(--light);
    border-right: 3px solid var(--light);
    border-left: 3px solid transparent;*/
   display: flex; 
   flex-direction: column;
   align-items: center;
}
#about::after{
    content: "";
    
    top: -3px;
    left: 125px;
    width: 5%;
    border-top: 4px solid black;
    position: absolute;
}
#myname{
    color: var(--light);
    font-size:110px;
}
.name-c1{
    /* border-top: 10px double var(--light); 
    border-bottom: 10px double var(--light);  */
    border: 10px double var(--light);
    width: 72%; 
    min-height: 200px; 
    margin-top: var(--margin-upper);
}
.me{
    margin-top: var(--margin-upper);
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}
.interests{
    border: 3px solid var(--light);
    width: 35%;
    margin: 1%;
}
.section-header{
    width: 100%;
    /* -webkit-box-shadow:0px 0px 20px 0px rgba(237,252,248,0.61);
-moz-box-shadow: 0px 0px 20px 0px rgba(237,252,248,0.61);
box-shadow: 0px 0px 20px 0px rgba(237,252,248,0.61); */
    background-color: var(--light);
    height: 55px;
    color: black;
    display: flex;
    align-items: center;
}
.left-pad{
    padding-left: 30px;
}
.globe{
    margin-right: 20px;
    width: 120px;
    height: 120px;
}
.pfp{
    margin: 1%;
    display: flex;
   
    justify-content: center;
    width: 35%;
    border: 3px solid var(--light);
    padding: 0px;
    
}
.pfp > img{
    width: 100%;
   
    object-fit: cover;
}
.about-list{
    color: var(--light);
    list-style: none;
}
.about-list li{
  
    font-size: 20px;
}
.about-list li:before{
   
    content:">";
    font-size: 20px;
}
.skintro{
    width: 70%;
  padding: 15px;
  
    border: 3px solid var(--light)
}
#skintrop{
   
    color: var(--light);
    margin: 15px;
    font-size: 20px;
}
.skills{
    margin-top: var(--margin-upper);
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}
#projects{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
   
    /* border: 3px solid var(--light) */
}
.proj-list{
    width: 72%;
    display: flex;
    justify-content: center;
   flex-direction: column;
  
  
}
.project-section{
    text-align: center;
    color: var(--light);
}
.icon{
    margin: 15px;
     width: 28px;
}
.project{
    
   margin: 30px;
   display: flex;
   justify-content: center;
  
}
.project-inner{
    border: solid 3px var(--light);
    width: 100%;
    margin: 10px;
    background-color: var(--dark);
}
.project-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid var(--light);
}
.project-title{
 background-color: var(--light);
 padding: 0px 15px 0px 15px ;
}
.project-brief{
    color: var(--light);
    
}
.project-tech{
   width: 100%;
   margin: 0px 0px 8px 0px;
   color: var(--light);
    border-bottom: 3px dashed;
}
.project.sub{
    margin: 15px;
}
 th{
    border-bottom: 3px solid var(--light);
    border-top: 3px solid var(--light);
}
td > img{

}
td{
    text-align: center;
}
thead{
    width: 100%;
    border: 3px solid var(--light);
}
.project-display-container{
    width: 100%;
    border-bottom: 3px solid var(--light);
    height: 400px;
    display: flex;
}
.project-display{
width: 65%;
height: 100%;
border-left:  3px solid var(--light);
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: var(--light);
    opacity: 0;
}
.desktop{
    max-width: 90%;
    max-height: 90%;
   
}
.project-display-list{
    width: 35%;
    height: 100%;
    float: left;
    color: var(--light);
   
    
}
.active-preview{
    background-color: var(--dark);
    position: relative;
    z-index: 121;
    border-right: 3px solid var(--dark);
    border-bottom: 3px solid var(--light);
    border-top: 3px solid var(--light);
    margin-right: -3px;
}
.project-display-list > ul{
   height: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: black;
}
.project-display-listitem{
    cursor: pointer;
    text-align: center;
    background-color: var(--dark);
    width: 100%;
    height: 50px;
    line-height: 50px;
    /*border-top: 3px solid var(--light);
    border-bottom: 3px solid var(--light);*/
}
.project-display-listitem:hover{
    /*background-color: var(--light);
    color: var(--opposite);*/
}
.project-description p{
    color: var(--light);
    border-bottom: 3px solid var(--light);
}
.project-links{
   
    width: 100%;
    
}
.project-link{
    display: flex;
    align-items: center;
  
    
    color: var(--opposite);
    height: 45px;
    position: relative;
    text-decoration: none;
    width: initial;
    background-color: var(--light);
    z-index: 3;
    border: 3px solid var(--dark);
    margin: 5px;
   
}

.animate{
    transition: .1s ease all;
}
.hue{
    filter: var(--hue-shift);
    width: 48px;
}
.project-link > .hoverswitch{
   
    
    filter:  brightness(0);
    
   
}
.project-link:hover > .hoverswitch{
   
    
    filter:  var(--hue-shift) ;
    transition: .1s ease all; 
   
}

.project-link:hover{
    background-color: var(--dark);
    transition: .1s ease ;
    color: var(--light);
    border: 3px solid var(--light);
}

.dotgothic16-regular {
    font-family: "DotGothic16", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .progressBarContainer {
    width: 2px;
    
    height: 60%;
    z-index: 99999999;
    right: 11%;
    top: 20%;
    position: fixed;
    background: #fb000000;
}

/* The progress bar (scroll indicator) */
.progressBar {
    height: 0%;
    position: relative;
    background: var(--light);
    width: 100%;
}
#progressCounter{
    position: relative;
    text-align: center;
    color: var(--light);
}
.ribbingContainer{
    display: flex;
    position: absolute;
    z-index: 9999999999999999999999999;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}
.ribbing.big{
    width: 40px;
    height: 1px;
    z-index: 9999999999999999999999999;
    position: relative;
    background-color: var(--light);
}
.ribbing.small{
    width: 20px;
    height: 1px;
    z-index: 9999999999999999999999999;
    position: relative;
    background-color: var(--light);
}

.counter-container{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

#contact{
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 50px;

}
.contact-container{
    width: 72%;
    border: 3px solid var(--light);
}


.help-block{
    color: red;
}

#contactForm{
    width: 100%;
   
    overflow:hidden;
    color: var(--light);
    background-color: var(--dark);
   
    display: flex;
    
}

label{
   font-size: 1.5em;
   margin: 0px 0px 10px 0px;
}

input.form-input-sm::placeholder {
   
}

.form-input-sm{
    caret-color: var(--light);
  background-color: var(--opposite);
  font-size:1em;
  font-family: "DotGothic16", serif;
  padding-left: 20px;
  border:none;
  margin: 0px 0px 30px 0px;
  height: 40px;
  outline: transparent;
  border: 1px solid var(--light);
}
.form-input-lg{
    font-family: "DotGothic16", serif;
    color: var(--light);
    background-color: var(--opposite);
  font-size:1em;
  resize: vertical;
  padding: 10px 20px;
  border:none;
  margin: 0px 0px 30px 0px;
  
  outline: transparent;
  border: 1px solid var(--light);
}
.form-input-lg:focus{
    
}

.p-info{
    padding: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.m-info{
    padding: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

#form-submit{
    font-family: "DotGothic16", serif;
    height: 45px;
    background-color: var(--light);
    border: 1px solid var(--light);
    cursor: pointer;
    width: 250px;
    text-align: center;
}
#form-submit:hover{
 background-color: var(--dark);
    color: var(--light);
}


#crt {
    height: 100%;


    background: rgb(9, 30, 11);
    z-index: 99999;
}

#crt:before {
    content: " ";
    display: block;
    animation: flicker .15s infinite;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: linear-gradient(to bottom, rgb(0 0 0 / 12%) 50%, var(--flicker) 50%);
    background-size: 100% 8px;
    z-index: 2;
    pointer-events: none;

}

@keyframes flicker {
    0% {
        opacity: 0.27861;
    }

    5% {
        opacity: 0.34769;
    }

    10% {
        opacity: 0.23604;
    }

    15% {
        opacity: 0.90626;
    }

    20% {
        opacity: 0.18128;
    }

    25% {
        opacity: 0.83891;
    }

    30% {
        opacity: 0.65583;
    }

    35% {
        opacity: 0.67807;
    }

    40% {
        opacity: 0.26559;
    }

    45% {
        opacity: 0.84693;
    }

    50% {
        opacity: 0.96019;
    }

    55% {
        opacity: 0.08594;
    }

    60% {
        opacity: 0.20313;
    }

    65% {
        opacity: 0.71988;
    }

    70% {
        opacity: 0.53455;
    }

    75% {
        opacity: 0.37288;
    }

    80% {
        opacity: 0.71428;
    }

    85% {
        opacity: 0.70419;
    }

    90% {
        opacity: 0.7003;
    }

    95% {
        opacity: 0.36108;
    }

    100% {
        opacity: 0.24387;
    }
}