@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

html{
	width: auto;
}

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

}

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

}

.top-container{
	height: 700px;
	text-align: center;
	background: url('../images/caring-hands.jpg') center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* End Fonts*/

h1{
	float: left;
	font-size: 42px;
	margin-top: 10px;
	margin-left: 20px;
	font-family: 'open_sanslight';
	font-weight: 500;
	color: #00b2b3;
}
span{
	font-size: 24px;
}

.top-header{
	height: 90px;
	width: 100%;
	background-color: #FFF;
}

ul{
	width: auto;
	height: auto;
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

a li{
    float: right;
	text-decoration: none;
	padding: 15px;
	margin-top: 15px;
	font-family: 'open_sansregular';
	display: block;
	padding-right: 50px;
	color: #666;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	font-size: 18px
}

a li:hover{
	color: #000;
}

a {
color: #FFF;
Text-decoration: none;
}

.about-wrap{
	width: 900px;
	height: 375px;
	background: rgba(255,255,255,.8);
	margin: 110px auto;
}

.about-wrap > p{
	font-family: 'open_sanslight';
	color: #000;
	font-size: 24px;
	font-weight: 300;
	width: auto;
	margin: auto;
	padding: 30px;
}

div.number{
	text-align: center;
	color: #00b2b3;
	font-family: 'open_sanslight';
	font-size: 46px;
	padding-top: 5px;
	font-weight: 600;
}

.fa-chevron-down{
	padding: 10px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	margin: 10px auto;
	color: #000;
}

.fa-chevron-down:hover{
	color: #00b2b3;
}

.scale-1{
	display: none;
}

.clear-fix{
	clear: both;
}

/* about full */

.about-wrap-full{
	height: 600px;
	width: auto;
	background-color: #00b2b3;
	position: relative;
	text-align: center;
	color: #FFF;
	font-family: 'open_sanslight';
	font-size: 18px;
	height: auto;
	padding: 20px;
}

h2{
	text-align: center;
	font-size: 40px;
	font-family: 'open_sanslight';
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
}

.underline-1{
	height: 1px;
	background-color: #FFF;
	width: 300px;
	margin: 10px auto;
}

.wrap{
	width: 700px;
	padding: 30px;
	-webkit-transition: .7s ease;
	-moz-transition: .7s ease;
	-o-transition: .7s ease;
	-ms-transition: .7s ease;
	transition: .7s ease;
	 -webkit-transform: scale(0);
	 -moz-transform: scale(0);
	 -o-transform: scale(0);
	 -ms-transform: scale(0);
 	  transform: scale(0);
	  opacity: 0;
	margin: 0 auto;
}

/*
.wrap-right{
	height: 300px;
	width: 325px;
	background: url('../images/Bentley-and-Traci.jpg') no-repeat;
	float: right;
	margin: 30px 10px 0px 0px;
	padding: 5px;
	float: right;
}
*/

.load{
	 -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -o-transform: scale(1);
	 -ms-transform: scale(1);
    transform: scale(1);
	opacity: 1;
}

.services-btn{
	width: 200px;
	height: 30px;
	color: #FFF;
	text-align: center;
	border: 1px solid #FFF;
	font-size: 20px;
	padding: 10px;
	margin: 50px auto;
	position: relative;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}

.services-btn:hover{
	background-color: #FFF;
	cursor: pointer;
	color: #00b2b3;
}
/* end about full */

/* Therapy */
.therapy{
	height: auto;
	width: auto;
	background-color: #FFF;
}

h3{
	text-align: center;
	font-size: 40px;
	font-family: 'open_sanslight';
	font-weight: bold;
	color: #00b2b3;
	padding-top: 20px;
}

.underline-2{
	height: 1px;
	background-color: #00b2b3;
	width: 300px;
	margin: 10px auto;
}

.services-btn-2{
	width: 200px;
	height: 30px;
	color: #00b2b3;
	font-family: 'open_sanslight';
	text-align: center;
	border: 1px solid #00b2b3;
	font-size: 20px;
	padding: 10px;
	margin: 100px auto;
	position: relative;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}

.services-btn-2:hover{
	background-color: #00b2b3;
	cursor: pointer;
	color: #FFF;
}

.therapy-header{
	font-weight: 400;
	color: #00b2b3;
	font-family: 'open_sanslight';
	text-align: center;
	font-size: 24px;
	padding: 30px;
}

.therapy-wrap p{
	font-size: 16px;
	color: #222;
	font-family: 'open_sanslight';
	text-align: center;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* End Therapy */

/* Form */
form{
	width: 100%;
	overflow: hidden;
	height: 865px;
	background: -webkit-linear-gradient(#3CD3AD,#4CB8C4);
	background: -moz-linear-gradient(#3CD3AD,#4CB8C4);
	background: -o-linear-gradient(#3CD3AD,#4CB8C4);
	background: -ms-linear-gradient(#3CD3AD,#4CB8C4);
	background: linear-gradient(#3CD3AD,#4CB8C4);
}

.contact-traci{
	width: 100%;
	overflow: hidden;
	height:400px;
	background: -webkit-linear-gradient(#3CD3AD,#4CB8C4);
	background: -moz-linear-gradient(#3CD3AD,#4CB8C4);
	background: -o-linear-gradient(#3CD3AD,#4CB8C4);
	background: -ms-linear-gradient(#3CD3AD,#4CB8C4);
	background: linear-gradient(#3CD3AD,#4CB8C4);
}

.traci-phone{
	text-align: center;
	display: block;
	margin: auto;
	width: 300px;
	height: 35px;
	margin-top: 50px;
	color: #FFF;
	border: 1px solid #FFF;
	background-color: transparent;
	font-size: 24px;
	font-family: 'open_sanslight';
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}

.traci-phone:hover{
	border: 1px solid #00b2b3;
	width: 300px;
	height: 35px;
	background-color: #FFF;
	font-size: 24px;
	font-family: 'open_sanslight';
	text-align: center;
	display: block;
	color: #00b2b3;
	cursor: pointer;
	
}

.button-wrapper{
Text-align: center;
Margin-top: 25px;
}


}

input[type="text"]{
	text-align: center;
	display: block;
	margin: auto;
	width: 400px;
	height: 50px;
	margin-top: 30px;
	color: #FFF;
	border: 1px solid #FFF;
	background-color: transparent;
	font-size: 24px;
	font-family: 'open_sanslight';
}

input[type="text"]:focus, textarea:focus{
	border: 1px solid #000;
	outline: 0;
}

input[type="text"]:hover{
	cursor: pointer;
}

input[type="tel"]{
	text-align: center;
	display: block;
	margin: auto;
	width: 400px;
	height: 50px;
	margin-top: 30px;
	color: #FFF;
	border: 1px solid #FFF;
	background-color: transparent;
	font-size: 24px;
	font-family: 'open_sanslight';
}

input[type="tel"]:focus, textarea:focus{
	border: 1px solid #000;
	outline: 0;
}

input[type="tel"]:hover{
	cursor: pointer;
}

textarea:hover{
	cursor: pointer;
}

input[type="submit"]{
	border: 1px solid #FFF;
	margin: 25px auto;
	width: 300px;
	height: 50px;
	background-color: transparent;
	font-size: 24px;
	font-family: 'open_sanslight';
	text-align: center;
	display: block;
	color: #FFF;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}

input[type="submit"]:hover{
	border: 1px solid #00b2b3;
	width: 300px;
	height: 50px;
	background-color: #FFF;
	font-size: 24px;
	font-family: 'open_sanslight';
	text-align: center;
	display: block;
	color: #00b2b3;
	cursor: pointer;
}


textarea{
	width: 400px;
	height: 300px;
	border: 1px solid #FFF;
	background-color: transparent;
	display: block;
	margin: auto;
	margin-top: 30px;
	text-align: center; 
	color: #FFF;
	font-size: 24px;
	font-family: 'open_sanslight';
}

h4{
	text-align: center;
	font-size: 40px;
	font-family: 'open_sanslight';
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
}

.underline-3{
	height: 1px;
	background-color: #FFF;
	width: 300px;
	margin: 10px auto;
}

.disclaimer{
	color: #FFF;
	font-size: 18px;
	font-family: 'open_sanslight';
	text-align: center;
	padding: 20px;
}

.no-underline{
	text-decoration: none;
}

.disclaimer:hover{
	cursor: pointer;
}

input::-webkit-input-placeholder{
	color: #FFF;
}
textarea::-webkit-input-placeholder{
	color: #FFF;
	
}

.fa-chevron-circle-up{
	bottom: 0;
	left: 0;
	position: fixed;
	margin-left: 25px;
	bottom: 25px;
	display: none;
	color: #000;
}

/* End Form */

/* Footer */
footer{
	width: auto;
	height: auto;
	background-color: #4CB8C4;
	text-align: center;
}

footer p{
	color: #FFF;
	font-size: 18px;
	font-family: 'open_sanslight';
	padding: 10px;
}
/* End Footer */

/* Disclaimer */
.disclaimer-2{
	width: auto;
	height: auto;
	background: rgba(255,255,255,1);
	padding: 10px;
}

.disclaimer-2 .contact{
	color: #00b2b3;
	font-size: 20px;
	font-family: 'open_sanslight';
	text-align: center;
}

.policy-question{
	text-align: left;
	color: #00b2b3;
	font-size: 20px;
	font-family: 'open_sanslight';
	font-weight: 300;
	margin-top: 25px;
	width: auto;
}

.policy-answer{
	text-align: left;
	color: #666;
	font-size: 18px;
	font-family: 'open_sanslight';
	font-weight: 300;
	width: auto;
}

h5{
	text-align: center;
	font-size: 40px;
	font-family: 'open_sanslight';
	font-weight: bold;
	color: #00b2b3;
	opacity: 0;
	-webkit-transition: all 700ms linear;
	-moz-transition: all 700ms linear;
	 -ms-transition: all 700ms linear;
	 -o-transition: all 700ms linear;
	 transition: all 700ms linear;
	 -webkit-transform: scale(0);
	 -moz-transform: scale(0);
	 -o-transform: scale(0);
	 -ms-transform: scale(0);
     transform: scale(0);
}

.scale-in{
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.underline-4{
	height: 1px;
	background-color: #00b2b3;
	width: 300px;
	margin: 10px auto;
}
/* End Disclaimer */

/* Thank You Page */

.thank-you-wrap{
	height: 800px;
	width: 100%;
	background-color: #00b2b3;	
}

.underline-5{
	height: 1px;
	background-color: #FFF;
	width: 300px;
	margin: 10px auto;
}

h6{
	text-align: center;
	font-size: 40px;
	font-family: 'open_sanslight';
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
}

.thank-you-wrap p{
	color: #FFF;
	text-align: center;
	padding: 25px;
	font-family: 'open_sanslight';
	font-size: 28px;
	margin-top: 100px;
}

.thank-you-wrap a{
	color: #FFF;
	font-family: 'open_sanslight';
	font-size: 24px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 25px;
}

/* End Thank You*/

/* Social Media */

i{
	padding: 10px;
	color: #FFF;
	position: relative;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

i:hover{
	-webkit-transform: translate(0px, -10px);
	-moz-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}
/* End Social Media*/

@media screen and (min-width: 769px) and (max-width: 1024px){
	
	
}
	

@media screen and (min-width: 481px) and (max-width: 768px){
	
	
	h1{
		font-size: 28px;
		float: none;
		text-align: center;
	}

	.top-container{
		height: 600px;
}
	
	.top-header{
		height: 60px;
	}
	
	.top-header a li{
		display: none;
	}
	
	.about-wrap{
		width: 650px;
		height: 300px;
		margin-top: 100px;
	}
	
	.about-wrap p{
		font-size: 18px;
	}
	
	div.number{
		font-size: 30px;
		padding: 0px;
	}
	
	p.wrap{
		width: auto;
		font-size: 16px;
		text-align: center;
	}
		
	.wrap-right{
			display: none;
			left: 0px;
			width: 415px;
		}
		
		.therapy{
			height: auto;
		}
		
		.therapy-header{
			text-align: center;
			padding: 0px;
			margin-top: 50px;
		}
	
		p.animated{
			width: auto;
			padding: 25px;
			font-size: 18px;
			text-align: left;
		}
		
		input[type="text"]{
			width: 375px;
			height: 50px;
		}
		
		textarea{
			width: 375px;
		}
		
		.disclaimer-2 .contact{
			color: #00b2b3;
			font-size: 20px;
			font-family: 'open_sanslight';
			text-align: center;
		}

		.policy-question{
			text-align: left;
			color: #00b2b3;
			font-size: 20px;
			font-family: 'open_sanslight';
			font-weight: 300;
			padding-top: 25px;
			width: auto;
		}

		.policy-answer{
			text-align: left;
			color: #666;
			font-size: 18px;
			font-family: 'open_sanslight';
			font-weight: 300;
			width: auto;
		}
	}

@media screen and (max-width: 480px){
	
	.top-container{
		height: 400px;
	}
	
	.about-wrap{
		display: none;
	}
	
	.top-header{
		height: auto;
	}

	.about-wrap > p{
		font-family: 'open_sanslight';
		color: #333;
		font-size: 14px;
		font-weight: 900;
		width: auto;
		margin: auto;
		padding: 30px;
	}
	
	div.number{
		font-size: 28px;
	}
	
	h1{
		font-size: 32px;
		margin-top: 150px;
		margin-left: 0px;
		background: rgba(255,255,255,.7);
	}
	
	
	span{
		font-size: 28px;
		display: block;
		font-weight: 400;
	}
	
	.underline-1, .underline-2, .underline-3{
		width: 200px;
	}
	
	a li{
		display: none;
	}
	
	p.wrap{
		width: auto;
		font-size: 14px;
		text-align: center;
	}
	
	.services-btn{
		margin: 50px auto;
	}
	
	.services-btn-2{
		margin: 25px auto;
		bottom: 25px;
	}
	
	.about-wrap-full{
		height: auto;
		width: auto;
		background-color: #00b2b3;
		position: relative;
		padding: 5px
	}
/*
	
	.wrap-right{
		display: block;
		height: 400px;
		bottom: 0;
		margin: 0 auto;
		position: relative;
		padding: 0px;
	}
	*/
	input[type="text"]{
		width: 300px;
		font-size: 20px;
	}
	
	input[type="tel"]{
		width: 300px;
		font-size: 20px;
	}
	
	input[type="submit"]{
		width: 300px;
		margin: 0px auto;
		font-size: 20px;
	}
	
	textarea{
		width: 300px;
		font-size: 20px;
	}
	
	form{
		height: 815px;
	}
	
	footer p{
		padding: 5px;
		font-size: 14px;
	}
	
	.therapy{
		height: auto;
	}
	
	.therapy-wrap{
		margin-top: 10px;
	}
	
	.therapy-wrap p{
		width: auto;
		font-size: 14px;
		padding: 30px;
		text-align: center;
	}
	
	.therapy-header{
		padding: 10px;
	}
	
	/* Mobile Menu on mobile */
	
	.scale-1{
		display: block;
		height: auto;	
		width: 100%;	
		color: #000;
		background-color: #FFF;
	}
	
	.scale-1 li{
		display: block;
		width: 100%;
		border-bottom: 1px solid #00b2b3;
		padding: 10px;
		height: auto;
		padding: 15px;
		font-size: 22px;
		margin-top:0px;
		padding-right: 0px;	
	}
	
	.disclaimer-2 .contact{
		font-size: 14px;
	}
	
	h5{
		font-size: 28px;
	}
	
	.underline-4{
		width: 200px;
	}

	.policy-question{
		font-size: 18px;
	}

	.policy-answer{
		font-size: 14px;	
	}
	
	.thank-you-wrap a{
		font-size: 24px;
		padding: 50px;
	}
	
	.thank-you-wrap p{
		font-size: 24px;
	}
	
	iframe{
		height: auto;
		width: auto;
		display: block;	
		margin: auto;
	}
	

	.fa-chevron-circle-up{
	margin-left: 5px;
	bottom: 50px;
}
	
	/* End Mobile Menu */
		
}


