body {
background-image: url("parchment2.webp");
}

.snake {
  position: fixed;
  max-width: 100%;
  height: auto;
  left: 82vw;
  top: 3vw;
  		-webkit-transform: rotate(145deg);
		/* Firefox */
		-moz-transform: rotate(145deg);
		/* IE */
		-ms-transform: rotate(145deg);
		/* Opera */
		-o-transform: rotate(145deg);
}

/*SNAKE HTML
/*<div class="snake">
/*<img src="snake.gif">
/*</div>
*/

  @font-face {
  font-family: 'haunting';
  src: url(/fonts/HauntingAttraction.ttf);
  }
  
 @font-face {
  font-family: 'monster';
  src: url(/fonts/SamdanEvil.ttf);
  }


header {
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-filter: grayscale(1);
}

.gray a {
    -webkit-filter: grayscale(1);
    text-align: center;
    font-size: 1.2em;
    color: #545454;
    text-align: center;
    padding: 0px 0px 0px 0px;
/*    max-height: 50px;*/
}

header a {
  text-decoration: none;
  font-family: 'monster';
  color: #2f3233; /*dark gray*/
  font-size: 6em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

header p {
  font-size: 1.2em;
  color: #545454;
  text-align: center;
  padding: 0px 0px 0px 0px;}



/*TOPMENU NAVIGATION STUFF*/

.topnav {
  overflow: hidden;
  background-image: url('/darkbg.jpg');
  background-size: cover;
}

.topnav a {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'haunting';
  float: left;
  display: block;
  color: #d4d3d2;
  text-align: center;
  padding: 14px 30px 14px 30px;
  text-decoration: none;

}

/*.active {
/*  background-color: #96938c;
/*  color: white;
}*/

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'haunting';
  border: none;
  outline: none;
  color: #d4d3d2;
  padding: 14px 30px 14px 30px;
  background-color: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #545454;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* CENTERED MAIN CONTENT FOR ALL STUFF*/

  .main {
  margin: auto;
  width: 100%;
	max-width: 600px;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  color: black;
  font-family: 'Lora';
  font-size: 1.15em;
  line-height: 1.5em;
}

.magmain {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
	max-width: 1200px;
	min-width: 350px;
  padding: 20px 20px 0px 20px;
  border-radius: 5px;
}

.magmain p {  
  color: black;
  font-family: 'Lora';
  font-size: 1rem;
  line-height: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  }

  .mainsmall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lora';
  font-size: 1.1em;
  padding: 10px 30px 20px 20px;}
  
  .narrowmain { 
    width: 50%;
    max-width: 1200px;
    min-width: 350px;
    margin: 0 auto;
    background: #f4f0ec;
  	box-shadow: 15px 15px 15px white, -1em 0 1em #f4f0ec;
  	padding: 20px 20px 20px 20px;}
    }    
    h2 { font-size: 1.3em; }  
    p {
      font-size: 1rem;
    }

 
/*Start pixelated round borders - not used anymore, but keeping the div name bc whatever*/ 

.pixel-border {
/*	background:  	#f4f3ef;*/
/*  background: #FFFAF5; /*cream*/
  background: #f4f0ec;
	box-shadow: 15px 15px 15px white, -1em 0 1em #f4f0ec;
	padding: 20px 20px 20px 20px;}

/*ALL IMAGES HAVE ROUNDED BORDERS; PIC IS ONLY USED IN MY ABOUT PAGE I THINK*/

.pic { 
  float: right;
  padding: 10px 10px;
  margin-top: -5%;
  } 

