/*
*   Index
*   1. Common
*   2. Header
*   3. Bio
*   4. Services
*   5. Packages
*   6. Process
*   7. Testimonials
*   8. Form
*   9. Footer
/*  1. Common  */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
}

/*To Align Center*/
h1 {
	margin: 0px;
	font-size: 37.9px;
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	line-height: 50.52px;
}

p {
	margin: 0px;
}

.success {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.success-content {
	border-style: solid;
	padding: 64px 32px;
	border-width: 0.5px;
	border-radius: 5px;
	max-width: 60%;
	margin: auto;
	text-align: center;
}

.success-headline {
	margin: auto;
	max-width: 90%;
	margin-top: 16px;
}

.success-headline p {
	font-family: 'Playfair display';
	font-size: 28.33px;
	font-style: italic;
	color: #D2BAA7;
	font-weight: 500;
}

.success-message {
	width: 600px;
	display: flex;
	margin: auto;
	text-align: center;
	margin-top: 24px;
	max-width: 90%;
}

.success-message p {
	font-family: 'Lora';
	font-size: 16px;
	color: #D2BAA7;
}


.return-button {
	margin-top: 24px;
}

.success-content button{
	font-family: 'Playfair display';
	text-decoration: underline;
	background-color: transparent;
	border: none;
	color: #A58064;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	font-style: italic;
	cursor: pointer;
}

.headline {
	padding-top: 72px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.headline-bar {
	width: 40px;
	height: 4px;
	background: #D2BAA7;
	margin-top: 24px;

}

/* On smaller screens, decrease text size */
#navbar {
	position: relative;
	/* Fixes the navbar at the top */
	top: 0;
	left: 0;
	margin: 0;
	z-index: 1000;
	width: 100%;
	height: 52px;
	overflow: hidden;
	background-color: white;
	display: flex;
	align-items: center;
}

#navbar a {
	display: flex;
	font-family: 'Lora';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20.48px;
	padding: 16px 24px;
	color: black;
	text-decoration: none;
}

#navbar a:hover {
	font-weight: bold;
}

.leftmostnavbtn {
	display: flex;
	margin-left: auto;
}

.navlogo {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	padding-left: 24px;
}


/* HERO IMAGE */

.hero-main-content {
	display: flex;
	width: 100%;
	height: 70vh;
	background-image: url('../img/hero-image.png');
	background-size: cover;
	background-position: center;
}

.hero-content {

	margin: auto;
	text-align: center;
}

.hero-content img {
	width: 360px;
	height: 230px;
}

/* Bio */

.bio {
	background-color: #D2BAA7;
}

.bio-content {
	max-width: 1024px;
	margin: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	padding-top: 72px;
	padding-bottom: 72px;
	justify-content: center;
	align-items: center;
}

.bio-long-text p {
	width: 400px;
	font-family: 'Lora';
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding-right: 48px;
}

.bio-big-text p {
	width: 240px;
	font-family: 'Playfair Display';
	font-style: italic;
	letter-spacing: 0px;
	line-height: 32px;
	font-size: 37.9px;
	font-weight: 500;
	color: #ffffff;
	padding-left: 48px;
	border-left-style: solid;
	border-width: 4px;
}

marquee {
	-webkit-transform: translateZ(0);
	background-color: #28423B;
	color: white;
	padding: 10px;
}

.marquee {
	font-family: "Playfair Display", sans-serif;
	font-weight: 500px;
	line-height: 21.33px;
	background-color: #FFFFFF;
	font-size: 16px;
	color: #2a2a2a;
}

.services-content {
	margin: auto;
	/* Keeps div centre */
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 72px;
	margin-top: 56px;
}

.service-type {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 80%;
	width: 320px;
	height: 150px;
	margin: 8px;
	border-radius: 5px 5px;
	border-style: solid;
	border-width: 0.5px;
	background-color: white;
	border-color: #D2BAA7;
}

.service-type-content {
	text-align: center;
	margin: auto;
}

.service-icon {
	margin-bottom: 16px;
}

.service-name p {
	font-family: 'Alegreya Sans';
	font-size: 21.33px;
	font-weight: 500;
	color: #0B0B09;
}


/*---Packages---*/
.packages {
	background-color: #A58064;
}

.packages-subheader {
	max-width: 80%;
	margin: auto;
	margin-top: 24px;
}

.packages-subheader p {
	font-family: 'Lora';
	font-size: 16px;
	font-style: italic;
	color: #F5F0ED;
	text-align: center;
}

.packages-content {
	display: flex;
	margin: auto;
	/* Keeps div centre */
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 56px;
	padding-bottom: 72px;
	;
}

