


/* Common */
body {
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
	padding: 50px 50px;
	font-size: 36px;
}

h2 {
	padding: 10px 50px;
	font-size: 30px;
}

p {
	padding: 10px 50px;
	font-size: 20px;
}

li {
	list-style-position: inside;
	padding: 10px 50px;
	font-size: 20px;
}

a {
	text-decoration: none;
	color: #000000;
}

div.fixed {
	position: fixed;
	bottom: 25;
	right: 25;
	width: auto;
	border: 3px solid #000000;
	border-radius: 12px;
	background-color: #ebb54b;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 30px;
}

.accordion {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
  padding: 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 35px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #16A085;
}

.panel {
  padding: 0 18px;
  background-color: FFFFFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.hero {
	position: relative;
	text-align: center;
	color: white;
}

.hero img {
  filter: brightness(50%);
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu img {
	float: left;
	max-width: 15%;
	height: auto;
}