

body, html{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden; 
	color: #333333;
	margin: 0px auto;
	min-width: 100%;
	
}

div{	
	max-width:600px;
	margin:0px auto;
	text-align: left;
}

h1{
	margin-top:30px;
	font-family: "Helvetica Neue", "Helvetica", "Arial";
	font-size: 34px;
	font-weight: 50;
	text-align: center;
}


h2{
	margin-top:30px;
	font-family: "Helvetica Neue", "Helvetica", "Arial";
	font-size: 23px;
	font-weight: 100;
	line-height: 5px;
	text-align: left;
}

h3{
	font-family: "Helvetica Neue", "Helvetica", "Arial";
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

h4{
	color: white;
	font-family: "Helvetica Neue", "Helvetica", "Arial";
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}




p{
	margin:0px;
	margin-bottom:10px;
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 14px;
	font-weight: 300;
}


li{
	margin:0px;
	font-family: "Helvetica Neue", "Helvetica";
font-size: 16px;
font-weight: 300;
}

img{
	max-width: 900px;
}

#banner{		
	margin: 0px auto;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	min-height: 250px;
	max-height: 323px;
	text-align: center;
	background-color: #A1DCF9;
}

#banner-subtitle{
	max-width: 600px;
	max-height: 30px;
	height: 30px;
	position: relative;
	top: -75px;
	left: 225px;
}

.main-content{
	margin: 0px auto;
	max-width: 600px;
	min-width: 600px;
}

.colored-bg{
	background-color: #A1DCF9;
	min-width: 100%;
	color:white;
}

.colored-bg a{
	color:white;
}

#header{	
	background-image: url('img/banner-site.jpg');
	cursor: pointer;
	height: 414px;
}

#banner2{	
	margin-top:20px;
	height:480px;
	background-image: url('img/flower-banner.jpg');
}

#banner3{	
	margin-top:50px;
	height:414px;
	background-image: url('img/banner-3.jpg');
}

#nav{
padding: 10px;
	text-align: center;
	min-height: 50px;
		font-family: "Helvetica Neue", "Helvetica";
	font-size: 20px;
	line-height: 50px;
	font-weight: 100;
}

#nav-bar div{
	float:left;
	text-align: center;
	width: 285px;
	min-height:50px;
}

#nav a{
	margin-top:5px;
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 20px;
	line-height: 50px;
	color: black;
	text-decoration: none;
	font-weight: 200;
}
#nav a:hover{
	text-decoration: underline;;
}

.features{
	background-color: #8e9e94;
}

.footer{
	background-color: #9c97a5;
}

.footer h2{
	font-size: 16px;
}

.header-link{
	/*background-color: #AABBB0;*/
	background-color: #8e9e94;
}
.header-link2{
	background-color: #868ca4;
}
.header-link3{
	background-color: #9c97a5;
}

.third{
	float: left;
	min-width: 200px;
	max-width: 200px;
	min-height: 350px;
}

.third h2{
	text-align: center;
}

.third-body{
	padding-left: 5px;
	padding-right: 5px;
}

#iphone-demo{
	position: relative;
	overflow: visible;
	width:0px;
	height:0px;
	top: 89px;
	left:-89px;
	z-index: 100;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
/* 
	h1{
		font-weight:200;

	}
	h2{
		font-size:30px;
		font-weight: 100;
	}
	h3{
		font-size: 24;
		font-weight: 600;
	}
	p{
		font-size:24px;
		font-weight: 400;
	}
	li{
		font-size:24px;
		font-weight: 400;
	}
	#nav-bar a{
		font-weight: 400;
	}
	*/
}
