#photo-booth {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f6feff;
}
#photo-booth .column-1 .photo-booth-intro {
	margin-bottom: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}
#photo-booth .column-1 .photo-booth-intro h2 {
	color: #039191;
	text-align: center;
	font-family: 'Oswald';
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}
#photo-booth .column-1 .photo-booth-intro p {
	color: #333;
	text-align: center;
	font-family: 'Mulish';
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px;
	margin-bottom: 0;
	margin-top: 0;
}

#photo-booth .column-1 .photo-booth-intro .span-box {
	display: block;
}
#photo-booth .column-1 .span-box span {
	/* background-color: var(--wtd-23-pink-dark); */
	/* border-radius: 10px; */
	/* padding: 4px 10px; */
	color: #ee20a3;
	font-family: 'Mulish';
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 31.5px;
}
/* #photo-booth .column-1 .span-box span:hover {
	background-color: var(--clr-white);
	color: var(--wtd-23-pink-dark);
	border: 1px solid var(--wtd-23-pink-dark);
} */

.no-sroll {
	overflow-y: hidden;
}
.ff-heading {
	margin: auto;
	max-width: 1200px;
}

.ff2 {
	font-size: 2.2rem;
	color: orange;
}
.ff3 {
	font-size: 1.5;
	font-weight: normal;
}

.ff-wrap {
	display: flex;
	flex-direction: row;
	border: 0px solid red;
	width: 100%;
	height: 90%;
	margin: auto;
	max-width: 1140px;
	align-items: flex-start;
	min-height: 690px;
	overflow: hidden;
}

#view-width {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 10px auto;
	z-index: 300;
	background-color: #fdfff0;
	/*  background: linear-gradient(321deg, rgba(239,252,69,1) 0%, rgba(0,115,119,1) 100%);*/
	box-shadow: 0px 3px 12px #606060;
}

#view-height {
	border: 0px dotted black;
	position: relative;
	padding-bottom: 100%;
	padding-top: 0;
	height: 0;
}

#mivideo {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 100;
}

#micanvas {
	border: 0px solid red;
	width: 100%;
	height: 100%;
	transform-origin: top left;
	/*-webkit-transform: scaleX(-1);
	transform: scaleX(-1);*/
}

/* CAMERA CONTROLS */

#camera-controls {
	position: absolute;
	border: 0px solid blue;
	width: 100%;
	text-align: center;
	bottom: 4%;
	z-index: 300;
}

.ff-button {
	display: inline-block;
	padding: 15px 16px;
	border-radius: 50%;
	border: 6px double grey;
	color: #4d4a4a;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
	width: 52px;
	height: 52px;
	font-size: 14px;
}

.ff-button.save,
.ff-button.delete,
.ff-button.copy {
	padding: 10px 11px;
	border-radius: 12px;
	border: 2px solid grey;
	height: unset;
	width: unset;
	margin-bottom: 15px;
}

.ff-button.save {
	margin-right: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/*padding-right: 12px;*/
	border-right: 0px solid red;
}

.ff-button.copy {
	/*padding: 15px 14px;*/
	margin-right: 0;
	border-radius: 0;
	border-right: none;
}

.featNotSupported #copy-frame.ff-button.copy {
	display: none;
}

.copy-dialogue-box {
	position: relative;
	top: -8px;
	display: table;
	border-radius: 10px;
	border: 1px solid green;
	background-color: #b4ff9f;
	padding: 6px 11px;
	font-size: 1em;
	margin: auto;
	color: #067728;
}

.copy-dialogue-icons {
	width: 1.2em;
	height: 1.2em;
	fill: #067728;
	fill: #067728;
	vertical-align: text-bottom;
	margin-right: 6px;
}

.ff-button.delete {
	margin-left: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	/*min-width: 53px;
	padding-left: 12px;*/
	border-left: 2px solid grey;
}

.ff-button.stop {
	padding: 11px 14px;
	border-radius: 26px;
}

.ff-button:hover {
	background-color: #d8d8d8ff;
}

.ff-button.save:hover {
	background-color: #d8d8d8ff;
	fill: blue;
}

