:root {
  --cassiopeia-color-primary: red:
  --cassiopeia-color-hover: green;
--cassiopeia-color-link: white; 
  --body-font-size:1.4rem;
}

.container-header {
    background-color:#fff;
   /* background-image: linear-gradient(135deg,var(--cassiopeia-color-primary) 0,var(--cassiopeia-color-hover) 100%);
    box-shadow: inset 0 5px 5px rgb(0 0 0 / 3%);
    position: relative;
    z-index: 10; */
}

.container-header .mod-list li.active>a {
  color:#013048;
}

.container-header .mod-menu>li>a{
color:#027fbc;}

.local_tutor{
  font-size:2.6em;  
}

p.bnr{
font-size:1.8em;
 
}

a.mobw.bnr {
  color: var(--cassiopeia-color-link);  /* Sets the text color to white in its initial state */
}

a.mobw.bnr:visited {
  color: var(--cassiopeia-color-link);  /* Maintains white text color even after the link is visited */
}



.spayse{
  word-spacing: 50px;
  }

email{
  color:#292929;
  
}

/"""""""""""""""" Formatting for Adult Maths page ************************/
p.adult_paragraph {
  width: 100%; /* Default width for mobile phones and small tablets */
  font-size:60px;
  color:red;
  box-sizing: border-box;
  padding: 15px; /* Optional: Add some padding for readability */
  border: 1px solid #ccc; /* Optional: Add a border to visualize the width */
  margin: 0 auto; /* Optional: Centers the paragraph on larger screens */
}

/* Media query for screens wider than a typical tablet breakpoint (e.g., 768 pixels) */
@media (min-width: 600px) {
  p.adult_paragraph {
    width: 35%; /* Set the width to 35% for laptop screens and larger */
  }
  
 }
 /**********************************************************************8/

/******************** Glossary Page ***********************/

.h1_glossary{
  color:#027fbc;
}

.glossary_item{
  color:#027fbc;
  font-size:1.1em;
}