body {
	font-family: sans-serif;
	background-color: rgba(101,89,84, 0.9);
	margin: 0;
}
.principal {
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.8);
	background-image: url('../images/frank_family.png');
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:30px;
}
.principal_margot {
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.9);
	background-image: url('../images/margot.png');
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:30px;
}
.principal_anne {
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.8);
	background-image: url('../images/anne.png');
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:30px;
}

.principal_otto {
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.9);
	background-image: url('../images/otto.png');
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:30px;
}

.principal_edith {
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.8);
	background-image: url('../images/frank_family.png');
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:30px;
}

.principal_hidding {
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.8);
	background-image: url('../images/frank_family.png');
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:30px;
}

.principal_camps {
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.8);
	background-image: url('../images/principal_camps.png');
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:30px;
}

.family-frank {
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.9);
	background-image: url('../images/frank_family.png');
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:30px;
	height: 750px;
}

.family-van-pels {
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.9);
	background-image: url('../images/van_pels_family.png');
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:30px;
}

.family-van-pels-members {
	margin-left: 1%;
	margin-right: 1%;
	background-color: rgba(0,0,0, 0.4);
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	border-radius:20px;
	height:300px;
}


.black {
	background-color: rgba(0,0,0, 0.2);
	border-radius:10px;
	padding-left: 1%;
}

.kpi, .kpi_highlighted:hover{
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(0,0,0, 0.8);
	background-image: url('../images/numbers_2.png');
	padding-bottom: 10%;
	padding-top: 10%;
	padding-left: 10%;
	border-radius:10px;
	height:100px;
}

.kpi:hover,  .kpi_highlighted{
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(101,89,84, 0.9);
	background-image: url('../images/numbers.png');
	padding-bottom: 10%;
	padding-top: 10%;
	padding-left: 10%;
	border-radius:10px;
}



#menu{
	height: 50px;
	width:100%;
	background-color:rgba(0,0,0, 0.9);
	top: 0;
	position:fixed;
}

#footer{
	height: 200px;
	width:100%;
	background-color:rgba(0,0,0, 0.8);
	bottom: 0;
}

.menu{
	display:flex;
	height:100%;
	list-style:none;
	color: white;
}

.menu li{
	margin-right:40px;
	color: white;
	font-size: 14px;
}

.menu li:hover{
	margin-right:40px;
	color: #8d8686;
	font-size: 14px;
}

.menu_link a{
	text-decoration:none;
	font-size: 14px;
}


.submenu{
	height:100%;
	list-style:none;
	color: white;
}

.submenu li{
	margin-right:40px;
	color: white;
	font-size: 14px;
}

.submenu li:hover{
	margin-right:40px;
	color: #8d8686;
	font-size: 14px;
}

.submenu_link a{
	text-decoration:none;
	font-size: 14px;
}


#back_to_top{
	height: 25px;
	width:5%;
	right:0;
	background-color:rgba(0,0,0, 0.9);
	bottom: 0;
	position:fixed;
	padding-bottom:1%;
}

.lista{
	color: white;
}

.header {
	background-image: url('../images/chapter_2.png');
	background-color: rgba(0,0,0, 0.2);
	padding-bottom:100px;
}

.header:hover {
	background-image: url('../images/chapter_2.png');
	background-color: rgba(0,0,0, 1);
	padding-bottom:100px;
}

.header_persons{
	background-image: url('../images/chapter_3_summary.png');
	padding-top:5%;
	background-color: rgba(0,0,0, 0.9);
	height:100px;
}

.header_persons h1{
	font-size:36px;
}

.image{
	marging-left:none;
	margin-right:none;
}
h2.header {
	font-family: sans-serif;
	font-size: 36px;
	padding-top: 100px;
	padding-bottom: 10px;
	color:   rgb(44,41,38) ;
}
h3 {
	font-size: 14px;
	color:  white;
	font-family: sans-serif;
}
h4 {
	font-size: 14px;
	text-decoration: bold;
	color:  #8d8686;
	font-family: sans-serif;
}
h5 {
	font-size: 12px;
	text-decoration: italic;
	color:  white;
	font-family: sans-serif;
	align: left;
}
table {
    border-collapse: collapse;
}

