@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Merriweather', serif;
	text-align: center;
	background: url("../img/bg_maeat_wooden_black.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Poppins', sans-serif;
}



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

a:hover {
	color: #E3C700;
}

p {
	color:#AAA;
	
}

.wrapper {
	display: flex;
	flex-direction: column;
	max-width:1180px;
	margin:0 auto;
	padding:0 60px;
	box-sizing:border-box;
}


.header{
	margin:0 auto;
	color:#FFF;
	box-sizing: border-box;
	height:40vh;
	display:flex;
	align-items: center;
	justify-content: center;

	
}

.header .logo {
	font-size: 30px;
	display:block;

}

.header .logo img {
	width:200px;

}

.content p{
	font-size: 13px;
}

.row {
	display:flex;
	max-width:80%;
	text-align:center;
	margin: 0 auto;
	box-sizing:border-box;
}

.column {
	max-width:25%;
	padding:30px;
	box-sizing:border-box;
	position:relative;
}

.column img {
	max-width:80%;
	position:relative;	
}

.column h2 {
	color:#AAA;
	text-transform:uppercase;
	font-size:0.9em;
	margin-bottom:2px;
	margin-top:2px;
	display:block;
	box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.49);
	-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.49);
}

.column span.weight {
	border-radius: 3px;
	border:2px solid #FFF;
	color:#FFF;
	text-align_center;
	width:30px;
	height:30px;
	line-height:30px;
	display:block;
	margin:0 10px;	
	position:absolute;
	top:30px;
	right:30px;
}

.column h3 {
	font-size:0.7em;
	color:#AAA;
	margin-bottom:2px;
	margin-top:2px;
	box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.49);
	-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.49);	
}

.column h4 {
	margin-bottom:2px;
	margin-top:20px;
	font-size:0.6em;
	box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.49);
	-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.49);
}

.column h4 span.price {
	border-radius: 3px;
	padding:8px 12px;
	font-size:1.2em;
}

.column h4 span.currency {
	opacity: 0.5;
}


@media only screen and (max-width: 1000px) {
	.header .logo img {
		width:150px;

	}
	 .row {
		display:flex;
		text-align:center;
		margin: 0 auto;
		flex-wrap:wrap;

	}

	.column {
		padding:10px;
		box-sizing:border-box;
		position:relative;
		min-width: 50%;
	}

	.column img {
	max-width:90%;
	position:relative;	
	}
}

@media only screen and (max-width: 600px) {
	.header .logo img {
		width:100px;

	}
	
	.header{
		height:30vh;
		padding:10px;

	}
	
	
	.intro p {
		font-size:12px!important;
	}
	.intro  {
		margin-bottom: 40px;
	}
	.wrapper {
		max-width:600px;
		padding:0 10px;
		}
	 .row {
		display:flex;
		text-align:center;
		margin: 0 auto;
		flex-wrap:wrap;

	}

	.column {
		padding:5px;
		box-sizing:border-box;
		position:relative;
		min-width: 50%;
		font-size:80%;
	}

	.column img {
	max-width:80%;
	position:relative;	
	}
	
	.column span.weight {
	border-radius: 3px;
	border:2px solid #FFF;
	color:#FFF;
	text-align_center;
	width:20px;
	height:20px;
	line-height:20px;
	display:block;
	margin:0 10px;	
	position:absolute;
	top:5px;
	right:5px;
	}
	
	.column h4 span.price {
	font-size:16px;
	}

}






