body {
	background: #e8eef2;
	font-family: 'avenir next', sans-serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'pistilliregular';
    src: url('pistilli-roman-webfont.woff2') format('woff2'),
         url('pistilli-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2 {
	font-family: 'pistilliregular';
    font-weight: normal;
    font-style: normal;
	line-height: 1;
	text-transform: uppercase;
}

h1 {
	font-size: 3em;
	margin-bottom: 0;
}
h2 {
	font-size: 2em;	
}
p {
	font-size: 1.1em;	
}
p.intro {
	font-size: 1.3em;	
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}

p img {
	display: inline-block;	
}

a:link, a:visited {
	text-decoration: none;
	transition: 0.5s;	
}

.max {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}

.sec {
	clear: both;
	float: left;
	width: 100%;
	padding: 30px 0;
}

.sec-dark {
	color: #fff;
	background: #2c3033;	
}

.sec-white {
	color: #2c3033;
	background: #fff;	
}

.sec-dark a:link, .sec-dark a:visited {
	color: #c46ac3;	
}
.sec-dark a:hover {
	color: #d68dd5;	
}

#section-a {
	background: #2c3033 url(venice-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 20px 0 90px;
}

#iphone {
	background: transparent url(iphone.png) no-repeat center center;
	display: block;
	width: 176px;
	height: 356px;
	background-size: 176px;
	margin: 0 auto;
}

#vslides {
	padding: 43px 7% !important;	
}

#intro {
	margin-bottom: 50px;	
}

#help-link {
	text-align: right;
	margin-bottom: 30px;
}
#help-link a:link, #help-link a:visited  {
	color: #fff;	
	background: transparent url(icon-help.png) no-repeat right center;
	background-size: 26px;
	padding: 5px 34px
}
#help-link a:hover  {
	color: #eee;	
}

#footer {
	font-size: 0.8em;
}

a.button {
	display: inline-block;
	background: #c46ac3;
	padding: 1em 1.6em;
	border-radius: 6px;
	color: #fff;	
}
a.button:hover {
	background: #d68dd5;
}

#help {
	padding-bottom: 90px;	
}

#section-c img {
	margin: 0;
	float: left;	
}

#flash {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
}

#section-d {
	padding: 50px 0;
	text-align: center;
}

#section-d img {
	margin-bottom: 30px;
}

#footer span {
	color: #9c9c9c;
}

@media (min-width: 736px) { 
	
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2.5em;	
}
	
#section-a {
	text-align: left;	
}

#intro {
	width: 50%;
	float: right;	
}

#iphone {
	background: transparent url(iphone.png) no-repeat center center;
	display: block;
	width: 264px;
	height: 534px;
	background-size: 264px;
	float: left;
	margin: 0;
}

#vslides {
	padding: 65px 19px !important;	
}

#section-c img {
	width: 50%;
	float: left;	
}

#flash {
	width: 192px;	
}

.col-l {
	width: 49%;
	width: calc(50% - 1px);
	border-right: 1px solid #5c5c5c;
	float: left;	
}
.col-r {
	width: 47%;
	float: right;	
}

#section-d {
	padding: 50px 0 80px 0;
	text-align: left;
}

#section-d  p {
	margin: 0.3em 0;
}

#section-d img {
	margin-bottom: 0;
}



}