
/***********************************************/		
/***********************************************/
/*               ELMER ADD-ONS                 */
/***********************************************/
/***********************************************/

.hidden {display: none;}

a.blue:hover {
	color: blue !important;
}

table.basic {
	margin: 0em;
}

table.basic td {
	padding: 0.5em 0em;
}
		
table.basic th {
	font-size: 0.9em;
	font-weight: 900;
	padding: 0em;
	text-align: left;
}

table.basic p {
	margin: 0em;
	padding: 0em;
}

.logo_title {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 150%;
	letter-spacing: 0;
	font-weight: normal;
}

.index_header {
	height: 100px; 	
	padding: 10px 0; 
	margin: 0 0 1em 0;
	display: flex; 
	align-items: flex-start; 
	justify-content: center;
}

.index_header img {
	height: 100%;
	object-fit: contain;
}

.text_landing { margin-bottom: 1em; padding: 0em; }
.text_landing p { margin-bottom: 1em; padding: 0em; }

.category_index {
	min-height: 270px; 
	background: no-repeat center;
	text-align: center;
	color: white;
}

.category_desc {
	margin-top: 1em; 
	font-family: sans-serif;
}

.category_index > h1 {
	font-size: 100px;
	line-height: 1;
	padding-top: 85px;
}
	
.linklist {
	margin-top: 25px;
	padding: 2% 5%;
}

.linklist dt {font-size: 125%;}

.linklist dd {
	display: list-item;
	list-style-type: square;
	margin-bottom: 1em;
	}

.noborderlink {
	border: 0px;
}

h1.calligraphy {
	font-family: "Bilbo Swash Caps", fantasy;
	font-weight: 400;
	font-size: 300%;
	line-height: 1;
	padding-bottom: 0px;
	margin-bottom: 0.4em;
}

.calligraphy {
	font-family: "Bilbo Swash Caps", Helvetica, sans-serif; 
	font-weight: normal;		 
	font-size: 300%;
	text-transform: none !important;
	letter-spacing: 0em;
	line-height: 1;
	margin: 0 0 .5em 0;
}



p.info {
	font-size: 80%;
	font-family: sans-serif;
	color: #585858;
	font-family: "Source Sans 3", Helvetica, sans-serif;
}

.columns {
	column-count: 2;
	font-family: Cardo, serif;
}

.columns p {
	padding-bottom: 0px;
	margin-bottom: 1em;
	line-height: 1.25;
}

.columns img {
	width: 100%;
}

.columnbreak {
	break-before: column; /* inserts colbreak before element */
}
	
