body {
	padding-top: 70px;
	background-color:rgba(245,245,245,1);
}
body.home {
	padding-top: 0px;
}
.starter-template {
	padding: 40px 15px;
	text-align: center;
}

a.btn .glyphicon {
	margin-right: 8px
}

/* NAVBAR
-----------------*/
.navbar {
	font-family: 'Share Tech Mono', sans-serif;;
}
.navbar-default {
	background-color:rgba(240,240,240,0.8);
}
.home .navbar-default {
	background-color:rgba(255,255,255,0.8);
}
.navbar-brand {
	font-size: 28px;
	margin-right: 100px
}

.navbar .container {
	margin-left: 0px;
}
/*.carousel-caption {
	background-color:rgba(0,0,0,0.3);
}
*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	background-color: #DBDCE0;
	maxx-height: 400px;
}
.carousel-inner > .item > img {
	margin: auto;
	display: block;
	width: 100%;
	height: auto;

}
.carousel-indicators li {
	border: 1px solid #aaaaaa
}
h1 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h1, h2, h3 {
	color: #666
}

/* own */
.artimage img {
	margin-bottom: 10px;
}
.artimage p {
	font-size: 12px;
}

/* Small devices */

@media (max-width: 500px) {
	.navbar-brand {
		font-size: 14px;
	}
	.navbar-default {
		background-color:rgba(240,240,240,0.9);
	}
	.home .navbar-default {
		background-color:rgba(255,255,255,0.9);
	}
}
@media (max-width: 350px) {
	.navbar-brand {
		font-size: 12px;
	}
}

.menu2 {
	font-size: 20px;
}
.menu2 a.active {
	text-decoration: underline;
	font-weight: bold;
}