.photo-booth-icons {
	width: 32px;
	height: 32px;
	fill: #504d4d;
}

/* ----------------- OPTIONS ----- */

#belt-opyions {
	margin: 0 auto;
}

.hat-list {
	font-size: 16px;
}

.hat-list div {
	margin: 6px;
	max-width: 132px;
}

.make-grayscale {
	filter: grayscale(100%);
}

.choice-label {
	display: inline-flex;
	align-items: center;
}

.choices + img {
	cursor: pointer;
}

.vector-hats {
	width: 100%;
}

/* CHECKED STYLES */
.choices:checked + svg .st1,
.choices:checked + svg .st0 {
	stroke: #0075ff;
}

.choices:checked + svg .st2 {
	fill: #0075ff;
}

.st2 {
	fill: #605d5d;
}
.st1 {
	fill: #ffffff;
	stroke: #605d5d;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}
.st0 {
	fill: none;
	stroke: #605d5d;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}

/*  capture */
/* ================================ */
/* ================================ */

#captured-fotos {
	border: 0px solid red;
	width: 250px;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

#captured-fotos p {
	margin-bottom: 2px;
}

.foto-frame {
	border: 3px solid #a3a3a3;
	border-radius: 19px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 20px;
}

.frame-selected {
	/*border-color: purple;*/
	border-color: #2f8dfd;
}

.foto-img-stroke {
	/*	border: 1px solid #a7a7a7;
	border-radius: 15px;
	overflow: hidden;*/
}

img[src='img/placeholder-1.png'],
img[src='img/placeholder-2.png'] {
	opacity: 0.6;
	filter: grayscale(100%);
}

.frame-selected img[src='img/placeholder-1.png'],
.frame-selected img[src='img/placeholder-2.png'] {
	filter: unset;
	opacity: 0.9;
}

/*.frame-selected img {
	filter : unset;  unset the grayscaleo 
	opacity: .9;
}*/

.foto-img {
	width: 100%;
	border: none;
	display: block;
}

.foto-anim {
	transform: rotate(30deg);
}

.foto-preview-wrap {
	margin: 12px 7px;
	font-size: 0.9rem;
}

.foto-preview {
	border: 1px solid #989898;
	padding: 7px 0;
	margin: auto;
	width: 50%;
	border-radius: 20px;
	background-color: #989898;
	color: #fff;
	font-size: 1em;
	text-align: center;
	transition: all 1s ease-out;

	pointer-events: none;
}

.foto-preview-active {
	animation-name: backgroundColorPalette;
	animation-duration: 1.8s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	/* linear is enabled default, it’s not necessary to add it make it work but it can make your code more expressive */
	color: blue;
	width: 100%;
	font-size: 1.2em;
	border-radius: 15px;
	border: 1px solid blue;
	cursor: pointer;
	pointer-events: auto;
}

@keyframes backgroundColorPalette {
	0% {
		background: #ee6055;
		background: #5cf3ff;
	}
	33% {
		background: #60d394;
		background: #b0ff88;
	}
	66% {
		background: #aaf683;
		background: #6ff5ac;
	}
	100% {
		background: #ffd97d;
		background: #ffff73;
	}
}

/*.preview-width {
	position: relative;
	width: 100%;
	max-width: 600px;
}

.preview-height {
	position:relative;
	padding-bottom:100%;
	padding-top:0;
	height:0;
}
*/

#preview-progress {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transform-origin: top left;
	position: absolute;
	z-index: 130;
	display: none;
}

#preview-progress.preview-progress-a {
	display: flex;
}

#preview-gif {
	/*border:3px dotted pink;*/
	width: 100%;
	height: 100%;
	transform-origin: top left;
	position: absolute;
	z-index: 120;
	/*-webkit-transform: scaleX(-1);
	transform: scaleX(-1);*/
}

/* intro */

.ff-intro {
	border: 0px solid grey;
	height: 100%;
	position: absolute;
	z-index: 150;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 1);
}

.ff-intro p {
	font-size: 1.1rem;
	text-align: center;
}

.hidden {
	display: none;
}

.custom-alert {
	border: 1px solid grey;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(2, 137, 217);
	z-index: 400;
	display: none;
}

