@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100;0,300;0,400;1,100&family=Work+Sans:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
  font-family: 'serico';
  font-style: normal;
  font-weight: 400;
  src: local('serico'), local('serico-italic'), url(../my-blog/fonts/serico/Serico-Regular.woff) format('woff');
}


/* ------------------------ */
/*   Quote Grid Layout      */
/* ------------------------ */

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap:  .5rem;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  background-color: white;
  /* margin: 10px; */
}

.container {
  padding: var(--gap);
  flex: 1 1 100%;
  /* width: clamp(65vw, 1rem + 10vw, 75vw); */
  background-color: white;
}

.blog-post {
  position: relative;
  /* border-bottom: 1px dotted var(--blog-border); */
  /* border-radius: .5em; */
  padding: 12em 14em;
  margin-bottom: 12em;
  background-color: white;

}

.blog-post + .tags {
  margin-bottom: var(--gap);
}

.blog-post {
  /* border: 1px solid gray; */
  border-radius: .5em;
}

.blog-post:first-child {
  margin-top: 3em;
}

.blog-post ul >*:first-child {
  margin-top: var(--gap);
}

.blog-post li + li {
  margin-top: .5rem;
}


#flex25 {
  flex: 0 0 25%;
} 

.tags {
  display: flex;
  justify-content: flex-end;
  border: 1px solid none;
  margin-left: 1em;
  flex-wrap: wrap;
  
}

.tags span {
  padding: .2em .7em;
  background: var(--background-tag);
  border: 1px dotted black;
  border-radius: 50em;
  margin: .5em 0 0 0;
  font-size: .72rem;
  text-decoration: uppercase !important;
  z-index: 1;
}

.tags span:hover {
  background: var(--selection);
  color: black;
}

#quotes p {
  font-size: .75rem;
  letter-spacing: .2px;
  max-width: 105ch;
  font-family: "Roboto Mono", "Inconsolata", "Courier New";
  font-weight: 400;
}

#quotes span {
  font-family: "Roboto Mono", "Inconsolata", "Courier New";
  font-weight: 400;

}


/* ------------------------ */
/*        List Styles       */
/* ------------------------ */

.retro-list li {
  display: inline-block;
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
  letter-spacing: 1.1px;
  line-height: 115%;
  padding: 1%;
  margin: .3em;
  font-size: .8rem;
  list-style:none; 
  border: 2px inset rgba(0, 0, 0, 0.705);
  border-bottom-color: rgba(11, 11, 202, 0.226);
  background:gainsboro;
}

.retro-list li:hover{
  background: yellow;
  transition: all .4s;
}




/* -------------------------------- */
/*      Random Image Generator      */
/* -------------------------------- */


.banner-overlay {
  position:absolute;
  top: 88vh;
  right: 0;
  bottom: 0;
  left: 80vw;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: 1px solid white;
  transition: all 250ms ease;
  max-width: 20ch;
  max-height: 70px;
  opacity: 43%;
}


.banner-overlay h3 {
margin: 0;
padding: 0;
font-size: .7rem!important;
}

.banner-overlay:hover {
background: rgb(62, 62, 62);
opacity: 90%;
transition: all 1s ease;
}


#banner-load {
padding: 0;
margin: 0;
}


#home.grid img {
/* min-width: 80vw; 
min-height: 100vh; */
min-width: 100vw; 
min-height: auto;
box-sizing:border-box;
border: none;
padding: 0;
margin: 0;

}

section#home.grid {
padding: 0;
margin: 0;
}

.fade-in{
-webkit-animation: fade-in 2s ease;
-moz-animation: fade-in ease-in-out 2s both;
-ms-animation: fade-in ease-in-out 2s both;
-o-animation: fade-in ease-in-out 2s both;
animation: fade-in 2s ease;
visibility: visible;
-webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}




/* ------------------------ */
/*      Root Variables      */
/* ------------------------ */


:root {
--background: white;
--selection: #fbff03a2;
--white2: #eee;
--white-alpha: rgba(255, 255, 255, .8);
--offwhite: #e1ddda;
--black: rgb(26, 26, 26);
}

