/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* 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;
}

/*Load Fonts*/
@font-face {
    font-family: 'sofia-bold';
    src: url('fonts/fonts/sofia_bold-webfont.eot');
    src: url('fonts/sofia_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_bold-webfont.woff2') format('woff2'),
         url('fonts/sofia_bold-webfont.woff') format('woff'),
         url('fonts/sofia_bold-webfont.ttf') format('truetype'),
         url('fonts/sofia_bold-webfont.svg#sofiabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sofia-extralight';
    src: url('fonts/sofia_extralight-webfont.eot');
    src: url('fonts/sofia_extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_extralight-webfont.woff2') format('woff2'),
         url('fonts/sofia_extralight-webfont.woff') format('woff'),
         url('fonts/sofia_extralight-webfont.ttf') format('truetype'),
         url('fonts/sofia_extralight-webfont.svg#sofiaextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sofia-light';
    src: url('fonts/sofia_light-webfont.eot');
    src: url('fonts/sofia_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_light-webfont.woff2') format('woff2'),
         url('fonts/sofia_light-webfont.woff') format('woff'),
         url('fonts/sofia_light-webfont.ttf') format('truetype'),
         url('fonts/sofia_light-webfont.svg#sofialight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sofia-medium';
    src: url('fonts/sofia_medium-webfont.eot');
    src: url('fonts/sofia_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_medium-webfont.woff2') format('woff2'),
         url('fonts/sofia_medium-webfont.woff') format('woff'),
         url('fonts/sofia_medium-webfont.ttf') format('truetype'),
         url('fonts/sofia_medium-webfont.svg#sofiamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sofia-regular';
    src: url('fonts/sofia_regular-webfont.eot');
    src: url('fonts/sofia_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_regular-webfont.woff2') format('woff2'),
         url('fonts/sofia_regular-webfont.woff') format('woff'),
         url('fonts/sofia_regular-webfont.ttf') format('truetype'),
         url('fonts/sofia_regular-webfont.svg#sofiaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sofia-thin';
    src: url('fonts/sofia_thin-webfont.eot');
    src: url('fonts/sofia_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofia_thin-webfont.woff2') format('woff2'),
         url('fonts/sofia_thin-webfont.woff') format('woff'),
         url('fonts/sofia_thin-webfont.ttf') format('truetype'),
         url('fonts/sofia_thin-webfont.svg#sofiathin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Start Leanne Monte CSS*/

body{
	font-size: 10px;
	font-family: 'sofia-light', sans-serif;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100vw;
	overflow-x: hidden;
}

#wrap{
	width: 100vw;
	overflow-y: hidden;
}

.basic-section{
	min-width: 100vw;
	height: auto;
	text-align: center;
	z-index: 10 !important;
	position: relative;
	padding-bottom: 3rem;
}

.pink-section{
	background-image: url(images/pink-background.jpg) !important;
	background-repeat: repeat;
	background-color: #f765a5;
}

.white-section{
	background-image: url(images/white-background.jpg) !important;
	background-repeat: repeat;
}


#feature-section{
	height: 100vh;
	position: fixed;
	top: 0;
}

#feature-logo{
	width: 80%;
	max-width: 40rem;
	height: 20rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40vh;
}



.basic-text-container{
	width: 85%;
	max-width: 30rem;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content-sections{
	position: absolute;
	top: 100vh;
}

.pink-section .basic-text-container{
	color: #ffffff;
}


h2{
	font-size: 1.75rem;
	padding: 20% 0 1.25rem 0;
	line-height: 1.25;
}

p{
	font-size: 1.2rem;
	line-height: 1.5;
}

.smaller-text{
	font-size: 1rem;
}

ul{
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 1rem;
}


.bold-heading{
	font-family: 'sofia-medium', sans-serif;
	display: block;
}

.bold-paragraph{
	font-family: 'sofia-medium', sans-serif;
	display: block;
	padding-top: 1rem;
}

.button, submit{
	text-align: center;
	padding: 0.25rem;
	border: 2px solid #ffffff;
	border-radius: 5px;
	width: 8rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	font-family: 'sofia-medium', sans-serif;
	cursor: pointer !important;
}

.button a{
	text-decoration: none;
	color: #ffffff;
}

.solid-pink-button{
	text-align: center;
	padding: 0.5rem;
	border: 2px solid #f765a5;
	border-radius: 5px;
	width: 8rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	font-family: 'sofia-bold', sans-serif;
	cursor: pointer !important;
	background-color: #f765a5;
	color: #ffffff;	
}

#contact a{
	text-decoration: none;
	color: #f765a5;
}

/*#feature-section{
	position: fixed;
	z-index: 1 !important;
}*/

/*#content-sections{
	top: 100vh;
	z-index: 10;
	position: relative;
	
}*/

#mother-nature{
	transition: 0.5s;
	-webkit-transition: 0.5s;
}


#satisfaction .basic-text-container{
	width: 85%;
	max-width: 24rem;
}

@media screen and (min-width: 1000px){
	#feature-logo{
		font-size: 1.75rem;
		width: 40rem;
		height: 20rem;
	}
	
	h2{
		padding: 65% 0 1.25rem 0;
	}
}





#contact .basic-text-container, .contact-field{
	width: 85%;
	max-width: 30rem;
}



