.main {
	height: 480px;
	background-color: #fff;
	width: 100%;
}

/**
.hr {
background-color: 1px solid #7ED321;
color: #7ED321;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px; 
width:1000px;
}
**/


.main img {
	display:block;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	
	top: 120px;
	width: 250px;
}

.main h1 {
	font-family: helvetica;
	font-weight: lighter;
	font-size: 35px;
	color:#949B94;

	text-align:center;
	padding-top: 160px;
}

.main .download {
	margin-top:-60px;
	margin-left: auto;
	margin-right: auto;
	width: 230px;

}

.main h3 {
	font-family: helvetica;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	color:#949B94;

	margin-left: 245px;
	margin-bottom: 20px;
	padding-top: 120px;

}

.form {
	text-align: center;
}

.signUp {
	width: 500px;
	height: 45px;
	border-radius: 5px;
	padding-right: 50px;
	border: solid 1px #E8E8E8;

	font-family: "helvetica";
	font-size: 15px;
	font-weight: medium;
	color: #E8E8E8;

	padding-left: 20px;
	padding-top: 0px;

	margin-right: 10px;
}

.signUp:focus {
	border: solid 1px #7ED321;
	outline: none;

	color: #949B94;
}


.button {
	width: 134px;
    height: 45px;
    padding-top: 0px;
    border: none;
    box-shadow: none;

	border-radius: 5px;
	background: #7ED321;

	font-family: "helvetica";
	font-size: 18px;
	font-weight: medium;
	color: white;

	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

}

.button:hover {
	opacity: 0.9;
	color: white;
}

/** vp**/

.vp {
	height:900px;
	background-color: #fff;
}

.vp h2 {
	font-family: helvetica;
	font-weight: lighter;
	font-size: 35px;
	color:#676867;
}

.vp p {
	font-family: helvetica;
	font-weight: regular;
	font-size: 15px;
	color:#949B94;
	padding-top: 8px;
}

.vp .thumbnail {
	border: none;

    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;

    padding-top: 23px;

}

.vp .thumbnail .iphone {
	margin-top: 80px;
	width: 85%;
}

.vp .create {
	margin-top: 130px;
	margin-bottom: 40px;
}

.vp .share {
	margin-bottom: 40px;
}

.vp .discover {
	margin-bottom: 40px;
}

/** secondary **/

.secondary {
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

.secondary .download {
	margin-top:-50px;
	margin-left: auto;
	margin-right: auto;
	width: 230px;
	display:block;
	position:relative;
	margin-top: 50px;
}

.secondary h1 {
	font-family: helvetica;
	font-weight: lighter;
	font-size: 35px;
	color:#949B94;

	text-align:center;
	padding-top: 0px;

	margin-right: 10px;
	margin-left: 10px;
	margin-top: 60px;
}

.secondary h3 {
	font-family: helvetica;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color:#949B94;
	width: 95%;

	margin-left: 15.5%;
	margin-bottom: 15px;
	padding-top: 80px;

}

/** footer **/

.footer {
	height: 330px;
	background-color: #E8E8E8;
	margin-left: auto;
	margin-right: auto;
}

.footer h2 {
	font-family: helvetica;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	color:#949B94;

	text-align: center;
	padding-top: 30px;
}

.footer .social {
	height:30px;
	text-align: center;
	margin-top: 30px;

}

.footer a:hover {
    opacity: 0.8;
}

.footer a:link {
    color: #949B94;
}

.footer a:visited {
    color: #949B94;
}

.footer a:active {
    color: #949B94;
}


.footer .note {
	text-align: center;

	font-family: helvetica;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color:#949B94;

	margin-top: 100px;
}













