h1 {
	margin: 20px 0;
	font-weight: 700;
	font-size: 30px;
}

.page-section {
	padding-top: 100px;
	padding-bottom: 20px;
	background-color: #5d1043;
	color: #fff;
}

.page-title {
	margin-bottom: 30px;
}

a:link, a:visited, a:active, a:hover {
	color: #5d1043;
	text-decoration: none;

	border-bottom: 1px solid rgba(93,16,67, 0.3);
}

a:active, a:hover {
	border-bottom: 1px solid rgba(93,16,67, 1.0);
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

body {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	color: #5d1043;
}

.page-block {
	padding-top: 10px;
	padding-bottom: 25px;
}

.covid-19.page-block {
	display: none;
}

footer {
	padding-top: 8px;
	background-color: #321221;
	font-size: 14px;
}

.bold {
	font-weight: 700;
}

.book-appointment {
	background-color: #fff;
	padding: 6px;
	border-radius: 4px;
}

.book-appointment.menu-link:link {
	color: #cc4324;
}

.logo {
	position: absolute;
	left: 0;
	top: -58px;
}

.logo:link, .logo:visited, .logo:active, .logo:hover {
	border-bottom: none;
}

.languages-list {
	padding-top: 10px;
	font-size: 14px;
}

.languages-list a {
	border-bottom: none;
}

.menu-bar {
	padding: 20px 0 15px 0;
	background-color: #cc4324;
	font-family: 'Lato', Arial, sans-serif;
}

.menu-link:link, .menu-link:visited {
	color: #fff;
	border: none;
}

.menu-link:hover, .menu-link:active {
	color: #fff;
	border: none;
}

.welcome-message {
	height: 550px;
	padding-top: 145px;

	background-image: url('../Images/welcome-background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.welcome-message-body {
	color: #fff;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

.testimonial {
	margin-bottom: 30px;
}

.testimonial:last-child {
	margin-bottom: 10px;
}

.no-packages {
	background-color: #42282e;
	color: #fff;
}

.contact-us {
	background-image: url('../Images/diamond-teal-pattern.png');
	background-attachment: fixed;
	color: #fff;
}

.map {
	margin-top: 20px;
	width: 100%;
	height: 500px;
	border: 3px solid #fff;
}

.laser-hair-removal-faq {
	background-color: #cf6768;
	color: #fff;
}

.inverse-link:link, .inverse-link:visited, .inverse-link:active, .inverse-link:hover {
	color: #fff;
	text-decoration: none;

	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.dispowax-iframe {
	margin: 30px auto;
	display: block;
	width: 100%;
	height: 400px;
}

.inverse-link:active, .inverse-link:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
}

.borderless td, .borderless th {
    border: none !important;
}

.menu-links {
	text-align: right;
}

@media (max-width: 1181px) {
	.welcome-message {
		height: 100%;
	}

	.welcome-message-body {
		width: 100%;
	}
}

@media (max-width: 971px) {
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 24px;
	}

	.welcome-message {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.page-section {
		padding-top: 80px;
	}

	.menu-bar {
		padding: 8px 0 4px 0;
	}

	.logo {
		margin-top: 20px;
		min-width:  190px;
	}

	.logo img {
		max-width: 250px;
		width: 100%;
	}

	.menu-list li {
		display: none;
	}

	.menu-list::before {
		content:'\2630';
		color: #fff;
	}

	.menu-list:hover li, .menu-list:active li {
		display: block;
		margin: 10px 0 10px 0;
		padding-right: 0;
	}

	.dispowax-iframe {
		height: 400px;
	}

	.map {
		height: 400px;
	}
}

@media (max-width: 683px) {
	.logo {
		margin-top: 30px;
	}

	.page-section {
		padding-top: 40px;
	}

	.welcome-message {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.map {
		height: 250px;
	}

	.dispowax-iframe {
		height: 240px;
	}

	footer .list-inline > li {
		margin: 8px 0 12px 0;
		display: block;
	}
}