/*-----------------
Global Styles
-----------------*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fdf4f8;
	color: #fdf4f8;
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Wendy One', sans-serif;
}

.content-wrap h1, .content-wrap h2, .content-wrap h3, .content-wrap h4, .content-wrap h5, .content-wrap h6 {
	line-height: 1.6em;
}

.content-wrap {
	color: #d82148;
	overflow: hidden;
	display: block;
}

/* Custom ScrollBar */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d82148; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #fdf4f8; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(253,244,248,0.8); 
}

/*-----------------
Top Nav
-----------------*/

.topNav {
	padding: 10px 20px;
	background-color: #fdf4f8;
	font-size: 18px;
}

.topNav i {
	font-size: 22px;
}

.topNav a {
	margin: 0px 5px;
	text-decoration: none;
	color: #d82148;
}

.topNav a:hover {
	color: #130205;
	transition: color 0.4s ease;
}

.topNav-right {
	float: right;
}

/*-----------------
Nav Bar
-----------------*/

.nav {
	overflow: hidden;
	background-color: #d82148;
	height: 50px;
}

.nav a {
	text-decoration: none;
}

.nav h3 {
	color: #fdf4f8;
	font-size: 23px;
	padding: 12px 16px;
}

.page-links {
	float: left;
	display: block;
	text-align: center;
	color: #fdf4f8;
	margin: 12px 16px;
	font-size: 17px;
}

.nav .icon {
	display: none;
}

.nav-dropdown {
	float: left;
}

.nav-dropdown .nav-dropdownBtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: #fdf4f8;
	background-color: inherit;
	font-family: inherit;
	margin: 12px 16px;
	overflow: hidden;
}

.nav-dropdown-content {
	display: none;
	background-color: rgb(216,33,72,0.8);
	position: absolute;
	background-color: ;
	min-width: 160px;
	z-index: 1;
	margin-top: -1px;
}

.nav-dropdown-content a {
	float: none;
	display: block;
	text-align: left;
	height: 30px;
}

.page-links:hover, .nav-dropdown:hover .nav-dropdownBtn {
	border-bottom: solid 2px #fdf4f8;
	cursor: pointer;
	transition: border 0.4s ease;
}

.nav-dropdown:hover .nav-dropdown-content {
	display: block;
}

.logo {
	float: left;
}

/*-----------------
Showcase
-----------------*/
.showcase {
	position: relative;
	border-bottom: 2px solid #d82148;
	overflow: hidden;
}

.showcase img {
	position: relative;
	/*object-fit: contain;*/
	vertical-align: middle;
	width: 100%;
}

.showcase-content {
	position: absolute;
	top: 50px;
	left: 10px;
	text-align: left;
}

.showcase h1 {
	text-shadow: 2px 2px rgba(0,0,0,0.2);
	font-size: 3em;
}

.showcase-content a {
	font-size: 20px;
	text-decoration: none;
	color: #fdf4f8;
	background-color: rgb(216,33,72,0.8);
	border: solid 2px #fdf4f8;
	padding: 8px 17px;
	border-radius: 12px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.showcase-content a:hover {
	border: solid 2px #fdf4f8;
	background-color: #fdf4f8;
	color: #d82148;
	transition: border 0.4s ease,
	background 0.4s ease,
	color 0.4s ease;
}

/*-----------------
Services
-----------------*/

.services {
	padding-top: 25px;
	text-align: center;
}

.services-column-grid {
	padding: 40px 0px 40px 0px;
}

.services-column-grid a {
	text-decoration: none;
	color: #d82148;
}

.services-col {
	display: inline-block;
	width: 30%;
	padding: 15px;
	cursor: pointer;
}

.services-col i {
	font-size: 40px;
	padding: 60px;
	border: 5px solid #d82148;
	border-radius: 50%;
	margin-bottom: 12px;
	background-color: #fdf4f8;
}

.services-col h3 {
	padding: 15px 0px;
}

.services-col:hover i {
	background-color: #d82148;
	color: #fdf4f8;
	transition:
	color 1s,
	background-color 1s;
	animation: bounce 0.3s infinite alternate;
}

.services-col:hover h3 {
	text-decoration: underline;
}

/* Services Animation */

@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}

/*-----------------
Testimonials
-----------------*/