.packages-list {
	width: 320px;
	text-align: center;
	padding: 16px;
}

.package-name p {
	font-family: 'Alegreya Sans';
	font-size: 21.33px;
	font-weight: 500;
	color: #ffffff;

}

.package-details {
	margin-top: 24px;
	font-family: 'Lora';
	font-style: italic;
	font-size: 16px;
	color: #ffffff;

}

/*---Process---*/

.process-content {

	justify-content: center;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 56px;
	margin-bottom: 72px;

}

.process-step {
	width: 154px;
	text-align: center;
	margin: 8px;
	;

}

.process-number {
	margin-bottom: 24px;
}

.process-name p {
	font-family: 'Alegreya Sans';
	font-size: 21.33px;
	font-weight: 500;
	color: #0B0B09;
	margin-bottom: 16px;
}

.process-details p {
	font-family: 'Lora';
	font-size: 16px;
	font-style: italic;
	color: #A77448;
}


.testimonials {
	background-color: #5B2F0F;
}

.testimonials-content {
	margin: auto;
	width: 640px;
	justify-content: center;
	padding-bottom: 72px;
}

.review-text p {
	font-family: 'La Belle Aurore';
	font-size: 21.33px;
	line-height: 30px;
	text-align: center;
	margin-top: 56px;
	color: #FFFFFF;
}

.client-name {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	font-family: 'Lora';
	size: 16px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
}


/*--Contact---*/

.contact-container {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.contact {
	padding-bottom: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-inputs {
	font-family: 'Lora';
	width: 640px;
	height: 32px;
	border-style: solid;
	border: 1px solid #D2BAA7;
	outline: none;
	padding-left: 8px;
	font-weight: 400;
	font-size: 12px;
	border-radius: 4px;
	margin-bottom: 16px;
}


.form-item p {
	font-family: 'Alegreya Sans';
	font-style: normal;
	font-weight: 600px;
	color: #0B0B09;
	font-size: 16px;

}

.form-note {
	max-width: 80%;
	text-align: center;
	margin-top: 24px;
}

.form-note p {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400px;
	color: #A58064;
	font-size: 16px;
}

.form-footer p {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400px;
	color: #A58064;
	font-size: 16px;
}

.form-footer {
	max-width: 80%;
	text-align: center;
	margin-bottom: 24px;
}


.form-field-holder {
	margin-top: 56px;
	margin-bottom: 56px;
}


.contact textarea {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400px;
	font-size: 12px;
	height: 140px;
	padding-top: 16px;
	border-radius: 4px;
}

.contact-inputs:focus {
	border: 1px solid #A58064;
}

.contact-inputs::placeholder {
	color: #a9a9a9;
}

.contact button {
	display: flex;
	align-items: center;
	padding: 8px 64px;
	font-size: 16px;
	color: #fff;
	border: none;
	font-family: 'Alegreya Sans';
	font-style: normal;
	font-weight: 700px;
	border-radius: 5px;
	line-height: 19.2px;
	background: #A77448;
	cursor: pointer;
}


#footer {
	position: relative;
	margin-top: auto;
	bottom: 0;
	display: flex;
	background-color: #28423B;
	height: 110px;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-family: 'Alegreya Sans';
	color: white;
}

.footer-content {
	align-items: center;
	width: 100%;
	display: flex;
}

.footer-content p {

	font-size: 16px;
}

.social-links {

	display: flex;
	align-items: center;
	margin-left: auto;
}

.copyright {

	font-size: 16px;
}

.social-links p {

	font-size: 16px;
}

#footer img {
	width: 30px;
	height: 30px;
	margin-left: 16px;
}

.container {
	width: 100%;
}

/* ============================ @media queries 1024 ============================ */
@media screen and (min-width: 1024px) {
	.footer-content {
		width: 640px;
	}

	.services-content {
		width: 1024px;
	}

	#navbar-mobile {
		display: none;
	}
}

/* ============================ @media queries 768 ============================ */
@media screen and (min-width: 768px) and (max-width:1023px) {
	.footer-content {
		width: 640px;
	}

	.bio-big-text p {
		font-size: 28.33px;
		;
	}

	.hero-content img {
		width: 300px;
		height: 200px;
	}

	#navbar-mobile {
		display: none;
	}
}

