/* Remove the navbar's default rounded borders and increase the bottom margin */ 
.navbar {
 /* margin-bottom: 50px;*/
  border-radius: 0;
 /* background-color:#7ca6d8;*/
}

/* Remove the jumbotron's default bottom margin */ 
 .jumbotron {
  margin-bottom: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 25px;
}

/* image in container schalen */
.container img{
	 width:450px;
 }
#navbar a  {
outline: 0;
}


		@media only screen and (max-width: 360px) 
		{ 
			.container img{
				 width:300px;
			}
		}