img:hover {
  -webkit-filter: none !important; 
  filter: none !important;
  transition: 0.5s;
}

  @font-face {
    font-family: 'SFNewRepublic';
    src: url(/fonts/SFNewRepublic.ttf);
  }
  
    @font-face {
    font-family: 'lora';
    src: url(/fonts/Lora-Regular.ttf);
  }
  
      @font-face {
    font-family: 'library3am';
    src: url(/fonts/Library3am.otf);
      }

    @font-face {
    font-family: 'DreamGlory';
    src: url(/fonts/DreamGlory.otf);
  }
  
   @font-face {
    font-family: 'StarLitNight';
    src: url(/fonts/StarLitNight.ttf);
  }
    
  @font-face {
  font-family: 'TypeSimple';
  src: url(/fonts/TypeSimple.ttf);
  }
      
  
  h1{
    font-family: 'SFNewRepublic';
    text-align:center;
    color: #4d494c;
    font-size: 2.5rem;
    line-height: normal;
    margin: 20px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  
  h2 {
  color: black;
  font-family: 'Lora';
  text-align:center;
  font-size: 1.5rem;
  line-height: 1.5em;  
  text-decoration: none;
  font-weight: normal;
  }
  
  
  h3 {
    font-family: 'lora';
    font-weight: normal;
    font-size: 1.2rem ;
    text-decoration: none;
  }
 
 h4 { 
  color: black;
  font-family: 'Lora';
  font-size: 1.1rem;
  line-height: 1.5em;  
  text-decoration: none;
  font-weight: normal;
 }
 
/*OFFSET JUMPLINKS THANK YOU SO MUCH https://www.itsupportguides.com/knowledge-base/tech-tips-tricks/how-to-offset-anchor-tag-link-using-css/*/
:target::before {
  content: "";
  display: block;
  height: 75px;
  margin-top: -75px;
}

hr{
  box-sizing:content-box;
  height:0;
  /*overflow:visible*/
  }

* {
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  }

.row p {
  text-align: left;}

.column {
  flex: 20%;
}

/*COLOPHON ROW */

.crow {
  display: flex;
  background-image: URL(/colo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-width: 1000px;
}

.ccolumn {
  flex: 50%;
  padding-left: 6%;
  padding-top: 3%;
  padding-right: 3%;

}

.cmagmain {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
	max-width: 1200px;
	min-width: 1000px;
  padding: 20px 20px 0px 20px;
  border-radius: 5px;
}

.cmagmain p {  
  color: black;
  font-family: 'Lora';
  font-size: 1.1em;
  line-height: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  }

/*I am so in love with StackOverflow and SnowMonkey for Multiple Modal Images on a Page! https://stackoverflow.com/questions/47798971/several-modal-images-on-page 

USED FOR MY CINEMAGRAPHS IN /ART

Giant thank you*/

#myImg {
  border-radius: 5px;
  padding: 5px 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.center{
  text-align: center;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}*/


/*NEW NEW ACCORDION DESIGN FOR /ART I LOVE IT KATHERINE KATO WOOOO https://codepen.io/kathykato/pen/MoZJom*/

 .container {
	 margin: 0 auto;
	 padding: 4rem;
	 width: 48rem;
}
 .accordion .accordion-item {
	 border-bottom: 1px solid #e5e5e5;
}
 .accordion .accordion-item button[aria-expanded='true'] {
	 border-bottom: 1px solid #534E6A;
}
 .accordion button {
	 position: relative;
	 display: block;
	 text-align: left;
	 width: 100%;
	 padding: 1em 0;
	 color: #534E6A;
  transition: max-height 0.2s ease-out;
	 font-size: 1.4rem;
	 font-weight: 400;
	 border: none;
	 background: none;
	 outline: none;
}
 .accordion button:hover, .accordion button:focus {
	 cursor: pointer;
	 color: #70759A;
}
 .accordion button:hover::after, .accordion button:focus::after {
	 cursor: pointer;
	 color: #70759A;
	 border: 1px solid #03b5d2;
}
 .accordion button .accordion-title {
	 padding: 1em 1.5em 1em 0;
}
 .accordion button .icon {
	 display: inline-block;
	 position: absolute;
	 top: 18px;
	 right: 0;
	 width: 22px;
	 height: 22px;
	 border: 1px solid;
/*	 border-radius: 22px;*/
}
 .accordion button .icon::before {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 9px;
	 left: 5px;
	 width: 10px;
	 height: 2px;
	 background: currentColor;
}
 .accordion button .icon::after {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 5px;
	 left: 9px;
	 width: 2px;
	 height: 10px;
	 background: currentColor;
}
 .accordion button[aria-expanded='true'] {
	 color: #383c37;
}
 .accordion button[aria-expanded='true'] .icon::after {
	 width: 0;
}
 .accordion button[aria-expanded='true'] + .accordion-content {
	 opacity: 1;
	 max-height: 100em;
	 transition: all 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content {
   text-align: center;
	 opacity: 0;
	 max-height: 0;
	 overflow-y: auto;
	 overflow-wrap: normal;
	 transition: opacity 200ms linear, max-height 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content p {
	 font-size: 1.15rem;
	 font-weight: 300;
	 margin: 2em 0;
}

/*HUGE GIANT THANK YOU TO STEPHANIE FOR HER NOM NOM GALLERY!!! https://codepen.io/ramenhog/pen/MpORPa THIS IS FOR MY 3D DESIGNS PAGE*/

.section {
  margin-left:13vw;
  display: none;
  padding: 2rem;
  
  @media screen and (min-width: 768px) {
    padding: 4rem;
  }
  
  @supports(display: grid) {
    display: block;
  }
}


.grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: row dense;
}

.item {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-end;
	 box-sizing: border-box;
   background: rgb(255,255,255, .5);
	 grid-column-start: auto;
	 grid-row-start: auto;
	 box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
	 transition: transform 0.3s ease-in-out;
	 counter-increment: item-counter;
	 overflow: hidden;
	 text-align: center;
}

/* .item:hover {
	 transform: scale(1.05);
}*/
/* .item:hover:after {
	 opacity: 0;
}*/
 .item--medium {
	 grid-row-end: span 2;
}
 .item--large {
	 grid-row-end: span 3;
}

}
/* @media screen and (min-width: 768px) {
	 .item--full {
		 grid-column: -1;
		 grid-row-end: span 2;
	}*/
}
 .item__details {
	 position: relative;
	 z-index: 1;
	 padding: 15px;
	 color: #242222;
	 background: #fff;
	 text-transform: lowercase;
	 letter-spacing: 1px;
	 color: #242222;
	 font-family: "Lora";
}
 .item__details:before {
/*	 content: counter(item-counter);*/
/*	 font-weight: bold;*/
	 font-size: 1.1rem;
	 padding-right: 0.5em;
	 color: #242222;
}

 /*I AM TRYING A MAGAZINEY LOOK FROM https://codepen.io/mcraiganthony/pen/NxGxqm THIS IS FOR LEGACY BULLETIN BOARD HOME PAGE DESIGN*/

@gray-darker:               #444444;
@gray-dark:                 #696969;
@gray:                      #999999;
@gray-light:                #cccccc;
@gray-lighter:              #ececec;
@gray-lightest:             lighten(@gray-lighter,4%);

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

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  background-color: white;
  border: 1px solid @gray-light;
  //border-radius: 1rem;
  color: @gray-dark;
  padding: 0.5rem;
  text-transform: lowercase;
}

