/* Put here the story specific css. */

/******* Change color theme: ********/
:root {
  --color-main: #d0003a;
  --color-one: #003d90;
  --color-two: #3061a3;
}

/******* Change company logo: ********/
/* .logo-box.company-logo {
	background-image: url("./path/to/image.png");
} */

/******* Change startscreen image: ********/
#story-frame.startscreen{
  background: url("./assets/images/Start_Karolinenstraße.jpg");
  background-size: cover;
}

#story-company-logo {
	background-image: url("https://www.stadt.bamberg.de/media/custom/3481_1_1_m.PNG?1633351757");
	height: 70%;
}

.sub-section {
  padding: 1rem;
  margin: 1rem 0;
}