#photo-album h1 {
  /* margin-top: 1rem;
  font-size: 1.2rem !important;
  line-height: 150%;
  font-weight: 500;
  font-family: 'lato', 'roboto mono';
   text-align: justify;
  text-justify: inter-word; */
  /* color: white;
  color: rgba(137, 123, 109, 0.99); */
    color: rgb(54, 71, 255);
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Inconsolata', 'Lato', 'Roboto Mono';
    font-weight: 300;
}

.caption-block h2 {
  font-family: 'roboto mono', 'inconsolata', courier;
  margin-top: 1rem;
  font-size: .7rem;
  font-weight: 300; 
  max-width: 50ch;
  text-transform: none;
}

#photo-album h3 {
  font-family: 'roboto mono', 'inconsolata', courier;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 300; 
  max-width: 50ch;
}

  
#photo-album p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 500;
  font-family: 'lato', 'roboto mono';
  /* max-width: 50ch; */
   text-align: justify;
  text-justify: inter-word;
  color: white;
  text-decoration: none;
  padding: 0;
  background: none;
  border-radius: 50em;
  font-size: clamp(.7rem, .1rem + 1vw, .75rem);
  font-size: .65rem;
  z-index: 100;
  color: rgba(137, 123, 109, 0.99);
  text-transform: none;
  font-size: .8rem;
}



#photo-album h2, #photo-album #h3 {
  font-weight: 400;
  color: rgba(137, 123, 109, 0.99);

}



#expand-post h1, 
#expand-post p {
  text-align: justify;
  text-justify: inter-word;
}
/* 
#expand-post h1 {
  max-width: 44ch;
  font-family: 'Cormorant Garamond', serif; 
  font-size: 1.4rem;
  font-weight: 300; 
  margin-top: 1rem;
  filter: blur(.2px);
  filter: blur(.5px);
  text-indent: 8%;

} */

#expand-post {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  /* align-items: stretch;
  align-content: stretch; */
  min-height: 100vh;
  /* background: white; */
  padding: 0;
  margin: 0;
}

#expand-post .source {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
  align-content: stretch;
  /* background: hotpink; */

}

#expand-post .source span {
  font-size: .95rem !important;
  font-family: 'inconsolata', 'Courier New', Courier, monospace;
  font-weight: 100;
  color: white;
  background:rgba(26, 12, 0, 0.99);
  filter: blur(.5px);
  letter-spacing: 1px;
  text-transform: none;
  margin: 0;
  padding: 0;
}


#expand-post img, #expand-post video {
  width: 100%;
  padding:0;
  margin:0;
}


  
#expand-post-excerpt p {
  max-width: 45ch;
  font-family: 'Cormorant Garamond', serif; 
  font-size: 1.3rem;
  /*font-size: clamp(1.3rem, 2.2vw, 1.7rem);*/
  font-size: 1.3rem;
  line-height: 135%;
  font-weight: 300; 
  filter: blur(.2px);
  filter: blur(.5px);
  text-indent: 8%;
  word-spacing: 1px;
}

#expand-post-excerpt span{
 font-family: 'Cormorant Garamond', serif;
 color: black;
 margin-top: 1rem;
 font-size: .95rem;
 line-height: 150%;
 font-weight: 500;
}

#expand-post-excerpt highlight {
  font-size: inherit;
  /* text-decoration: underline; */
   text-decoration-color: white;
  border-bottom: 1px dotted white;
  transition: 1s;
  font-family: 'Cormorant Garamond', serif; 
}

#expand-post-excerpt a {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

highlight:hover {
  background:  var(--selection);
  text-shadow: none;
  transition: 750ms;
  border-style: inset 1px white;
}


#expand-post-excerpt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  align-content: stretch;
  background-image: url(../blog/imgs/background.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}


#expand-post-excerpt > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }

#expand-post-excerpt .source {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
  align-content: stretch;
  /* background: hotpink; */

}

#expand-post-excerpt .source > span {
  font-size: 1.3rem !important;
  filter: blur(.5px);
  letter-spacing: 2px;
}

