﻿a {
	color: darkslategrey;
}

bodyxxx {
	background-image: url(../images/salts-logo-grey.png);
	background-position: center calc(96%);
	background-repeat: no-repeat;
	background-size: auto 60px;
}

progress[value]::-webkit-progress-bar {
	background-image: none;
}

progress::-webkit-progress-value {
	background-color: #2A787d;
	background-image: none;
}

@media screen and (min-width:800px) {
	body {
		zoom: 120%
	}
}

@media screen and (min-width:1100px) {

	html {
		background: silver;
	}

	body {
		max-width: 800px;
		max-height: 1000px;
		border: 1px solid grey;
		margin: auto;
		background: white;
		box-shadow: 0px 4px 6px rgba(0,0,0,0.4);
		margin: 20px auto;
		height: auto;
	}

	body.splash {
		max-height: none;
		height: 90%;
	}
}

@media screen and (orientation:portrait) and (max-width:400px) {

	.section {
		padding: 30px;
	}
}
