body {
  background-image:url(http://3.bp.blogspot.com/-13u8ABPVvYY/VJFhK1cwGkI/AAAAAAAAGjE/yRB7DULQi1o/s1600/Mountain%2Bbrown%2Brock%2Btexture%2B4770x3178.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}

.HeadRoof {

  background-color:#dfb21f;
  padding:5px;
  margin:5px;
  border-style:inset;
  border-radius:5%;
  border-width:15px;
  border-color:#d1d1c0;

}

.paragraph {

  background-color:#ccebff;
  border-style:inset;
  margin:15px;
  border-radius:5%;
  border-width:5px;
  border-color:rgb(199, 132, 45);

}

.centre {
  
  position:relative;
  text-align:center;

}

.row {
  display: flex;
  margin:0%;
  padding:0%;
}

.column {
  flex:33.33%;
  padding:5px;
  margin:0%;
}

.Header{
  margin:1vw;
  font-size:4vw;
  font-family: "Times New Roman", Times, sans-serif;
}

.SubHeader{
  margin:1vw;
  font-size:2.5vw;
  font-family: "Times New Roman", Times, sans-serif;
}

.ParagraphFiller{
  margin:1vw;
  font-size:1.5vw;
  font-family: "Times New Roman", Times, sans-serif;
}

.SourceText {
  position:relative;
  margin:0%;
  border:0%;
  font-size:1.5vw;
  font-family: "Times New Roman", Times, sans-serif;
}

