html {
  background: url(../img/skipper_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	width: 100%;
  	margin: 0;
  	padding: 0;
  	font-family: 'Lato', sans-serif;
  	font-size: 14px;
  	line-height: 20px;
  	background-color: transparent;
}

h2 {
	color: #2574A9;
	font-weight: 500;
	font-size: 22px;
	line-height: 1em;
}

h3 {
	color: #2574A9;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	padding-bottom: 5px;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #407bb9;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
	color: #72abd1;
}
/*
.banner {
	background: url("../img/skipper_bg.jpg") no-repeat scroll center bottom;
	width: 100%;
	height: 580px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}*/

input[type=text] {
    padding:5px;
    border:2px solid #2C3E50;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0px;
    width: 140px;
}

input[type=text]:focus {
    border-color:#2574A9;
}

input[type=submit] {
    margin-left: 10px;
    padding:5px 15px;
    background:#2574A9;
    border:0 none;
    color: white;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#logo {
	position: relative;
	/*width: 100%;*/
	/*height: 140.5px;*/
	top: 100px;
	max-width: 400px;
}

#logo-image {
	background-image: url("../img/skipper_logo.png");
	width: 300px;
	height: 111px;
	background-size: cover;
}

#iphone {
	background-image: url("../img/skipper_iphone.png");
	position: absolute;
	background-size: cover;
	width: 272px;
	height: 555px;
	bottom: 30px;
	z-index: 1;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#icon {
	background-image: url("../img/skipper_icon.png");
	width: 158px;
	height: 158px;
	background-size: cover;
	position: absolute;
	float: left;
	bottom: -10px;
	left: -100px;
	z-index: 1;
}

.footer {
	position: absolute;
	/*box-shadow: 0px -50px 50px 20px rgba(0, 0, 0, 0.4);*/
	bottom : 50px;
	height: 80px;
	width: 100%;
	padding-top: 5px;
	background-color: rgba(255, 255, 255, 0.8);
}

#appstore {
	position: relative;
	background-image: url("../img/skipper_app.png");
	height: 40px;
	width: 140px;
	background-size: cover;
  margin-top: 15px;
}

#heap {
  margin-top: 17px;
	margin-left: 0px;
}

#mixpanel {
  margin-top: 20px;
	margin-left: 0px;
}

.links {
	width: 160px;
	height: 70px;
	float: left;
}

@media (min-width: 1300px) {
	.banner {
		max-width: 1300px;
	}

	.footer {
		max-width: 1300px;
		margin: 0 auto;
	}

	.content {
		width: 1300px;
		height: 100%;
		margin: 0 auto;
		/*border-right: solid 1px #e7ecd3;*/
		/*border-left: solid 1px #e7ecd3;*/
	}
}

@media (max-width: 979px) and (min-width: 768px) {

	h2 {
		font-size: 18px;
	}

	li {
		font-size: 13px;
	}

	.footer {
		padding-top: 5px;
	}

	#iphone {
		right: 10px;
	}

	#logo-image {
		width: 228px;
		height: 84px;
		background-size: cover;
	}

  #heap {
    margin-top: 15px;
  	margin-left: 20px;
  }

  #mixpanel {
    margin-top: 20px;
  	margin-left: 0px;
  }

}

@media (max-width: 767px) {

	html {
	  background: url(../img/skipper_bg_mobile.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

	body {
		margin: 0px;
		padding: 0px;
	}

	li {
		text-align: center;
		list-style: none;
		padding-bottom: 5px;
		font-weight: 400;
	}

	.span2 {
		text-align: center;
		display: block;
	}

/*	.banner {
		background: url("../img/skipper_bg_mobile.jpg") no-repeat scroll center bottom;
		width: 100%;
		height: 450px;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	}*/

  #mobile-number {
    visibility: hidden;
  }

	#logo {
		position: relative;
		margin: 0 auto;
		width: 300px;
		height: 140.5px;
		top: 20px;
    text-align: center;
	}

	#iphone {
		position: relative;
		top: 230px;
		/*display: block;*/
		margin : 0 auto;
		z-index: 1;
		left: 0px;
	}

  #icon {
		position: relative;
		float: left;
		top: -100px;
		left: 55px;
		z-index: 1;
	}

	.footer {
		position: absolute;
		width: 100%;
		height: 45%;
		padding: 15px 0 15px 0;
		top: 945px;
	}

	#appstore {
		position: relative;
		top: 10px;
		bottom: 10px;
		margin: 0 auto;
    left: 0px;
	}

  #heap {
    margin-top: 20px;
  }

  #mixpanel {
    margin-top: 20px;
  }

}

.animated:hover {
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#iphone { background-image: url("../img/skipper_iphone@2x.png");}
	#icon { background-image: url("../img/skipper_icon@2x.png");}
	#logo-image { background-image: url("../img/skipper_logo@2x.png");}
	#appstore { background-image: url("../img/skipper_app@2x.png");}
}
