@font-face {
  font-family: LeftBrain;
  src: url('../fonts/besans-leftbrain.eot'), url('../fonts/besans-leftbrain.woff'), url('../fonts/besans-leftbrain.otf') format('opentype');
}

@font-face {
  font-family: CircularMedium;
  src: url('../fonts/circular-medium.eot'), url('../fonts/circular-medium.woff'), url('../fonts/circular-medium.otf') format('opentype');
}

video { display: block; width: 100%; }

.mobile {
		display: none;
	}
	
	.desktop {
		display: block;
	}

a {
	text-decoration: none;
	underline: none;
	color: #005df1;
	
}

p {
	margin: 32px auto;
	padding: 0;
}

img {
	display:block;
}

body {
	background: #19140d;
	margin:0 auto;
	font-family: LeftBrain, Helvetica, sans-serif;
	letter-spacing: .2em;
	max-width: 1920px;
}

nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	height: 56px;
	color: #005df1;
	font-size: 1em;
}

nav #topLogo {
	height: 100%;
	float: left;
}

nav #rightLogo {
	height: 100%;
	float: right;
}

nav #topLogo img {
	height: 36px;
	margin: 10px;
} 

nav #rightLogo img {
	height: 26px;
	margin: 15px;
}

#topNavList {
	float: right;
	margin: 18px 10px;
}

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

#topNavList ul li {
	display: inline;
	margin-left: 24px;
}

#topNavList ul li.current a:link, #topNavList ul li.current a:visited, #topNavList ul li.current a:active, #topNavList ul li.current a:hover {
	color: #002760;
}

#topNavList ul li a:link, #topNavList ul li a:visited, #topNavList ul li a:active, #topNavList ul li a {
	color: #005df1;
}

#topNavList ul li a:hover {
	color: #002760;
}

#topNavList ul li a.primary {
	color: white;
	background: #005df1;
	border-radius: 50px;
	padding: 6px 18px;
}

#topNavList img {
	height: 100%;
}

#howItWorks a.primary, #contact a.primary {
	color: #002760;
    background: #fecbc7;
	border-radius: 50px;
	padding: 12px 24px;
}

#contact a.primary {
	background: #005df1;
	width: fit-content;
	margin: 32px auto;
	display:block;
}

#topNavList ul li a.primary:hover, #howItWorks a.primary:hover {
	color: white;
	background: #002760;
}

#contact a.primary:hover {
	background: #19140d;
}

#masthead, #masthead img {
	width: 100%;
}

#masthead {
	margin-top: 56px;
}

#welcome, #about, #howItWorks, #specialties{
	background: #002760;
	color: #eef3db;
	padding: 144px 10%;
}

#welcome .intro, #about .intro, #howItWorks .intro, #specialties .intro {
	display: block;
	font-size: 5em;
}

#welcome .intro {
	margin-bottom: 144px;
}

#about .intro {
	margin-bottom: 0;
}

#welcome .bio {
	background: url("../img/bioPic.png") no-repeat;
	background-size: 77% auto;
	padding: 280px 0;
}

#about .bio {
	background: url("../img/aboutPic.png") no-repeat bottom right;
	background-size: 80% auto;
	padding: 0 0 270px 0;
}

#about .bio.amanda {
	background: url("../img/aboutPic-amanda.png") no-repeat bottom right;
	background-size: 80% auto;
	padding: 0 0 150px 0;
}

#about .bio.kyra {
	background: url("../img/aboutPic-kyra.png") no-repeat bottom right;
	background-size: 80% auto;
	padding: 0 0 150px 0;
}

#welcome .bodyCopy, #about .bodyCopy {
	width: 50%;
	margin-left: 45%;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: CircularMedium, helvetica, arial, sans-serif;
	letter-spacing: 0;
}

#specialties .bodyCopy, #contact .bodyCopy {
	font-family: CircularMedium, helvetica, arial, sans-serif;
	letter-spacing: 0;
}


#welcome .bodyCopy {
	font-size: 1.5em;
}

#about {
	background: #fecbc7;
	color: #002760;
}

#about .bodyCopy {
	margin-left: 0;
	width: 45%;
}

#howItWorks {
	background: #005df1;
	color: #eef3db;
	text-align: center;
}

