body {
  background-color: black;
  background: url(../images/flagbranch.jpeg) no-repeat center center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  margin: 0;
  padding: 0;
}

a {
  color: white;
  text-decoration: none;
}

h1 {
  border-bottom: 2px solid #FFF;
  display: inline-block;
  font-family: 'Bitter', serif;
  font-size: 5vw;
  margin: 0px auto 0px auto;
  padding: 0px 0px 6px 0px;
  text-align: center;
  text-shadow: 3px 3px 2px #000;
}

header {
  background-color: #000000CC;
  color: white;
  margin: 0;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

button {
	display: inline-block;
	border: none;
	padding: 1rem 2rem;
	margin: 0;
	text-decoration: none;
	background: #0069ed;
	color: #fff;
	font-family: sans-serif;
	font-size: 1rem;
	cursor: pointer;
	text-align: center;
	transition: background 250ms ease-in-out, transform 150ms ease;
	-webkit-appearance: none;
}

button:hover, button:focus {
	background: #0053ba;
}

button:focus {
	outline: 1px solid #fff;
	outline-offset: -4px;
}

button:active {
	transform: scale(0.99);
}
dl {
  margin: 10px;
}

dt {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 0px 5px 10px 0px;
  text-shadow: 3px 3px 2px #000;
}

dd {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 0px 50px 10px 0px;
  text-shadow: 3px 3px 2px #000;
}

.window {
  background-color: #000000EE;
  border-radius: 15px;
  color: white;
  margin: 20px auto 80px auto;
  padding: 15px;
  text-align: center;
  width: 80vw;
}
img {
  margin: 5px;
}
p {
  font-family: 'Open Sans', sans-serif;
  line-height: 2em;
}

ul {
  padding: 0px 0px 0px 10%;
  list-style-type: none;
}

ul li::before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-image: url('star.png');
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: center;
  vertical-align: baseline;
}

li {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  margin: 0px 30px 0px 0px;
  text-shadow: 3px 3px 2px #000;
}

figure {
  display: inline-block;
}

.guide {
    color: blue;
    width: 100%;
}

footer {
  background-color: #000033;
  color: white;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: left;
  width: 100%;
}
