* {
	margin: 0;
	padding: 0;
	font-family: "Nunito", sans-serif;
}

body {
	background-color: #ae0001;
}

.controls {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px;
	color: #d3a625;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#stoprecord {
	display: none;
}

#webcam {
	display: table;
	margin: 0 auto;
	border-radius: 20px;
	border: 2px solid #d3a625;
}

.cam {
	padding: 30px;
}

.controlselements {
	margin: 5px;
	border: 2px solid #d3a625;
	border-radius: 15px;
	padding: 10px;
	height: 400px;
	width: 250px;
	background-color: #740001;
	/* border: 2px solid #740001; */
}

.controlselements h1 {
	text-align: center;
}

h1,
label {
	background-color: #740001;
	text-transform: uppercase;
	font-family: "Space Grotesk", sans-serif;
}

#download {
	display: none;
}
#listen {
	display: none;
}

#recordingon {
	display: none;
}

.button {
	height: 75%;
	width: 100%;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

input:focus {
	outline: 0;
}

.single-button {
	background-color: transparent;
	text-align: center;
}

.toggle-on-off {
	height: 15%;
	display: flex;
	flex-direction: column;
	/* justify-content: flex-end; */
	align-items: center;
	background-color: transparent;
	padding: 0;
}

.effect-title {
	height: 10%;
}

.faders {
	background-color: transparent;
	height: 75%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.faders2 {
	background-color: transparent;
	height: 75%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.single-fader {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
}

button {
	border: 2px solid black;
	border-radius: 6px;
	height: 50px;
	width: 100px;
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;
	background-color: #ae0001;
	font-family: "Space Grotesk", sans-serif;
}

button:focus {
	outline: 0;
}

input[type="checkbox"] {
	cursor: pointer;
}
input[type="range"] {
	cursor: grab;
}

.active {
	background-color: #d3a625;
}

#buttons {
	height: 90%;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
#buttons2 {
	height: 90%;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.setbutton:active {
	background-color: #d3a625;
	transform: translateY(4px);
}

.help {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 40px;
	border: 4px solid black;
	border-radius: 60px;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.help-content {
	background-color: transparent;
	user-select: none;
}

.helpinfos {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.synth {
	visibility: visible;
}

.warning h1 {
	background-color: transparent;
	text-align: center;
	padding-top: 35px;
}

.explanations {
	width: auto;
	max-width: 80%;
	margin: 0 auto;
}

.how {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	text-align: center;
	line-height: 50px;
}

.how a {
	color: black;
}

.how a:visited {
	color: black;
}
