.appLogo{
	max-width: 5rem;
	border-radius: 1rem;
	margin-right: 1rem;
}
.playStoreIcon, .appStoreIcon{
	max-width: 6rem;
	margin-top: .3rem;
}


footer, footer .callout.secondary {
    background-color: #eeeeef;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.footerLinkContainer a {
	color:gray;
	font-weight: bolder;
}

.footerLinkContainer div {
    display: block;
    text-align: center;
}
    
.gcsLogo {
	max-width: 275px;
	margin-left: auto;
	margin-right: auto;
}

.bottomBar{
	min-height: 2rem;
	background-color: #f4c904;
	align-items: center;
    display: flex;
    justify-content: center;
}
.footerLinkContainer a:hover, .footerLinkContainer a:focus {
    color: #525252;
}
.gcsLogoContainer{
	text-align: center;
}

.appDownloadLinkContainer{
	display: block !important;
}

@media screen and (max-width: 39.9375em) {
	.appLogo{
		max-width: 4rem;
		margin-right: .5rem;
	}
	.playStoreIcon, .appStoreIcon{
		max-width: 4.5rem;
		margin-top: .35rem;
	}
	div.callout{
	padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0;
    margin-bottom: 0;
	}
	footer .callout.secondary>div {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
	}
}