/* CSS file for Wilkins family history home page (familyHistory.css)
   (C) 2025 R Wilkins   */

  * {
    box-sizing: border-box;
  }
  
  :root {
    --sepia0: #f2f2f2;
    --sepia1: #f2f2f2;
    --sepia2: #f2f2f2;
    --sepia3: #f2f2f2;
    --sepia4: #f2f2f2;
    --sepia5: #f2f2f2;
    --sepia6: #f2f2f2;
    
    --sepia00: beige;
    --sepia10: pink;
    --sepia20: orange;
    --sepia30: lightYellow;
    --sepia40: lightGreen;
    --sepia50: lightBlue;
    --sepia60: dodgerBlue;
  }

  html {
    height: 100%;
    width:100%;
    font-family: "Open Sans", sans-serif;
  }

   a:link {
     color: blue;
     text-decoration: none;
   }

   a:visited {
     color: blue;
     text-decoration: none;
   }

   a:hover {
     color: rgb(150 150 150);
     text-decoration: none;
   }

   a.fill-div {
     display: block;
     height: 100%;
     width: 100%;
     text-decoration: none;
     margin: 0;
     /*border: solid 2px red;*/
    /*padding: 8px 8px 8px 8px;*/
   }

  #header, #footer {
    position: absolute;
    background-image:url("Images/TitleBackground.jpg");
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    /*border: solid 2px Blue;*/
  }

  #header {
    top:0;
    height: 70px;
    /*border: solid 2px black;*/
  }

  #footer {
    bottom:0;
    height: 50px;
    /*border: solid 2px green;*/
  }

  #header p, #footer p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: black;
    position: relative;
    text-align: center;
  }

  #header p {
    font: 32px "Open Sans", sans-serif;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
  }

  #footer p {
    font: medium "Open Sans", sans-serif;
    font-weight: normal;
    color: black;
    height: 50px;
    line-height: 50px;
  }
  
  div#scrollMenu {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    margin-top: 2px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    background-color: darkGray;
    /*max-width: 1000px;*/
    align-content: flex-start;
  }

  div#scrollMenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-right:1px solid white;
  }

  div#scrollMenu a:hover {
    background-color: #a0a0a0;
    color:white;
  }

  .media {
    margin-left: 20px;
    font-size: small;
    color: #C1C2C7;
    bottom: 10px;}

  p.notes0, p.notes1, p.notes2, p.notes3, p.notes4, p.notes5, p.notes6  {
    margin-left: 20px;
    font-size: small;
    color: grey;
  }

  #LogoContainer {
    position: absolute;
    /*width: 1000px;*/
    height: 50px;
    padding: 0;
	  /*border: solid 2px black;*/
	  z-index: 5;
  }

