body {
	background-color:#fff;
	background-image: linear-gradient(#fafafa 2px, transparent 2px),
	linear-gradient(90deg, #fafafa, 2px, transparent 2px),
	linear-gradient(rgba(0,0,0,.015) 1px, transparent 1px),
	linear-gradient(90deg, rgba(0,0,0,.015) 1px, transparent 1px);
	background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.navbar {
	background: #544866;
	border-bottom: 3px solid #3e354a;
	display: flex;
	flex-direction: column;
	padding: 0px;
}
.navbar-brand > img {
	max-height: 60px;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #9590A8;
	--bs-btn-border-color: #817c94;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #817c94;
	--bs-btn-hover-border-color: #817c94;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #817c94;
	--bs-btn-active-border-color: #817c94;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #9590A8;
	--bs-btn-disabled-border-color: #9590A8;
}
.btn {
	border-radius: 100px;
}
.nav-item {
	padding: 5px 15px;
	font-size: 15pt;
}

.navbar > div {
	width: 100%;
}

.navbar-toggler {
	border: none;
	scale: 1.5;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.2s ease-out;
	transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg) ;
}

.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg) ;
}

.navbar-toggler span:nth-child(2) {
	opacity: 1;
}
.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg) ;
}

.nav-contact-bar {
	background: #3e354a;
	color: #daccdb;
	font-size: 11pt;
	text-align: right;
	padding: 3px;
}

.nav-contact-bar a {
	color: #daccdb;
	text-decoration: none;
}

main {
	margin-top: 113px;
}

.tutor-text {
	width: 100%;
	padding: 20px;
}

.tutor-image {
	padding: 20px;
	width: 350px;
}

.tutor-image > img {
	box-shadow: 2px 2px 17px -8px rgba(0,0,0,.75);
	border: 6px solid #9590A8;
	width: 100%;
	border-radius: 0 30px;
}

.tutor-mobile {
	display: none;
	text-align: center;
}
.tutor {
	display: flex;
}

hr {
	color: #9590A8;
	opacity: .2;
	border-top: 2px solid;
}

.header {
	background-image: url('/img/header.jpg');
	background-position: center center;
	background-size: cover;
	height: 350px;
}

.header-contact {
	background-image: url('/img/header-contact.jpg');
	height: 250px;
}

.header > div {
	background: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
}
.header h1 {
	color: #fff;
	text-align: center;
	font-size: 42pt;
}
.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.embedsocial-hashtag > a {
	display: none !important;
}
h2 {
	font-size: 32pt;
}
h3 {
	font-size: 18pt;
	color: #555;
}
br {
	margin-bottom: 8px;
}
.prices {
	background: #3e354a;
	color: #eee;
}

.prices thead {
	background: #9590A8;
	color: #fff;
}

.prices table {
	background: #544866;
	border-color: #3e354a;
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
}

.divider {
	height: 15px;
	background: #544866;
	border-top: 3px solid #3e354a;
	border-bottom: 3px solid #3e354a;
	opacity: .5;
}

.num_icon {
	background: #9590A8;
	font-size: 38pt;
	text-align: center;
	width: 82px;
	height: 82px;
	border-radius: 50px;
	margin: auto;
	color: #fff;
	margin-bottom: 15px;
}

.steps .contact_me {
	border-color: #6f6b80;
}
.steps .contact_me:hover {
	background-color: #6f6b80;
}
			
.steps > div > div {
	text-align: center;
	background: #544866;
	padding: 20px 15px;
	color: #fafafa;
	border: #3e354a solid 3px;
	height: 100%;
	opacity: .9;
	box-shadow: 2px 2px 17px -8px rgba(0,0,0,.75);
}

#accordion, .footer-contact, .table {
	box-shadow: 2px 2px 17px -8px rgba(0,0,0,.75);
}

.steps {
	padding-bottom: 50px;
}

.steps h2 {
	font-size: 22pt;
	margin-top: 8px;
}

.steps_container, .details_container {
	background: rgba(99, 75, 102,.12);
}

.accordion-button {
	background: #9590A8;
	color: #fff;
	border: 1px solid #817c94;
}

.accordion-button:not(.collapsed) {
	background: #817c94;
	color: #fff;
	border: 1px solid #817c94;
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
	border: 1px solid #817c94;
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon);
}
.accordion-body {
	border: 1px solid #817c94;
}

.footer {
	background: #3e354a;
	min-height: 100px;
}

.footer-contact {
	background: #544866;
	min-height: 100px;
	position: relative;
	top: -30px;
}

.contact_me_desktop .contact_me {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
}

.get_started {
	padding: 12px;
}
.get_started h3 {
	color: #fff;
	line-height: 1.1;
	font-size: 25pt;
}
.get_started h4 {
	color: #9590A8;
	line-height: 1.1;
}

.contact_me_desktop {
	display: block;
}
.contact_me_mobile {
	display: none;
	margin-top: 15px;
	margin-bottom: 5px;
}

.footer-text, .footer-text:hover, .footer-text:focus, .footer-text:active {
	color: #9590A8;
	text-decoration: none;
}

.socials h4 {
	color: #9590A8;
	line-height: 1.1;
}

.socials {
	text-align: center;
}

.socials i {
	color: #9590A8;
	font-size: 32pt;
}

.form-control:focus, .form-select:focus {
	border-color: #544866;
	box-shadow: 0 0 0 .25rem rgba(84, 72, 102,.25);
}

#success {
	text-align: center;
}

#success > i {
	color: #544866;
	font-size: 90pt;
}

#success > p {
	font-size: 14pt;
}

.splide img {
	width: 100%;
	max-height: 500px;
}

.splide li {
	border: 2px solid #3e354a;
	box-shadow: 2px 2px 17px -8px rgba(0,0,0,.75);
}

.splide__pagination, .splide__arrows {
	display: none !important;
}

#contact_form {
	padding: 15px;
}

@media all and (max-width: 768px) {
	.navbar-brand, .contact_me {
		margin: auto !important;
	}
	.navbar-nav {
		text-align: center;
		margin-top: 15px;
	}
	.navbar-toggler {
		position: absolute;
		top: 48px;
		right: 20px;
	}
	.nav-item {
		padding: 0px 15px;
	}
	.nav-contact-bar {
		text-align: center;
	}
	.contact_me_container {
		margin-bottom: 15px;
	}
	.tutor-mobile {
		display: block;
	}
	.tutor {
		display: none;
	}
	.tutor-image {
		width: 250px;
		margin: auto;
	}
	.tutor-text {
		padding: 0px 20px;
	}
	.prices {
		padding: 10px;
		text-align: center;
	}
	.prices table {
		position: inherit;
		margin-top: 20px;
	}
	.contact_me_desktop {
		display: none;
	}
	.contact_me_mobile {
		display: block;
	}
	.contact_me_container {
		text-align: center;
	}
	.get_started {
		margin: auto;
	}
}