html { 
  background: url(_images/SelleckFlesh.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*body {
	background-color: #59a949;
}*/

h1 {
	color: white;
    font-family: helvetica, sans-serif;
    font-size: 5em;
    text-shadow: 1px 1px 10px #2f2d2d;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    margin-top: 6%;
}



img {
	width: 30%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    h1 {
        font-size: 280%;
        width: 90%;
    }
    
    img {
	width: 60%;
	}
}