.hero-image {
  background-image: url("https://www.cmmprogramming.co.uk/IMAGES/Picture6.png");
  height: 35%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

z-index:-2;
}

h1{
font-family:verdana;
TEXT-ALIGN:CENTER;
COLOR:WHITE;
PADDING-TOP:5%;

}
#statement3{
COLOR:WHITE;
FONT-FAMILY:verdana;
FONT-SIZE:130%;
TEXT-ALIGN:CENTER;

}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
FONT-SIZE:150%;
}

#s2{
font-family:barlow;
text-align:center;

}

#s2 a{

text-decoration:none;
font-family:verdana;
font-size:100%;
color:black;
}

.column {
  float:LEFT;
  WIDTH:46%;
background-color:white;
display:INLINE;
PADDING:3%;
TEXT-ALIGN:CENTER;
       
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;

}

@media screen and (MAX-width: 680px) {
  .column {
    width: 95%;
margin-left:2.5%;

  }
}
@media screen and (MAX-width: 680px) {
  #s2 {
    display:none;
  }
}

#mylink{
text-decoration:none;
color:black;
}



#expl{
text-align:left;
}