.btn--block {
  display: block;
  width: 100%;
  font-size:1.2rem;
}
 
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 1rem;
  @media(min-width: 40rem) {
    width: 50%;
  }
  @media(min-width: 56rem) {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
/*  border-radius: 0.25rem;*/
  box-shadow: 0 20px 40px -14px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;}

.card__image {
  filter: grayscale(100%) sepia(25%);
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
}

.card__image:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-filter: sepia(0%);
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.card__content p {
  flex: 1 1 auto;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  }

.card img {
  width: 100%;
  height: auto;
  overflow: hidden;
  filter: contrast(70%);
  //filter: saturate(180%);  
  position: relative;
  transition: filter 0.5s cubic-bezier(.43,.41,.22,.91);;
  &::before {
/*    content: "";*/
  display: block;
  padding-top: 56.25%; // 16:9 aspect ratio
  }
/*  @media(min-width: 40rem) {
    &::before {
      padding-top: 66.6%; // 3:2 aspect ratio*/
    

.card__image {
  max-height: 10rem;}

.card__title {
  color: black;
/*  font-size: 1.6rem;*/
  font-weight: 300;
  letter-spacing: 2px;
/*  text-transform: uppercase;*/
}

/*card__text {
  flex: 1 1 auto;
  font-size: .5rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}*/

/*DESIGN FOR STATIONARY PAGE OMG FINGERS CROSSED THANK YOU TO MAX KURAPOV https://codepen.io/mkurapov/pen/qNQXxz*/

}
.wrap
{
  margin:50px auto 0 auto;
  width:100%;
  display:flex;
  align-items:space-around;
  max-width:1200px ;
}
.tile
{
  width:300px;
  height:360px;
  margin:10px;
  background-color: #647073;
  display:inline-block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
  overflow:hidden;
  color:white;
  font-family:'Lora';
  box-sizing: border-box;  
}