/* 0. Extra small phones, 390px and down */
  @media only screen and (max-width: 390px) {

  :root { --short: 0; }

  body {
    background-image: url("Photos/WilkinsBackground.jpg");
	  background-attachment: fixed;
    height: 100%;
    width:100%;
    margin: 0 auto;
    /*background-color: blue;*/
  }
  
  #page {
    height: 100%;
    width: 375px;
    margin: 0 auto;
    position: relative;
    /*border: solid 5px mediumBlue;*/
  }

  #contentText {
    background-color:  var(--sepia0);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 110px;
    bottom: 50px;
    left: 0; right: 0;
    z-index: 1;
    border: solid 2px lightGrey;
    /*background-color: dodgerBlue;*/
  }

  div#scrollMenu {
    max-width: 375px;
  }

  .tableMain {
    width: 88%;
    /*background-color: pink;*/
  }

  #contentText > p.firstLine, #contentText > p.middleLine, #contentText > p.onlyLine, #contentText > p.lastLine  {
    font-size: small;
    text-align: left;
    color: #000000;
    /*border: 2px solid  red;*/
  }

  #contentText > p.firstLine {
    padding: 0;
    margin: 7px 18px 3px 18px;
    /*border: 2px solid red;*/
  }

  #contentText > p.middleLine {
    padding: 0;
    margin: 3px 18px 3px 18px;
    /*border: 2px solid dodgerBlue;*/
  }

  #contentText > p.lastLine {
    padding: 0;
    margin: 3px 18px 7px 18px;
    /*border: 2px solid yellow;*/
  }
  
  #contentText > p.onlyLine  {
    padding: 0;
    margin: 10px 18px 10px 18px;
    /*border: 2px solid yellow;*/
  }
  
  p.subHeader {
    margin: 2px 0 0 -10px;
    font-size: small;
    /*background-color: red;*/
  }

  .notes, .notesHeader, li {
    font-size: small;
  }

  li {
    margin: 0 0 0 10px;
    /*background-color: pink;*/
  }

  p.notesHeader {
    font-weight: bold;
    text-align: left;
    color: black;
    margin: 15px 25px 5px 18px;
    padding: 0 0 0 0;
    /*background-color: yellow;*/
    /*border: 2px solid  mediumBlue;*/
  }

  ol.notes {
    color: black;
    padding: 0 20px 0 25px;
    list-style-type: decimal;
    font-size: small;
    /*background-color: red;*/
  }
    
  #LogoContainer {
    width: 375px;
    min-height: 65px;
    /*border: 2px solid  mediumBlue;*/
    /*background-color: red;*/
  }

  .notes0 {display: inline-block;}
  .notes1 {display: none;}
  .notes2 {display: none;}
  .notes3 {display: none;}
  .notes4 {display: none;}
  .notes5 {display: none;}
  .notes6 {display: none;}
}

/* 1. Small devices, from 391px up to 450px) */
  @media only screen and (min-width: 391px) and (max-width: 450px) {

  :root { --short: 1; }

  body {
    background-image: url("Photos/WilkinsBackground.jpg");
	  background-attachment: fixed;
    height: 100%;
    width:100%;
    margin: 0 auto;
    /*background-color: blue;*/
  }
  
  #page {
    height: 100%;
    width: 391px;
    margin: 0 auto;
    position: relative;
    /*border: solid 5px mediumBlue;*/
  }

  #contentText {
    background-color:  var(--sepia1);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 110px;
    bottom: 50px;
    left: 0; right: 0;
    z-index: 1;
    border: solid 2px lightGrey;
  }

  div#scrollMenu {
    max-width: 391px;
  }
 
  .tableMain {
    width: 88%;
  }

  #contentText > p.firstLine, #contentText > p.middleLine, #contentText > p.onlyLine, #contentText > p.lastLine  {
    font-size: small;
    text-align: left;
    color: #000000;
    /*border: 2px solid  red;*/
  }

  #contentText > p.firstLine {
    padding: 0;
    margin: 7px 20px 3px 20px;
    /*border: 2px solid red;*/
  }

  #contentText > p.middleLine {
    padding: 0;
    margin: 3px 20px 3px 20px;
    /*border: 2px solid dodgerBlue;*/
  }

  #contentText > p.lastLine {
    padding: 0;
    margin: 3px 20px 10px 20px;
    /*border: 2px solid yellow;*/
  }
  
  #contentText > p.onlyLine  {
    padding: 0;
    margin: 10px 20px 10px 20px;
    /*border: 2px solid yellow;*/
  }
  
  p.subHeader {
    margin: 2px 0 0 -10px;
    font-size: small;
    background-color: red;
  }

  .notes, .notesHeader, li {
    font-size: small;
  }

  li {
    margin: 0 0 0 10px;
    color: #000000;
    /*background-color: pink;*/
  }

  p.notesHeader {
    font-weight: bold;
    text-align: left;
    color: black;
    margin: 20px 25px -10px 18px;
    /*background-color: white;*/
  }

  ol.notes {
    color: black;
    padding: 0 20px 0 25px;
    list-style-type: decimal;
    font-size: small;
    /*background-color: blue;*/
  }

  #LogoContainer {
    width: 391px;
    min-height: 75px;
  }

  .notes0 {display: none;}
  .notes1 {display: inline-block;}
  .notes2 {display: none;}
  .notes3 {display: none;}
  .notes4 {display: none;}
  .notes5 {display: none;}
  .notes6 {display: none;}
}

