/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;

}

.backgrounded {
  background: url(Berner_Alpen.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.well {
   background-color: rgba(245, 245, 245, 0.75);
}

.img-big {
	padding: 20px;
	width:80%;
}

.img-small {
	width:80%;
}

.img-responsive {
    margin: 0 auto;
}

.well p {
	margin-top: 30px;
}

a, a:hover {
	color:#000;
	text-decoration: none;
}

a:hover strong {
	text-decoration: underline;
}

.flags img {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

