* {
	font-family: 'Roboto', sans-serif !important;
}

body {
	position: relative;
	max-width: 1440px;
	margin: auto;
}

header {
	background: #474747;
	padding: 0 4rem 3rem;
}

.btn-theme-secondary {
	background-color: #FF571B;
	border: 1px solid #fff;
  color: #fff;
	border-radius: 0.5rem;
	transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-out;
	-moz-transition: transform 0.15s ease-out;
	-webkit-transition: transform 0.15s ease-out;
	-o-transition: transform 0.15s ease-out;
}

.btn-theme-secondary:hover {
	/* background-color: rgba(0,0,0,0.1) !important; */
	transform: scale(1.1);
}

.btn-theme-secondary:focus {
    box-shadow: none;
}

.cursor-pointer {
	cursor: pointer;
}

.navbar-container,
.events-container {
	position: relative;
}

.address-container .address1 {
	padding-left: 5rem;
}

.address-container .address2 {
	padding-left: 5rem;
}

.navbar-no-link .nav-link {
	padding: 0rem 1rem;
}

.active-link {
	color: #FF571B !important;
}

.carousel-item img {
	/* position: absolute; */
	/* top: -5px; */
	max-height: 500px;
	object-fit: cover;
}

.theme-bgcolor {
	background-color: #FF571B;
}

.theme-color {
	color: #FF571B;
}

.theme-title {
	font-size: 26px;
}

.location-title {
	margin: 2rem 0;
	padding-left: 3rem;
	padding-right: 3rem;
}

.address-row {
	padding-left: 3rem;
	padding-right: 3rem;
}

.address-row p {
	text-align: left;
	margin: 0;
}

.card {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: -2rem;
	transform: translate(-50%, -100%);
	background: #FF571B;
	border-radius: 1.5em;
	width: 70%;
	opacity: 0.8;
	padding: 1rem 2rem 1rem 3.5rem;
}

.card-body {
	color: #fff;
	padding: 0 0 !important;
}

.card-div {
	display: flex;
	align-items: center;
}

.card-text {
	font-size: 1.1rem;
}

.arrow-div {
	display: flex;
	align-items: center;
}

.arrow-div i {
	color: #fff !important;
	font-size: 4rem;
	/* font-weight: bold; */
}

.card-head {
	text-transform: uppercase;
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
}

.img-fluid {
	width: 75%;
}

.brand-img {
	width: 40%;
}

.navbar-no-link {
	padding: 2rem 0rem 1rem;
	width: 78%;
	margin: 0 auto;
}

.navbar-no-link .social-div {
	display: flex;
	align-items: center;
}

.navbar-no-link .social-div .contact-links {
	text-align: right;
}

.navbar-no-link .social-div .social-links a {
	padding: 0 0.35rem;
}

.navbar-no-link a {
	color: #fff;
	font-style: italic;
	display: inline;
}

.navbar-no-link .social-div img {
	width: 1.65em;
	height: 1.6em;
}

i[class^='icofont'] {
	color: #E25525;
}

.navbar-with-link {
	padding: 1em 1em;
	background: #ffffff;
	width: 70%;
	border-radius: 0.3em;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-collapse {
	justify-content: center;
}

.navbar-nav {
	display: flex;
	justify-content: center;
}

.navbar-nav li {
	margin: 0 0.5em;
}

.navbar-nav a {
	color: #646464;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.9em;
}

.section-row {
	z-index: 2;
}

.section-title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 350;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 60px;
	letter-spacing: 3px;
}

.home-section-title {
	font-size: 2.5rem;
	text-shadow: none;
}

.coming-soon-text {
	text-transform: uppercase;
	font-weight: lighter;
}

span.sp-color-gray {
	color: #7A7A7A;
}

span.sp-color-orange {
	color: #FF571B;
}

.section-writeup {
	text-align: center;
}

.section-cta {
	text-align: center;
}

.section-cta a {
	color: #7a7a7a;
	text-decoration: none;
}

.about-section-home {
	padding: 7rem 0 3rem;
	position: relative;
	z-index: 2;
}

.about-section-director,
.about-section-contact,
.about-section-academy,
.about-section-folk-fit,
.section-photo-gallery,
.section-video-gallery {
	position: relative;
	z-index: 2;
}

