@font-face { font-family: "heading"; src: url("/fonts/GFSTheokritos.otf"), format('ttf'); }
@font-face { font-family: "symbola"; src: url("/fonts/Symbola_hint.ttf"), format('ttf'); } 

body {
  	background-image: url('background1.jpg');
	color: black ;
	max-width: 850px ;
	margin: auto ;
	padding: 0 16px ;
	margin-bottom: 500px ;
	scrollbar-color: gray #151515;
	font-family: sans-serif ;
}

::-webkit-scrollbar {
	width: .66vw;
	background-color: #151515;
}
::-webkit-scrollbar-thumb {
	background-color: gray;
	border-radius: 5px;
}

a {
	color: red ;
	text-decoration: none ;
}

#tagcloud {
	list-style: none ;
	text-align: center ;
	padding: 0 ;
}

#tagcloud li {
	display: inline-block ;
}

#tagcloud a {
	margin: .1em .25em ;
}

a:visited {
	/*color: darkgoldenrod ;*/
	color: brown ;
}

a:hover {
	color: tomato ;
	text-decoration: underline;
}

h1 {
	border-style: solid ;
	border-width: 0px 0px 0px 0px ;
	text-shadow: 2.2px 2.2px 0px #8b0105;
	text-align: center ;
	color: #c22726;
	font-family: "heading";
	font-size: 42pt;
	margin-bottom:0px;
	padding-bottom:0px;
}

h2 {
	color: tomato ;
	text-align: center ;
}

footer {
	text-align: center ;
	border-style: solid ;
	border-width: 0px 0px 0px 0px ;
	padding: 1em ;
}

img {
	max-width: 90% ;
	max-height: 400px ;
	margin: auto ;
	display: block ;
}

code {
	overflow-wrap: break-word ;
	color: lime ;
}

.taglist {
	text-align: center ;
	margin-bottom: 2em ;
	margin-top: 2em ;
}

@media (pointer: coarse) {
	li > a {
	    display: inline-block;
		padding: 0.2em 0;
	}
}

@media print {
	a[href] {
		text-decoration: none ;
		color: black ;
	}

	footer,.taglist { display: none ; }

	body {
		margin: 0;
	}


}

.older-article {
	display: none ;
}

.hidden {
	display: none !important ;
}

#artlist {
	font-size: large ;
   	/*list-style-image: url('list-cross-small.png');*/
	/*list-style-type: "☦ ";*/
}
#artlist li {
	padding: .25em ;
}


@media (min-width: 55em) {
	#artlist { column-count: 2 ;}
}

@media (min-width: 100em) {
	#artlist { column-count: 3 ;}
}


input#search {
  all: unset;
  background: #222;
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  width: 100%;
}

.search {
  width: 400px;
  max-width: 85vw;
  position: relative;
  margin: 0.5rem auto 1.2rem;
  display: flex;
}

button#clear-search {
  all: unset;
  position: absolute;
  right: 4px;
  top: 5px;
  height: 30px;
  width: 30px;
  color: #888;
  cursor: pointer;
  transition: color 180ms ease-in-out;
}
button#clear-search:hover {
  color: #eee;
}


.matched-recipe {
	font-size: x-large ;
	display: list-item !important ;
}

.list-searched {
	column-count: 1 !important ;
	list-style: decimal ;
	max-width: 600px ;
	margin: auto ;
}

/* .contributors {
 list-style: none;
 }
 .contributors li::before {
 	font-family: "symbola";
 	font-size: 12pt;
 	content: '☦️ ';
} */

#tag_ton1:before { content: "1️⃣" ; }
#tag_ton2:before { content: "2️⃣" ; }
#tag_ton3:before { content: "3️⃣" ; }
#tag_ton4:before { content: "4️⃣" ; }
#tag_ton5:before { content: "5️⃣" ; }
#tag_ton6:before { content: "6️⃣" ; }
#tag_ton7:before { content: "7️⃣" ; }
#tag_ton8:before { content: "8️⃣" ; }
#tag_tonDiverse:before { content: "#️⃣" ; }
#tag_tonAndere:before { content: "❓" ; }

#tag_liturgie:before { content: "🌟" ; }
#tag_mesonyktikon:before { content: "🌑" ; }
#tag_orthros:before { content: "🌄" ; }
#tag_stunde1:before { content: "🕐" ; }
#tag_stunde3:before { content: "🕒" ; }
#tag_stunde6:before { content: "🕕" ; }
#tag_stunde9:before { content: "🕘" ; }
#tag_vesper:before { content: "🌕" ; }
#tag_apodeipnon:before { content: "🌙" ; }

#tag_heiligenfeste:before { content: "☦️" ; }
#tag_ostern-hochfeste:before { content: "☦️" ; }
.js-only { display: none ; }

hr {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: #2b2029;
    border-width: 2px 0 0 0;
    border-radius: 20px;
    margin-top: 0px;
    padding-top: 0px
}
hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #2b2029;
    border-width: 0 0 2px 0;
    border-radius: 20px;
}

.float-container {
    width: 100%;
    /*border: 3px solid #fff;*/
    padding-bottom: 1000px;
}
.float-child {
    width: 49.5%;
    float: left;
    padding: 0px;
    border-width: 0px 1px 0px 1px;
    border-color: red;
    border-style: solid;
}  
.float-child ul {
	list-style-type: "☦ ";
}  

.cat-heading {
	text-align:center;
}  

.download-icon {
	max-width: 60px;
	max-height: 60px ;
}  

textarea, input[type=text], input[type=email] {
  border: 2px solid #b30000;
  background-color: #fff7e6;
  border-radius: 4px;
}
input[type=radio]:checked {
	accent-color: red;
}

#insp-text {
	opacity: 0.5
}
