@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "romanFont";
  src: url("Jost-300-Light.ttf");
}


@font-face {
  font-family: "titleFont";
  src: url("Jost-700-Bold.ttf");
}



h1,
h2,
h3 {
  font-family: titleFont;
}
h1 {
  font-size: 1.65em;
}
h2,
h3 {
  font-size: 1.2em;
  color: #003366;
}

p,
li {
  font-family: romanFont;
  font-size: 1em;
  color: #003366;
}
br {
  clear: both;
}


img {
  height: auto;
  display: block;
  border: 0;
  float: left;
  padding: 15px 0px 80px 0px;
}
a {
  outline: none;
  text-decoration: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

p > a > img {
  border: 0;
}

.thecontent,{
  max-width: 800px;
  min-width: 500px;
}

.startcontent {
  max-width: 980px;
}

.thecontent > h1,{
  background: #405a6f;
  color: white;
  padding-left: 10px;
  padding-bottom: 7px;
  padding-top: 7px;
  border-radius: 10px;
  font-size: 1.5em;
}



.startcontent > li a {
  text-decoration: none;
}

.startcontent > ul {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  list-style-type: "\21DD  ";
  border-radius: 25px;
  background: rgb(252, 245, 188);
  width: 60%;
}




/* pml */

q { quotes: "‘" "’" "“" "”"; }
q.double {quotes: "“" "”";}
q.single {quotes: "‘" "’";}

.thecontent { background:#ffffff; color: #003366; font-family: romanFont, sans-serif; font-size:16px; padding-left:20px; padding-right:20 px; width:90%; max-width:900px; margin-left:10 px; }


.pagetitle { font-family: romanFont, sans-serif;font-size: 2.5em; font-weight:bold; color:#0278DD; border-top:4px solid #0278dd; background:#e8f2fb; padding-bottom: 30 px; padding-left: 10 px; margin-bottom: 20px;}

hr.navdivider{
  margin-top: 15px;
  border: 10px solid #ccc7ce;
  border-radius: 5px;
}

.triangle {
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  border-top-right-radius: 20%;
  background-color: #ccc7ce;
  text-align: left;
  display: inline-block;
  margin: 1rem;
  transition: background-color 0.45s ease;
}
.triangle:hover {
  background-color: #988796;
}
.triangle:before,
.triangle:after {
  content: "";
  position: absolute;
  background-color: inherit;
  width: 100%;
  height: 100%;
  border-top-right-radius: 20%;
}
.triangle.up {
  transform: rotate(60deg) skewX(-30deg) scale(1, 0.866);
  transform-origin: 30% 90%;
}
.triangle.down {
  transform: rotate(-120deg) skewX(-30deg) scale(1, 0.866);
  transform-origin: 30% 45%;
}
.triangle.left {
  transform: rotate(90deg) skewX(-30deg) scale(1, 0.866);
  transform-origin: 45% 75%;
}
.triangle.right {
  transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
  transform-origin: 45% 75%;
}
.triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707)
    translate(0, -50%);
}
.triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.divlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.prereaderbook{
    display: grid;
    grid-template-columns: auto auto; 
}
.prereaderpane{
    padding: 5px;
    box-sizing: border-box;
}
.prereaderpane img{
   width: 100%;
}
