html {
	/* overflow: scroll; */
	-webkit-overflow-scrolling: touch; /* Lo scorrimento continua per un pò: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-overflow-scrolling */
	overscroll-behavior: contain; /* prevent browser pull-to-refresh: https://developers.google.com/web/updates/2017/11/overscroll-behavior */
}

.gi-notifications {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 1em;
	z-index: 999;
}

.gi-ios-share {
	width: 25px;
	height: 29px;
}

.gi-ios-a2hs {
	width: 19.5px;
	height: 19.5px;
}

.gi-safari {
	width: 26px;
	height: 26px;
}

.gi-cover {
	position: relative;
	height: 250px;
	margin-bottom: 1em;
}

.gi-cover-img {
	position: absolute;
	object-fit: cover;
	height: 250px;
	width: 100%;
}

.gi-cover-title {
	/*
	position: absolute;
	left: 0;
	top: 0;
	margin: 1rem;
	*/
	color: #fff;
}

.gi-form {
	margin-top: 1rem;
}

nav.navbar.fixed-bottom.navbar-light.bg-light {
	border-top: 1px solid #ccc;
}

nav.navbar.fixed-bottom.navbar-light.bg-light a {
	text-align: center;
}

.gi-page {
	padding-bottom: 81px;
}

.gi-logo {
	width: 32px;
	height: 32px;
}

