a, img {
	box-sizing: border-box;
	-webkit-transition: .3s;
	transition: .3s;
}
* {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}

/* CSS start */
html, body {
	width: 100%;
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #222;
	background-color: #f4f4f4;
}



header, section {
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
	section#how-it-works, section#contact {
		min-height: auto;
	}
	section#contact {
		padding: 12em 0;
	}

p {
	margin-bottom: .25em;
}

/* HEADER */
nav {
	font-size: 1.15em;
	line-height: 1em;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	position: fixed;
	z-index: 10000;
	background-color: rgba(255,255,255,.95);
	box-shadow: 0 3px 6px rgba(0,0,0,.28);
}
	#zeokote-logo {
		max-width: 175px;
		width: 22.5%;
		display: block;
	}
		#zeokote-logo a:hover img {
			opacity: 0.75;
		}
	#main-menu {

	}
		#main-menu a {
			color: #555;
			display: inline-block;
			padding: 3px 5px;
			margin: 0 .25em;
		}
			#main-menu a:hover {
				color: red;
			}

header {
	min-height: 85vh;
	display: block;
	background: url("../images/cat-header.jpg") no-repeat center bottom;
	background-size: cover;
}
	#header-bottom {
		width: 102%;
		position: absolute;
		left: -1%;
		bottom: -5px;
	}

h1 {
	font-family: 'Poiret One', 'PT Sans', sans-serif;
	font-size: 3.25em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: .4em;
	color: #1d477b;
}
h2 {
	font-family: 'Poiret One', 'PT Sans', sans-serif;
	font-size: 2em;
	line-height: 1.15em;
	font-weight: bold;
	margin-bottom: .25em;
	color: #1d477b;
}
p.h1-subtext {
	font-size: 1.4em;
	line-height: 1.3em;
}
a.cta-1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	background-color: #36a620;
	color: #fff;
	padding: 14px 35px 11px;
	margin-top: 1.15em;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
}
	a.cta-1:hover {
		background-color: #1d760c;
	}

/* Sections */
div.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
	.content-wrapper-1, .content-wrapper-2, .content-wrapper-3 {
		box-sizing: border-box;
		padding: 1.25em;
	}
	.content-wrapper-1 {
		width: 40%;
	}
	.content-wrapper-2 {
		width: 50%;
	}
	.content-wrapper-3 {
		width: 60%;
	}
	.content-wrapper-single {
		width: 95vw;
		max-width: 46%;
		margin: 0 auto;
	}

.icons-3-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin: 1.33em auto;
}
	.icons-3 {
		width: 30%;
		text-align: center;
	}
		.icons-3-image {
			padding: 0 15%;
			display: block;
			margin-bottom: .8em;
		}
		.icons-3-text {
			line-height: 1.2em;
			color: #1d477b;
			font-weight: bold;
		}

#how-it-works {
	display: block;
	padding: 6em 2em;
	background-color: #1c549b;
	color: #fff;
}
	.item-how {
		width: 30%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
		.item-how-icon {
			width: 30%;
			padding: 22px;
			background-color: #fff;
			border-radius: 125px;
			overflow: hidden;
		}
			.item-how-icon p {
				margin: 0;
			}
		.item-how-text {
			width: 65%
		}

#contact-info {
	margin: 24px auto;
}
	#contact-info p {
		padding-left: 1.1em;
	}
	.txt-label {
		font-size: .825em;
		line-height: 1.25em;
		color: #aaa;
		font-style: italic;
		padding-left: 0 !important;
	}
	.the-info {
		font-size: 1.33em;
		font-weight: 600;
	}
section#contact div.wrapper {
	flex-direction: column;
}
	#footer-kittens {
		width: 33%;
		margin: 3em auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
		.kitten-images {
			width: 30%;
			border-radius: 250px;
			overflow: hidden;
		}


/* FOOTER */
footer {
	font-size: .75em;
	line-height: 1em;
	background-color: #122a48;
	color: #4371aa;
	text-align: center;
	padding: 1.75em 0;
}

