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

body {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto; /*centrat vertical del contingut*/
    font: 15px/1.4 Arial, sans-serif;
	color:#fff;
}

header {
	text-align: center;
	background:#000000;
	padding: 25px 0 20px 0;
	border-bottom: 1px solid #fff;
}

.mainlogo {
	/*width: auto;*/
	max-width: 119px;
		
}

.secondlogo {
	/*width: auto;*/
	max-width: 80px;
}



.container {
	background-image: url("imgs/black2.jpg");
	padding: 80px 0 100px 140px;
}

.text {
	
	width: 25%;	
}


.text img {
	width: 100%;
}


.shop {
	margin-top: 450px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	width: 25%;
	border: 2px solid #000000;
}

.shop a:link {
	font-weight: bold;
 	font-size: 28px;
 	font-size: 28px;
	color: #000000;
	text-decoration: none;
}

.shop a:visited {
 	font-weight: bold;
 	font-size: 28px;
	color: #000000;
	text-decoration: none;
}

.shop a:hover {
	font-weight: bold;
 	font-size: 28px;
	color: red;
	
}

.voucher {
	margin-top: 30px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	width: 25%;
	border: 1px solid #000000;
	font-size: 22px;
	color: #000000;
}



footer {
	border-top: 1px solid #fff;
	text-align: center;
	background:#000000;
	margin-top: 0px;
	padding: 45px 0 45px 0;
	
}


.proudly {
	padding-top: 20px;
}

.copyright {
	font-size: 13px;
	padding-top: 50px;
}

.legaltext {
	font-size: 13px;
}


footer a:link {
 	color: #fff;
	text-decoration: none;
}

footer a:visited {
 	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
	color: #FCF300;
}
