body {
	background-image: url('/img/ringe.png'), url('/img/background.jpg');
	background-repeat: no-repeat;
	background-size: 15vw, cover;
	background-position: bottom left, center center;
	background-attachment: fixed;
}

footer, li, body, p {
	font-size: 1.3em;
}

#carousel .carousel-caption span {
	display: block;
	clear: both;
	text-shadow: 2px 2px 2px rgba(0,0,0, 1);
}

#carousel .carousel-caption span.large {
	font-size: 2.5em;
}

#carousel .carousel-caption span.small {
	font-size: 1.5em;
}

.gap-top {
	margin-top: 25px;
}

.gap-right {
	margin-right: 25px;
}

.gap-left {
	margin-left: 25px;
}

.gap-bottom {
	margin-bottom: 25px;
}

.gap {
	margin: 25px 25px 25px 25px;
}

.panel-primary .panel-heading small {
	color: white;
}

.panel-body p.small {
	font-size: 1.1em;
}

li.list-group-item small {
	font-size: .7em;
}

.box-shadow {
	box-shadow: 5px 5px 10px rgba(0,0,0,1);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
}


