/*---- error styles ----*/
.error-template {
	padding: 40px 15px;
	text-align: center;
}
.error-actions {
	margin-top:15px;
	margin-bottom:15px;
}
.error-actions .btn { 
	margin-right:10px; 
}
/*---- about style ----*/
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/*-------- menu items style ----------*/
.menu-item {
	color: #4a4a4a;
	text-decoration: none;
}
.menu-item:focus, 
.menu-item:hover,
.menu-item:active {
	color: #fd6664;
	text-decoration: none;
}

/*---------- PWA --------------*/
#pwaInstallContainer {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	height: 0;
}

#pwaInstallContainer button {
	background-color: inherit;
	border: 1px solid white;
	color: white;
	font-size: 1em;
}