#howItWorks .intro {
	text-align: center;
}

#howItWorks .container {
	margin-bottom: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step {
	width: 50%;
}

.step img, .step p {
	width: 90%;
	margin: 0 10% 0 0;
}

#howItWorks .subhead, .bodyCopy {
	line-height: 1.5em;
	text-align: left;
}

#howItWorks .subhead {
	font-size: 3em;
	margin: 0;
}

#howItWorks .bodyCopy {
	margin-top: 0;
	font-family: CircularMedium, helvetica, arial, sans-serif;
	letter-spacing: 0;
	font-size: 1.3em;
}

.pic {
	width: 67%;
}

.text {
	width: 33%;
}

#contact .bodyCopy {
	color: #eef3db;
	text-align: center;
	max-width: 540px;
}

#specialties {
	background: #eef3db;
	color: #002760;
	text-align: left;
}

#specialties .intro {
	text-align: left;
}

.specialtiesGrid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
}

.specialtiesGrid .orange {
	border: 2px solid #ff6800;
	color: #002760;
	background: none;
}

.specialtiesGrid .darkBlue {
	border: 2px solid #002760;
	color: #002760;
	background: none;
}

.specialtiesGrid .lightBlue {
	border: 2px solid #005df1;
	color: #002760;
	background: none;
}

.specialtiesGrid .black {
	border: 2px solid #19140d;
	color: #002760;
	background: none;
}

.specialtiesGrid .natural {
	border: 2px solid #eef3db;
	color: #002760;
	background: none;
}

.specialtiesGrid .pink {
	border: 2px solid #fecbc7;
	color: #002760;
	background: none;
}

.specialtiesGrid .box  {
	padding: 16px 24px;
	text-align: left;
	flex-grow: 1;
	margin: 16px;
	border-radius: 100px;
}

#contact {
	width: 100%;
	display: flex;
	align-content: stretch;
	color: #eef3db;
	text-align:center;
	align-items: center;
	justify-content: center;
	background: #002760;
}

#contact .left {
	background: #002760;
	width: 50%;
	padding: 36px;
}

#contact .right {
	background: #005df1;
	width: 50%;
	padding: 36px;
}

#contact .right .buttons a, #contact .left .buttons a {
	background: #fecbc7;
}

#contact .left .buttons a:hover {
	background: #005df1;
	color: #eef3db;
}

#contact .right .buttons a:hover {
	background: #002760;
	color: #eef3db;
}

#contact .right img {
	width: 90%;
	margin: 5%;
}

#contact .intro {
	font-size: 3em;
}

#contact .buttons {
	margin: 48px 0;
}

#specialties {
	display: block;
}

@media(max-width:1440px){
	#welcome .intro, #about .intro, #howItWorks .intro, #specialties .intro {
    	font-size: 4em;
	}
	
	#about .bio {
		padding: 0 0 100px 0;
	}
	
	#about .bio.amanda, #abotu .bio.kyra {
		padding: 0 0 0 0;
	}
	
	#welcome .bio {
		padding: 180px 0;
	}

}

@media(max-width:1280px){
	#about .bio, #about .bio.amanda, #about .bio.kyra {
		background-position: center right;
		background-size: 90% auto;
		padding: 72px 0 0 0;
		margin: 72px 0;
	}
	
	#welcome .bio {
		padding: 140px 0;
	}
}
	
}

@media(max-width:1280px){
	#contact {
		display: block;
	}
	
	#contact .left, #contact .right {
		width: 80%;
		padding: 36px 10%;
	}
}

@media(max-width:1060px){	
	#contact {
		background: #005df1;
	}
	
}

@media(max-width:980px){
	#welcome .intro, #about .intro, #howItWorks .intro, #specialties .intro {
    	font-size: 3em;
	}
	
	#welcome .bio {
		padding: 120px 0 0 0;
	}
	
	#about .bio, #about .bio.amanda, #about .bio.kyra{
		padding: 0;
	}
	
	#contact {
		background: #005df1;
	}
	
}