#phone-desktop {
	display: block;
}
#phone-mobile {
	display: none;
}
.mobile-only-contact {
	font-size: .85em;
	line-height: 1.2em;
	color: #999;
}


/* Responsive */
@media screen and (max-width: 970px) {
	.item-how {
		flex-direction: column;
		align-items: start;
	}
		.item-how-icon {
			width: 38%;
			padding: 16px;
			margin-bottom: 12px;
		}
		.item-how-text {
			width: 100%
		}
}

@media screen and (max-width: 768px) {
	#zeokote-logo {
		max-width: 140px;
	}
	#main-menu a {
		font-size: .87em;
		line-height: 1em;
	}

	#footer-kittens {
		width: 46%;
	}
}

@media screen and (max-width: 640px) {
	nav {
		display: block;
		padding: 6px;
	}
		#zeokote-logo {
			width: 40%;
			float: left;
			clear: left;
			padding-top: 3px;
		}
		#main-menu {
			display: block;
			height: 0;
			width: 100%;
			overflow: hidden;
			text-align: right;
			transition: height .5s ease-in-out, padding-top .5s ease-in-out;
			padding-top: 0;
		}
			#main-menu a {
				display: block;
				font-size: 1.5em;
				line-height: 1.15em;
				margin: .25em 0 .85em;
			}

		#btn-mm-mob {
			display: block;
			width: 40px;
			height: 40px;
			float: right;
			clear: right;
			padding: 0 !important;
			margin: 0 !important;
			position: relative;
		}
			.mm-mob-bar {
				display: block;
				width: 40px;
				height: 6px;
				border-radius: 5px;
				overflow: hidden;
				background-color: #333;
				margin: 0;
				padding: 0;
			}
				#mm-mob-bar-1 {
					position: absolute;
					top: 6px;
					transition: opacity .3s ease-in-out, top .3s ease-in-out, transform .3s ease-in-out;
				}
				#mm-mob-bar-2 {
					position: absolute;
					top: 17px;
					transition: opacity .3s ease-in-out, top .3s ease-in-out, transform .3s ease-in-out;
				}
				#mm-mob-bar-3 {
					position: absolute;
					top: 28px;
					transition: opacity .3s ease-in-out, top .3s ease-in-out, transform .3s ease-in-out;
				}

			.mm-btn-on  #mm-mob-bar-1 {
				top: 16px;
				transform: rotate(45deg);
			}
			.mm-btn-on  #mm-mob-bar-2 {
				opacity: 0;
			}
			.mm-btn-on  #mm-mob-bar-3 {
				top: 16px;
				transform: rotate(-45deg);
			}
		.mm-mob-on {
			padding-top: 25px !important;
			height: 80vh !important;
		}

	h1 {
		font-size: 1.75em;
		line-height: 1.1em;
	}
		.h1-subtext {
			font-size: 1.2em;
			line-height: 1.15em;
		}
	h2 {
		font-size: 1.6em;
		line-height: 1.25em;
	}
	a.cta-1 {
		font-size: 1.2em;
		padding: 13px 25px 13px;
	}

	section {
		padding: 45px 0;
	}

	div.wrapper {
		flex-direction: column;
		align-items: start;
	}
		.content-wrapper-1, .content-wrapper-2, .content-wrapper-3 {
			width: 100%;
		}
		.content-wrapper-1 {
			order: -1;
		}
			.section-image {
				width: 75%;
				margin: 0 auto;
			}

	.icons-3-text {
		font-size: .9em;
		line-height: 1em;
	}

	#how-it-works {
		padding: 3em 2em;
	}
	.item-how {
		width: 100%;
		margin-bottom: 2em;
	}

	section#contact {
		padding: 4em 0;
	}
		#footer-kittens {
			width: 80%;
		}
		.content-wrapper-single {
			width: 100vw;
			max-width: 90%;
		}

	footer {
		font-size: .6em;
	}
}

@media screen and (max-width: 540px) {

}