/* ============================ @media queries 600 ============================ */
@media screen and (min-width: 600px) and (max-width: 767px) {

	.footer-content {
		width: 540px;
	}

	.hero-main-content {
		height: 60vh;
	}

	.hero-content img {
		width: 300px;
		height: 200px;
	}

	.bio-big-text {
		display: none;
		;
	}

	.bio-long-text p {
		width: 90%;
		text-align: center;
		padding-right: 0;
		margin: auto;
	}

	.testimonials-content {
		width: 90%;
	}

	.contact-inputs {
		width: 540px;
	}

	* {
		box-sizing: border-box;
	}

	#navbar-mobile {
		display: none;
	}


}

/* ============================ @media queries 420 ============================ */
@media screen and (min-width: 420px) and (max-width: 599px) {
	.footer-content {
		display: flex;
		width: 380px;
	}

	.hero-main-content {
		height: 60vh;
	}

	.hero-content img {
		width: 300px;
		height: 200px;
	}

	.bio-big-text {
		display: none;
		;
	}

	.bio-long-text p {
		width: 90%;
		text-align: center;
		padding-right: 0;
		margin: auto;
	}

	.testimonials-content {
		width: 90%;
	}

	.contact-inputs {
		width: 400px;
	}

	.footer-content {

		width: 80%;
	}

	#navbar a {
		padding: 8px;
	}

	#footer img {
		margin-left: 8px;
	}

	#navbar {
		display: none;
	}

	#navbar-mobile {
		position: relative;
		max-width: 599px;
		margin: 0 auto;
	}

	#navbar-mobile img {
		vertical-align: middle;
	}

	#navbar-mobile .navbar-mobile-content {
		position: absolute;
		bottom: 0;
		background: rgb(0, 0, 0);
		/* Fallback color */
		background: rgba(0, 0, 0, 0.5);
		/* Black background with 0.5 opacity */
		color: #f1f1f1;
		width: 100%;
		padding: 20px;
	}

	.topnav {
		width: 100%;
		background-color: #ffffff;
		overflow: hidden;
		position: absolute;
	}

	.topnav #myLinks {
		display: none;
	}

	.topnav a {
		position: relative;
		font-family: 'Lora';
		color: #0B0B09;
		padding: 8px 16px;
		text-decoration: none;
		font-size: 16px;
		display: flex;
		display: -ms-flexbox;

	}

	.topnav a.icon {
		color: #0B0B09;
		background-color: #ffffff;
		font-size: 28.33px;
		display: flex;
		display: -ms-flexbox;
		position: absolute;
		right: 0;
		top: 8px;
	}

	.topnav a:hover {
		color: #0B0B09;
	}

	.topnav img {
		padding: 16px;
		width: auto;
		height: 16px;
	}

	.mobile-active {
		color: white;
	}
}

/* ============================ @media queries 320 ============================ */
@media screen and (min-width: 320px) and (max-width: 419px) {


	#navbar {
		display: none;
	}

	.hero-main-content {
		height: 60vh;
	}

	#navbar-mobile {
		position: relative;
		max-width: 599px;
		margin: 0 auto;
	}

	#navbar-mobile img {
		vertical-align: middle;
	}

	#navbar-mobile .navbar-mobile-content {
		position: absolute;
		bottom: 0;
		background: rgb(0, 0, 0);
		/* Fallback color */
		background: rgba(0, 0, 0, 0.5);
		/* Black background with 0.5 opacity */
		color: #f1f1f1;
		width: 100%;
		padding: 20px;
	}

	.topnav {
		width: 100%;
		background-color: #ffffff;
		overflow: hidden;
		position: absolute;
	}

	.topnav #myLinks {
		display: none;
	}

	.topnav a {
		position: relative;
		font-family: 'Lora';
		color: #0B0B09;
		padding: 8px 16px;
		text-decoration: none;
		font-size: 16px;
		display: flex;
		display: -ms-flexbox;

	}

	.topnav a.icon {
		color: #0B0B09;
		background-color: #ffffff;
		font-size: 28.33px;
		display: flex;
		display: -ms-flexbox;
		position: absolute;
		right: 0;
		top: 8px;
	}

	.topnav a:hover {
		color: #0B0B09;
	}

	.topnav img {
		padding: 16px;
		width: auto;
		height: 16px;
	}

	.mobile-active {
		color: white;
	}


	.bio-big-text {
		display: none;
		;
	}

	.hero-content img {
		width: 260px;
		height: 180px;
	}

	.bio-long-text p {
		width: 90%;
		text-align: center;
		padding-right: 0;
		margin: auto;
	}

	.testimonials-content {
		width: 90%;
	}

	.contact-inputs {
		width: 300px;
	}

	h1 {
		font-size: 28.33px;
		;
	}

	.footer-content {
		width: 90%;
	}

	.footer-content p {
		font-size: 12px;
	}


	#footer img {
		margin-left: 8px;
	}

}