
html, body {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	text-align: justify;
    background: url('../img/wallpaper.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

h1 {
    text-shadow: 3px 3px #333;
    letter-spacing: 3px;
}

h2 {
	padding-bottom: 20px;
}
.navbar {
	box-shadow: 3px 3px 5px 0px #333;
}
#navbar-container {
	width: 660px;
	margin: 0px auto;
}

#outer-container {
	position: relative;
	width: 660px;
	margin: 0px auto;
}

#logo {
	color: white;	
}

#inner-container {
	padding-bottom: 50px;
	padding-top: 50px;
	margin: auto;
}

.full-block {
	width: 660px;
	padding: 20px;
	background-color: white;
	margin: auto;
	box-shadow: 4px 4px 5px 2px #333;
}

.small-block {
	position: relative;
	top: 50px;
	width: 500px;
	margin: 0px auto;
	margin-bottom: 50px;
	padding: 20px;
	background-color: white;
	box-shadow: 4px 4px 5px 2px #333;
}

.no_border {
	border: 0px !important;
}

.vertical {
	height: 50px;
	vertical-align: top !important;
}

.vertical div {
	-webkit-transform: rotate(+90deg); 
	-moz-transform: rotate(+90deg);	
	font-size: 10px;
	margin: 0px;
	white-space: nowrap;
}

.product {
	height: 160px;
	margin: 10px;
}