.about-section-home .container {
	display: flex;
	align-items: center;
	justify-content: center;

}

.about-section-director .container,
.about-section-contact .container,
.about-section-academy .container,
.about-section-folk-fit .container,
.section-photo-gallery .container,
.section-video-gallery .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26vw;
}

/* Index page about section */
.about-section-home::before {
	content: '';
	background-image: url('../img/banners/about_home.png');
	/* opacity: 0.5; */
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 0;
	background-repeat: no-repeat;
}

/* Academy page style */
.about-section-academy::before {
	content: '';
	background-image: url('../img/banners/about_academy.jpg');
	/* opacity: 0.5; */
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/* Folk Fit About Style */
.about-section-folk-fit::before {
	content: '';
	background-image: url('../img/banners/folk_fitness.jpg');
	/* opacity: 0.5; */
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/* Director page style */
.about-section-director::before {
	content: '';
	background-image: url('../img/banners/about_director.jpg');
	/* opacity: 0.25; */
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/* Video Gallery About Style */
.section-video-gallery::before {
	content: '';
	background-image: url('../img/banners/video_gallery.jpg');
	/* opacity: 0.5; */
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/* Photo Gallery About Style */
.section-photo-gallery::before {
	content: '';
	background-image: url('../img/banners/photo_gallery.jpg');
	/* opacity: 0.5; */
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/* Contact About Style */
.about-section-contact::before {
	content: '';
	background-image: url('../img/banners/contact_us.jpg');
	/* opacity: 0.5; */
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.about-writeup-section .container {
	display: flex;
	flex-direction: column;
	padding: 2rem 0 0;
}

.dir-writeup-section .container {
	display: flex;
	flex-direction: column;
}

.about-writeup-section .section-row {
	display: flex;
	flex-direction: column;
	padding: 0 3rem;
}

.dance-types-section {
	padding: 2rem 3rem;
}

.dance-types-section .dance-types {
	display: flex;
	justify-content: space-between;
	margin: 1.5rem 0;
	padding: 0 10rem;
}

.dance-type {
	width: 12rem;
	padding: 0.25rem 1.5rem;
	background-color: #FF571B;
	color: #fff;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	text-align: center;
}

.about-dir-section {
	background: #E1E1E1;
}

.about-dir-section .container {
	display: flex;
	align-items: center;
	padding: 3rem 5rem;
	justify-content: center;
}

/* .about-writeup-section .image-circle {
	margin: 3rem 0;
	justify-content: space-around;
	padding: 0 2rem;
} */

.dir-image {
	width: 22%;
}

.image-border-white {
	border: 10px solid #fff;
}

.image-border-gray {
	border: 10px solid #E1E1E1;
}

/* .image-circle {
	display: flex;
	align-items: flex-start;
	text-align: right;
} */

.image-circle img {
	border-radius: 50%;
	/* width: 30%; */
	object-fit: cover;
}

.gallery-short img {
	/* border-radius: 50%; */
	width: 300px;
	height: 300px;
	object-fit: cover;
}

.btn-join {
	padding: 3rem 0 2rem;
}

.btn-join {
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FF571B;
	color: #fff;
	padding: 0.75rem 1.75rem;
	border-radius: 2rem;
	cursor: pointer;
}

.about-dir-title {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 1.5rem;
	font-weight: 350;
	letter-spacing: 3px;
}

.about-dir-name {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 1.5rem;
	font-weight: 300;
	font-style: italic;
	color: #7A7A7A;
}

.about-dir-writeup {
	text-align: left;
	margin-bottom: 1.5rem;
}

.about-dir-cta {
	text-align: left;
}

.about-dir-cta a {
	color: #7a7a7a;
	text-decoration: none;
}

.testimonial-section {
	background: #FF571B;
	color: #fff;
}

.testimonial-section .container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem 0rem;
}

.about-writeup-section *,
.testimonial-section * {
	text-align: center;
}

#testimonial-carousel {
	height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.testimonial-user {
	font-weight: bold;
	font-style: italic;
}

.testimonial-writeup {
	padding: 2rem 10rem;
	margin: 0;
}

/* .testimonial-writeup::before {
    content: open-quote;
    font-size: 5em;
    color: #E13A00;
}

.testimonial-writeup::after {
    content: close-quote;
    font-size: 5em;
    color: #E13A00;
} */

.gallery-short .section-row,
.gallery-short .link-row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-short .link-row {
	margin-top: 2rem;
}

.gallery-short {
	padding: 3rem 7rem 0;
}

.folk-fitness-gallery {
	padding: 0 7rem;
}

.gallery-short a {
	color: #7a7a7a;
	text-decoration: none;
}

/* Footer */
.page-footer {
	background: #E1E1E1;
	margin-top: 2.75rem;
}

.footer-copyright {
	font-style: italic;
	font-size: 0.9rem;
}

.director-image-wrapper {
	position: relative;
	margin-bottom: 12rem;
}

.director-image-wrapper img {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30%);
	width: 22%;
}

.director-name {
	margin: 2rem 0;
	color: #FF571B;
}

/* contact page */
.address-wrapper,
.contact-wrapper {
	margin: 3rem 5rem;
}

.address-title {
	font-size: 1.2rem;
	color: #999;
	margin-bottom: 0.5rem;
}

.btn-submit {
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FF571B;
	color: #fff;
	padding: 0.15rem 1.5rem;
	border-radius: 2rem;
	cursor: pointer;
}

.contact-wrapper form>* {
	margin: 0.5rem 0;
}

.contact-map,
.mapouter,
.gmap_canvas,
iframe {
	height: 100%;
}

.mapouter {
	width: 100%;
	margin: 0.5rem 0;
}

.gmap_canvas {
	overflow: hidden;
	background: none !important;
}

.gmap_canvas>iframe {
	width: 100%;
}

textarea {
	resize: none;
}

::placeholder {
	font-style: italic;
	font-size: 1.1rem;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-style: italic;
	font-size: 1.1rem;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	opacity: 1;
	font-style: italic;
	font-size: 1.1rem;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	opacity: 1;
	font-style: italic;
	font-size: 1.1rem;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-style: italic;
	font-size: 1.1rem;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	font-style: italic;
	font-size: 1.1rem;
}

/* Video Gallery */

.btn-section {
	margin: 3rem 0;
}

.btn-section .btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.btn-wrapper>div {
	width: 50%;
	margin: 0 1rem;
}

.btn-wrapper>div.btn-left {
	text-align: right;
}


.btn-wrapper button {
	padding: 0.5rem 0.75rem;
	text-transform: uppercase;
	width: 10rem;
	color: #fff;
	background-color: #B0B0B0;
}

.btn-orange {
	background-color: #FF571B !important;
}

.gallery-section-wrapper .gallery-row {
	padding: 0 1rem;
	margin: 1rem 0;
}

.gallery {
	margin-bottom: 1.5rem;
}

.gallery iframe {
	width: 100%;
}

/* gallery section flex */
/* .gallery-section-wrapper .gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
} */

/* for flex */
/* .gallery-section-wrapper .gallery a {
	margin: 0.5rem 0.5rem;
	width: 23%; for flex
} */

/* gallery section grid */
/* .gallery-section-wrapper .gallery {
	display: grid;
	align-items: center;
	gap: 15px;
} */

/* .folk-gallery-photo {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(6, 14vw);
}

.prod-gallery-photo {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 14vw);
}

.folk-gallery-video {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 14vw);
}

.prod-gallery-video {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 14vw);
} */

.gallery-section-wrapper .gallery a img {
	width: 100%;
	height: 175px;
	object-fit: cover;
}

/* @media screen and (max-width: 991px) {
	.gallery-section-wrapper .folk-gallery-photo {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(7, 18vw);
	}
}

@media screen and (max-width: 767px) {
	.gallery-section-wrapper .folk-gallery-photo {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(11, 23vw);
	}
} */

.note-text p {
	font-size: 17px;
	font-style: italic;
}

@media screen and (min-width: 1024px) and (max-width: 1190px) {
	header {
		padding: 0 0 2.5rem;
	}

	.carousel-item img {
		max-height: 385px;
	}

	.contact-links .nav-link {
		padding: 0 1rem;
	}

	.navbar-no-link {
		width: 80%;
	}

	.navbar-with-link {
		width: 80%;
	}

	.card {
		width: 85%;
		padding: 0.5rem 1.25rem;
	}

	.gallery-short img {
		height: 250px;
		width: 250px;
	}

	.folk-fitness-gallery {
		padding: 1rem 2rem 0;
	}

	#testimonial-carousel {
		height: 300px;
	}

	.address-container .address1 {
		padding-left: 0rem;
	}

	.address-container .address2 {
		padding-left: 2rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	header {
		padding: 0 0 2.5rem;
	}

	.carousel-item img {
		max-height: 290px;
	}

	.gallery-short {
		padding: 3rem 3rem 0;
	}

	.folk-fitness-gallery {
		padding: 0rem 3rem;
	}

	.contact-links .nav-link {
		padding: 0 1rem;
		font-size: 0.75rem;
	}

	.navbar-no-link {
		width: 85%;
	}

	.navbar-with-link {
		width: 85%;
	}

	.navbar-with-link .nav-link {
		font-size: 0.675rem;
	}

	.card {
		width: 85%;
		top: -1rem;
		padding: 0.5rem 1.25rem;
	}

	.arrow-div i {
		font-size: 3rem;
	}

	.card-head {
		font-size: 1.25rem;
	}

	.card-title {
		font-size: 1.15rem;
	}

	.card-text {
		font-size: 1rem;
	}

	.dance-types-section .dance-types {
		padding: 0 5rem;
	}

	.image-circle {
		text-align: center;
	}

	.section-title,
	.about-dir-title,
	.about-dir-name {
		text-align: center;
	}

	.about-dir-writeup,
	.about-dir-cta {
		text-align: center;
	}

	.director-image-wrapper {
		margin-bottom: 6rem;
	}

	.director-image-wrapper img {
		width: 30%;
	}

	.dir-writeup-section {
		margin-top: 10rem;
	}

	.address-wrapper,
	.contact-wrapper {
		margin: 2rem 0;
	}

	.gallery-short img {
		height: 250px;
		width: 250px;
	}

	.address-row {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.address-row p {
		text-align: center;
		margin: 0;
	}

	.testimonial-writeup {
		padding: 1.5rem 6rem;
	}

	#testimonial-carousel {
		height: 275px;
	}

	.address-container .address1 {
		padding-left: 0rem;
	}

	.address-container .address2 {
		padding-left: 0rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {

	header {
		padding: 0 0 2.5rem;
	}

	.carousel-item img {
		max-height: 288px;
	}

	/* .gallery-short {
		padding: 0 3rem 3rem;
	} */

	.brand-img {
		width: 100%;
		text-align: center;
	}

	.navbar-no-link .social-div {
		flex-direction: column;
		width: 100%;
		text-align: center;
	}

	.navbar-no-link .social-div .contact-links {
		text-align: center;
	}

	.contact-links .nav-link {
		padding: 0 1rem;
		font-size: 0.75rem;
	}

	.navbar-no-link {
		width: 85%;
	}

	/* .navbar-with-link {
		width: 85%;
	} */

	.navbar-with-link {
		width: 100%;
		position: static;
		transform: unset;
		background: #474747;
	}

	.navbar-with-link .nav-link {
		font-size: 0.675rem;
	}

	.card {
		position: static;
		width: 100%;
		padding: 1.5rem 0.5rem 1rem 1rem;
		transform: unset;
		text-align: center;
		margin-left: auto;
		border-radius: 0;
	}

	.arrow-div {
		margin-top: 1rem;
		display: block;
	}

	.arrow-div i {
		font-size: 3rem;
	}

	.card-head {
		font-size: 1.25rem;
		text-align: center;
	}

	.card-title,
	.card-text {
		font-size: 1rem;
		text-align: center;
	}

	.dance-types-section .dance-types {
		padding: 0 5rem;
	}

	.director-image-wrapper {
		margin-bottom: 6rem;
	}

	.director-image-wrapper img {
		width: 30%;
	}

	.dir-writeup-section {
		margin-top: 8rem;
	}

	.address-wrapper,
	.contact-wrapper {
		margin: 2rem 0;
	}

	.image-circle {
		justify-content: center;
		text-align: center;
	}

	.section-title,
	.about-dir-title {
		margin-top: 1rem;
		font-size: 1.75rem;
	}

	.about-dir-cta {
		text-align: center;
	}

	.section-title,
	.about-dir-title,
	.about-dir-name {
		text-align: center;
	}

	.image-circle {
		text-align: center;
	}

	.address-row {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.address-row p {
		text-align: center;
		margin: 0;
	}

	.testimonial-writeup {
		padding: 2rem 6rem;
	}

	#testimonial-carousel {
		height: 225px;
	}

	.testimonial-writeup,
	.testimonial-user {
		padding: 1.5rem 2.5rem;
		margin: 0;
		font-size: 0.65rem;
	}

	.address-container .address1 {
		padding-left: 0;
	}

	.address-container .address2 {
		padding-left: 0;
	}

	/* .testimonial-section {
		margin-bottom: 2rem;
	} */
}

@media screen and (max-width: 575px) {
	header {
		padding: 0 2rem 1rem;
	}

	.carousel-item img {
		max-height: 215px;
	}

	.brand-img {
		width: 100%;
	}

	.brand-img img {
		width: 100%;
	}

	.navbar-with-link {
		width: 100%;
		position: static;
		transform: unset;
		background: #474747;
	}

	.navbar-no-link {
		width: 100%;
	}

	.navbar-no-link .social-div {
		flex-direction: column;
	}

	.navbar-no-link .social-div {
		width: 100%;
	}

	.navbar-no-link .social-div .contact-links {
		text-align: center;
	}

	.gallery-short {
		padding: 2rem 0;
	}

	.folk-fitness-gallery {
		padding: 2rem 0;
	}

	.footer-copyright {
		font-size: 0.75rem;
	}

	.about-section-home {
		padding: 2.5rem 0;
	}

	.testimonial-section .container {
		padding: 1.25rem 2rem;
		font-size: 0.75rem;
		margin-bottom: 2rem;
	}

	.section-writeup {
		padding: 0 1.5rem;
	}

	.card {
		position: static;
		width: 100%;
		padding: 1.5rem 0.5rem 1rem 1rem;
		transform: unset;
		text-align: center;
		margin-left: auto;
		border-radius: 0;
	}

	.arrow-div {
		margin-top: 1rem;
		display: block;
	}

	.arrow-div i {
		font-size: 3rem;
	}

	.card-head {
		font-size: 1.25rem;
		text-align: center;
	}

	.card-title {
		font-size: 1.25rem;
		text-align: center;
	}

	.card-text {
		font-size: 1rem;
		text-align: center;
	}

	.image-circle {
		justify-content: center;
		text-align: center;
	}

	.section-title,
	.about-dir-title {
		margin-top: 1rem;
		text-align: center;
		font-size: 1.5rem;
	}

	.coming-soon-text {
		font-size: 1.75rem;
	}

	.about-dir-writeup,
	.about-dir-cta {
		text-align: center;
	}

	.about-dir-name {
		text-align: center;
		font-size: 1.75rem;
	}

	.about-dir-section .container {
		padding: 1.5rem 2rem;
	}

	.gallery-short {
		padding: 0 0 1rem;
	}

	.folk-fitness-gallery {
		padding: 0 0 1rem;
	}

	.about-writeup-section .section-row {
		padding: 0 1rem;
	}

	.about-writeup-section .container {
		padding: 2rem 0;
	}

	.director-image-wrapper img {
		position: static;
		z-index: 5;
		top: 50%;
		left: 50%;
		transform: translate(0, 0);
		width: 70%;
	}

	.director-image-wrapper {
		text-align: center;
		margin-bottom: 0;
	}

	.dance-types-section .dance-types {
		padding: 0 0;
	}

	.dance-type {
		margin: 1rem 0;
	}

	.address-wrapper,
	.contact-wrapper {
		margin: 2rem 0;
	}

	.btn-wrapper button {
		width: 7.5rem;
		font-size: 0.9rem;
	}

	.address-row {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.address-row p {
		text-align: center;
		margin: 0;
	}

	#testimonial-carousel {
		height: 285px;
	}

	.testimonial-writeup,
	.testimonial-user {
		padding: 0.75rem 2.5rem;
		margin: 0;
		font-size: 0.65rem;
	}

	.address-container .address1 {
		padding-left: 0;
	}

	.address-container .address2 {
		padding-left: 0;
	}


	/* .btn-section .btn-wrapper {
		flex-direction: column;
	}

	.btn-wrapper > div {
		width: 100%;
		text-align: center;
	}

	.btn-wrapper>div.btn-left {
		text-align: center;
	}

	.btn-wrapper>div.btn-right {
		margin-top: 1rem;
	} */
}