/* 2. Small devices, from 451px up to 600px) */
  @media only screen and (min-width: 451px) and (max-width: 600px) {

  :root { --short: 2; }

  body {
    background-image: url("Photos/WilkinsBackground.jpg");
	  background-attachment: fixed;
    height: 100%;
    width:100%;
    margin: 0 auto;
    /*background-color: blue;*/
  }
  
  #page {
    height: 100%;
    width: 451px;
    margin: 0 auto;
    position: relative;
    /*border: solid 5px dodgerBlue;*/
  }

  #contentText {
    background-color:  var(--sepia2);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 110px;
    bottom: 50px;
    left: 0; right: 0;
    z-index: 1;
    border: solid 2px lightGrey;
  }

  div#scrollMenu {
    max-width: 451px;
  }

  .tableMain {
    width: 90%;
  }

  #contentText > p.firstLine, #contentText > p.middleLine, #contentText > p.onlyLine, #contentText > p.lastLine  {
    font-size: small;
    text-align: left;
    color: #000000;
    /*border: 2px solid  red;*/
  }

  #contentText > p.firstLine {
    padding: 0;
    margin: 10px 23px 5px 23px;
    /*border: 2px solid red;*/
  }

  #contentText > p.middleLine {
    padding: 0;
    margin: 5px 23px 5px 23px;
    /*border: 2px solid dodgerBlue;*/
  }

  #contentText > p.lastLine {
    padding: 0;
    margin: 5px 23px 10px 23px;
    /*border: 2px solid yellow;*/
  }
  
  #contentText > p.onlyLine  {
    padding: 0;
    margin: 10px 23px 10px 23px;
    /*border: 2px solid yellow;*/
  }
  
  p.subHeader {
    margin: 2px 0 0 -10px;
    font-size: small;
    /*background-color: red;*/
  }

  .notes, .notesHeader, li {
    font-size: small;
  }

  li {
    margin: 0 0 0 15px;
    /*background-color: pink;*/
  }

  p.notesHeader {
    font-weight: bold;
    text-align: left;
    color: black;
    margin: 20px 25px -10px 23px;
    /*background-color: white;*/
  }

  ol.notes {
    color: black;
    padding: 0 25px 0 25px;
    list-style-type: decimal;
  	/*background-color: red;*/
  }

  #LogoContainer {
    width: 450px;
    min-height: 75px;
  }
   
  .notes0 {display: none;}
  .notes1 {display: none;}
  .notes2 {display: inline-block;}
  .notes3 {display: none;}
  .notes4 {display: none;}
  .notes5 {display: none;}
  .notes6 {display: none;}
}

