/* CSS file for Elliott Family Courts and Assizes page (familyHistoryCourtsAndAssizes.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;
		font-size: small;
    text-align: left;
    color: #000000;
    padding: 0;
    /* border: 2px solid  blue; */
  }


/* 0. Extra small phones, 390px and down */
  @media only screen and (max-width: 390px) {
  
  .construct {
		margin-top: 40px;
		margin-bottom: 40px;
  }
}

/* 1. Small devices, from 391px up to 450px) */
  @media only screen and (min-width: 391px) and (max-width: 450px) {
  
  .construct {
		margin-top: 45px;
		margin-bottom: 45px;
	}
}

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

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

  .construct {
		margin-top: 55px;
		margin-bottom: 55px;
	}
}

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

  .construct {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

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

  .construct {
		margin-top: 65px;
		margin-bottom: 65px;
	}
}

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

  .construct {
		margin-top: 70px;
		margin-bottom: 70px;
	}
}
