.page {
	min-height: 70vh;
	margin-bottom: 50px;
}

a, a:hover {
	text-decoration: none;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse {
	background-color: #d6eafb; /* cae4fa 8ebce3 */
	border-color: #bdcbdf;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
    font-size: 1.1em;
}

.navbar-inverse .logoimg {
	width: 280px;
	height: auto;
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
}

.categories {
	margin-bottom: 20px;
}

.categories .categories-element h3, .category h2, .categorise-element, .product-element h3, .product-element .image {
	text-align: center;
}

.categories-element {
	/* background-color: #eaeaea; */
	border: 1px solid #c0c0c0; /* #000 */
	margin-bottom: 30px;
	border-radius: 12px;
}

.categories-element h3, .product-element h3 {
	margin: 0px;
	padding: 0px;
}

.categories-element a {
	display: block;
	padding: 15px 10px;
}

.categories-element p.text-center {
	overflow: hidden;
}

.categories-element img {
	max-width: 200px;
	height: auto;
}

.product-element .product p, .category .products {
	display: none;
}

.product-element .product p.image {
	display: block;
}

footer {
	height: 50px;
}

footer .container:before {
	display: block;
}

footer .container {
    border-top: 1px #eeeeee solid;
    padding-top: 24px;
}

footer .container a {
    padding-right: 20px;
}