/* Add left border to table cells */
.th_timeline {
    border-left: 1px solid white;
	padding-left: -20px;
}
.person_foto{
	background-color: rgb(0,0,0, 0.2);
	border-radius:25px;
}
iframe{
	border: 0px;
}
h2{
	font-size: 16px;
	padding-top: 0px;
	color:  #8d8686;
}

h2.title{
	font-size: 24px;
	padding-top: 0px;
	color:  black;
	margin-left:5px;
}

h1{
	font-size: 16px;
	padding-top: 0px;
	color:  white;
}

a{
	color:  white;
	text-decoration: none;
}

a:hover{
	color:  #574d3b;
	text-decoration: none;
}

.caption{
	font-size: 12px;
	color:  white;
	font-family: sans-serif;
}
.footnotes{
    background-color: rgba(124, 107, 99, 0.7);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.footnotes h2{
	font-size: 18px;
	color:  white;
}
.footnotes li{
	font-size: 12px;
	color:  white;
	text-decoration: none;
	margin-top:5px;
}
.footnotes a{
	color:  white;
	text-decoration: none;
}

.summary-1{
	border-radius: 20px;
	border: 0px;
	width:400px;
	height:160px;
	margin-right:50px;
}
table th .summary-1{
	margin-top:5px;
	marging-left:5%;
    background-color: black;
	background-image: url('../images/chapter_1.png');
	padding-top:5%;
	background-position:center;
}

table th .summary-1:hover{
	margin-top:5px;
	marging-left:5%;
    background-color: rgba(101,89,84, 1);
	padding-top:5%;
}

.summary-2{
	border-radius: 20px;
	border: 0px;
	width:400px;
	height:160px;
	margin-right:50px;
}
table th .summary-2{
	margin-top:5px;
	marging-left:5%;
    background-color: black;
	background-image: url('../images/chapter_2_summary.png');
	padding-top:5%;
	background-position:center;
}

table th .summary-2:hover{
	margin-top:5px;
	marging-left:5%;
    background-color: rgba(101,89,84, 1);
	padding-top:5%;
}

.summary-3{
	border-radius: 20px;
	border: 0px;
	width:400px;
	height:160px;
	margin-right:50px;
}
table th .summary-3{
	margin-top:5px;
	marging-left:5%;
    background-color: black;
	background-image: url('../images/chapter_3_summary.png');
	padding-top:5%;
	background-position:center;
}

table th .summary-3:hover{
	margin-top:5px;
	marging-left:5%;
    background-color: rgba(101,89,84, 1);
	padding-top:5%;
}

.summary-4{
	border-radius: 20px;
	border: 0px;
	width:400px;
	height:160px;
	margin-right:50px;
}
table th .summary-4{
	margin-top:5px;
	marging-left:5%;
    background-color: black;
	background-image: url('../images/chapter_4_summary.png');
	padding-top:5%;
	background-position:center;
}

table th .summary-4:hover{
	margin-top:5px;
	marging-left:5%;
    background-color: rgba(101,89,84, 1);
	padding-top:5%;
}


.center{
	padding-left:0.5%;
	padding-right:0.5%;
}
.rounded-button {
   padding: 5px 10px;
   background-color: rgb(44,41,38) ;
   border: none;
   color: white;
   border-radius: 5px; /* Adjust the radius as needed */
   text-decoration:none;
   font-size: 12px;
   cursor: pointer;
}

.rounded-button:hover {
   padding: 5px 10px;
   background-color: #6c5f5f ;
   border: none;
   color: white;
   border-radius: 5px; /* Adjust the radius as needed */
   font-size: 12px;
   cursor: pointer;
   text-decoration:none;
}

#event_0{
	background-color: rgba(101,89,84, 0.2);
}


.chapter-1{
	background-image: url('../images/chapter_1.png');
    background-color: black ;
	padding-top: 5%;
	padding-left:5%;
	height: 150px;
}

