@charset "utf-8";
/* CSS Document */

* { -moz-box-sizing: border-box; box-sizing: border-box; transition:0.2s; }


table td {vertical-align:top; }

a img { border:0; }

.toLeft { float:left; margin-right:1em; }
.toRight { float:right; margin-left:1em; }
.lefted { text-align:left; }
.righted { text-align:right; }
.centered { text-align:center; }


html, body { width:100%; height:100%; }
body { font-family: 'PT Sans Caption', sans-serif; background:url(img/back.jpg) no-repeat center bottom; background-size:cover;}
main { display:table; width:100%; height:70%; }
article { text-align:center; display:table-cell; vertical-align:middle; position:relative; }
p { position:absolute; top:0; width:100%; text-align:center; font-size:1.25em; color:#6B6966; text-transform:uppercase; }
img { width:50%; max-width:934px; display:block; margin:auto; }
@media all and (max-width:600px) {
	img { width:90%; }
	p {  font-size:0.8em; }
}

@media all and (min-aspect-ratio:5/2) {
	body { background-position:center 70%; }
}