/* 3. Small devices (portrait tablets and large phones, from 601px up to 768px) */
  @media only screen and (min-width: 601px) and (max-width: 768px){

  :root { --short: 3;  }

  body {
    background-image: url("Photos/WilkinsBackground.jpg");
	  background-attachment: fixed;
    height: 100%;
    width:100%;
    margin: 0 auto;
    /*background-color: blue;*/
  }
  
  #page {
    height: 100%;
    width: 601px;
    margin: 0 auto;
    position: relative;
    /*border: solid 5px skyBlue;*/
  }

  #contentText {
    background-color:  var(--sepia3);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 110px;
    bottom: 50px;
    left: 0; right: 0;
    z-index: 1;
    border: solid 2px lightGrey;
  }

  div#scrollMenu {
    max-width: 601px;
  }

  .tableMain {
    width: 90%;
  }

  #contentText > p.firstLine, #contentText > p.middleLine, #contentText > p.onlyLine, #contentText > p.lastLine  {
    font-size: medium;
    text-align: left;
    color: #000000;
    /*border: 2px solid  red;*/
  }

  #contentText > p.firstLine {
    padding: 0;
    margin: 10px 30px 5px 30px;
    /*border: 2px solid red;*/
  }

  #contentText > p.middleLine {
    padding: 0;
    margin: 5px 30px 5px 30px;
    /*border: 2px solid dodgerBlue;*/
  }

  #contentText > p.lastLine {
    padding: 0;
    margin: 5px 30px 10px 30px;
    /*border: 2px solid yellow;*/
  }
  
  #contentText > p.onlyLine  {
    padding: 0;
    margin: 12px 30px 12px 30px;
    /*border: 2px solid yellow;*/
  }
  
  p.subHeader {
    margin: 3px 0 0 -10px;
    font-size: small;
    /*background-color: red;*/
  }

  .notes, .notesHeader, li {
    font-size: medium;
  }

  li {
    margin: 0 0 0 28px;
    /*background-color: pink;*/
  }

  p.notesHeader {
    font-weight: bold;
    text-align: left;
    color: black;
    margin: 20px 25px 3px 30px;
    padding: 0;
    /*background-color: green;*/
  }
    
  ol.notes {
    color: black;
    list-style-type: decimal;
    margin: 0 25px 15px 22px;
    padding: 0;
   /* background-color: red; */
  }
  
  #LogoContainer {
    width: 601px;
    min-height: 75px;
  }

  .notes0 {display: none;}
  .notes1 {display: none;}
  .notes2 {display: none}
  .notes3 {display: inline-block;}
  .notes4 {display: none;}
  .notes5 {display: none;}
  .notes6 {display: none;}
}

/* 4. Medium devices (landscape tablets, from 769px up to 991px) */
  @media only screen and (min-width: 769px) and (max-width: 991px) {

  :root { --short: 4;}

  body {
    background-image: url("Photos/WilkinsBackground.jpg");
	  background-attachment: fixed;
    height: 100%;
    width:100%;
    margin: 0 auto;
    /*background-color: blue;*/
  }
  
  #page {
    height: 100%;
    width: 769px;
    margin: 0 auto;
    position: relative;
    /*border: solid 5px fuchsia;*/
  }

  #contentText {
    background-color:  var(--sepia4);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 110px;
    bottom: 50px;
    left: 0; right: 0;
    z-index: 1;
    border: solid 2px lightGrey;
  }

  div#scrollMenu {
    max-width: 769px;
  }
 	
  .tableMain {
    width: 90%;
  }

  #contentText > p.firstLine, #contentText > p.middleLine, #contentText > p.onlyLine, #contentText > p.lastLine  {
    font-size: medium;
    text-align: left;
    color: #000000;
    /*border: 2px solid  red;*/
  }

  #contentText > p.firstLine  {
    padding: 0;
    margin: 15px 40px 5px 40px;
    /*border: 2px solid red;*/
  }

  #contentText > p.middleLine  {
    padding: 0;
    margin: 5px 40px 5px 40px;
    /*border: 2px solid dodgerBlue;*/
  }

  #contentText > p.lastLine {
    padding: 0;
    margin: 5px 40px 10px 40px;
    /*border: 2px solid yellow;*/
  }
  
  #contentText > p.onlyLine  {
    padding: 0;
    margin: 12px 40px 12px 50px;
    /*border: 2px solid yellow;*/
  }
  
  p.subHeader {
    margin: 2px 0 0 -10px;
    font-size: small;
    /*background-color: red;*/
  }

  .notes, .notesHeader, li {
    font-size: small;
  }

  li {
    margin: 0 0 0 -10px;
    /*background-color: pink;*/
  }

  p.notesHeader {
    font-weight: bold;
    text-align: left;
    color: black;
    margin: 20px 50px -10px 40px;
    /*background-color: white;*/
  }

  ol.notes {
    color: black;
    padding: 0 25px 0 35px;
    list-style-type: none;
  	/*background-color: red;*/
  }

  .notes, .notesHeader, li {
    font-size: medium;
  }

  li {
    margin: 0 0 0 25px;
    /*background-color: pink;*/
  }

  p.notesHeader {
    font-weight: bold;
    text-align: left;
    color: black;
    margin: 20px 25px -10px 40px;
    padding: 0;
    /*background-color: green;*/
  }

  ol.notes {
    color: black;
    padding: 0 20px 0 35px;
    list-style-type: decimal;
    font-size: medium;
    /*background-color: red;*/
  }
    
  #LogoContainer {
    width: 769px;
    min-height: 75px;
  }

  .notes0 {display: none;}
  .notes1 {display: none;}
  .notes2 {display: none;}
  .notes3 {display: none;}
  .notes4 {display: inline-block;}
  .notes5 {display: none;}
  .notes6 {display: none;}
}

