/* CSS file for Elliott family Wills And Probate page (familyHistoryWillsAndProbate.css)

   Version: 3.0.0 August 2025
      
   Copyright (C) R Wilkins 2025 */

  * {
    box-sizing: border-box;
  }

  .construct {
    display: block;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    /*width: auto;*/
    /*border: solid 2px red;*/
    /*background-color: blue;*/
  }

/* 0. Extra small phones, 390px and down */
  @media only screen and (max-width: 390px) {
  
  .box {
    font-size: small;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 10px 18px 10px 18px;
    /*border: 2px solid  red;*/
  }
}

/* 1. Small devices, from 391px up to 450px) */
  @media only screen and (min-width: 391px) and (max-width: 450px) {
    
  .box {
    font-size: small;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 10px 20px 10px 20px;
    /*border: 2px solid  red;*/
  }
}

/* 2. Small devices, from 451px up to 600px) */
  @media only screen and (min-width: 451px) and (max-width: 600px) {
    
  .box {
    font-size: small;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 10px 23px 10px 23px;
    /*border: 2px solid  red;*/
  }
}

/* 3. Small devices (portrait tablets and large phones, from 601px up to 768px) */
  @media only screen and (min-width: 601px) and (max-width: 768px) {
    
  .box {
    font-size: small;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 12px 30px 12px 30px;
    /*border: 2px solid  red;*/
  }
}

/* 4. Medium devices (landscape tablets, from 769px up to 991px) */
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    
  .box {
    font-size: medium;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 12px 30px 12px 30px;
    /*border: 2px solid  red;*/
  }
}

/* 5. Large devices (laptops/desktops, from 992px up to 1200px) */
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    
  .box {
    font-size: medium;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 15px 50px 15px 50px;
    /*border: 2px solid  red;*/
  }
}

 /*6. Extra large devices (large laptops and desktops, 1201px and up) */
  @media only screen and (min-width: 1201px) {
    
  .box {
    font-size: medium;
    text-align: left;
    color: #000000;
    padding: 0;
    margin: 20px 60px 20px 60px;
    /*border: 2px solid  red;*/
  }
}