.chapter-1:hover{
	background-color: rgba(101,89,84, 0.9);
	height: 150px;
}


.chapter-1_timeline{
	background-image: url('../images/chapter_1.png');
    background-color: black ;
	padding-top: 5%;
	margin-bottom: 80%;
	padding-left:5%;
	height: 100%;
}

.chapter-1_timeline:hover{
	background-color: rgba(101,89,84, 0.9);
	border-radius:10px;
	height: 100%;
}

.chapter-2_timeline{
	background-image: url('../images/chapter_2.png');
    background-color: black ;
	padding-top: 5%;
	margin-bottom: 20%;
	padding-left:5%;
	height: 100%;
}

.chapter-2_timeline:hover{
	background-color: rgba(101,89,84, 0.9);
	border-radius:10px;
	height: 100%;
}

.chapter-3_timeline{
	background-image: url('../images/chapter_3.png');
    background-color: black ;
	padding-top: 5%;
	margin-bottom: 20%;
	padding-left:5%;
	height: 100%;
}

.chapter-3_timeline:hover{
	background-color: rgba(101,89,84, 0.9);
	border-radius:10px;
	height: 100%;
}


.chapter-4_timeline{
	background-image: url('../images/chapter_4.png');
    background-color: black ;
	padding-top: 5%;
	margin-bottom: 90%;
	padding-left:5%;
	height: 100%;
}

.chapter-4_timeline:hover{
	background-color: rgba(101,89,84, 0.9);
	border-radius:10px;
	height: 100%;
}


.chapter-3{
	background-image: url('../images/chapter_3.png');
    background-color: black ;
	height:150px;
	padding-top:5%;
	padding-left:5%;
}

.chapter-3:hover{
	background-color: rgba(101,89,84, 0.9);
}


.chapter-3 h1{
	color: white;
	font-size:36px;
	font-family: sans-serif;
}


.chapter-3 h2{
	color: white;
	font-size:26px;
	font-family: sans-serif;
}

.chapter-4{
	background-image: url('../images/chapter_4.png');
    background-color: black ;
	height:150px;
	padding-top:5%;
	padding-left:5%;
}

.chapter-4:hover{
	background-color: rgba(101,89,84, 0.9);
}


.chapter-1 h1{
	color: white;
	font-size:36px;
	font-family: sans-serif;
}


.chapter-1 h2{
	color: white;
	font-size:26px;
	font-family: sans-serif;
}


.chapter-2{
	background-image: url('../images/chapter_2.png');
	background-color: black;
	height:150px;
	padding-top:5%;
	padding-left:5%;
}

.chapter-2:hover{
    background-color: rgba(101,89,84, 0.9) ;
}


.chapter-1-rounded{
	background-image: url('../images/chapter_1.png');
	background-color: black;
	height:100px;
	padding-top:5%;
	padding-left:5%;
	border-radius:10px;
}

.chapter-1-rounded:hover{
    background-color: rgba(101,89,84, 0.9) ;
}

.chapter-2-rounded{
	background-image: url('../images/chapter_2.png');
	background-color: black;
	height:100px;
	padding-top:5%;
	padding-left:5%;
	border-radius:10px;
}

.chapter-2-rounded:hover{
    background-color: rgba(101,89,84, 0.9) ;
}


.chapter-3-rounded{
	background-image: url('../images/chapter_3.png');
	background-color: black;
	height:100px;
	padding-top:5%;
	padding-left:5%;
	border-radius:10px;
}

.chapter-3-rounded:hover{
    background-color: rgba(101,89,84, 0.9) ;
}


.chapter-4-rounded{
	background-image: url('../images/chapter_4.png');
	background-color: black;
	height:100px;
	padding-top:5%;
	padding-left:5%;
	border-radius:10px;
}

.chapter-4-rounded:hover{
    background-color: rgba(101,89,84, 0.9) ;
}

.chapter-2 h2{
	color: white;
	font-size:26px;
	font-family: sans-serif;
}

