@charset "UTF-8";

body {
	font-family: "Lato", sans-serif;
	margin: 0 0;
	padding: 0 0;
	background-color:#222;
	color: #666;
	font-weight: 100;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#container{
	background-color: white;
	width: 900px;
	margin: 0 auto;
	padding: 0 30px;
}
#container>header {
	position: relative;
	width: 960px;
	height: 638px;
	background-image: url(../img/header-bg.jpg);
  left: -30px;
}
.iphone, .title, .slogan, .sns, .btn, .requirement, .quotation {
	position: absolute;
}
.title, .slogan, .btn, .quotation {
	left: 400px;
}
.iphone {
	width: 337px;
	height: 646px;
	background-image: url(../img/iphone.png);
	top: 110px;
	left: 0;
}
.title {
	background-image: url(../img/pixcam-title.png);
	width: 363px;
	height: 75px;
	top: 350px;
	color: rgba(0,0,0,0);
	margin: 0;
}
.slogan {
	font-size: 32px;
	font-weight: 100;
	font-style: italic;
	top: 450px;
	color: white;
	text-shadow: 0px 0px 3px black;
	width: 500px;
}
.quotation {
	font-size: 32px;
	font-family: fantasy;
	top: 150px;
	width: 500px;
	color: #ffb43c;
	text-shadow: 0px 1px 3px #923f00;
	transform:rotate(-2deg);
	-ms-transform:rotate(-2deg); /* IE 9 */
	-webkit-transform:rotate(-2deg); /* Opera, Chrome, and Safari */
}
.sns {
	top: 80px;
	right: 30px;	
}
.sns a {
	display: inline-block;
	background-image: url(../img/sns-icons.png);
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
}
.twitter {
	background-position: 0 0;
}
.instagram {
	background-position: -79px 0;
}
.email {
	background-position: -158px 0;
}
.btn {
	display: block;
	background-image: url(../img/btn.png);
	width: 311px;
	height: 103px;
	top: 660px;
}
.requirement {
  top: 730px;
  left: 740px;
}
#container>article {
  margin-top: 150px;
  margin-bottom: 50px;
  font-size: 0;
}

#container>article>section {
  display: inline-block;
  width: 280px;
  font-size: 24px;
  margin-right: 30px;
  vertical-align: top;
}

#container>article>section:last-child {
 margin-right: 0;
}

#container>article>section>h3 {
  font-size: 40px;
  color: #999;
  font-weight: 300;
}

#container>article>section>p {
  font-style: italic;
}

#container>footer {
  font-size: 18px;
  border-top: 1px solid #eee;
  padding: 30px 0;
}

.app-icon {
  float: right;
  width: 50px;
  height: 50px;
}
