body, html {
    background-color: #400f12;
    font-family: 'Open Sans',  Trebuchet MS, sans-serif;
    font-size: calc(16px + .8vw);
    color: white;
    text-align: left;
    font-weight: 300;
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;  
}
.container {
    position: relative;
    font-family: Arial;
    margin: 0 auto; /* CENTRES THE CONTENTS UD*/
    width: 100%;
}
a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
/* BUTTONS START UD */
.btn { 
  border-radius: 0px;
  width: 220px;
  font-family: 'Open Sans',  Trebuchet MS, sans-serif;
  color: #ffffff;
  font-size: inherit;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  background: #99cc00;
  border: solid #ffffff 2px;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;  
}
.btn:hover {
  background: #66ccff;
  border: solid #ffffff 2px;
  text-decoration: none;
  color: #ffffff;
}
.btn-block {
  display: block;
  width: 80%;
  text-align: center;
}
/* BUTTONS END UD */
.text-block { /* text background box ud */
    position: absolute;
    width: 95%;
    top: 86%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
h1 { /* image heading ud */
  font-family: 'Noto Serif', serif; Trebuchet MS, sans-serif;
  color: white;
  text-shadow: 1px 2px 8px #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
h2 { /* image explanation ud */
  font-family: 'Open Sans',  Trebuchet MS, sans-serif;
  color: white;
  text-shadow: 1px 2px 8px #000000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
h3 { /* welcome heading ud */
   font-size: calc(20px + .8vw);
   font-weight: 400;
   margin-bottom: -20px;
}  
@media all and (min-width: 960px) {
h1 { 
  font-size: 50px;
  line-height: 30px;
}
h2 { 
  font-size: 30px;
  line-height: 30px;
  margin-top: 10px;
} 
}
 @media all and (max-width: 959px) and (min-width: 600px) {
h1 { 
  font-size: 32px;
  line-height: 18px;
}
h2 { 
  font-size: 18px;
  line-height:18px;
  margin-top: 10px;
} 
}
 
@media all and (max-width: 599px) and (min-width: 240px) {
h1 { 
  font-size: 22px;
  line-height: 12px;
}
h2 { 
  font-size: 16px;
  line-height: 0px;
  margin-top: 7px;
  margin-bottom: 50px;
} 

