body {
	font: 16px/24px "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	background: #69D2E7;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
}

@media only screen and (min-width:768px){
	.fullheight{
		height:100%
	}

	#logowrapper{
		margin-top:-155px;top:47%
	}

	#iphone{
		margin:-370px auto 0;top:47%
	}
}

@media only screen and (max-width:760px){
	#addButton {
		margin-top: 25px;
	}

@media only screen and (max-width:480px){
	#iphone{
		margin:0 -30px 75px
	}
}

