@font-face {
    font-family: "apple-symbols";
    src: url("fonts/apple-symbols.woff") format('woff');
}

body {
	background: url(img/background.jpg) no-repeat center top; 
	background-size: cover;
	min-height: 1500px;
	/*max-width: 100%;
	height: auto;*/
}

@media screen and (max-width: 600px) {
	body {
		min-height: 510px;
	}
}