@font-face {
    font-family: 'Brown';
    src: url('subset-Brown-Regular.eot');
    src: url('subset-Brown-Regular.eot?#iefix') format('embedded-opentype'),
        url('subset-Brown-Regular.woff2') format('woff2'),
        url('subset-Brown-Regular.woff') format('woff'),
        url('subset-Brown-Regular.ttf') format('truetype'),
        url('subset-Brown-Regular.svg#Brown-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Brown;
	letter-spacing: 0.13em;
	height: 100vh;
}


body.site {
    background-color: #202945;
    color: #ffffff;
}

.item-page {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}
a:active {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}

h1 {margin: 0px;}

img {max-width: 100%;}


.footer-home {
position: absolute;
width: 100%;
text-align: center;
bottom: 50px;
line-height: 23px;
}

@media(max-width: 600px) {
	img{ max-width: 80%;}
	.footer-home {font-size: 15px;}
}
@media(max-width: 450px) {
	.footer-home {
		font-size: 13px;
		line-height: 21px;
		bottom: 30px;
	}
	h1 {margin-bottom:40px;}
}
@media(max-width: 350px) {
	.footer-home {font-size: 12px;line-height: 20px;}
	body {letter-spacing: 0.12em;}
}
