body {
	background: rgba(187,197,216,1.00);
	color: rgba(57,57,57,1.00);
	font-family: Montserrat;
}

header h1 {
	font-family: Caprasimo;
	font-weight:100;
	text-align: center;
}

header img {
	display: block;
	margin: auto;
	border-style: solid;
	border-color: rgba(255,255,255,1.00);
}

h2 {
	text-align: center;
	font-family: Caprasimo;
	font-weight: 100;
	font-size: 1.2em;
	border-top: medium solid rgba(98,135,209,1.00);
	border-bottom: medium solid rgba(98,135,209,1.00)
}

a:link, a:visited {
	color: rgba(57,57,57,1.00);
	text-decoration: none;
}

a:hover, a:active {
	color: rgba(98,135,209,1.00);
	text-decoration: none
}

footer, a {
	text-align: center;
	padding-bottom: 20px;
}

footer a {
	font-size: 0.9em;
}

.galleryChild img {
	display: block;
	margin: auto;
}

.galleryChild {
	text-align: center;
}


@media only screen and (min-width: 700px) {
	
	#favoritesGallery {
	display: flex;
	justify-content: space-between;
	justify-content: center;
	text-align: center;
	}

	.galleryChild {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 0.9em;
	}

	.galleryChild img {
	border-style: solid;
	border-color: rgba(255,255,255,1.00);
	}
	
}