.testimonials {
	display: block;
	border-top: solid 2px #d82148;
	border-bottom: solid 2px #d82148;
	/*background-color: #5e0b3e;*/
	background-image: url(../images/testimonials-placeholder-01.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100vw;
	color: #fdf4f8;
	height: 350px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	position: relative;
}

.testimonials h1 {
	text-shadow: 2px 2px rgba(0,0,0,0.2);
}

.testimonials p {
	padding: 50px 20vw 50px 20vw;
	font-style: italic;
	font-size: 1.1em;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.testimonials span {
	text-shadow: 1px 1px rgba(0,0,0,0.2);
}

/*.testimonials img {
	margin: 25px 12px 0px 20vw;
	width: 12vw;
	border-radius: 50%;
	float: left;
}*/

.testimonials i {
	font-size: 40px;
	cursor: pointer;
}

.testimonial-arrow-left {
	position: absolute;
	left: 0;
	top: 45%;
	padding-left: 50px;
}

.testimonial-arrow-right {
	position: absolute;
	right: 0;
	top: 45%;
	padding-right: 50px;
}

.testimonial-arrow-left:hover, .testimonial-arrow-right:hover {
	color: #d82148;
	transition: color 0.4s ease;
}

.testimonialSlides {
	display: none;
	animation: animateOpacity 1.5s;
}

/* Testimonials Animation */

@keyframes animateOpacity {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

/*-----------------
Contact Form & About Row
-----------------*/

.contact-row {
	height: auto;
	overflow: hidden;
	display: block;
}

.contact-row h2 {
	text-align: center;
	padding: 15px;
}

.contact-form {
	float: left;
	width: 50%;
	padding-bottom: 35px;
	text-align: center;
}

.contact-form h2 {
	margin-bottom: 15px;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form select, .contact-form textarea {
	padding: 12px;
	border: 1px solid #d82148;
	margin: 6px 0px;
	width: 80%;
	resize: none;
}

input[type=submit] {
	background-color: #d82148;
	border: none;
	cursor: pointer;
	color: #fdf4f8;
	padding: 16px;
	width: 80%;
	font-size: 16px;
	border: 1px solid #d82148;
}

input[type=submit]:hover {
	background-color: #fdf4f8;
	border: 1px solid #d82148;
	color: #d82148;
	transition: background 0.4s ease,
	color 0.4s ease;
}

.home-about {
	float: right;
	width: 50%;
	border-left: 1px solid #d82148;
	padding-bottom: 35px;
}

.home-about img {
	width: 200px;
	margin: 25px 10px 0px 25px;
	float: left;
}

.home-about p {
	padding: 25px;
	line-height: 2em;
}

.home-about h3 {
	margin: 0px 25px 0px 50px;
	float: left;
}

.home-about a {
	text-decoration: none;
	color: #d82148;
	margin: 0px 50px 0px 25px;
	border: 1px solid #d82148;
	padding: 10px 13px;
	float: right;
}

.home-about a:hover {
	background-color: #d82148;
	color: #fdf4f8;
	transition: background 0.4s ease,
	color 0.4s ease;
}

/*-----------------
Top Footer
-----------------*/

.top-footer {
	background-color: #d82148;
	height: 350px;
	color: #fdf4f8;
	text-align: center;
	overflow: hidden;
	display: block;
}

.top-footer h2, .top-footer h3 {
	letter-spacing: 2px;
	line-height: 1.6em;
	color: #130205;
}

.top-footer a {
	text-decoration: none;
	color: #fdf4f8;
}

.top-footer-col {
	float: left;
	width: 33%;
	padding: 16px;
}

.top-footer-contact {
	text-align: left;
}

.top-footer-social i {
	font-size: 1.3em;
	margin: 12px;
}

.top-footer-page-links {
	text-align: left;
}

.top-footer-page-links ul {
	list-style-type: none;
}

.top-footer-page-links li {
	border-bottom: 1px solid #fdf4f8;
}

.top-footer a:hover {
	color: #130205;
}

/*-----------------
Footer
-----------------*/

footer {
	background-color: #fdf4f8;
	color: #d82148;
	padding: 12px;
}

footer a {
	text-decoration: none;
	color: #d82148;
}

/*-----------------
Media Queries
-----------------*/

/* Top Nav Responsive */

@media screen and (max-width: 750px) {
	.topNav {
		display: none;
	}
}

/* Nav Bar Responsive */

@media screen and (max-width: 750px) {
	.nav {
		padding: 0;
	}
	.nav a:not(:first-child), .nav-dropdown .nav-dropdownBtn {
		display: none;
	}
	.nav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.nav {
		height: auto;
	}
	.nav-dropdown-content a {
		height: auto;
	}
	.nav-phone {
		display: none;
	}
	.nav.responsive {position: relative;}
	.nav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.nav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.nav.responsive .nav-dropdown {float: none;}
	.nav.responsive .nav-dropdown-content {position: relative;}
	.nav.responsive .nav-dropdown .nav-dropdownBtn {
		display: block;
		width: 100%;
		text-align: left;
	}
	.page-links, .nav-dropdown .nav-dropdownBtn {
		margin: 0;
		padding: 12px 16px;
	}
	.page-links:hover, .nav-dropdown:hover .nav-dropdownBtn {
		border-bottom: none;
		background-color: #fdf4f8;
		color: rgba(94, 11, 62);
		cursor: pointer;
		transition: border 0.4s ease,
		background 0.4s ease,
		color 0.4s ease;
	}
	.nav h3 {
		font-size: 20px;
		padding: 13px 16px;
	}
}

/* Showcase Responsive */

@media screen and (max-width: 750px) {
	.showcase img {
		width: 150vw;
		right: 25vw;
	}
	.showcase-content {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.showcase img {
		width: 200vw;
		right: 50vw;
	}
}

/* Services Responsive */

@media screen and (max-width: 750px) {
	.services-col {
		width: 100%;
		display: block;
	}
	.services-col i {
		font-size: 30px;
		padding: 40px;
	}
}

/* Testimonials Responsive */

@media screen and (max-width: 750px) {
	.testimonials {
		height: auto;
		background-size: 200vw;
	}
	.testimonial-arrow-left {
		padding-left: 25px;
	}
	.testimonial-arrow-right {
		padding-right: 25px;
	}
	.testimonials p {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 400px) {
	.testimonials {
		background-size: 300vw;
	}
}

/* Contact Form & About Row Responsive */

@media screen and (max-width: 750px) {
	.contact-form {
		display: block;
		width: 100%;
	}
	.home-about {
		text-align: center;
		display: block;
		width: 100%;
		border: none;
	}
	.home-about img {
		float: none;
		margin: 25px 0px;
	}
	.home-about p {
		line-height: 1.6em;
	}
	.home-about h3 {
		float: none;
		margin: 0px 0px 25px 0px;
	}
	.home-about a {
		float: none;
		margin: 0;
	}
}

/* Top Footer Responsive */

@media screen and (max-width: 750px) {
	.top-footer {
		height: auto;
	}
	.top-footer-contact {
		text-align: center;
	}
	.top-footer-col {
		width: 100%;
	}
}