/*---Extra Small - xs - Mobile---*/

@media screen and ( max-width: 767px ) {

.main {
	background-color: #fff;
	height: 400px;
	background-color: #fff;
}

.main img {
	text-align: center;
	width:230px;
	
}

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

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

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

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

	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 80px;

}

.signUp {
	width: 90%;
	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: 15px;
	padding-top: 0px;

	margin-right: 0px;
}

.button {
	width: 90%;
    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: 15px;
	margin-left: auto;
	margin-right: auto;
}

/** vp**/

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

.vp .thumbnail {
	border: none;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    vertical-align: middle;

    padding-top: 30px;

    width: 150px;
}

.vp .thumbnail .iphone {
	display: none;
}

/**secondary**/

.secondary {
	height: 200px;
}

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

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

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

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

	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 60px;

}

.secondary .signUp {
	width: 90%;
	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: 15px;
	padding-top: 0px;

	margin-right: 0px;
}

.secondary .button {
	width: 90%;
    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: 15px;
	margin-left: auto;
	margin-right: auto;
}


.footer {
	height: 300px;
	background-color: #E8E8E8;
}

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

.footer .note {
	text-align: center;

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

	margin-top: 90px;
	margin-bottom: 20px;
}
}


/*---Small - sm - Tablet---*/
@media screen and ( min-width: 768px) and ( max-width: 1023px ) {

.main {
	background-color: #fff;
	height: 450px;
}

.main img {
	text-align: center;
	width:230px;
}

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

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

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

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

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

}

.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:740px;
	background-color: #fff;
}

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

.vp p {
	font-family: helvetica;
	font-weight: regular;
	font-size: 12px;
	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: 40px;
	width: 90%;
}


.vp .create {
	margin-top: 50px;
	margin-bottom: 30px;
}

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

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

/**secondary**/

.secondary {
	height: 300px;
}

.secondary .download {
	margin-top: 130px;
}

.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: 5%;
	margin-bottom: 15px;
	padding-top: 80px;

}

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

	color: #949B94;
}


.secondary .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;

}

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


/*---Big screen---*/
@media screen and ( min-width: 1024px ) {

.main h3 {
	margin-left: 21.5%;
}

.secondary h3 {
	margin-left: 21.5%;
}

.vp .thumbnail .iphone {
	width: 70%;
}
}


























