@import url(http://fonts.googleapis.com/css?family=Raleway);

#masthead {
	display:none;
}
html, body, #content {
	margin: 0px;
	height: 100%;
	font-family: sans-serif;
	font-weight: lighter;
	color: #fff;/*4e8d9b;*/
	background-color: #d8e5e4;
	text-align: center;
	line-height: 1.4;
	background: url("https://blissmore.app/wp-content/uploads/2018/06/bm_background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font-size: 1.1em;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
#splash {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
	max-width: 700px;
	margin: auto;
	position: relative;
}
@media screen and (min-width: 715px) {
	#splash > div {
		display: table-cell;
		vertical-align: middle;
		padding: 1em;
		height: 100%;
	}
	#splash #left {
		text-align: right;
	}
	#splash #right {
		text-align: left;
	}
	#splash .iphone {
		width: 288px;
		height: 576px;
	}
	#screenshots img {
		width: 80%;
		max-width: 200px;
	}
	#like-container {
		position: absolute;
		top: 100%;
		right: 20px;
		margin-top: -50px;
	}
}
#chevron {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -2em;
	color: #fff;/*4e8d9b;*/
	opacity: 0.5;
	margin-left: -0.5em;
}
@media screen and (max-width: 714px) {
	#chevron {
		display: none;
	}
	#splash .iphone {
		width: 192px;
		height: 384px;
		display: inline-block;
	}
	#splash #left {
		padding: 10px;
	}
	#screenshots img {
		width: 80%;
		max-width: 80%;
	}
	#splash .appstore {
		display: inline;
	}
	
	#content.site-content {
		padding-top: 0px!important;
	}
	
	h1 {
		margin: 0!important;
	}
	
}
img.appstore {
	/*max-width: 120px;*/
	width: 200px;
}
.iphone {
	background-image: url('https://blissmore.app/wp-content/uploads/2018/06/5sw2.png'); /*url('https://app-stop.appspot.com/static/5s.png');*/
	background-size: contain;
	position: relative;
	width: 720px;
	height: 1440px;
}
.iphone img {
	position: absolute;
	top: 17.9%;
	left: 14%;
	width: 73%;
}

h1 {
	font-size: 2.7em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
	font-weight: normal;
}
#icon-row {
	margin: 30px;
	margin-top: 40px;
	margin-bottom: 80px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	position: relative;
}
#icon-row #icon-container {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	/*border: 10px solid #d8e5e4;*/
}
#icon-row img {
	width: 100%;
	border-radius: 19px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
#description {
	margin: auto;
	width: 60%;
	/*max-width: 600px;*/
}
#screenshots {
	margin-bottom: 2em;
}
#screenshots img {
	border: 1px solid white;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	margin: 1em;
}
#description {
	white-space: pre-wrap;
}
#stars {
	text-align: center;
	font-style: italic;
	font-size: small;
}
#stars span {
	display: block;
	font-size: 30px;
	font-style: normal;
}
#attribution {
	font-size: small;
	padding: 2em;
}
#attribution a {
	color: #4e8d9b;
}

.fa {
	font-size: 0.75em;
}

#screenshots p {
	display: inline;
}

#screenshots {
	width: 70%;
	margin: auto;
}

#description p {
	margin-bottom: 0;
}