
@import url('https://fonts.googleapis.com/css2?family=Tagesschrift&display=swap');

/* Yellow Pencil - https://www.cursors-4u.com/cursor/yellow-pencil */
*{
  cursor: url('https://cdn.cursors-4u.net/previews/yellow-pencil-b34c8cce-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */

body {
	font-family: Georgia, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 6px;
	background-color: lightyellow;
}

body #second-page {
  font-family: Georgia, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 6px;
  background-color: snow;
}

.outer {
 	width: 900px;
	height: auto;
	border: 1px solid #000;
	padding: 6px;
	background-color: lightyellow;
	margin: auto;
}


.title {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 200px;
	margin-bottom: 6px;
	background-image: url(lined_paper.png);
}

.site-title {
	font-family: 'Tagesschrift', system;
	font-size: 30px;
	text-align: center;
	padding-top: 80px;
	box-sizing: border-box;
}

.site-subtitle {
	text-align: center;
}

.banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 200px;
}


.banner {
	border: 1px transparent;
	display: inline-block;
	vertical-align: top;
	width: 588px;
	height: 170px;
	background: url(woodstock_busy.gif);
	background-repeat: repeat;
	background-size: contain;
}

.scroller {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 588px;
	height: 20px;
	background: #FFF;
	margin-top: 6px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.marquee span{
	white-space: nowrap;

}

.left {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.menu {
	border: 1px solid #000;
display: inline-block;
	vertical-align: top;
	padding: 37px;
	box-sizing: border-box;
	background-image: url(doodad.png);
}

.quote {
	font-family: "Jacquarda Bastarda 9", serif;
	font-size: 14px;
	border: 1px solid #000;
  display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background-color: lavenderblush;
}

.box  {
	border: 1px solid #000;
  display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background-color: dimgray;
	
}
.box a {
  font-family: "Betania Patmos In GDL", cursive;
	font-size: 14px;
	text-decoration: none;
}
  
.main {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 490px;
	background: #FFF;
}

.main iframe {
	height: 100%;
	width: 100%;
}

.right {
	width: 186px;
	display: inline-block;
	vertical-align: top;
}

.profile {
	border: 1px solid #000;
	width: 186px;
	height: auto;
	background-color: azure;
	padding: 6px;
	box-sizing: border-box;	
}

.avatar {
	border: 1px solid #000;
	width: 170px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url(Spike-icon.png);
	background-size: contain;
	
}

.tarot {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
	border: 1px solid #000;
	width: 172px;
	height: 180px;
	margin-bottom: 12px;
	padding: 6px;
	background-color: sandybrown;
}

.tarot-card {
  border: 1px solid sandybrown;
  width: 50px;
	height: 70px;
	display: block;
	margin-left: auto; margin-right: auto;
  background-image: url(nineofwands.jpg); 
  background-size: 50px 72px;
  border-radius: 6px;
}

.menu a {
	height: 32px;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	font-family: 'Tagesschrift', system;
	text-align: center;
  font-size: 16px;
	position: relative;
	margin-bottom: 12px;
}

.menu a:before {
	content: " ";
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(pin.png);
	position: absolute;
	left: -1px;
	top: -1px;
}

img {
	max-width: 100%;
}

h1 {
  font-family: 'Tagesschrift', system;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	letter-spacing: 2px;
	padding: 3px;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	letter-spacing: 2px;
	padding: 3px;
}

h3 {
  font-family: "Tagesschrift", system;
  font-size: 14px; 
  border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	letter-spacing: 2px; 
	padding: 3px;
}

h4 {
   font-family: "Jacquarda Bastarda 9", serif;
   font-weight: 400;
   font-style: normal;
   font-size: 14px;
   letter-spacing: 2px; 
   padding: 3px;
}

.width-50 {
	width: 50%;
}

.image-filter {
  position: relative;
}

.image-filter::before,
.image-filter::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.image-filter--film img {
  filter: contrast(0.95) brightness(1.15) saturate(0.9);
}

 .image-filter--film::after {
  background: linear-gradient(45deg, #f52200 0%, #045aff 100%);
  opacity: 0.5;
  mix-blend-mode: overlay;
}

.container {
  background-color: snow;
  padding: 15px;
  margin: auto;
  display: grid;
  grid-gap: 10px;
  grid-template:
     "header bar"
    "main main"
    "footer footer"
    / 1fr 2fr;
}

header { grid-area: header; }
bar { grid-area: bar; }
main { grid-area: main; }
footer { grid-area: footer; }


.bar {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  border: 1px solid #000;
  background-color: cornsilk;
}

.bar a {
  font-family: "Silkscreen", sans-serif;
  text-align: center;
}


.title_poet {
	border: 1px solid #000;
	background-image: url(doodadd.png);
	flex-shrink: 0;
}

.site-title-poet {
	font-family: 'Tagesschrift', system;
	font-size: 60px;
	text-align: left;
	box-sizing: border-box;
}