.contact-field{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2.5rem;
	margin-top: 2.5rem;
	border-top: 1px solid #e1e1e1;
}

input, textarea{
	margin-bottom: 1rem;
	display: inline-block;
	padding: 0.75rem 5% 0.75em 5%;
	width: 90%;
	margin-top: 0.5rem;
	font-size: 1.15rem;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #e0e0e0;
}

.input-label{
	font-size: 1.25rem;
	display: block;
}

.input-wrap{
	width: 100%;
	display: inline-block;
	padding-right: 2%:
}

.text-box-input{
	padding-top: 1rem;
}

.text-box-input textarea{
	width: 89% !important;
	height: 5em;
}

.submit-button-container{
	width: 8rem;
	margin-left: auto;
	margin-right: auto;
}


#secondary-navigation{
	display: none;
}


@media screen and (min-width: 375px){
	h2{
		font-size: 1.4rem;
	}
	
	.basic-text-container ul, .smaller-text{
		font-size: 1.15rem;
	}	
}

@media screen and (min-width: 768px){
	.basic-section{
		min-height: 85vh;
	}
	
	h2{
		padding-top: 30vh;
		font-size: 1.75rem;
	}
	
	p{
		font-size: 1.3rem;
	}
	
	#passion h2{
		padding-top: 27vh;
	}
	
	#satisfaction h2{
		padding-top: 35vh;
	}
	
	#contact h2{
		padding-top: 20%;
	}
	
	#feature-logo {
    	width: 70%;
    }
	
	#secondary-navigation{
		position: fixed;
		right: 2em;
		top: 40vh;
		z-index: 20;
		display: block;	
	}
	
	#secondary-navigation a{
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 1em;
		border: 2px solid #ffffff;
		display: block;
		color:rgba(255, 255, 255, 0);
		margin-top: 0.5rem;
		transition: 0.25s;
		-webkit-transition: 0.25s;
	}
	
	.active-section a{
		background-color: #ffffff;
		transition: 0.25s;
		-webkit-transition: 0.25s;
	}

	.pink-bullets .active-section a{
		background-color: #f765a5;
		border-color: #f765a5;
		transition: 0.25s;
		-webkit-transition: 0.25s;
	}
	
	.pink-bullets a{
		border: 2px solid #f765a5 !important;
		transition: 0.25s;
		-webkit-transition: 0.25s;
	}

}

@media screen and (min-width: 1000px){
		
	/*.input-wrap{
		width: 48%;
		display: inline-block;
	}*/
	
	h2{
		font-size: 2rem;
	}
	
	#contact h2{
		padding: 35% 0 1.75rem 0;
	}
	
	#contact{
		height: auto;
		min-height: 100vh;
		padding-bottom: 5rem;
	}
}

@media screen and (min-width: 1600px){
	
	html{
		font-size: 20px;
	}
	
}

.error-name, .error-email, .error-message {
    background: #EFA7C6;
    padding: 5px 10px;
    font-size: 14px;
    margin: -10px 0 10px;
}

.success {
    background: #26C182;
    font-size: 20px;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
}