.dropcap {
  color: #903;
  float: left;
  font-family: "My Soul", Georgia, fancy;
  font-size: 75px;
  xline-height: 55px;
  line-height: 0.75em;
  padding-top: 0px;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

.single_column {
	width: 80%;
	margin: 0 auto;
	font-family: Cardo, serif;
}

.single_column p.content {
	margin-left: 10%;
	margin-bottom: 0.75em;
}

.single_column p.intro {
	font-family: "Source Sans 3", Helvetica, sans-serif;
	font-weight: 400;
	padding-bottom: 0em;
	margin-bottom: 1em;
	line-height: 1.25;
	text-indent: 2em;
}

.extra_padding_left {
	padding-left: 5em;
}

.indent_body { margin-left: 10%; }

div.nav_bottom { display: flex; justify-content: center; margin-bottom: 2em; }
div.nav_bottom a { display: inline-block; float: left; padding-right: 20px; border: none; }

.contact_form {
	margin: 0 10%;
	padding: 2%;
	border: 2px dotted maroon;
	border-radius: 25px;
}

.support {
	position: relative;
	display: block;
	width: 75%;
	border: 5px solid darkblue;
	border-radius: 25px;
	margin: 0 auto;
	justify-content: center;
	color: black;
	padding: 2em;
	left: auto;
	margin: auto;
	font-weight: 700;
}

.support_cta {
	font-family: "Source Sans 3", Helvetica, sans-serif;
	font-weight: bold;
	color: maroon;
	padding: 1em;
	text-align: center;
}

.salamat {
	color: black;
}

.salamat > p {
	font-family: "EB Garamond", "Source Sans 3", Helvetica, sans-serif;
	font-size: 1.25em; 
	font-weight: normal;
	margin-bottom: 0.75em;
	text-indent: 2em;
	line-height: 1.25;
}


/******************************************************/
/******************************************************/
/********* STYLE FOR MOBILE PHONES AND TABLETS ********/ 
/******************************************************/

		/************* Tablet *******************/
		
		@media screen and (max-width: 780px) {
			
			body, input, select, textarea { 
				color: black; 
				font-size: 14pt;
			}
			div.indent_body { 
				margin-left: 0; 
			}
			.index_header {
				max-height: 90px;
				padding: 10px 0;
			}
			.index_header img {
				height: 100%;
			}
			.tiles article > .image {
				height: 270px;
			}
			.tiles article > .image:before {
				height: 100%;
			}
			.tiles article.style1 > .image:before {
    			opacity: 65%;
			}
			.tiles article > a h2 {
				font-size: 175%;
				letter-spacing: 0.15em;
				text-shadow: 5px 5px 10px black;
			}
			.tiles div.content p {
				text-shadow: 2px 2px 2px black;
				font-size: 1.2em;
			}
			.category_index {
				max-height: 75px;
				height: 75px;
			}			
			.category_index > h1 { /** Header title for category index/landing pages **/
				font-size: calc(1.5rem + 2vw);
			}
			.columns {
				column-count: 1;
			}
			.columnbreak {
				break-before: avoid;  /** DO NOT insert colbreak before element if on smaller screen**/
			}
			.columns p {
				font-size: 16pt;
			}
			.columns img {
				width: 100%;
			}
			.dropcap {
			  font-size: 80px;
			  line-height: 65px;
			  padding-top: 0px;
			  padding-right: 0.2em;
			  padding-left: 0.25em;
			}
			.indent_body { margin-left: 10%; }
			.tooltip { 
				min-width: 100%;  /* When viewed on phone or tablet, use full width */
				display: inline-block;
			}
			.tooltip .tooltiptext {
				max-width: 100%;
			}
			.contact_form {
				margin: 0;
			}
	}

		/************* Phone *******************/

		@media screen and (max-width: 480px) {
			body, input, select, textarea { font-size: 12pt;}
			div.indent_body { margin-left: 0; }
			.index_header {
				height: 75px;
				padding: 5px 0;
			}
			.index_header img {
				height: 100%;
				object-fit: contain;
			}
			p.info {
				font-size: 13pt;
			}
			.columns p {
				font-size: 22pt;
			}
			.columns p.info {
				font-size: 13pt;
			}
			.columnbreak {
				break-before: avoid;  /** DO NOT insert colbreak before element if on smaller screen**/
			}
			.single_column {
				width: 100%;
				margin: 0;
				font-family: Cardo, serif;
			}
			.single_column p.content {
				margin: 0.5em 0 0.75em 1em;
				font-size: 17pt;
			}
			.single_column p.intro {
				font-size: 16pt;
				margin-bottom: 0;
				padding-bottom: 0.5em;
				text-indent: 1em;
			}
			.extra_padding_left {
				padding-left: 0;
			}
			.tiles article > .image {
				height: 150px;
			}
			.tiles article > a h2 {
				font-size: 175%;
			}
			body .support {
				width: 98%;
				padding: 0.5em;
			}
	}


/********** SUPPORT CALL TO ACTION TOOLTIP ***********/
/** ref: https://stackoverflow.com/questions/65075078/what-is-this-popup-thing-when-you-hover-over-something **/

.tooltip {
	/*	 just the box */
	position: relative;
	display: flex;
	width: 50%;
	border: 1px solid red;
	border-radius: 25px;
	margin: 0 auto;
	justify-content: center;
}

.tooltip p { margin: 0; padding-top: 0.5em;}

.tooltip_cta {
/* visual appearance */
	font-family: "Source Sans 3", Helvetica, sans-serif;
	font-weight: bold;
	color: maroon;
	padding: 1em;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 200%;
	color: black;
	text-align: left;
	border-radius: 6px;
	padding: 1em;
	position: absolute;
	z-index: 1;
	border: 5px solid darkblue;
	bottom: 100%;
	left: auto;
	margin: auto;
	background-color: white;
	opacity: 0;
	transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	font-weight: bold;
}

.cite_bubble {
	position: relative;
}
.cite_bubble .cite_bubble_content {
	visibility: hidden;
	z-index: 1;
	position: absolute;
	width: 500px;
	bottom: 100%;
	left: 50%;
	margin-left: -250px; /* Use half of the width (120/2 = 60), to center the tooltip */
	opacity: 100;
	background-color: orange;
	font-family: Junicode, serif;
	font-size: small;
	border-radius: 5px;
	padding: 10px 0;
	}
.cite_bubble:hover .cite_bubble_content {
		visibility: visible;
		
}


/****** ShareThis ******/
div.sharethis-inline-share-buttons {
	margin: 2em 0em;
	}