.chapter-2 h1{
	color: white;
	font-size:36px;
	font-family: sans-serif;
	padding-top:2.5%;
}


.event0{
	font-size: 13px;
	color:  #8d8686;
	font-family: sans-serif;
}

p {
	font-family: sans-serif;
	font-size:12px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	color:  #ffffff;
    font-weight: normal;
	align: left;
}

.summary-title {
	font-family: sans-serif;
	color:  #ffffff;
	font-size: 15px;
}

.summary-subtitle {
	font-family: sans-serif;
	color:  #ffffff;
	font-size: 13px;
	text-decoration:none;
}

.note {
	font-family: sans-serif;
	color:  #ffffff;
	font-size: 12px;
	padding-top: 5px;
}

.event-title {
	font-family: sans-serif;
	color:  #ffffff;
	font-size: 24px;
}

.event-subtitle {
	font-family: sans-serif;
	color:  #ffffff;
	font-size: 18px;
}


.rounded-box{
	background-color:black;
}

.rounded-box-2{
	padding-top:0.5%;
	margin-bottom: 0.5%;
	background-color:rgba(101,89,84, 0.9) ;
	padding-left:2%;
	padding-right:2%;
}

blockquote{
	color: white;
	font-family: sans-serif;
	font-size:14px;
	font-style:italic;
}

.counter td{
	font-size:36px;
	color: white;
}

.counter-1{
	margin-top:5px;
    background-color: black;
	background-image: url('../images/chapter_2.png');
	padding-top:5%;
	background-position:center;
	border-radius:20px;
}

.counter-1:hover{
	margin-top:5px;
    background-color: rgba(101,89,84, 1);
	padding-top:5%;
}

.counter-2{
	margin-top:5px;
    background-color: black;
	background-image: url('../images/chapter_3.png');
	padding-top:5%;
	background-position:center;
	border-radius:20px;
}

.counter-2:hover{
	margin-top:5px;
    background-color: rgba(101,89,84, 1);
	padding-top:5%;
}

.counter-3{
	margin-top:5px;
	marging-left:5%;
    background-color: black;
	background-image: url('../images/chapter_4_summary.png');
	padding-top:5%;
	background-position:center;
	border-radius:20px;
}

.counter-3:hover{
	margin-top:5px;
	marging-left:5%;
    background-color: rgba(101,89,84, 1);
	padding-top:5%;
}

.map{
	border-radius:10px;
	border:1px;
}

.map-circle{
	border-radius:720px;
	border:1px;
}

.circle{
	border-radius:360px;
	border-color: white;
}

#background{
	background-color:rgba(101,89,84, 1);
}


li {
	font-size: 12px;
	color: white;
}

div{
	font-size: 12px;
	color: white;
}



/* Define the hover state and change the height of the background area */
.dashboard_home:hover .background {
  height:30%; /* Set the height to 100% of the container when hovering */
  bottom: 0; /* Reset bottom value to default */
  top: auto; /* Position the background area at the top of the container */
}

.dashboard_home:hover {
	background-size:280%;
    transition: height 1s ease;
}


.espaco_menu{
	height: 30px;
}


.summary-header{
	height: 30px;
	background-color: black;
}


.footer {
  background-color: black;
  width: 100%;
  height:200px;
  bottom: 0;
  padding-top:5%;
}

.footer th{
	border-left: 1;
	border-left-color:white;
}

.intro-header {
  background-color: black;
  width: 100%;
  height:100px;
  bottom: 0;
}

.intro-header h3{
  color: white;
  font-size: 20px;
}


.link_background{
    background-color: rgba(101,89,84, 0.9);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
}

.link_background:hover{
	color: gray;
}

.menu_footer th {
  border-left: 1px solid white;
  padding-left: 20px;
  margin-bottom:40%;
}

.menu_footer li{
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height:3;
}

.menu_footer li a {
    color: white;
    text-align: left;
    text-decoration: none;
}

.menu_footer li a:hover {
    color: rgba(101,89,84, 0.9);
}