#expand-post-excerpt > div:nth-child(2) {
  align-self: center;
  /* background: pink !important; */
}

#expand-post-excerpt > div > div  {
    flex: 1 0 auto;
    margin: 0em 3em 2em;
    justify-self: center;
    width: max-content;

  }




#video-post {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background: rgba(rgb(255, 255, 255), green, blue, .7);
  padding: 1em;
  min-height: 90vh;
  min-width: 90wh;

}

#video-post video {
  width: 100%;
  padding: 1em;


}

.caption {
  /* margin-top: 1rem; */
  padding: .5rem;
  background:rgba(26, 12, 0, 0.99);
  color: rgba(137, 123, 109, 0.99);
  font-size: .95rem;
  font-family: 'inconsolata', 'Courier New', Courier, monospace;
  text-transform: none;
  border: none;
}

.gslide-inline {
  background: none;
  background: rgba(255, 0, 0, 0.34);
}



.source {
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: bolder;
}


.span-1 {
  display: inline;
  text-decoration: bolder;
  color: black;
}

.span-2 {
  display: inline;
  color: slategray;
  text-transform: lowercase;
}

.span-3 {
  display: inline;
  color: var(--black);
  background: var(--yellow);
  text-transform: lowercase;
}

.span-4 {
  display: inline;
  color: black;
}


.span-5 {
  display: inline;
  color: hotpink;
  text-transform: lowercase;
}

.span-6 {
  padding: 0em 2em;
  /*max-width: 75vw;*/
  display: block;
  color: black;
}



/* ------------------------ */
/*           Base           */
/* ------------------------ */



*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  cursor: url('../home/img/cursor-pointer-2.png'), default;
  font-family:  "Lato";
  font-size: 1rem;
}

html {
scroll-behavior: smooth;
}

body {
  margin: 0;
  cursor: url('../home/img/cursor-pointer-2.png'), default;
  color: #1B1B1B;
}

::selection {
background: var(--selection);
}

a {
cursor: url(../img/cursor-pointer-2.png), default;
color: var(--black);
text-decoration: none;
}



/* ----------------------------- */
/*   Side Bar and Grid Layout    */
/* ----------------------------- */


aside {
  display: flex;
  flex-direction: column;
  flex: 0 0 15vw;
  background: rgba(26, 12, 0, 0.99);
  padding-left: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  width: 15vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}


main {
  display: flex;
  flex: 1 1 85vw;
  flex-direction: column;
  padding-left: 15vw;
  overflow-x: hidden;
}


/* --------------------------------- */
/*       Side bar Nav Links         */
/* -------------------------------- */


button, button a {
   margin-bottom: .2em;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   flex: 1 1 100%;
   justify-content: center;
   align-items: flex-start;
   /* gap: .5rem; */
}

.btn, button.btn a{
  font-family: 'lato', sans-serif;
  font-size: 1rem;
  letter-spacing: .5px;
  z-index: 100;
  list-style: none;
  line-height: .7rem;
  text-decoration: none;
  padding: 1.5px 0px;
  background: none;
  border: none;
  /* border-radius: 50em;
  border-color: rgba(137, 123, 109, 0.99); */
  font-size: clamp(.7rem, .1rem + 1vw, .75rem);
  font-size: .65rem;
  z-index: 100;
  color: rgba(137, 123, 109, 0.99);
  text-transform: uppercase;
}

.btn:hover, button.btn a:hover{ 
  cursor: crosshair;
  text-decoration: underline;
  color: rgb(54, 71, 255);
  /* border-color: rgb(54, 71, 255); */
}

.navigation {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 1 100%;
  justify-content: center;
  align-items: flex-start;
  /* gap: .5rem; */
}


.navigation li {  
  list-style: none;
  line-height: .7rem;
}


.navigation li a { 
  text-decoration: none;
  padding: 0;
  background: none;
  border-radius: 50em;
  font-size: clamp(.7rem, .1rem + 1vw, .75rem);
  font-size: .65rem;
  z-index: 100;
  color: rgba(137, 123, 109, 0.99);
  text-transform: uppercase;

}

.navigation li a:hover { 
text-decoration: underline;
cursor: crosshair;
color: rgb(54, 71, 255);
}


