/* =======================================================
GENERAL
   ======================================================= */

::root {
	font-size: 16px;
}

*,
 ::after,
 ::before {
	box-sizing: border-box;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	margin: 0;
	overflow-x: hidden;
	background-image: url('../img/furley_bg.png');
	background-repeat: repeat;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

.cf::after {
	content: "";
	display: table;
	clear: both;
}


/* Remove tap highlight on iOS */

input,
textarea,
button,
select,
label,
a {
	-webkit-tap-highlight-color: transparent;
}


/* =======================================================
TYPOGRAPHY
   ======================================================= */

body,
a {
	font-family: 'Hind Madurai', sans-serif;
}

h1 {
	font-family: 'Sunshiney', cursive;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sunshiney', cursive;
}

p {
	text-align: left;
	letter-spacing: .75px;
	line-height: 1.4;
}

.info-box {
	color: #925b95;
	font-weight: bold;
	margin: 0 3px;
	text-decoration: underline;
}

.below-title {
	margin: .5em 0 0;
}


/* =======================================================
NAV
   ======================================================= */

nav {
	position: absolute;
	top: 0;
	width: 100%;
}

nav .container {
	padding: 0 1em;
}


/* Nav Brand */

.nav-brand,
.nav-brand .container {
	height: 50px;
}

.nav-brand .container,
.nav-brand .logo {
	display: flex;
}

.nav-brand .container {
	justify-content: space-between;
}

.logo {
	align-items: center;
	z-index: 888;
}

.logo img {
	width: 180px;
	top: 10px;
	border: solid 6px #fff;
	border-radius: 6px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
	position: fixed;
}

.logo h1 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 2.2px;
}


/* Navigation Items */

.navbar {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	background-color: #884a8b;
	border-left: solid 6px #82a54c;
	overflow-x: hidden;
	padding-top: 60px;
	transform: translateX(250px);
	transition: 0.5s;
}

.nav {
	margin: .32em auto 0 auto;
	padding: 0;
	list-style: none;
}

.navbar ul li {
	margin-bottom: .8em;
}

.nav a {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: .9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	text-decoration: none;
	line-height: 1.5;
	transition: .45s all;
}

.nav a:hover {
	color: pink;
}

.nav-arrow {
	width: 18px;
}


/* Nav Toggle */

.navbar-toggle {
	position: fixed;
	top: 16px;
	right: 16px;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	/* overflow: hidden; */
	z-index: 55;
}

.navbar-toggle .toggle-bar {
	display: block;
	width: 35px;
	height: 6px;
	background: #824485;
	border-radius: 1px;
	transform-origin: left;
	transition: all .3s;
}

.navbar-toggle .toggle-bar:nth-child(1) {
	margin-bottom: 5px;
	transform-origin: 10% 10%;
	background: #59a207;
}

.navbar-toggle .toggle-bar:nth-child(3) {
	margin-top: 5px;
	transform-origin: 10% 90%;
	background: #4281a4;
}

.nav-p {
	margin: 2px 0 0;
    color: #333;
    font-size: .665rem;
    font-weight: 800;
}


/* Nav Open */

.nav-open .navbar {
	transform: translateX(0);
}

.nav-open .top-bar {
	transform: rotate(45deg);
}

.nav-open .middle-bar {
	transform: translateX(1.375em);
	opacity: 0;
}

.nav-open .bottom-bar {
	transform: rotate(-45deg);
}

.nav-open .navbar-toggle .toggle-bar {
	background: pink;
}


/* =======================================================
HEADER
   ======================================================= */


/* hero images, desaturate PS, #FFF + #8e5290 */

header.page-header.home-header {
	background-image: url(../img/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}

header.page-header.how-can-i-prepare {
	background-image: url(../img/bg-packing.jpg);
	background-size: cover;
}

header.page-header.birth-partner {
	background-image: url(../img/bg-birth-partner.jpg);
	background-size: cover;
}

header.page-header.final-word {
	background-image: url(../img/bg-final-word.jpg);
	background-size: cover;
}

header.page-header.what-should-i-do {
	background-image: url(../img/bg-what-should-i-do.jpg);
	background-size: cover;
}

.page-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 400px;
	padding: 2em 1em;
	background-color: #ffffff;
	border-bottom: solid 5px #925b95;
	box-shadow: inset 0 -10px 12px -10px #000000;
}

.header-title {
	margin: 0;
	text-align: center;
	line-height: 1.35;
	font-size: 2.5em;
	color: #333;
	max-width: 650px;
}

