html {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
body {
	margin: 0px;
	height: 100%;
	background-image: url('./img/helen_web.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}
#top {
  position:absolute;
  width:100%;
  height:40%;
  top:0;
}
#bottom {
  position:absolute;
  width:100%;
  height:30%;
  bottom:0;
}
#middle {
  position:relative;
  margin: auto;
  top: 35vw;
}
#mcontent {
	margin-left: 30px;
	color: #ef200a;
}
#mcontent > p {
	font-size: 1vw;
	margin-top: 0px;
	padding-bottom: 10px;
}
.big {
	font-size: 5.5em;
}