/* CSS */ 

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

body {
	background: #1d1d1b;
	font-family: 'Tinos', serif;
}

.wrapper {
	margin: 0 auto;
	width: 360px;
}

.logo {
	text-align: center;
	padding-top: 85px;
}

.text {
	color: #bd934e;
	padding-top: 40px;
	font-size: 16px;
	line-height: 1.45;
	text-align: center;
}

a {
	color: #A07925;
	text-decoration: underline;
}

.flag {
	padding-right: 5px;
}

/* .lang {
	padding-top: 15px;
	display: block;
} */

.footer {
	position: absolute;
	bottom: 0px;
	height: 46px;
	border-top: 1px solid #373737;
	z-index: 1001;
	color: #727171;
	width: 100%;
	text-align: center;
}

.footer p {
	line-height: 42px;
	font-size: 12px;
	margin: 0;
	padding-top: 4px;
}

@media only screen and (max-width: 480px) {
		.wrapper {
			width: 300px;
		}

		.footer {
			
			position: relative;
		}

		.text { 
			font-size: 18px;
			padding-bottom: 40px;
			margin-bottom: 40px;
		}
	}
/*
@media (max-width: 480px) {
	.wrapper {
		width: 300px;
	}

	
} */

