@charset "utf-8";
/* CSS Document */
html {}
body {
  background-color: #C9C9C9;
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  padding-top: 80px;
  text-align: justify;
  hyphens: auto;
}
.smcaps {
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.5px;
  font-size: 105%;
}

h1{
	font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
	letter-spacing: -1px;
	line-height: 100%;
}
.border{
	border-color: rgba(67,67,67,.80) !important;
	border-width: 6px !important;
}
.figure-caption {
  font-style: italic;
  font-size: 70%;
  text-align: right;
  line-height: 110%
}
.photocredit {}
p {
  margin: 0;
}
p.indentPara {
  text-indent: 1em;
}
/*hide navbar*/
.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.navbar {
 
 
	text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 2px;
  /* background-color: #ededed !important;*/
  background-color: #2F2F2F !important;
  height: 40px;
  /*background: url("../images/whiteWall.jpg");*/
}
a.nav-link {
  /*color: #B82419;*/
  color: #C9C9C9;
  padding-bottom: 0 !important;
  padding-top: 0;
}
a.nav-link:hover {
  color: #B43909;
}
/*hamburger*/
nav.autohide {
  padding-top: 0;
}
#navbarCollapse {
  background-color: #2F2F2F !important;
}
/*button .navbar-toggler, a.navbar-brand {}*/
.container {
  height: 100%;
  /*background-color: transparent !important;*/
}
/*Frank menu*/
.ontop {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
  width: 100%;
  height: 40px;
  background-color: #C9C9C9;
  padding-top: 10px;
}
#flossmenu {
 
  line-height: 100%;
  position: relative;
}
a#runningHead {

  color: #597298;
}
#flosscontents {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #C9C9C9;
}
svg.bi.bi-list {
  width: 20px;
  height: 20px;
  margin-bottom: 1px;
}

#flossmenu a:hover {
  color: rgba(0, 0, 0, 1.00)
}

#flosscontents ul {
  list-style: none;
  font-size: 80%;
}
#flosscontents li {
  margin: 0;
  padding: 0;
}
#flossmenu a {
  color: rgba(59, 126, 151, 1.00);
  letter-spacing: 2px;
}
#flosscontents a {
 
  color: #597298;
}
#flosscontents a:hover {
  color: #000000;
}
.submenuTitle{
	line-height: 90%;
}
 a {
  text-decoration: none;
}
p {
  margin: 0;
}
p.indent {
  text-indent: 1.2em;
}
p.noindent {
  text-indent: 0;
}
h2 {
  text-transform: uppercase;
	letter-spacing: 2px;
  font-size: 2.1rem;
}
em {
  font-family: "Vollkorn", serif;
  font-weight: 400;
  font-style: italic;
}
.roman {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.hebrew {
  font-family: "Frank Ruhl Libre", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  direction: rtl;
}
#contentsTable h4 {}
#contentsTable p {
  font-size: 90%;
}
#contentsTable span {
  display: block;
  letter-spacing: -.5px;
  line-height: 100%;
}
#contentsTable a {
 
  color: #597298;
}
#contentsTable a:hover {
  color: #B13D17;
  color: #000000;
}
#translator {
  font-size: 80%;
}
#translator a {
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  letter-spacing: 1px;
  color: #5F5F5F;
}
#translator a:hover {
  color: #000000;
}
#translator p {
  font-size: 90%;
}
/*Lists*/

ol.flossList {
    counter-reset: list;
    margin: 0;
}

ol.flossList > li {
    list-style: none;
    position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
}

ol.flossList > li:before {
    counter-increment: list;
    content: counter(list, decimal) ".) ";
    position: absolute;
    left: -1.4em;
	
}
ol.flossList2 {
    counter-reset: list;
    margin: 0;
	margin-left: 5em;
	line-height: 130%;}

ol.flossList2 > li {
    list-style: none;
    position: relative;
	padding-left: 0;
	margin-bottom: 10px;
}

ol.flossList2 > li:before {
    counter-increment: list;
    content: counter(list, decimal) ": ";
    position: absolute;
    left: -1.4em;
	
}
ul{
	list-style: none;
}

