.parent {
	width: 100vw; height: 100vw;
	max-width: 512px;
	max-height: 512px;
	/*height: 512px;*/
	/*background: #ffdb4c;*/
	background: #2196F3;
	/*background: url(img/photo.jpg);*/
  	background-size: cover;
	display: table;
	position: relative;
	padding: 0px;
}

.child {
    display: table-cell;
    vertical-align: middle;
  	width: 100%;
  	height: 0;
}

.child p {
  padding: 20px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  margin: 0;
  text-shadow: 0px 0px 5px #000;
}

.darken {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url(img/photo.jpg);
}

.watermark {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: white;
  	font-family: 'Roboto', sans-serif;
  	font-size: .8em;
  	margin: 0;
  	text-shadow: 0px 0px 5px #000;
}

.footer {
	width: 100vw; 
	max-width: 512px;
	position: relative;
	padding: 0px;
	height: 45px;
	margin-left: 10px;
}

.footer #apple {
	float:left;
	margin-right:20px;
}
.footer #google {
	float:left;
}