@charset "utf-8";
body {
	background-color: #000000;
}
.jumbotron {
	background-color: #000000;
	color: #E3E3E3;
	text-shadow: 1px 1px #141858;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	/* [disabled]font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; */
}
h1 {
	font-family: allura;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 60px;
}
.btn-primary {
	background-color: #414141;
	border-color: #EBEBEB;
}
.dots {
	border-bottom: 2px dotted #ccc;
}

@font-face {
    font-family: 'chiller';
    src: url('Chiller-Regular.eot');
    src: url('Chiller-Regular.eot?#iefix') format('embedded-opentype'),
        url('Chiller-Regular.woff2') format('woff2'),
        url('Chiller-Regular.woff') format('woff'),
        url('Chiller-Regular.ttf') format('truetype'),
        url('Chiller-Regular.svg#Chiller-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* big buttons on main page */
.big-btn {
	background-color: #000000;
}


/* Categories and products */
.btn-category {
	background-color: #000000;
/*	border-color: #555555;*/
	color: #ffffff;
	text-align: center;
	width: 300px;
	font-size: 1.5em;
}
.btn-category-clicked {
	background-color: #ff2800;
}

.prod_name {
	font-weight: bold;
	text-align: right;
	font-size: 1.5em;
	color: #ffc107;
}
.prod_desc {
	font-size: .7em;
}
.prod_price {
	font-size: 1.5em;
	font-weight: bold;	
	color: #ffffff;
}
.prod_currency {
	font-size: 1em;
}
.prod_main {
	border-bottom: 2px dotted #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #cccccc;
}
.prod_list {
	margin-bottom: 15px;
}
.prod_quantity {
	margin-top: -30px;
	font-size: .9em;
}
.menu {
	text-align: center;
}