@charset "utf-8";
/* CSS Document */

html {
  background: #444444;
	background-blend-mode: overlay;
  background-size: cover;
	background-repeat:no-repeat;
  height: 100%;
}

body {
padding-bottom: 0!important;
}

.body-content {
	background: #444444;
	background-blend-mode: overlay;
	background-size: cover;
	background-repeat:no-repeat;
	padding: none
}

div.theme-curved-circle {
display: none!important;
}

div.theme-curved-line {
display: none!important;
}

.dropdown {
  display: block;
	position: absolute;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #FEF1F9;
  min-width: 800px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}


*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	background-color: #FFFFFF;
}
.page__wrapper {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.heading {
	color: #444444;
	letter-spacing: 5px;
	font-size: 2.6em;
	margin-bottom: 30px;
	padding: 0px 15px;
}
.accordion {
	max-width: 100%;
	width: calc(100% - 20px);
}
details {
	background-color: #ffffff;
	margin-bottom: 10px;
	filter: drop-shadow(5px 5px 0px #f2f2f2);
}
details:hover {
	filter: drop-shadow(5px 5px 4px #f2f2f2);
}
details > summary {
	color: #f47b20;
	padding: 5px 10px;
	font-size: 1.3em;
	cursor: pointer;
}
details > p {
	padding: 5px 10px 10px 20px;
	color: #444444;
	font-size: 1.1em;
}