body {font-size:16px; font-family:Roboto Condensed; color:#272727; font-weight:bold 700; letter-spacing:1px;}

a.home {margin-bottom:40px; padding:12px 30px; background:#000; border-radius:3px; font-size:25px; color:#fff; letter-spacing:4px; font-weight:bold; text-decoration:none;}

@media screen and (max-width: 1000px) {
a.home {margin:0px 0px 40px -7px; padding:12px 30px; background:#000; border-radius:3px; font-size:25px; color:#fff; letter-spacing:4px; font-weight:bold; text-decoration:none;}
}

.container {width:600px; margin:20px auto;}

@media screen and (max-width: 1000px) {
.container {width:500px; margin:20px auto;}
}

@media screen and (max-width: 800px) {
.container {width:95%; margin:20px auto;}
}

.header {text-align:center;}

img.logo {width:75%; border:solid 3px;}

@media screen and (max-width: 800px) {
	img.logo {width:70%; border:solid 3px;}
}

.content {margin-top:20px; text-align:center;}

	p {font-size:18px; letter-spacing:4px;}

.item {width:70%; margin:auto; text-align:center;}

@media screen and (max-width: 800px) {
.item {width:75%; margin:auto; text-align:center;}
}

h1 {font-size:50px; color:#898578; letter-spacing:4px; font-weight:normal; margin-bottom:15px;}

@media screen and (max-width: 800px) {
h1 {font-size:40px; color:#898578; letter-spacing:4px; font-weight:normal; margin-bottom:15px;}
h1 br {display:none;}
}

.item img {width:100%; margin:auto; border:solid 1px #c4c1b5;}

p.price {font-size:20px; color:#898578; letter-spacing:3px; margin-top:10px;}

a.buy {color:#fff; text-decoration:none; margin:auto; clear:both;}

.proceed {width:80%; margin:12px auto; padding:10px; background:darkred; font-size:22px; color:#fff; letter-spacing:1px;}

@media screen and (max-width: 800px) {
.proceed {width:90%; margin:12px auto; padding:10px; background:darkred; font-size:20px; color:#fff; letter-spacing:1px;}
}

.footer {margin:50px -8px -8px -8px; padding:12px; background:#000; color:#c4c1b5; text-align:center; clear:both;}

.footer a {font-size:18px; color:#aca796; text-decoration:none; margin-left:10px; margin-right:10px;}

@media screen and (max-width: 800px) {
.footer a {font-size:16px; color:#aca796; text-decoration:none; margin-left:10px; margin-right:10px;}
}

.footer img {width:30px; margin-bottom:-10px;}