body{
	box-sizing: border-box;
	font-family: 'Bitter', serif;
}
		
*{
	padding: 0;
	margin: 0;
	list-style: none;
}

section{
	text-align: center;
}

h1, h2, article p{
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

h1{
	font-size: 40px;
	font-weight: 300;
	max-width: 800px;
	text-align: center;
	display: block;
	margin: 0 auto 40px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

h2{
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	display: block;
	margin: 0 auto 40px;
}

article p{
	display: block;
	margin: 0 auto;
	max-width: 895px;
	color: #777;
	font-size: 24px;
	font-weight: 300;
	line-height: 140%;
}

article{
	padding: 100px 0;
	box-sizing: border-box;
}

#intro{
	min-height: 500px;
	padding-bottom: 0;
	overflow-y: hidden;
	position: relative;
	background-image: url('./img/bg.jpg');
	background-position: center center;
	background-size: cover;
}

#intro h1{
	color: white;
}		

#intro p{
	font-size: 26px;
	color: hsl(33, 50%, 86%);
	
}

#intro h1, #intro p{
	text-shadow: 0 2px 10px rgba(0,0,0,.15);
}

#hand{
	margin-left: -120px;
}

#press{
	position: absolute;
	min-height: 140px;
	left: 0;
	bottom: 0;
	right: 0;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	background-color: rgba(0,0,0,.3);
	padding-top: 10px;
}

#press-links{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#press a{
	color: white;
	text-decoration: none;
	margin: 0 30px;
}

#press a:hover{
	opacity: .85;
}

#press img{
	max-width: 120px;
	width: 100%;
	height: auto;	
}

#press-links p{
	font-size: 13px;
	color: white;
	max-width: 250px;
	font-weight: normal;
	margin-bottom: 0;
	text-shadow: 1px 2px 10px rgba(0,0,0,.7);
	font-family: 'Lato', sans-serif;
}


#pleeq-software, #kit{
	position: absolute;
	top: 15px;
	z-index: 2;
	left: 15px;
	color: white;
	font-size: 13px;
	border-radius: 2px;
	padding: 10px;
	height: 8px;
	line-height: 8px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	-webkit-transition: inherit;
	-webkit-animation: fadein-title 3s;
	-webkit-animation-timing-function: ease-out;
	border: 2px solid rgba(255,255,255,.2);
	color: white;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

#pleeq-software:hover, #kit:hover{
	background-color: #0042f2;
	color: white;
	border-color: #0042f2;
	background-color: rgba(0,0,0,.05);
	color: black;
	border-color: transparent;
	text-shadow: none;
	
	background: white;
	color: hsl(270, 9%, 16%);
}


#kit{
	left: auto !important;
	right: 15px;
}

.screenshots{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 60px;
}

.screenshots img{
	max-width: 300px;
	margin: 0 40px;
	border-radius: 4px;
	box-shadow: 0 10px 50px rgba(0,0,0,.2);
}

.screenshots p{
	margin-top: 20px;
	font-size: 15px;
	font-weight: normal;
}


#hiking{
	background-image: url('./img/hiking.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: white;
	position: relative;	
}


#hiking h2{
	text-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	margin-bottom: 80px;
	font-size: 36px;
}

#reviews{
	margin-top: 0;
}

#reviews-box{
	display: flex;
	flex-direction: row;
	justify-content: center;
	
}

#reviews p{
	font-size: 13px;
	color: #e6e6e6;
	text-align: left;
	max-width: 465px;
	text-shadow: 1px 2px 10px rgba(0,0,0,.7);
	padding-left: 30px;
	padding-right: 30px;

}

#reviews p:first-child{
	padding-bottom: 10px;
	color: hsl(33, 50%, 86%);
	font-size: 17px;
}

.column{
	flex-direction: column;
}

.bottom-padding{
	margin-bottom: 60px;
}

.appStoreLink{
	margin: 30px auto 45px;	
}

.icon-fast-forward{
	font-size: 16px;
}

.appStoreLink a{
	color: wheat;
	background: #98707c;
	padding: 12px 15px;
	border-radius: 3px;
	font-size: 13px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Lato', sans-serif;
}

.appStoreLink a:hover{
	background: wheat;
	color: #302428;
}

#car{
	overflow: hidden;
	background-color: hsl(33, 50%, 82%);
}

#car h2{
	color: hsl(340, 14%, 20%);
	font-size: 36px;
}

#car p{
	text-align: left !important;
	color: hsl(340, 10%, 46%);
	font-size: 21px;
}	

#car img{
	width: 330px;
	margin-top: 40px;
	margin-bottom: -196px;
	margin-left: 20px;
	margin-right: 20px;
}

#car img:nth-child(1){
}

#car img:nth-child(2){
	margin-bottom: 5px;
	margin-top: 40px;
}

#meetFriend{
	overflow: hidden;
	background-color: hsl(33, 50%, 82%);
}

#meetFriend h2{
	color: hsl(340, 14%, 20%);
	font-size: 36px;
}

#meetFriend p{
	text-align: left !important;
	color: hsl(340, 10%, 46%);
	font-size: 21px;
}	

#friend{
	width: 330px;
	margin-top: 40px;
	margin-bottom: 0;
}

footer{
	background-color: hsl(33, 50%, 82%);
	padding-bottom: 20px;
}

footer li{
	display: inline-block;
	margin: 0 3px;
	cursor: default;
	margin-bottom: 40px;
}

footer a{
	text-decoration: none;
	margin: 0 10px;
	border-bottom: 1px solid hsl(340, 10%, 46%);
	color: hsl(340, 10%, 46%);
}

#meetFriend .appStoreLink{
	text-align: center !important;
	margin: 60px auto 40px;
}

#meetFriend .appStoreLink a{
	font-size: 17px;
	padding: 18px 23px;
}
	
#requirements{
	color: hsl(340, 10%, 46%);
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}


@media only screen and (max-width: 670px){
	#reviews-box{
		flex-direction: column;
	}
	
	.column{
		margin-bottom: 40px;
	}
	
	.bottom-padding{
		margin-bottom: 40px;
	}
	
	h1, h2, article p{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#car img:nth-child(1){
		display: none;
	}
	
	#press a:first-child, #press a:last-child{
		display: none;
	}
	
	#press-links p{
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		display: inline-block;
	}
	
	article{
		padding: 40px 0;
	}
	
	#intro h1{
		margin-top: 40px;
		font-size: 30px;
	}
	
	#intro p{
		font-size: 21px;
	}
	
	#reviews p:first-child{
		font-size: 20px;
	}
	
	#meetFriend .appStoreLink a{
		font-size: 14px;
	}
	
	
}

@media only screen and (width: 320px){
	h1{
		font-size: 26px !important;
	}
	
	#intro h1{
		margin-bottom: 20px;
	}
	
	#intro p{
		font-size: 17px;
		line-height: 140%;
	}
	
	.appStoreLink a{
		font-size: 12px;
	}
	
	#hand{
		width: 100%;
		margin-left: -50px;
	}
	
	#car h2, #hiking h2{
		font-size: 30px !important;
		margin-bottom: 40px;
	}
	
	#car img:nth-child(2), #friend{
		width: 285px;
	}
	
	#meetFriend .appStoreLink a{
		font-size: 11px;
	}
	
	footer ul{
		display: flex;
		flex-direction: column;
	}
	
	footer li{
		margin: 0;
		margin-bottom: 40px;
	}
	
	#languages a{
		padding: 0 5px !important;
	}
}
	
	