/* 5. Large devices (laptops/desktops, from 992px up to 1200px) */
  @media only screen and (min-width: 992px) and (max-width: 1200px) {

  :root { --short: 5; }

  body {
    background-image: url("Photos/WilkinsBackground.jpg");
	  background-attachment: fixed;
    height: 100%;
    width:100%;
    margin: 0 auto;
    /*background-color: blue;*/
  }
  
  #page {
    height: 100%;
    width: 992px;
    margin: 0 auto;
    position: relative;
    /*border: solid 5px green;*/
  }

  #contentText {
    background-color:  var(--sepia5);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 110px;
    bottom: 50px;
    left: 0; right: 0;
    z-index: 1;
    border: solid 2px lightGrey;
  }

  div#scrollMenu {
    max-width: 992px;
  }

 .tableMain {
    width: 90%;
  }

  #contentText > p.firstLine, #contentText > p.middleLine, #contentText > p.onlyLine, #contentText > p.lastLine  {
    font-size: medium;
    text-align: left;
    color: #000000;
    /*border: 2px solid  red;*/
  }

  #contentText > p.firstLine  {
    padding: 0;
    margin: 15px 50px 5px 50px;
    /*border: 2px solid red;*/
  }

  #contentText > p.middleLine  {
    padding: 0;
    margin: 5px 50px 5px 50px;
    /*border: 2px solid dodgerBlue;*/
  }

  #contentText > p.lastLine {
    padding: 0;
    margin: 5px 50px 10px 50px;
    /*border: 2px solid yellow;*/
  }
  
  #contentText > p.onlyLine  {
    padding: 0;
    margin: 15px 50px 15px 50px;
    /*border: 2px solid yellow;*/
  }
  
  p.subHeader {
    margin: 3px 0 0 -10px;
    font-size: medium;
    /*background-color: red;*/
  }

 .notesHeader, notes, li {font-size: medium;}

  li {
    margin: 0 0 0 26px;
    /*background-color: pink;*/
  }

  ol.notes {
    color: black;
    margin: 0 25px 0 50px;
    padding: 0;
    list-style-type: decimal;
    /*border: solid 1px green;*/
  }

  p.notesHeader {
    font-weight: bold;
    /*text-align: left;*/
    color: black;
    margin: 20px 25px 5px 50px;
    padding: 0;
    /*background-color: green;*/
    /*border: solid 1px blue;*/
  }

  #LogoContainer {
    width: 992px;
    min-height: 75px;
  }

  .notes0 {display: none;}
  .notes1 {display: none;}
  .notes2 {display: none;}
  .notes3 {display: none;}
  .notes4 {display: none;}
  .notes5 {display: inline-block;}
  .notes6 {display: none;}
}

 /*6. Extra large devices (large laptops and desktops, 1201px and up) */
  @media only screen and (min-width: 1201px) {

  :root { --short: 6;  }

  body {
    background-image: url("Photos/WilkinsBackground.jpg");
	  background-attachment: fixed;
    height: 100%;
    width:100%;
    margin: 0 auto;
    /*background-color: blue;*/
  }
  
  #page {
    height: 100%;
    width: 1201px;
    margin: 0 auto;
    position: relative;
    /*border: solid 5px pink;*/
  }

  #contentText {
    background-color:  var(--sepia6);
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 110px;
    bottom: 50px;
    left: 0; right: 0;
    z-index: 2;
    border: solid 2px lightGrey;
    /*background-color: blue;*/
  }

  div#scrollMenu {
    max-width: 1201px;
  }

 .tableMain {
    width: 90%;
  }

  #contentText > p.firstLine, #contentText > p.middleLine, #contentText > p.onlyLine, #contentText > p.lastLine {
    font-size: medium;
    text-align: left;
    color: #000000;
    /*border: 2px solid  red;*/
  }

  #contentText > p.firstLine  {
    padding: 0;
    margin: 20px 60px 10px 60px;
    /*border: 2px solid red;*/
  }

  #contentText > p.middleLine  {
    padding: 0;
    margin: 5px 60px 5px 60px;
    /*border: 2px solid dodgerBlue;*/
  }

  #contentText > p.lastLine  {
    padding: 0;
    margin: 5px 60px 10px 60px;
    /*border: 2px solid yellow;*/
  }
  
  #contentText > p.onlyLine  {
    padding: 0;
    margin: 20px 60px 20px 60px;
    /*border: 2px solid yellow;*/
  }
  
  p.subHeader {
    margin: 3px 0 0 -10px;
    font-size: medium;
    /*background-color: red;*/
  }

  p.notesHeader {
    font-weight: bold;
    text-align: left;
    color: black;
    margin: 20px 25px 5px 60px;
    padding: 0;
    /*background-color: white;*/
  }
 
 .notesHeader,.notes, li {font-size: medium;}

  li {
    margin: 0 0 0 25px;
    /*background-color: pink;*/
  }

  ol.notes {
    color: black;
    margin: 0 25px 0 55px;
    padding: 0 25px 0 0;
    list-style-type: decimal;
  	/*background-color: red;*/
  }

  #LogoContainer {
    width: 1201px;
    min-height: 75px;
    /*border: solid 2px blue;*/
  }

  .notes0 {display: none;}
  .notes1 {display: none;}
  .notes2 {display: none;}
  .notes3 {display: none;}
  .notes4 {display: none;}
  .notes5 {display: none;}
  .notes6 {display: inline-block;}
}

  .portrait {
    /*display: block*/
    margin-left: auto;
    margin-right: auto;
  }
  
 .xsmall {
   font-size: x-small;
  }

 .small {
   font-size: small;
  }

  .medium {
   font-size: medium;
  }

  .large {
   font-size: large;
  }

  h1 {
    font-size: large;
    font-weight: bold;
    color: black;
    text-align: left;
    padding: 10px 0 10px 50px;
  }
  
  p.draftText {
    font-size: medium;
    text-align: left;
    padding: 5px 0 5px 0;
    margin: 0;
    color: blue;
    background-color: lightBlue;
  }
  
  p.footNote {
    font-size: small;
    text-align: left;
    padding: 5px 0 5px 30px;
    margin: 0;
    color: #000000;
    color: black;
  }

  #tabWrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: auto auto;
    /*background-color: blue;*/
    /*border: solid red 2px;*/
  }

  .tableMain {
    table-layout: fixed;
    border-collapse: collapse;
    /*background-color: green;*/
    margin: auto auto;
    border: solid 2px darkGray;
  }
  
  #tabExSmall, #tabSmall, #tabLarge  {
    display: flex;
    flex-direction: column;
    margin:  0;
    padding: 0;
    width: 100%;
  }

  tr.white {
  	color: black;
  	background-color: white;
  	border-top: none;
  	padding: 0 0 0 0;
    /*border: solid 2px purple;*/
  }
  
  tr.grey {
  	color: black;
  	background-color: #efefef;
  	border-top: none;
  }

  tr.firstLine {
  	color: black;
  	background-color: #efefef;
  	border-top: solid 2px darkGray;
  }

  .Logo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0;
	  /*border: solid 2px green;*/
	  z-index: 5;
	 }
	 	 
  .sup {
  /*	vertical-align: baseline; */
  	position: relative;
  	font-size: 0.8em;
  	bottom: 0.5em;
  }

  .imageMainS {
    display: flex;
    vertical-align: middle;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding: 15px 0 5px 0;
    /*border: 2px red solid;*/
  }
  
  .figCaption {
    color: black;
    width: 85%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    /*background-color: red;*/
    /*border: 2px green solid;*/
}
 