.purple {
	color: #925b95;
}

.green {
	color: #71b02b;
}

blue {
	color: #4c87a7;
}

.page-header .logo-small {
	width: 80%;
	max-width: 250px;
}


/* Home Header */

.page-header.home-header {
	height: initial;
}

.home-header .header-title {
	font-size: 3.5em;
	color: #333;
	margin-bottom: 20px;
}

.home-header .header-img {
	width: 80%;
	max-width: 500px;
}

.header-text {
	max-width: 860px;
	margin-top: 2em;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
}

p.header-text {
	line-height: 140%;
	font-size: 1.3em;
	color: #884a8b;
}

.downArrow {
	position: relative;
	margin-top: 50px;
	margin-bottom: -50px;
}

.bounce {
	animation: bounce 3s infinite;
}

.scroll-text {
	position: relative;
	top: 40px;
	margin: 0;
	color: #884a8b;
	font-size: .85rem;
	font-weight: 700;
	text-transform: uppercase;
}
.scroll-trigger {
	cursor: pointer;
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}


/* =======================================================
GENERAL LAYOUT
   ======================================================= */

h2 {
	margin: 0 0 0.5em;
	font-size: 2em;
	color: #884a8b;
}
h3 {
	text-align: center;
	color: #666;
	margin-bottom: 20px;
	font-size: 1.6em;
}

p {
	margin: .75em 0;
	font-size: .95rem;
}

section p:first-of-type {
	margin-top: 0;
}

section p:last-of-type {
	margin-bottom: 0;
}

.labour-section {
	position: relative;
	padding: 4em 1em;
}

.labour-section::after {
	content: "";
	width: 90%;
	max-width: 890px;
	height: 2px;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(147, 27, 75, 1) 30%, rgba(147, 27, 75, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

.labour-section:first-of-type::after {
	display: none;
}

.section-wrapper {
	max-width: 860px;
	margin: 0 auto;
	transition: all .45s;
}

.intro-section p {
	text-align: center;
}

.image-text {
	margin-top: .75em;
}


/* Images */

.image {
	display: block;
	margin: 1em auto 0;
}

.portrait {
	max-height: 340px;
}

.landscape {
	width: 80%;
	max-width: 380px;
}

.cereal-bar {
	max-width: 330px;
}


/* Videos */

.embed-wrapper {
	max-width: 450px;
	margin: 1em auto -1em;
}

.embed-container {
	position: relative;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tablet-video {
	display: none;
}

.embed-wrapper.final-video {
	margin: 0 auto!important;
}


/* What Shoud I Do */

.packing-btn {
	position: relative;
	display: inline-block;
	margin-top: 1em;
	padding: .75em 1.25em;
	background: #719c30;
	color: #fff;
	font-size: .95rem;
	letter-spacing: .75px;
}

.packing-btn::after {
	border: 1px solid;
	border-color: #fff;
}


/* Quote Box */

.quote-box-container {
	width: 210px;
	height: 210px;
	border: solid 6px #87498a;
	border-radius: 50%;
}

.bigger-row .quote-box-container,
.bigger .quote-box-container {
	width: 250px!important;
	height: 250px!important;
}

.quote-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 40px 12px;
	background-color: #fff;
	border-radius: 50%;
	background-image: url('../img/quote.png');
	background-repeat: no-repeat;
	background-position: 80% 25%;
}

.quote-box p {
	font-size: .9rem;
}

.packing-btn::after,
.quote-box::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	margin: auto;
}

.quote-box::after {
	border: 2px solid;
	border-color: #709a2f;
	border-radius: 50%;
}

.quote-box p {
	text-align: center;
}

.tens-qoute-1 {
	display: none;
}

.tens-qoute-2 .quote-box-container {
	margin: 1em auto 0;
}

.quote-row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 0 1em;
}

.quote-row.space-around {
	justify-content: space-around;
}

.quote-row:not(.space-around) .quote-box-container {
	width: 190px;
	height: 190px;
}

.quote-item {
	margin-top: 1em;
}

.quote-item.pushed-down p {
	margin-top: 24px;
}

.quote-item.pushed-down-12 p {
	margin-top: 12px;
}

.quote-item.pushed-down-4 p {
	margin-top: 4px;
}

.smaller-text p {
	font-size: .8rem;
}

.smallest p {
	margin-top: 20px!important;
	font-size: .755rem;
}

.quote-item.pushed-down-4 .quote-box,
.quote-item.pushed-down-12 .quote-box,
.quote-row.space-around .quote-box {
	padding: 40px 16px;
}

