html { 
  font-size: 100%; } 

body {margin:0;}

h1 {
  font-size: 2.8rem;
  text-align: center; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 1.9rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.2rem; }
  
hr {
  border: 0.5px solid #ccc;
}

p, ol, ul, blockquote {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.8rem; }

blockquote {
  font-style: italic; 
  margin: 40px 0 10px 0; }

p.larger {
  font-size: 1.4rem;
  line-height: 2.1rem; }

p.caption, .caption {
  font-size: 1rem;
  line-height: 1.6rem; }

ol li, ul li {
  margin-bottom: 20px; }

b {
  font-weight: 700; }

.row {
  display: flex;
  flex-flow: row wrap;
  max-width: 1020px;
  padding: 0 2%;
  margin: auto; }

.item {
  overflow: hidden;
  align-self: flex-start;
  flex: 1;
  margin-right: 2%; }

.item:last-child {
  margin-right: 0; }

.internal {
  padding: 2%; }

.centred {
  text-align: center; }

.lineunder {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.spacebelow {
  margin-bottom: 40px; }

.smallspacebelow {
  margin-bottom: 20px; }

.nospacebelow {
  margin-bottom: 0; }

.notopspace {
  margin-top: 0; }
  
.smalltopspace {
  margin-top: 10px; }

img {
  width: 100%;
  height: auto; }

button {
  text-decoration:none;
  padding: 16px 24px;
  border: none;
  display: inline-block;
  font-weight: 600;
  font-size: 110%;
  cursor: pointer; }

button:hover {
  opacity: 0.75; }

textarea, input[type=text], select {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  width: 80%;
  padding: 0 15px; 
  font-size: 1rem;
  border: 1px solid #aaa; }

input[type=text] {
  height: 48px; }

textarea {
  padding-top: 10px;
  font-family: "Arial", sans-serif; }

select {
  width: 88%;
  height: 3rem; }

span.strike {
  text-decoration: line-through; }

@media only screen and (max-width: 600px) {

h1 {
  font-size: 2.4rem; }

h2 {
  font-size: 2.1rem; }

.row > * {
  flex: 1 100%; }

.mob0 {
  flex: 0; }

.m50 {
  /*flex: 1 40%; 
  margin-right: 0;*/
  flex: unset;
  max-width: 48%;}
}

@media only screen and (min-width: 601px) {

.l75 {
  flex: 3 0px;
  order: 1; }

.r25 {
  order: 2; }

.l25 {
  order: 1; }

.r75 {
  flex: 3;
  order: 2; }
  
.m50 {
  flex: unset;
  max-width: 23%;}  

.imiddle {
  width: 64%;
  margin-left: auto;
  margin-right: auto !important;
  flex: initial; }
}