.note {
  font-family: "Vollkorn", serif;
  font-weight: 500;
  font-style: italic;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.2rem;
  line-height: 110%;
  text-align: right;
}
sup {}
a sup {
  color: #B35401;
}
/*popover*/
a.rfPopover {
 
  color: #597298;
}
.popoverAsterisk {
  /*to correct for indentPara*/
  text-indent: 0;
  display: inline-block;
  margin-right: 0;
  margin-left: -2px;
  /*padding-bottom: 2px;*/
}
.popoverAsterisk svg {
  width: 12px;
  margin-top: -20px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 1px;
}
a.rfPopover:hover {
  color: #000;
}
.popoverHeart svg:hover {
  color: #000;
}
.rfPopover .popover-inner {
  max-width: 350px;
  /*background-color: #E1E1E1;*/
  color: #000;
  text-align: left;
}
.popover-body {
  padding: 10px;
  margin: 10px;
  font-family: "Vollkorn", serif;
  font-weight: 500;
  font-size: 114% !important;
  line-height: 1.3;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #747474;
  border-color: #D7C9C9;
  /*text-indent: 42px; 
	background-image: url("../images/heartTooltip.png");
	background-repeat: no-repeat;
    background-size: 50px;
	background-position: 3px 3px;*/
}
.hyphenation {
  hyphens: manual;
}
p.dropcap::first-letter {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
  float: left;
  color: rgba(102, 127, 164, 1.00);
  line-height: 70px;
  font-size: 130px;
  padding-top: 16px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  margin-right: 4px;
  margin-bottom: 0;
  margin-top: 0;
}
.inlineImg {
  display: inline;
  height: 34px;
}
.inlineImg2 {
  display: inline;
  height: 34px;
}
.inlineImg3 {
  display: inline;
  height: 50px;
  float: left;
  padding-top: 10px;
  padding-bottom: -20px;
  margin-right: 4px;
}
/* X-Small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  body {
    padding-top: 70px;
  }
  h2 {
    font-size: 2rem;
  }
  svg.bi.bi-list {
    margin-bottom: 2px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
  nav.autohide {
    padding-top: 10px;
    ;
  }
  p.indent, p.noindent {
    text-align: justify;
    hyphens: auto;
    /*hyphenate-before: 3;
		hyphenate-after: 4;*/
  }
  p.dropcap::first-letter {
    float: left;
    line-height: 70px;
    font-size: 134px;
    padding-top: 18px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .inlineImg {
    display: inline;
    height: 34px;
  }
  .inlineImg2 {
    display: inline;
    height: 34px;
  }
  .inlineImg3 {
    display: inline;
    height: 60px;
    float: left;
    padding-top: 10px;
    padding-bottom: -20px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  body {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  .hebrew {
    font-size: 1.7rem;
    line-height: 100%;
  }
  p.indent, p.noindent {
    text-align: justify;
  }
  p.dropcap::first-letter {
    float: left;
    line-height: 88px;
    font-size: 134px;
    padding-top: 14px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 0;
  }
  #contentsTable {
    padding-top: 3%;
  }
}
/*  X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  body {
    font-size: 1.35rem;
  }
  .hebrew {
    font-size: 1.8rem;
    line-height: 100%;
  }
  p.dropcap::first-letter {
    float: left;
    line-height: 85px;
    font-size: 144px;
    padding-top: 18px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 0;
  }
  p {
    margin-left: 3%;
    margin-right: 3%;
  }
  svg.bi.bi-list {
    width: 24px;
    height: 24px;
    margin-bottom: 1px;
  }
  #contentsTable {}
  .inlineImg {
    display: inline;
    height: 34px;
  }
  .inlineImg2 {
    display: inline;
    height: 36px;
  }
  .inlineImg3 {
    display: inline;
    height: 70px;
    float: left;
    padding-top: 10px;
    padding-bottom: -20px;
  }
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  body {
    font-size: 1.45rem;
  }
  h2 {
    font-size: 2.9rem;
  }
  h3.author {
    font-size: 2rem;
  }
  .hebrew {
    font-size: 2rem;
    line-height: 100%;
  }
  p.dropcap::first-letter {
    float: left;
    line-height: 92px;
    font-size: 148px;
    padding-top: 24px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 0;
  }
  p.dropcap::first-letter {
    float: left;
    line-height: 92px;
    font-size: 136px;
    padding-top: 24px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 0;
  }
  #contentsTable {}
}