/* CSS Document */
.bgimage {
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
  background-position: center center;
}
.attribution a {
  color: white;
  text-decoration: none;
}
.attribution {
  font-size: 7px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  /*background-color: rgba(255, 255, 255, 0.48);*/
  padding: 5px;
	color:white;
}


.headline {
  
  position: absolute;
  bottom: 15%;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.80);
  padding: 10px;
	padding-right: 15px; 
	padding-left: 15px;
}
h5 {font-weight:700}
	
	body {font-size: 1.2rem;
	}

