@charset "utf-8";
@font-face {
	font-family: "FjallaOne Regular";
	src: url("webfont/FjallaOne-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Arvo";
	src: url("webfont/Arvo-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Arvo";
	src: url("webfont/Arvo-Bold.ttf") format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: "Arvo";
	src: url("webfont/Arvo-Italic.ttf") format("truetype");
	font-style: italic;
}
@font-face {
	font-family: "Arvo";
	src: url("webfont/Arvo-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #BF6163;
}
a:hover {
	color: #9E4446;
	text-decoration: underline;
}
.navbig a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FF0004;
}
.stripe {
	padding: 6px;
	background-color: #000000;
}
.banny {
	font-family: "FjallaOne Regular";
	font-size: 25px ;
	text-align: center;
	padding: 0px;
}


.navbig {
	font-family: "FjallaOne Regular";
	font-size: 35px;
	color: #BF6163;
	line-height: 39px;
	text-decoration: none;
	text-align: center;
	overflow: visible;
}
.navwee {
	font-size: 20px;
	line-height: 24px;
}
.bod {
	font-family: "Arvo";
}
.bod2 {
	font-family: "Arvo";
	font-size: 18px;
	color: #673637;
	line-height: 1.7em;
}
.bod3 {
	font-family: "Arvo";
	font-size: 12px;
	color: #626262;
	line-height: 1.2em;
}
.bod3 p {
	margin-top: 0;
	margin-bottom: .5em;
}
.lyricnav {
	padding-left: 20px;
	padding-right: 12px;
	padding-top: 35px;
	padding-bottom: 10px;
}
.tit {
	font-family: "FjallaOne Regular";
	font-size: 35px;
	color: #000000;
	line-height: 39px;
	text-decoration: none;
	/* [disabled]font-variant: small-caps; */
}
.padz {
	padding: 20px;
}
.padz25 {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25%;
	padding-right:25%;
	line-height:1.4;
}

div.colz {
	width:75%;
	margin:auto;
}
.colz {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
table {
	table-layout: fixed;
}
img.fillwidth {
	max-width: 100%;
	height: auto;
}
.thanksbox {
	background-image:url(./img/icon/thanksbox.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.thankslink {
	margin-bottom: 10%;
	color: #322C19;
}
.thankslink a:link, .thankslink a:visited {
	color: #322C19;
}	
.thankslink a:hover {
	color: #FFFFFF;
}
.mid {
	margin-left:auto;
	margin-right:auto;
}


/* Copied and modified from esm dot sh */

.toots {
  max-width: 100%;
  list-style: none;
  padding: 0;
  font-family: "Arvo";
}

.toot {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}

/* Posting user. */
.toot .user {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
  align-content: flex-start;
  height: 46px;  /* Avatar height. */
  column-gap: 0.5rem;

  text-decoration: none;
  color: inherit;
}

.toot .avatar {
  border-radius: 4px;
}

.toot .display-name {
  font-weight: bold;
  display: block;
}

.toot .user:hover .display-name {
  text-decoration: underline;
}

.toot .username {
  display: block;
  margin-right: 1em;
  color: #999;
}

/* Boosting user is smaller and above the posting user. */
.toot .boost {
  height: 23px;
  margin-bottom: 0.25rem;
  column-gap: 0.25rem;
}

.toot .boost:before {
  content: "♺";
  font-size: 140%;
}

.toot .boost .username {
  display: none;
}

.toot .permalink {
  text-decoration: none;
  display: block;
  font-size: 65%;
  color: #999;
  float: right;
}

.toot .permalink:hover {
  text-decoration: underline;
}

.toot .body {
  clear: both;
  margin-top: 1em;
}

.toot .body a {
  overflow-wrap: anywhere;
}

/* Weird trick to keep the text in the page but not display it. */
.toot .body .invisible {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.toot .body .ellipsis::after {
  content: "…";
}

.toot .attachment {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
}

.toot .attachment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-embedder {
	
	
}

.bc-song {
	
	
}