body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #5b6e80;
}

a {
	color: #12216b;
}

a:hover {
	text-decoration: none;
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 30px;
	font-weight: 700;
	color: #00083d;
	line-height: 1.3;
}

.sectionDiv {
	padding-top: 55px;
	padding-bottom: 55px;
}

.btn-md {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	padding-left: 35px;
	padding-right: 35px;
}

.btn-primary {
	border-radius: 9999px;
	position: relative;
	letter-spacing: .025em;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	line-height: 1.375;
	border: 0px;
	background-image: linear-gradient(90deg, #009bff, #0062ff);
	box-shadow: 0 2px 8px 0 rgba(0, 34, 255, .08), 0 2px 8px 0 rgba(0, 11, 80, .12);
	z-index: 1;
}

.btn-primary:hover {
	background-image: linear-gradient(90deg, #0062ff, #009bff);
}

.hoverAnim {
	-webkit-transform: translateY(0) scale(1);
	opacity: 1;
	transform: translateY(0) scale(1);
	-webkit-transition: -webkit-transform 0.4s ease 0.3s, opacity 0.4s ease 0.3s;
	transition: transform 0.4s ease 0.3s, opacity 0.4s ease 0.3s;
	-webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.12);
}

.hoverAnim:hover {
	transform: translateY(0) scale(1.05);
	-webkit-transform: translateY(0) scale(1.05);
}

.header_section {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #e5e8ff;
}

.header_section .branding {
	display: inline-block;
	max-width: 220px;
}

.header_section .navigationBar {
	display: inline-block;
	float: right;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 10px;
}

.header_section .navigationBar ul li {
	margin-left: 15px;
	letter-spacing: 0.02em;
}

.navigationBar .navbar-collapse {
	padding-right: 0px;
}

.header_section .navigationBar ul li a {
	padding: 5px 15px;
}

.header_section .navigationBar ul li:hover a, .header_section .navigationBar ul li:focus a, .header_section .navigationBar ul li a:hover, .header_section .navigationBar ul li a:focus {
	background-color: transparent;
}

.header_section .navigationBar ul li:last-child a {
	padding-right: 0px;
}

.header_section .navigationBar .navbar-toggle {
	margin: 0;
}

.header_section .navigationBar .navbar-toggle .icon-bar {
	background-color: #000;
}

.header_section.fixed {
	position: fixed;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.95);
	-moz-box-shadow: 0 0 5px rgba(136, 136, 136, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(136, 136, 136, 0.5);
	box-shadow: 0 0 5px  rgba(136, 136, 136, 0.5);
}

.header_section.fixed .branding {
	max-width: 130px;
    position: relative;
    top: 4px;
}

.header_section.fixed .navigationBar {
	padding-top: 0px;
}

.pill-holder {
	position: relative;
}

.pill-background {
	-webkit-animation-name: slide-pill;
	animation-name: slide-pill;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	background-color: #e5e8ff;
	border-radius: 1000px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
}

.pill-background {
	width: 700px;
	height: 820px;
	top: -300px;
	right: -200px;
}

.hero_banner_section {
	padding-top: 20px;
	padding-bottom: 80px;
	background-color: #e5e8ff;
}

.hero_banner_section .hero_caption {
	padding-top: 35px;
}

.hero_banner_section .hero_caption h1 {
	line-height: 1.3;
	font-size: 42px;
	margin-bottom: 25px;
	font-weight: 700;
}

.hero_banner_section .hero_caption p {
	font-weight: 300;
	padding-right: 50px;
}

h2.section-heading {
	font-size: 34px;
}

.about_section { padding-top: 35px; }
.about_section p {
	font-size: 20px;
}

body .bio_jeanne_section {
	background-color: #FFF;
	padding-bottom: 50px;
	padding-top:0;
}

.bio_jeanne_section .bio_detail {
	margin-top: 75px;
	font-size: 20px;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}

.bio_jeanne_section .bio_detail span.quoteIcon {
	position: absolute;
	left: -64px;
	top: -30px;
}

.bio_jeanne_section .bio_detail .bioInfo {
	margin-bottom: 25px;
}

.bio_jeanne_section .bio_detail .jeanne_name {
	font-size: 16px;
}

.bio_jeanne_section .bio_detail h3 {
	margin-bottom: 10px;
}

.our_work_section .work_item {
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-transform: translateY(0) scale(1);
	opacity: 1;
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: -webkit-transform 0.4s ease 0.3s, opacity 0.4s ease 0.3s;
	transition: transform 0.4s ease 0.3s, opacity 0.4s ease 0.3s;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.12);
	padding-bottom: 25px;
}

.our_work_section .work_item:hover {
	transform: translateY(0) scale(1.05);
	-webkit-transform: translateY(0) scale(1.05);
}

.our_work_section .work_item .work-title {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 80px;
}

.our_work_section .work_item h3 {
	font-size: 20px;
}

.contact_section {
	font-size: 22px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact_section h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.contact_section .cnt_info {
	text-align: right;
	margin-top: 25px;
}

.contact_section .cnt_info p {
	margin: 0px;
}

.contact_section .cnt_info p span {
	font-weight: 600;
}

.contact_section .cnt_info a {
	color: #5b6e80;
}

.copyright_section {
	padding-bottom: 25px;
}

@media only screen and (max-width:992px) {
	.header_section .navigationBar {
		font-size: 15px;
		padding-top: 5px;
	}

	.header_section .navigationBar ul li {
		margin-left: 0px;
	}

	.header_section .navigationBar ul li a {
		padding: 5px 10px;
	}

}

@media only screen and (max-width:767px) {
	.sectionDiv {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.hero_banner_section .hero_caption {
		padding-top: 0px;
	}

	.hero_banner_section .hero_caption p {
		padding-right: 0px;
	}

	.navigationBar {
		z-index: 999;
	}

	.header_section .navigationBar {
		padding-top: 0px;
	}

	.navigationBar .navbar-collapse {
		position: absolute;
		right: 15px;
		top: 34px;
		padding: 0px 15px;
		width: 180px;
		text-align: right;
		background-color: #FFF;
		z-index: 999;
	}

	.header_section .navigationBar ul li:last-child a {
		padding-right: 15px;
	}

	.header_section .navigationBar ul li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}

	.header_section .navigationBar ul li:last-child {
		border-bottom: 0px solid rgba(0, 0, 0, 0.15);
	}

	.header_section .navigationBar ul li a {
		padding: 10px 15px;
	}

	.header_section .navigationBar .navbar-toggle[aria-expanded='true'] {
		background-color: #FFF;
	}

	.hero_banner_section .hero_caption {
		text-align: center;
	}

	.hero_banner_section .hero_caption h1 {
		font-size: 36px;
	}

	.bio_jeanne_section {
		padding-bottom: 0px;
	}

	.bio_jeanne_section .bio_detail {
		margin-top: 40px;
		padding: 0px;
		padding-bottom: 35px;
	}

	.bio_jeanne_section .bio_detail span.quoteIcon {
		position: relative;
		left: 0px;
		top: -10px;
		max-width: 35px;
	}

	.contact_section, .contact_section .cnt_info {
		text-align: center;
	}

	.contact_section .cnt_info {
		padding-top: 5px;
	}

}