.tile img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
}
.tile .text
{
/*   z-index:99; */
  position:absolute;
  padding:20px;
  height:calc(100% - 60px);
  font-family:'Lora';
}
.tile h1
{
 font-family:'Lora';
  font-weight:300;
  margin:0;
  color: white;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  
}
.tile h2
{
  font-family:'Lora';
  font-weight:100;
  color: white;
  margin:20px 0 0 0;
  transform: translateX(200px);
}
.tile p
{
  color: white;
  font-family:'Lora';
  font-weight:300;
  margin:20px 0 0 0;
  line-height: 25px;
/*   opacity:0; */
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.animate-text
{
  font-family:'Lora';
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.tile:hover
{
/*   background-color:#99aeff; */
box-shadow: 0px 35px 77px -17px rgba(120, 161, 176,0.95);
  transform:scale(1.05);
}
.tile:hover img
{
  opacity: 0.2;
}
.tile:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.dots
{
  position:absolute;
  bottom:20px;
  right:30px;
  margin: 0 auto;
  width:30px;
  height:30px;
  color:currentColor;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;
  
}

.dots span
{
    width: 5px;
    height:5px;
    background-color: currentColor;
    border-radius: 50%;
    display:block;
  opacity:0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
 
}

.tile:hover span
{
  opacity:1;
  transform:translateY(0px);
}

.dots span:nth-child(1)
{
   transition-delay: 0.05s;
}
.dots span:nth-child(2)
{
   transition-delay: 0.1s;
}
.dots span:nth-child(3)
{
   transition-delay: 0.15s;
}


@media (max-width: 1000px) {
  .wrap {
   flex-direction: column;
    width:400px;
  }
}

/*LET'S SEE IF I CAN EMBED NOTION'S WEB BOOKMARKS BC I LOVE THEM*/

a,
a.visited {
	color: inherit;
	text-decoration: underline;
}

.pdf-relative-link-path {
	font-size: 80%;
	color: #444;
}

.source {
	/*border: 1px solid #576064;*/
	border-radius: 3px;
	padding: 1.5em;
	word-break: break-all;
}

.callout {
	border-radius: 3px;
	padding: 1rem;
}

figure {
	margin: 1.25em 0;
	page-break-inside: avoid;
}

figcaption {
	opacity: 0.9;
	font-size: 95%;
	margin-top: 0.5em;
}

mark {
	background-color: transparent;
}

.indented {
	padding-left: 1.5em;
}

hr {
	background: transparent;
	display: block;
	width: 100%;
	height: 1px;
	visibility: visible;
	border: none;
	border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}

img {
	max-width: 100%;
}

@page {
	margin: 1in;
}

.collection-content {
	font-size: 0.875rem;
}

.column-list {
	display: flex;
	justify-content: space-between;
}

.column {
	padding: 0 1em;
}

.column:first-child {
	padding-left: 0;
}

.column:last-child {
	padding-right: 0;
}

.table_of_contents-item {
	display: block;
	font-size: 0.875rem;
	line-height: 1.3;
	padding: 0.125rem;
}

.table_of_contents-indent-1 {
	margin-left: 1.5rem;
}

.table_of_contents-indent-2 {
	margin-left: 3rem;
}

.table_of_contents-indent-3 {
	margin-left: 4.5rem;
}

.table_of_contents-link {
	text-decoration: none;
	opacity: 0.7;
	border-bottom: 1px solid rgba(55, 53, 47, 0.18);
}

table,
th,
td {
	border: 1px solid rgba(55, 53, 47, 0.09);
	border-collapse: collapse;
}

table {
	border-left: none;
	border-right: none;
}

th,
td {
	font-weight: normal;
	padding: 0.25em 0.5em;
	line-height: 1.5;
	min-height: 1.5em;
	text-align: left;
}

th {
	color: rgba(55, 53, 47, 0.8);
}

ol,
ul {
	margin: 0;
	margin-block-start: 0.6em;
	margin-block-end: 0.6em;
	font-family:"Lora";
	line-height: 1.5em;
/*	font-size: 1.1em;*/
}

li > ol:first-child,
li > ul:first-child {
	margin-block-start: 0.6em;
}

/*ul > li {
/*	list-style: disc;
}*/

ul.to-do-list {
	padding-inline-start: 0;
}

ul.to-do-list > li {
	list-style: none;
}

.to-do-children-checked {
	text-decoration: line-through;
	opacity: 0.375;
}

ul.toggle > li {
	list-style: none;
}

ul {
	padding-inline-start: 1.7em;
}

ul > li {
	padding-left: 0.1em;
}

ol {
	padding-inline-start: 1.6em;
}

ol > li {
	padding-left: 0.2em;
}

.mono ol {
	padding-inline-start: 2em;
}

.mono ol > li {
	text-indent: -0.4em;
}

.toggle {
	padding-inline-start: 0em;
	list-style-type: none;
}

/* Indent toggle children */
.toggle > li > details {
	padding-left: 1.7em;
}

.toggle > li > details > summary {
	margin-left: -1.1em;
}

.selected-value {
	display: inline-block;
	padding: 0 0.5em;
	background: rgba(206, 205, 202, 0.5);
	border-radius: 3px;
	margin-right: 0.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	white-space: nowrap;
}

.collection-title {
	display: inline-block;
	margin-right: 1em;
}

.page-description {
    margin-bottom: 2em;
}

.simple-table {
	margin-top: 1em;
	font-size: 0.875rem;
	empty-cells: show;
}
.simple-table td {
	height: 29px;
	min-width: 120px;
}

.simple-table th {
	height: 29px;
	min-width: 120px;
}

.simple-table-header-color {
	background: rgb(247, 246, 243);
	color: black;
}
.simple-table-header {
	font-weight: 500;
}

time {
	opacity: 0.5;
}

.icon {
	display: inline-block;
	max-width: 1.2em;
	max-height: 1.2em;
	text-decoration: none;
/*	vertical-align: text-bottom;*/
	margin-right: 0.5em;
}

img.icon {
	border-radius: 3px;
}

.user-icon {
	width: 1.5em;
	height: 1.5em;
	border-radius: 100%;
	margin-right: 0.5rem;
}

.user-icon-inner {
	font-size: 0.8em;
}

.text-icon {
	border: 1px solid #000;
	text-align: center;
}

.page-cover-image {
	display: block;
	object-fit: cover;
	width: 100%;
	max-height: 30vh;
}

.page-header-icon {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.page-header-icon-with-cover {
	margin-top: -0.72em;
	margin-left: 0.07em;
}

.page-header-icon img {
	border-radius: 3px;
}

.link-to-page {
	margin: 1em 0;
	padding: 0;
	border: none;
	font-weight: 500;
}

p > .user {
	opacity: 0.5;
}

td > .user,
td > time {
	white-space: nowrap;
}

input[type="checkbox"] {
	transform: scale(1.5);
	margin-right: 0.6em;
	vertical-align: middle;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.image {
	border: none;
	margin: 1.5em 0;
	padding: 0;
	border-radius: 0;
	text-align: center;
}

.code,
code {
	background: rgba(135, 131, 120, 0.15);
	border-radius: 3px;
	padding: 0.2em 0.4em;
	border-radius: 3px;
	font-size: 85%;
	tab-size: 2;
}

code {
	color: #eb5757;
}

.code {
	padding: 1.5em 1em;
}

.code-wrap {
	white-space: pre-wrap;
	word-break: break-all;
}

.code > code {
	background: none;
	padding: 0;
	font-size: 100%;
	color: inherit;
}

blockquote {
	font-size: 1.25em;
	margin: 1em 0;
	padding-left: 1em;
/*	border-left: 3px solid #576064;*/
}

.bookmark {
	text-decoration: none;
	padding: 0;
	display: flex;
  --min-margin: 400px;
  --preferred-margin: 5%;
  --max-margin: 800px;
  box-shadow: 3px 3px 2px 2px rgb(0 0 0 / 20%);
/*  width: calc(max(var(--min-margin), min(var(--preferred-margin), var(--max-margin))));*/
	align-items: stretch;


/*	background-color: #E5DCDF; /*lovely blush mauve color*/
	height: auto;
}

.bookmark-title {
	font-size: 1.3em;
	text-overflow: ellipsis;
	height: auto;
  word-break: break-word;
}

.bookmark-text {
	display: flex;
	flex-direction: column;
  overflow-wrap: normal;
}

.bookmark-info {
	flex: 4 1 180px;
	padding: 12px 14px 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
  line-height: 1.5; /* or any appropriate value */
}

.bookmark-image {
	width: 33%;
	flex: 1 1 180px;
	display: block;
	position: relative;
	object-fit: cover;
	border-radius: 1px;
}

.bookmark-description {
	color: #576064;
	font-size: 1em;
	overflow: hidden;
	max-height: 4.5em;
	word-break: break-word;
}

.bookmark-href {
	font-size: 0.75em;
	margin-top: 0.25em;
}

.checkbox {
	display: inline-flex;
	vertical-align: text-bottom;
	width: 16;
	height: 16;
	background-size: 16px;
	margin-left: 2px;
	margin-right: 5px;
}

.checkbox-on {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}

.checkbox-off {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}

/*FILTERS AND ITEM TAGS FOR CAULDRON! WOOHOO THANK YOU TO A PEN BY KYLA https://codepen.io/kvana/pen/LLJmZb */

.item{
  width: 100%;
  float:right; 
  /*display:inline-block;*/
  background:transparent;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#show_all, #show_library, #show_apoth, #show_vibes, #show_halloween, #show_yule  {
  background-color: transparent;
  color: black;
  text-decoration: none;
  font-weight: normal;
  border: none;
  display: inline-block;
  font-size: 1.3em;
  width: 100%;
  font-family: 'Lora';
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: left;
}



/* BLOG CARDS FOR NEW INDEX PAGE FOR 2025 BY CodePen BY marhdez.dev  https://codepen.io/marhdev/pen/bdXeqQ */

* {
  box-sizing: border-box;
}

/*PEN STYLES*/
 * {
	 box-sizing: border-box;
}
 indy {
	 background: #f1f1f1;
	 display: flex;
	 flex-direction: column;
	 font-size: 1rem;
	 justify-content: center;
	 align-items: center;
	 height: 100vh;	 
	 max-width: 800px;
	 min-width: 350px;
}

indy p {
  color: black;
  font-family: 'Lora';
  font-size: .9em;
  line-height: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  }

 .blog-card {
	 display: flex;
	 flex-direction: column;
	 margin: 1rem auto;
	 box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
	 margin-bottom: 1.6%;
	 background: rgb(248, 248, 248);
	 line-height: 1.4;
	 font-family: sans-serif;
	 border-radius: 5px;
	 overflow: hidden;
	 z-index: 0;
}
 .blog-card a {
	 color: inherit;
}
 .blog-card a:hover {
	 color: #485456;
}
 .blog-card:hover .photo {
	 transform: scale(1.3) rotate(3deg);
}
 .blog-card .meta {
	 position: relative;
	 z-index: 0;
	 height: 200px;
}
 .blog-card .photo {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background-size: cover;
	 background-position: center;
	 transition: transform 0.2s;
}
 .blog-card .details, .blog-card .details ul {
	 margin: auto;
	 padding: 0;
	 list-style: none;
}
 .blog-card .details {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: -100%;
	 margin: auto;
	 transition: left 0.2s;
	 background: rgba(0, 0, 0, .6);
	 color: #fff;
	 padding: 10px;
	 width: 100%;
	 font-size: 0.9rem;
}
 .blog-card .details a {
	 text-decoration: dotted underline;
}
 .blog-card .details ul li {
	 display: inline-block;
}
 .blog-card .details .author:before {
	 font-family: "Font Awesome 5 Free";
	 margin-right: 10px;
	 content: "\f007";
}
 .blog-card .details .date:before {
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 margin-right: 10px;
	 content: "\f133";
}

 .blog-card .details .tags ul:before {
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 margin-right: 10px;
	 content: "\f02c";
}
 .blog-card .details .tags li {
	 margin-right: 2px;
}
 .blog-card .details .tags li:first-child {
	 margin-left: -4px;
}
 .blog-card .description {
	 padding: 1rem;
	 background: #fff;
	 position: relative;
	 z-index: 1;
}
/* .blog-card .description h1, .blog-card .description h2 {
/*	 font-family: Poppins, sans-serif;
}*/
 .blog-card .description h1 {
	 line-height: 1;
	 margin: 0;
	 font-size: 1.7rem;
}
 .blog-card .description h2 a {
	 font-size: 1.5rem;
	 font-weight: 300;
	 text-transform: normal;
	 color: #4d494c;
	 margin-top: 5px;
	 text-decoration: none;
}

 .blog-card .description .read-more {
	 text-align: right;
}
 .blog-card .description .read-more a {
	 color: #485456;
	 display: inline-block;
	 position: relative;
}

 .blog-card .description .read-more a:after {
	 font-family: "Font Awesome 5 Free";
 	 font-weight: 900;
	 content: "\f061";
	 margin-left: -10px;
	 opacity: 0;
	 vertical-align: middle;
	 transition: margin 0.3s, opacity 0.3s;
	 text-decoration: none;

}
 .blog-card .description .read-more a:hover:after {
	 margin-left: 5px;
	 opacity: 1;
}
 .blog-card p {
	 position: relative;
	 margin: 1rem 0 0;
	 font-size: 1rem;
}
 .blog-card p:first-of-type {
	 margin-top: 1.25rem;
}
 .blog-card p:first-of-type:before {
	 content: "";
	 position: absolute;
	 height: 5px;
	 background: #485456;
	 width: 35px;
	 top: -0.75rem;
	 border-radius: 3px;
}
 .blog-card:hover .details {
	 left: 0%;
}
 @media (min-width: 640px) {
	 .blog-card {
		 flex-direction: row;
		 max-width: 1200px;
	}
	 .blog-card .meta {
		 flex-basis: 40%;
		 height: auto;
	}
	 .blog-card .description {
		 flex-basis: 60%;
	}
	 .blog-card .description:before {
		 transform: skewX(-3deg);
		 content: "";
		 background: #fff;
		 width: 30px;
		 position: absolute;
		 left: -10px;
		 top: 0;
		 bottom: 0;
		 z-index: -1;
	}
	 .blog-card.alt {
		 flex-direction: row-reverse;
	}
	 .blog-card.alt .description:before {
		 left: inherit;
		 right: -10px;
		 transform: skew(3deg);
	}
	 .blog-card.alt .details {
		 padding-left: 25px;
	}
}
 
/*MAGAZINE GRID LAYOUT BY ILITHIA https://codepen.io/ilithya/pen/GebVqo */

:root {
	 --color_base: #fff;
	 --color_mag: #f4f0ec;
	 --color_ink: #282724;
	 --color_highlight: #ff0;
	 --magazine: 56rem;
	 --mag_col: 12rem;
	 --gap: 1.25rem;
	 --gap_half: calc(var(--gap) / 2);
	 --border_sm: 1px;
	 --border_md: 3px;
}
 @media screen and (min-width: 32.5rem) {
	 :root {
		 --gap: calc(var(--magazine) / 24);
	}
}
 body {
	 min-width: 20rem;
	 background-color: var(--color_base);
/*	 color: var(--color_ink);*/
	 font-family: 'Aleo', serif;
	 margin: 0;
}
 figure, figcaption {
	 margin: auto;
}
 p {
	 font-size: 0.9rem;
	 line-height: 1.7;
	 margin-top: 0;
	 text-align: justify;
}
 @media screen and (min-width: 40.625rem) {
	 p {
		 font-size: 0.8rem;
	}
}
 p:last-child {
	 margin: 0;
}
 ::selection {
	 background-color: var(--color_highlight);
}
 .u-txt-center {
	 text-align: center;
}
 .c-heading {
	 font-weight: normal;
	 margin: 0;
}
 .c-heading:not(.c-heading--03) {
	 text-transform: normal;
}
 .c-heading--01, .c-heading--03, .c-heading--05 {
	 font-family: 'Sree Krushnadevaraya', serif;
}
 .c-heading--02, .c-heading--04 {
	 font-family: 'Open Sans', sans-serif;
	 letter-spacing: 0.2rem;
}
 .c-heading--01 {
	 font-size: 4rem;
	 line-height: 1.1;
	 margin-top: .3rem;
}
 @media screen and (min-width: 32.5rem) {
	 .c-heading--01 {
		 font-size: 1.8rem;
	}
}
 @media screen and (min-width: 40.625rem) {
	 .c-heading--01 {
		 font-size: 4rem;
		 margin-top: .5rem;
 		 margin-bottom: .5rem;
	}
}
 .c-heading--02 {
	 font-size: .9rem;
	 line-height: 1.7;
}
 .c-heading--03 {
	 font-size: 1.4rem;
	 line-height: 1.2;
	 margin-top: calc(var(--gap_half) / -2);
	 margin-bottom: calc(var(--gap_half) / 2);
	 padding-bottom: 1rem;
}
 @media screen and (min-width: 32.5rem) {
	 .c-heading--03 {
		 font-size: 1.4rem;
		 padding-right: 1rem;
		 padding-left: 1rem;
	}
}
 @media screen and (min-width: 53.125rem) {
	 .c-heading--03 {
		 font-size: 1.8rem;
	}
}
 .c-heading--04 {
	 border-top: var(--border_sm) solid var(--color_ink);
	 border-bottom: var(--border_sm) solid var(--color_ink);
	 font-size: 0.8rem;
/*	 font-weight: bold;*/
	 line-height: 1.3;
	 padding: 0.3rem 0;
}
 @media screen and (min-width: 32.5rem) {
	 .c-heading--04 {
		 font-size: 0.9rem;
	}
}
 .c-heading--05 {
	 font-size: 1.2rem;
	 line-height: 1;
	 padding-top: 5px;
}
 .o-grid {
	 --minmax: var(--mag_col);
	 max-width: 75rem;
	 background-color: var(--color_mag);
/*	 border-left: var(--border_sm) solid var(--color_ink);
	 border-right: var(--border_sm) solid var(--color_ink);*/
	 display: grid;
	 grid-template: auto / var(--gap) repeat(2, 1fr) minmax(var(--minmax), 1fr) var(--gap);
	 grid-template-areas: ". header header header ." ". subheader subheader subheader ." ". profile profile profile ." ". content content content ." ". work-sample work-sample work-sample ." ". footer footer footer .";
	 grid-column-gap: var(--gap);
	 grid-row-gap: var(--gap_half);
	 margin: 0 auto;
	 padding-top: var(--gap);
	 font-size: .8rem;
}
 @media screen and (min-width: 40.625rem) {
	 .o-grid {
		 --minmax: 15rem;
		 grid-template-areas: ". header header header ." ". subheader subheader subheader ." ". content content profile ." ". work-sample work-sample profile ." ". footer footer footer .";
	}
}
 .o-grid__area-01 {
	 grid-area: header;
}
 .o-grid__area-02 {
	 grid-area: subheader;
}
 .o-grid__area-03 {
	 grid-area: profile;
}
 .o-grid__area-04 {
	 grid-area: content;
}
 .o-grid__area-05 {
	 grid-area: work-sample;
}
 .o-grid__area-06 {
	 grid-area: footer;
}
 .o-header {
	 border-top: var(--border_md) solid var(--color_ink);
	 border-bottom: var(--border_md) solid var(--color_ink);
	 padding: calc(var(--gap_half) / 4) 0;
	 position: relative;
}
 .o-header:before {
	 width: 100%;
	 content: '';
	 border-top: var(--border_sm) solid var(--color_ink);
	 position: absolute;
	 top: var(--border_md);
	 left: 0;
}
 .o-profile {
	 position: relative;
}
 @media screen and (max-width: 32.438rem) {
	 .o-profile {
		 margin-bottom: var(--gap_half);
	}
}
 .o-profile:after {
	 width: 100%;
	 height: 100%;
	 background-color: var(--color_base);
	 background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23282724' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 z-index: 0;
}
 .o-profile__inner {
	 background-color: var(--color_base);
	 border-bottom: var(--border_md) solid var(--color_ink);
	 padding: var(--gap);
	 position: relative;
	 z-index: 10;
}
 @media screen and (min-width: 40.625rem) {
	 .o-profile__inner {
		 padding: var(--gap_half);
	}
}
 .o-media {
	 background-color: var(--color_base);
}
 .o-media__img {
	 width: 100%;
}
 .o-media__caption {
	 font-family: 'Open Sans', sans-serif;
	 font-size: 1.2rem;
	 line-height: 1.5;
	 margin-bottom: var(--gap);
}
 @media screen and (min-width: 32.5rem) {
	 .o-media__caption {
		 margin-bottom: var(--gap_half);
	}
}
 @media screen and (min-width: 40.625rem) {
	 .o-media__caption {
		 font-size: 1rem;
	}
}
 .o-media__legend {
	 border-bottom: var(--border_sm) solid var(--color_ink);
	 font-family: 'Open Sans', sans-serif;
	 font-size: 0.9rem;
	 line-height: 1.5;
	 padding: 0 var(--gap_half) 0.3rem;
}
 .o-content {
	 columns: var(--mag_col);
	 column-gap: var(--gap);
}
 .o-footer {
	 margin: var(--gap_half) 0;
}
 .o-footer p {
	 line-height: 1.3;
	 opacity: 0.2;
	 word-break: break-all;
}
 
 
/*okay highlights colors */

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #415e6c;
}

::selection {
  color: white;
  background: #415e6c;}
  
/*INDEX COLUMNS TRYING TO BUILD MY TEMPLATE*/

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.icolumn {
  flex: 1;
  min-width: 250px;
}

.icolumn:nth-child(1) {
  flex: 2;  /* Grows twice as much as sides (roughly 50%) */
}

/* LM.io embedded newsfeed */

.lm-newsfeed {
  margin-top: 1.6rem;
  font-size: .75em;
}

.lm-newsfeed-loading,
.lm-newsfeed-error {
  text-align: center;
  font-family: 'Lora';
  color: #545454;
}

.lm-feed-card {
  background: rgb(248, 248, 248);
  /*border: 1px solid rgba(77, 73, 76, 0.25);*/
  border-radius: 5px;
  box-shadow: 6px 6px 12px rgba(84, 84, 84, 0.16);
  margin: 1.5rem auto;
  padding: 1.1rem 1.25rem;
}

.lm-feed-card h2 {
  margin: 0 0 0.35rem 0;
  text-align: left;
  font-family: 'Lora';
  font-size: 1.55em;
  line-height: 1.2em;
  text-transform: normal;
}

.lm-feed-card h2 a {
  color: #000000;
  text-decoration: none;
}

.lm-feed-card h2 a:hover,
.lm-feed-body a:hover {
  color: #70759A;
  text-decoration: underline;
}

.lm-feed-meta {
  margin: 0 0 0.75rem 0;
  padding: 0;
  color: #545454;
  font-size: 0.95em;
  line-height: 1.35em;
}

.lm-feed-body {
  font-family: 'Lora';
  color: black;
  font-size: 1em;
  line-height: 1.5em;
}

.lm-feed-body p {
  margin: 0;
  padding: 0;
}

.lm-feed-body a {
  color: #534E6A;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 600px) {
  .lm-feed-card {
    padding: 1rem;
    margin: 1rem auto;
  }

  .lm-feed-card h2 {
    font-size: 1.25em;
  }
}

/* Homepage 60/40 layout */

.home-layout {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.home-main {
  flex: 3 1 0;
  min-width: 0;
}

.home-feed-panel {
  flex: 2 1 0;
  min-width: 280px;
/*  background: rgba(255, 250, 245, 0.55);
/*  border: 1px solid rgba(77, 73, 76, 0.18);
  border-radius: 5px;*/
/*  padding: 1rem;*/
}

.home-feed-panel h1 {
  font-family: 'SFNewRepublic';
    text-align: center;
    color: #4d494c;
    font-size: 2.5rem;
    line-height: normal;
    margin: 20px;
    text-transform: uppercase;
    word-wrap: break-word;
}

.lm-newsfeed-compact {
  margin-top: 1rem;
}

.lm-feed-card-home {
  margin: 1rem 0;
  padding: 0.9rem;
}

.lm-feed-card-home h2 {
  font-size: 1.1rem;
}

.lm-feed-card-home .lm-feed-body p {
  font-size: 0.95rem;
  line-height: 1.45;
}

@media screen and (max-width: 850px) {
  .home-layout {
    flex-direction: column;
  }

  .home-main,
  .home-feed-panel {
    flex: 1 1 auto;
    width: 100%;
  }
}

/* Two-column layout for the colophon page */
.colophon-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 2rem;
  align-items: flex-start;
}

/* Stack on narrow screens */
@media (max-width: 800px) {
  .colophon-layout {
    grid-template-columns: 1fr;
  }
}

/* Optional: spacing for update items */
.update {
  margin-bottom: 1.5rem;
}

.update-title {
  margin-bottom: 0.25rem;
}

.update-description {
  margin: 0;
}