
.appstoreimage {
	display: inline-block; 
	overflow: hidden;
	width: 180px; 
	height: 60px;
	transition: all .1s ease-in-out;
	background-image: url("https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.appstoreimage:hover {
    transform: scale(1.02);
}

#appstoretextlink {
	display: inline-block; 
	overflow: hidden;
	width: 180px;
	vertical-align: middle;
	padding: 0.5em;
	color: white;
	border-radius: 0.5em;
	transition: all .1s ease-in-out;
	background-color: #005DFF;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

#appstoretextlink:hover {
    transform: scale(1.02);
}

.page-header {
	text-align: center;
	margin: 0 auto;	
}

.premium-bubble {
	background: #ad42a6;
	border-color: #ad42a6;
	border-width: 5px;
	color: rgb(255, 255, 255);
	display: none;
	padding: 0.5em;
	border-radius: 0.2em;
	font-size: 50%;
}
#titles {
	display: inline-block;
	clear: both;
	position: relative;
	text-align: left;
}

#appicon {
	width:190px; 
	height:190px; 
	margin-right:20px; 
	float:left; 
	border-radius: 32px;
}
.small-site-header {
	display: none;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.small-site-header #appicon {
	width: 64px;
	height: 64px;
	border-radius: 15px;
	padding: 0px;
	margin: 0 0.7em 0 0;
}

.small-site-header .title-and-subtitle {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	align-items: flex-start;
	width: 90px;
	
}

.small-site-header h1 {
	text-align: left;
	margin: 0;
	font-size: 1.2em;
	flex-grow: 0.5;
}

.small-site-header h2 {
	text-align: left;
	margin: 0;
	padding-right: 0.5em;
	line-height: 1.2;
	flex-grow: 0.5;

}

.small-site-header .appstoreimage {	
	width:120px;
}

@media(max-width: 600px) {
	.page-header {
		padding-top: 1.3em;
		padding-bottom: 1.3em;
	}
	.small-site-header {
		display: flex;
	}
	#titles {
		display: none;
	}
	#titles-small {
		display: inline-block;
	}

}
@media(max-width: 320px) {

	.small-site-header h2 {
		display: none;
	}
}