/*-----------------------------------*/

:root {
  --margin-left:40px;
  --margin-left-quote:60px;
  --colour-1:#F6EEDC;
  --colour-2:#AED4C2;
  --colour-3:#E9E8B3;
  --colour-4:#ECFDDD;
}

/*--- HTML atts----------------------------*/

body{
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 1.6REM;
  line-height: 2.4REM;
}


p, h1, h2, h3{
  margin-top: 1.4REM;
  margin-left: var(--margin-left);
  width:87%;
}

table, th, td {
  border-collapse: collapse;
}

header{
  position: sticky;
  top:0;
  z-index: 2;
}

H2{
  margin-top:10px;
  margin-bottom:55px;
  font-weight: normal;
  font-size: 3.3REM;
  line-height: 3.6REM;
}

H3{
  margin-left: var(--margin-left);
  margin-right: var(--margin-left);
  margin-top: 35px;
  margin-bottom: 0px;
  line-height: 1.6REM;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-style: normal;
  font-weight: normal;
}

H4{
  margin-left: var(--side-margin);
  margin-right: var(--side-margin);
  margin-top:80px;
  margin-bottom:45px;
  font-weight: normal;
}

H5{
  margin-left: var(--side-margin);
  margin-right: var(--side-margin);
  margin-top:40px;
  margin-bottom:0px;
  font-weight: normal;
  font-size: 2.5REM;
  line-height: 2.6REM;
  border-bottom: 2px solid darkgray;
}

/* a ------------*/

a{
  text-decoration: underline;
}

a:hover {
  background-color: rgb(220, 216, 216);
}

table#headerTable a:hover{
  background-color:initial;
}

/*---Classes ----------------------------*/

.img-container{
  width: 100%;
}

.img-container img{
  width: 100%;
}


.center{
  text-align: center;
  display: block;
  margin: auto;
}

.align-right{
  text-align: right;
  display: block;
  margin: auto;
}

.align-left{
  text-align: left;
  display: block;
  margin: auto;
}

.no-margin{
  margin: 0;    
}

.small-margin-bottom{
  margin-bottom: 8px;
}

emphasis{
  font-weight: normal;
  font-size: 1em;
  background-color: darkred;
  color: white;
  padding: 2.2px;
}

/*---Custom ----------------------------*/

i-law{
  content: url('../images/icons/law.svg');
  vertical-align:middle;
  display: float;
}

i-pdf{
  content: url('../images/icons/pdf.svg');
  vertical-align:middle;
  display: float;
}

i-m-glass{
  content: url('../images/icons/m-glass.svg');
  vertical-align:middle;
  display: float;
}

/*---Quote ----------------------------*/

.quote {
  font-family: 'Courier New', monospace;
  font-style: italic;
  width:87%;
  margin-top: 0REM;
  margin-bottom: 0px;
  font-weight:normal;
  line-height: 2REM;
  letter-spacing: 1px;
}

p.quote-site{
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
  font-size: 0.8em;
}