.custom-alert p {
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
	margin: 10px 0;
}

.custom-alert-show {
	display: flex;
}

/* --- ON/OFF SWITCH --*/
/* https://codepen.io/garetmckinley/pen/YmxYZr */

.toggle-wrap {
	position: relative;
	border: 0px solid red;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	position: absolute;
	z-index: 200;
	bottom: 38%;
	/*left:240px;*/

	width: 100%;
	transition: all 0.5s ease-out;
	border: 0px solid red;
}

/* START [LAST WORDS] SECTION */
#last-words {
	background-color: #f9f1ea;
	color: var(--clr-text);
}
#last-words .column-1 .last-words-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 60px 1%;
	margin: 0 auto;
	gap: 1rem;
	max-width: 1170px;
	margin: 0 auto;
}

#last-words .column-1 .last-words-box h3 {
	color: #039191;
	font-family: Oswald;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

#last-words .column-1 .last-words-box .list {
	margin: 0 auto;
	padding: 0 3%;
}
#last-words .column-1 .last-words-box .list li {
	color: #333;
	font-family: 'Mulish';
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px;
}
#last-words .column-1 .last-words-box ul li a {
	color: var(--wtd-23-pink-dark);
}

#last-words .column-1 .socials {
	display: none;
}

@media (max-width: 376px) {
	.toggle-wrap {
		bottom: 33%;
	}
}

.toggle-wrap-location-true {
	bottom: -50px;
}

.toggle-wrap p {
	margin: 0 10px;
	font-size: 16px;
}

.toggle-control {
	display: inline-block;
	position: relative;
	height: 22px;
	width: 50px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0px solid red;
}
.toggle-control input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.toggle-control input:checked ~ .control {
	background-color: dodgerblue;
}
.toggle-control input:checked ~ .control:after {
	left: 22px;
}
.toggle-control .control {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 45px;
	border-radius: 12px;
	background-color: darkgray;
	-webkit-transition: background-color 0.15s ease-in;
	transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 20px;
	height: 20px;
	border-radius: 12px;
	background: white;
	-webkit-transition: left 0.15s ease-in;
	transition: left 0.15s ease-in;
}

@media (max-width: 978px) {
	.ff-wrap {
		flex-direction: column;
		align-items: center;
		height: 100%;
		min-height: unset;
	}
	#captured-fotos {
		flex-direction: row;
		width: unset;
		justify-content: center;
	}
	.foto-frame,
	.foto-preview-wrap {
		width: 30%;
		margin: 1%;
	}
	.foto-preview {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}
	.foto-preview span {
		display: block;
	}
	#belt-options {
		position: relative;
		margin-top: 56px;
		z-index: 500;
	}
	.hat-list div {
		width: 44%;
	}

	/*.hat-list {text-align: center;}
	.hat-list div {background-color: #dddbdb; background-color: red; display: inline-block; 
		margin: 3px 3px;}
*/
	.hat-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 710px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 1.6rem;
	}
	h2 {
		font-size: 1.2rem;
	}
	h2.oz-cl {
		margin-top: 10px;
	}

	.column-1 {
		padding: 10px;
	}
	.column-2 {
		padding: 15px;
	}
	.column-2 a {
		padding: 3% 4%;
	}
	.ff-intro p {
		font-size: 0.9em;
	}
	.ff-wrap {
		display: block;
	}

	#photo-booth {
		padding: 60px 0;
	}

	#view-width {
		width: 96%;
	}
	.hat-list div {
		font-size: 15px;
		width: 28%;
		text-align: left;
	}

	#media-wall {
		padding: 1px 0 20px 0;
	}

	.ff-intro p {
		margin-top: 0;
	}

	#last-words .column-1 .last-words-box .list {
		padding-left: 5%;
	}
}

@media (max-width: 600px) {
	#photo-booth .section-shim {
		padding: 0;
	}
}

@media (max-width: 376px) {
	.hat-list div {
		font-size: 13px;
	}
}

@media screen and (max-width: 700px) {
	
	#last-words .column-1 .last-words-box .list li {
   
    font-size: 1rem;
   
}
}

/* debugging */

.debug {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.9em;
}
