*{box-sizing:border-box}
body {
	margin:0;
	background: url("/images/nature3.jpg") fixed no-repeat top center #fff;
	/* background-size: auto 100% ; */
	font-family: 'Roboto', sans-serif;
}
nav {
	font-size: 24px;
	padding: 24px; 
	color: white;
}
h1 {
	text-align: center;
	margin: 60px auto 20px;

}
h1 span {
	font-size: 60px; 
	color: #fff;
	font-family: 'Source Code Pro', monospace;
	background: #262e3b;
	padding: 5px 20px;
	border-radius: 5px;
	/* display: inline-block; */
}

h2 {
	margin: 20px auto 20px;
	font-size: 30px; 
	color: #fff;
	text-align: center;	
}

@media screen and (max-width: 768px) {
	nav {color: #262e3b;}
	h1 span {font-size: 30px; }
}