/* 
COLOR PALETTE
--khaki: #b09a7fff;
--gunmetal: #2b3235ff;
--eerie-black: #1f1c17ff;
--night: #0a0a08ff; */

*{
    background-color: #0a0908;
    color: #c6ac8f;
    box-sizing: border-box;
}
body{
    font-family: 'Quicksand', sans-serif;
    font-family: 'Inter', sans-serif;
    
}
[data-letter-crap] {
    display: flex;
    justify-content: center;
	white-space: pre;
	overflow: hidden;
	font-size: 10px;
	line-height: 10px;
	font-family: monospace;
	padding-left: .375%;
	padding-right: .375%;
    margin-top: -20px;
}

.header{
    display: flex;
    flex-direction: column;
    border: solid 1px #c6ac8f;
    margin-top: .1%;
    margin-left: .1%;
    margin-right: .1%;
    
}
.ascii-banner{
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: .375%;
    padding-left: .375%;
	padding-right: .375%;
}

.name{
    display: flex;
    justify-content: center;
    font-size: 210%;
    font-weight: 100;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding-top: 2px;
    margin-top: -.1px;
    text-shadow: rgba(255,255,255,0.9) 0px 0px 7px;
}
.navbar{
    display: flex;
    font-size: 70%;
    justify-content: space-around;
    padding-top: .375%;
    padding-bottom: .5%;
}
.navlink{
    font-weight: 100;
    font-size: 110%;
    letter-spacing: 5px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: line-through;
}
.content{
    display: flex;
    flex-direction: column;
    z-index: 0;
}
.about-title{
    display: flex;
    justify-content: center;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 1%;
    margin-top: 1%;
    font-size: 210%;
    text-shadow: rgba(255,255,255,0.9) 0px 0px 7px;
    padding-top: 2%;
    padding-bottom: 2%;
    border-top: solid 1px #c6ac8f;
    border-bottom: solid 1px #c6ac8f;
}
.about{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding-bottom: 5%;
    /* border-bottom: #c6ac8f dashed 1px; */
}
.about-text{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 100;
    font-size: 90%;
    padding-top: 2%;
}
.headshot img{
    min-width: 125px;
    height: auto;
    border-radius: 50%;
    max-width: 150px;
    box-shadow: rgba(255,255,255,0.9) 0px 0px 100px;
    z-index: 1;
}
.headshot{
    padding-top: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 1%;
}
.content-text{
    display: flex;
    font-weight: 100;
    font-size: 80%;
}
.title{
    display: flex;
    justify-content: center;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 1%;
    font-size: 210%;
    text-shadow: rgba(255,255,255,0.9) 0px 0px 7px;
    padding-top: 2%;
    padding-bottom: 2%;
    border-top: solid 1px #c6ac8f;
    border-bottom: solid 1px #c6ac8f;
}

.portfolio{
    display: flex;
    /* border-bottom: #c6ac8f dashed 1px; */
}
.portfolio-cards{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.resource-title{
    display: flex;
    font-weight: 100;
    z-index: 0;
    letter-spacing: 2px;
    justify-content: center;
    padding-top: 2%;
    padding-bottom: 2%;
    border-top: solid 1px #c6ac8f;
    border-bottom: solid 1px #c6ac8f;
    text-shadow: rgba(255,255,255,0.9) 0px 0px 7px;
}
.resource-sub-title{
    display: flex;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 100%;
    text-shadow: rgba(255,255,255,0.9) 0px 0px 7px;
}

.col-one{
    border-right: 1px solid #c6ac8f;
    padding-right: 5px;
    font-size: 90%;
}
.col-two{
    border-right: 1px solid #c6ac8f;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 90%;
}
.col-three{
    padding-left: 5px;
    font-size: 90%;
}
.resources{
    display: flex;
    /* flex-wrap: no-wrap; */
    font-size: 100%;
    align-items: start;

}
.footer{
    padding-top: 4%;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: -1%;
    z-index: 0;
}


/* REWORK THIS -- TEMPORARY */

/* .image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
    margin-left: -40px;
    justify-content: center;
}
  
.image-gallery > li {
    height: 300px;
    cursor: pointer;
    position: relative;
}
  
.image-gallery li img {
    object-fit: cover;
    width: 100%;
    height: 80%;
    vertical-align: middle;
    border-radius: .5rem;
}
li{
    list-style-type: none;
}
.image-gallery img:hover{
    transition-timing-function: ease-in;
    transition: .3s;
    transform: scale(1.06);
} */
/* REWORK THIS -- TEMPORARY */

.gallery-container {
/* position: absolute; */
display: flex;
justify-content: center;
/* z-index: 7; */
}

.thumbnails {
/* position: absolute; */
bottom: 8px;
display: flex;
flex-direction: row;
gap: 6px;
z-index: 2;
}

.thumbnails div {
width: 8px;
height: 8px;
cursor: pointer;
background: #aaa;
border-radius: 100%;
z-index: 2;
}

.thumbnails div.highlighted {
background-color: #777;
z-index: 2;
}

.slides {
/* padding-top: 2%; */
/* margin-top:  16px; */
/* margin-left: 20px; */
display: grid;
/* justify-content: center; */
grid-auto-flow: column;
gap: 1rem;
width: 90%;
/* padding: 0 0.25rem; */
height: auto;
overflow-y: auto;
overscroll-behavior-x: contain;
scroll-snap-type: x mandatory;
/* scrollbar-width: none; */
z-index: 2;
}

.slides > div {
scroll-snap-align: start;
}

.slides img {
width: 325px;
object-fit: contain;
border-radius: .5rem;
z-index: 3;
margin-top: 10px;
margin-left: 15px;
margin-bottom: 15px;
transition-timing-function: ease-out;
}

.slides img:hover {
    transition-timing-function: ease-in;
    transition: .3s;
    transform: scale(1.06);
    -webkit-box-shadow: 0px 0px 20px -10px rgba(255,255,255,0.9); 
    box-shadow: 0px 0px 20px -10px rgba(255,255,255,0.9);
    z-index: 20;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
* {
    scrollbar-width: 16px;
    scrollbar-color: #0a0908 ;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 1px;
  }

  *::-webkit-scrollbar-track {
    background: #0a0908;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #0a0908;
    border-radius: .5rem;
    border: 3px solid #c6ac8f;
  }

.slide{
    position: relative;
    width: 325px;
    float: left;
    margin-right: 10px;
}
.image-on-hover-text{
    position: absolute;
    bottom: 0;
    right: 0;
    background: black;
    color: white;
    /* margin-bottom: 5px; */
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
}
.slide:hover{
    cursor: pointer;
}
.slide:hover .image-on-hover-text{
    width: fit-content;
    padding: 8px 15px;
    border-radius: .5rem;
    visibility: visible;
    opacity: 0.7; 
}
.image-on-hover-text{
    font-family: 'Quicksand', sans-serif;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
}