@media(max-width:900px){
	#topNav ul li {
		display: none;
	}
	
	#topNav ul li.primary {
		display: inline;
	}
	
	#welcome .bio {
		background: url("../img/bioPic-v.png") no-repeat;
		background-size: 75% auto;
		padding: 240px 0;
	}
	
	#welcome .bio {
		padding: 690px 0 0 0;
	}
	
	#welcome .bodyCopy {
    	width: 75%;
    	margin-left: 25%;
	}
	
	#about .bio {
		background: url("../img/aboutPic-v.png") no-repeat top right;
		background-size: 75% auto;
	}
	
	#about .bodyCopy {
    	width: 75%;
    	margin-left: 0;
	}
	
	#about .bio {
    	padding: 620px 0 0 0;
	}
	
	#about .bio.amanda, #about .bio.kyra {
		padding: 500px 0 0 0;
		background-position: top right;
	}
	
	#about .intro {
    	margin-bottom: 36px;
	}
	
	#howItWorks .container {
		display: block;
	}
	
	.pic, .text {
		width: 100%;
	}
	
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}
}

@media(max-width:760px){
	#welcome .intro, #about .intro, #howItWorks .intro, #specialties .intro {
    	font-size: 2.5em;
	}
	
	#howItWorks .subhead {
		font-size: 2em;
	}
	
	#welcome .bio {
		padding: 470px 0 0 0;
	}
	
	#about .bio {
		padding: 540px 0 0 0;
	}
	
	#about .bio.amanda, #about .bio.kyra {
		padding: 430px 0 0 0;
		background-size: 100% auto;
	}
}

@media(max-width:640px){
	#welcome .intro, #about .intro, #howItWorks .intro, #specialties .intro {
    	font-size: 2em;
	}
	
	#howItWorks .subhead {
		font-size: 2em;
	}
	
	#welcome .bio {
		padding: 430px 0 0 0;
	}
	
	#welcome .bodyCopy, #about .bodyCopy, #howItWorks .bodyCopy, #specialties .bodyCopy {
		font-size: 1.2em;
	}
	
	#about .bio {
		padding: 450px 0 0 0;
	}
	
	#about .bio.amanda, #about .bio.kyra {
		padding: 240px 0 0 0;
	}
	
	#contact .left, #contact .right {
		width: 80%;
		padding: 10%;
	}
}

@media(max-width:540px){
	#welcome .bio {
		padding: 350px 0 0 0;
	}
	
	#welcome .bio .bodyCopy {
		margin-top: 32px;
	}
	
	#about .bio {
		background: url("../img/aboutPic-v.png") no-repeat top right;
		background-size: 75% auto;
		padding: 370px 0 0 0;
	}
	
	#about .bio.amanda, #about .bio.kyra {
		padding: 320px 0 0 0;
	}
	
	#welcome, #about, #howItWorks, #specialties {
		padding: 72px 10%;
	}
	
	#contact {
		display: block;
	}
	
	p {
		margin: 0 auto 32px 0;
	}
}

@media(max-width:430px){
	#topNavList ul li a.primary {
		color: white;
		background: #005df1;
		border-radius: 50px;
		padding: 3% 5%;
		position: fixed;
		bottom: 32px;
		left: 10%;
		width: 70%;
		text-align: center;
	}
	
	#topNavList {
		margin: 18px;
	}
	
	#welcome .bio {
		padding: 300px 0 0 0;
	}
	
	#about .bio {
		padding: 300px 0 0 0;
	}
	
	#contact {
		display: block;
	}
}

@media(max-width:390px){
	
	#welcome .intro, #about .intro, #howItWorks .intro, #specialties .intro, #howItWorks .subhead {
		font-size: 1.4em;
	}
	
	#welcome .intro {
		margin-bottom: 96px;
	}
	
	#welcome .bio {
		padding: 250px 0 0 0;
	}
	
	#welcome .bio .bodyCopy {
		width: 80%;
		margin-left: 20%;
	}
	
	#about .bio {
		background: url(../img/aboutPic-v.png) no-repeat top right;
		background-size: 75% auto;
		padding: 260px 0 0 0;
		margin: 32px 0;
	}
	
	#about .bio.amanda, #about .bio.kyra {
		padding: 220px 0 0 0;
	}
	
	
	
	#howItWorks a.primary, #contact a.primary {
    	display: block;
	}
}