.not-mobile,
.not-tablet {
	display: none;
}

.mb-0 {
	margin-bottom: 0!important;
}

img.large-image {
	width: 70%;
	margin: 25px 15% 50px 15%;
	height: auto;
	border: none;
	display: block;
}

footer {
	width: 100%;
	display: block;
	background-color: #87498a;
	padding: 30px 0;
	margin: 0 auto;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.9);
}

footer img {
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	display: block;
	width: 90%;
}

footer p {
	max-width: 900px;
	margin: 10px auto;
	color: #fff;
	line-height: 140%;
	text-align: center;
	display: block;
}

.mobile-cta {
	display: none;
}

.feedback-from-mums {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	background-color: #ebebeb;
	background-image: url(../img/side-on-pregnant-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.feedback-container {
	max-width: 850px;
	margin: 0 auto;
	display: block;
}


/* =======================================================
MEDIA QUERIES
   ======================================================= */

@media (max-width: 1200px) {
	.nav-brand .logo {
		display: none!important;
	}
	.mobile-cta {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		box-shadow: 0 8px 6px -6px #333;
		background-color: #FFF;
	}
	.mobile-cta img.tab {
		max-width: 170px;
		margin: 0 auto;
		width: 100%;
		border: none;
		display: block;
	}
	.mobile-cta img.mob {
		display: none;
	}
	.page-header {
		border-bottom: none;
		padding-bottom: 60px;
	}
	img.video-content {
		width: 90%;
		margin: 40px 5%;
		border: none;
		height: auto;
	}
}

@media (max-width: 650px) {
	.section-wrapper {
		max-width: 650px;
		margin: 0 5%;
		width: 90%;
	}
	img.video-content {
		width: 90%;
		margin: 15px 5%;
	}
}

@media (max-width: 450px) {
	.mobile-cta img.tab {
		display: none;
	}
	.mobile-cta img.mob {
		max-width: 150px;
		margin: 0 auto;
		width: 100%;
		border: none;
		display: block;
	}
}

@media (min-width: 480px) {
	.quote-row {
		flex-direction: row;
		justify-content: space-around;
	}
}

@media (min-width: 768px) {
	/* Nav */
	.nav-arrow {
		width: 18px;
	}
	/* Header */
	.page-header {
		padding: 4em 1em;
	}
	.labour-section {
		padding: 6em 1.5em;
	}
	/* Image/Video Text Split */
	.image-text {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.text-content {
		align-self: center;
	}
	.text-content,
	.video-wrapper p,
	.snack-wrapper p {
		padding-right: 2em;
	}
	.image {
		margin: 0;
	}
	.landscape {
		width: 40%;
		max-width: none;
	}
	.video-wrapper .text-content,
	.video-wrapper p,
	.embed-wrapper,
	.snack-wrapper p,
	.image-text-video .text-content,
	.img-wrapper,
	.snack-wrapper .image {
		width: 50%;
	}
	.video-wrapper .text-content p {
		width: 100%;
	}
	.image-text-video .embed-wrapper {
		width: 100%;
		margin-top: 2em;
	}
	.image-text-video .image {
		width: initial;
		max-height: 460px;
		margin: 0 auto;
	}
	.image-text-video .landscape {
		width: 100%;
	}
	/* Video */
	.tablet-video {
		display: block;
	}
	.mobile-video {
		display: none;
	}
	.video-wrapper {
		margin: 1em 0;
	}
	.embed-wrapper {
		margin: initial;
	}
	.video-wrapper .text-content {
		padding-right: 0;
	}
	.quote-row {
		justify-content: space-between;
		margin: 2em 0;
	}
	.quote-item {
		margin-top: 0;
	}
	.not-mobile {
		display: block;
	}
	.not-tablet {
		display: none;
	}
}

@media (min-width: 1020px) {
	.section-wrapper {
		max-width: 600px;
	}
	.section-wrapper img.video-content {
		max-width: 500px;
		margin: 0 50px 50px 50px;
		width: 100%;
		height: auto;
		border: 8px solid #FFF;
		box-shadow: 0 8px 14px -6px #666;
		border-radius: 20px;
		transition: all .2s ease-in-out;
		display: block;
	}
	.section-wrapper img.video-content:hover {
		transform: scale(1.05);
	}
	/* Header */
	.page-header {
		padding: 6em 1em;
	}
	.labour-section {
		padding: 4.5em 2em;
	}
	.not-tablet {
		display: block;
	}
}