.sub-navigation {
  /* max-width: 10vw; */
  display: flex;
  align-self: flex-start;  
  justify-content: center;
  width: max-content;
  margin: auto;
  padding: 1em;
  border: 1px solid white;
  transition: all 2s ease;
  padding:.5em;
}


.sub-navigation h1 {
  color:rgba(207, 45, 0, 0.95);
  margin: 0;
  font-size: .65rem;
}

.sub-navigation a {
color:rgba(137, 123, 109, 0.99);
font-size: .65rem;
}

.sub-navigation a:hover {
background: var(--white-alpha);
}



/* ------------------------------------- */
/* Flexbox Grid & Overlay Styles    */
/* ------------------------------------- */


.archive-blocks {
position: relative;
display: grid;
align-items: center;
justify-content: flex-end;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
/* grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); */
grid-gap: 0;
padding: 0;
margin: 0 !important;
background: rgba(26, 12, 0, 0.99);
}

.archive-block {
position: relative;
/* height:max-content; */
/*width: 30vw;*/
margin: 0;
padding: 0;
transform: perspective(600px) rotateY(0deg);
transition: transform .3s;
background: rgba(26, 12, 0, 1.0);
aspect-ratio: 1;
object-fit: cover;
}

.archive-block img {
max-width: 100%; 
height: 100%;
width: fit-content;
}

#photo-album .archive-blocks {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33vw,1fr));
  grid-template-columns: 65% 1fr;
  grid-gap: .65em;
  padding: 0;
  margin: 0 !important;
  background: rgba(26, 12, 0, 0.99);
  min-height: calc(100vh - 10px);
  }
  
  #photo-album .archive-block {
  position: relative;
  height: max-content;
  /*width: 30vw;*/
  margin: 0;
  padding: 0;
  /* transform: perspective(600px) rotateY(0deg); */
  transition: transform .3s;
  background: rgba(26, 12, 0, 1.0);
  aspect-ratio:initial !important;
  }

 #photo-album img {
  display: flex;
  margin: auto;
  width: 600px;
  height: auto;
  padding: 0;
 }

  #photo-album .caption-block {
    padding: 2em 5em 3em 0em;
    /* max-width: 44ch; */
    }


 

.gallery-img {
  object-fit: cover;
}

.overlay {
position: fixed;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
background: rgba(26, 12, 0, 1.0);
padding: 1em;
opacity: 0;
transition: opacity 1s ease;
}


.overlay {
opacity: 0;
transform: perspective(600px) rotateY(0deg);
transition: transform .3s;
}

.overlay:hover {
opacity: 100%;
transition: .5s;
}




/* ------------------------ */
/*    Overlay Styles        */
/* ------------------------ */

#title {
  color: rgb(54, 71, 255);
  font-size: 2rem;
  text-transform: lowercase;
  font-family: 'Inconsolata';
  cursor: url(../home/img/3d-cursor.png), url(../home/img/3d-cursor-25px.png), default;

}

#quote {
  font-size: .6rem;
  margin-bottom: 2px;
  letter-spacing: 1px;
  color: rgba(137, 123, 109, 0.99);
  padding: 10px 0 0 2px;
  /* width: max-content; */
  max-width: 93ch;
  cursor: url(../home/img/3d-cursor.png), url(../home/img/3d-cursor-25px.png), default;
}


#date {
  font-size: .65rem;
  margin-bottom: 2px;
  letter-spacing: 1px;
  color: rgba(137, 123, 109, 0.99);
  padding: 10px 0 0 2px;
  width: max-content;
  cursor: url(../home/img/3d-cursor.png), url(../home/img/3d-cursor-25px.png), default;
}

/* #date:hover{
  color: black;
  border: 1px outset var(--yellow);
  background:rgba(229, 255, 0, .8);
  padding: 0 5px 0 5px;
} */

.white-bg {
  background: white !important;
}

/* ----------------------------------- */
/*       Javascript Filter Styles      */
/* ----------------------------------- */

.filterDiv {
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}



/* --------------------------- */
/*    Lightbox Bg Styles       */
/* --------------------------- */


