html { 
  background: url(../images/bg.svg) repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 25%;
  background-size: cover;
  background-color: rgba(104,171,194, 0.9);
}

body{
	background: repeat;
	font-size: 1.3em;
	color: #1d3c41;
	overflow-y: scroll;

}

