/* BEGIN: jpage-core.css ----------------------------------------------------*/
/*
Slightly modified from the excellent "100 bytes of CSS" at 
https://www.swyx.io/css-100-bytes 
*/

html {
  max-width: 80ch;
  padding: 1em 1em;
  margin: auto;
  line-height: 1.25;
  font-size: 1.2em;  /* 1em 1.125*/
  font-family: "Segoe UI", Roboto, Ubuntu; 
  /* font-family: sans-serif; */
}

h1 {
  color: #143152;
  margin: 0.5em 0 0.5em;
}

h2,h3,h4,h5,h6 {
  color: #143152;
  margin: 1em 0 1em;
}

p,ul,ol {
  margin-bottom: 1em;
  color: #1d1d1d;
  /* font-family: sans-serif; */
}

/* END: jpage-core.css ------------------------------------------------------*/




/* BLOCKQUOTE */
blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;   /*   Georgia, serif;   */
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #21528a;    /* #c76c0c */
  border-right: 2px solid #21528a;    /* #c76c0c */
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;    /*    */
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #21528a;   /* #c76c0c */
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}










/* NOTE BLOCKS */

/*div {
  margin-bottom: 15px;
  padding: 4px 12px;
}*/

.danger {
  margin-bottom: 15px;
  padding: 4px 12px;
  background-color: #ffdddd;
  border-left: 6px solid #f44336;
}

.success {
  margin-bottom: 15px;
  padding: 4px 12px;
  background-color: #ddffdd;
  border-left: 6px solid #04AA6D;
}

.info {
  margin-bottom: 15px;
  padding: 4px 12px;
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
}


.warning {
  margin-bottom: 15px;
  padding: 4px 12px;
  background-color: #ffffcc;
  border-left: 6px solid #ffeb3b;
}





/* LINK STYLING */
 a:link {
      text-decoration: none;
}
a:visited {
      text-decoration: none;
}
a:hover {
      text-decoration: none;
}
a:active {
      text-decoration: none;
}
a:hover {
  background-color: #ebedef;    /* #ebedef; */
  font-size: 1.0em;
}




/* HORIZONTAL LINE STYLING */
hr.thin {
            height: 0.5px;
            background-color: #21528a;
            border: none;
        }





/* BUTTONS */
/* Blue border, lighter blue hover color fill */
.button1 {
  /* border: #21528a;   none; */
  border-radius: 8px; /* 8px rounded corners */
  color: white;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;
  background-color: white;
  color: black;
  border: 2px solid #21528a; /* "blue" */
}
.button1:hover {
  background-color: #98bde6; 
  color: black;
}


/* light blue interior from above border, even lighter blue hover color fill */
.button2 {
    /* none; #4CAF50;*/
  border-radius: 8px; /* 8px rounded corners */
  color: white;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;
  background-color: white;
  color: black; 
  border: 2px solid #5b95d7;
}
.button2:hover {
  background-color: #adcaeb;
  color: black;
}


/* Purple border, lighter hover color fill */
.button3 {
  border: #6666ff;  /* none; ff8000 */
  border-radius: 8px; /* 8px rounded corners */
  color: white;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;

  background-color: white;
  color: black;
  border: 2px solid #6666ff;    /*  ff8000 */
}
.button3:hover {
  background-color: #ccccff;     /* ffcc99 */
  color: black;
}









/* NOTES and TODO -----------------------------------------------------------*/

/*
1. change link color behavior?
2. https://www.w3schools.com/howto/howto_css_notes.asp
   https://stackoverflow.com/questions/36591613/how-is-the-special-note-box-made-in-readthedocs-org
   ** https://www.w3schools.com/howto/howto_css_notes.asp
   --> https://kevquirk.com/how-to-create-a-simple-html-css-notice-box/
   --> https://alvarotrigo.com/blog/css-alerts/
   --> https://www.elegantthemes.com/blog/divi-resources/how-to-create-styled-content-boxes-in-divi-for-tips-info-warnings-and-more-free-download
   
   https://clickhelp.com/clickhelp-technical-writing-blog/create-note-boxes-in-online-documentation-with-html-and-css/
   https://www.helpndoc.com/
3. ...
*/

/*
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
*/



/* Page background color: */
/*  body {background-color: #F2F8FF;} */



/* HTML Color Picker: https://www.w3schools.com/colors/colors_picker.asp */

/* CSS Fonts: https://www.w3schools.com/css/css_font.asp   21528a */