#lightbox-main-container ul.gallery-list { 
 background-color:black; 
}

/* --------------------------- */
/*  Lightbox Next/Prev Styles  */
/* --------------------------- */

#lightbox-main-container .navigation-button{
    /*width: 40px;*/
    /*height: 40px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*position: fixed;*/
    /*z-index: 100000;*/
    /* background-color: red; */
}






/* ------------------------ */
/*       Media Queries      */
/* ------------------------ */


/*    iPad / Horizontal Phone View  750px       */

@media (max-width: 750px) {
  
aside {
  display: block;
  padding: 2em 1em;
  color: var(--black);
}

aside h3 {
  /*font-weight: 300 !important;*/
  font-size: .7rem !important;
}

.archive-blocks {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: .5rem;
  padding: 1em;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  }

.archive-block {
  position: relative;
  height: auto;
  /*width: 30vw;*/
  margin: 10px;
  transform: perspective(600px) rotateY(0deg);
  transition: transform .3s;
  }
}



/* ------------------------ */
/*     Media Query          */
/* ------------------------ */
@media only screen and (max-width: 850px)  {

  .archive-blocks, .archive-block {
    background-color: white;
  }

  main {
  flex: 1 1 100vw;
  padding-left: 0vw;
  margin-top: 10%;
  }

  aside {
    display: flex;
    flex: 0 0 0;
    padding: 0;
    margin: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 29%, rgba(255,255,255,0.5254237288135593) 61%, rgba(255,255,255,0) 100%);   justify-content: center;
    align-items: center;
    min-height: 15vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
    
  aside > div {
    color: rgba(207, 147, 94, .5);
    position: absolute;
    padding: 0;
    margin: 0;
    top: -5px;
    left: 25%;
    width: max-content;
    margin: auto;
  }
    
  .navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 100%;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 30px;
    gap: .5rem;
    padding:0;
    margin: 0;
    z-index: 3;
  }

  #myBtnContainer {
    margin-top: -5%;
    padding: 0;
    margin-left: 5%;
    display: none;
  }

  button {
    margin-top: 0px;
    max-width: 100vw;
  }
    
  .navigation li {  
    margin-top: 0em;
    margin-left: 0px;
    display: none;
  }
  
  .navigation li a {
      font-size: .7rem;
      display: none;
  }
  
  .sub-navigation {
      color: rgb(207, 147, 94);
      margin-top: 10px;
      max-width: 100vw;
      display: none;
  }
  
  
  #expand-post-excerpt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    align-content: stretch;
    background-image: none;
    background-color: tan;
    min-height: 100vh;
    margin: 0;
    padding: 2em;
  }


  #expand-post-excerpt div {
  margin: 0;
  padding: 0;
  }

  #expand-post-excerpt .source {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: baseline;
  padding: 3em 1em;
  margin: 0;
  }
  
  #expand-post-excerpt .source span {
  margin: 0;
  padding: 0;
    filter: blur(0px);

}


  #expand-post-excerpt p {
    padding: 0;
    margin: 0 0 0 -40px; 
    text-indent: 0;
    max-width: 29ch;
    filter: blur(0px);
    font-weight: bolder;

  }
  
  #photo-album .archive-blocks {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: .65em;
  padding: 0;
  margin: 0 !important;
  background: rgba(26, 12, 0, 0.99);
  min-height: calc(100vh - 10px);
  }
  
  #photo-album .archive-block {
  position: relative;
  height: max-content;
  margin: 0;
  padding: 0;
  transition: transform .3s;
  background: rgba(26, 12, 0, 1.0);
  aspect-ratio:initial !important;
  }


section {
  width: 100%;
  min-height: 100vh;
  padding: 0; 
  margin: 0;
} 


.grid {
  grid-template-columns: 1fr;
}

.container {
  padding:0;
  margin:0;
}

.blog-post {
  /* border: 1px solid gray; */
  border-radius: .5em;
  padding: 0;
}

#photo-album .caption-block {
  padding: 2em 2em 3em 2em;
  /* max-width: 44ch; */
  }

  


  

}
