.banner
{
	background-color: #DACA8E;
	padding: 1px;
	position: fixed;
	top:0;
	z-index: 900;
	border-bottom: 1px solid #5D7A65;
}

.banner h1{
margin-right: 45%;
float: right;
}
.navtop{
background-color:#5D7A65;
position: fixed;
top:5.5rem;
justify-content: center;
}
.btn img {
width: 30px;
left: 10;
fill: #DACA8E;
color: #DACA8E;
}

.container {
    margin-top: 10rem;
}
.container h1 {
font-size: 1.8rem;
font-weight: bold;
color: #000;
text-align: center;
padding-top: 20px;
}
.container h2{
font-size: 1.6rem;
font-weight: bold;
padding: 20px;	
}

.mframe {
	color: #000;
	text-align: justify;
	font-size: 1rem;
}
.mframe a {
	color:#5D7A65;
	text-decoration: none;
	font-weight: bolder;
}
.mframe a:hover{
	color:#746CA8;
}
.geo-button{
	display: flex;
	justify-content: center;
	box-sizing: content-box;
	border: none;
	border-radius: 0.38rem;
	background-color:#B2980F;
	color: #fff;
	line-height: 1.5em;
	text-decoration: none;
}
.geo-button:hover {
	background-color:#DACA8E;
	color:#000;
}

.it-header-slim-wrapper {
   background: #839781;
}
.img-brand {
   margin-bottom: 1em;
   max-height: 3.0rem;
   line-height: 2.5;
   left:0;
   margin-left: 0.5rem;
   margin-top: 0.5rem;
}
.bg-cookies-dr {
   background: #839781;
}
.frameMain {
   align-content: center;
}
.frame {
   width: 880px;
   height: 612px;
}
/* Stile per footer */
.ftpcon{
    padding-top: 0.8rem;
}
.it-footer-main {
  background: #5D7A65;
  color: #fff;
}
.it-footer-main a{
	color:#fff;
}
.it-footer-small-prints {
   background: #036;
}
.overlay-panel {
   background: #036;
}
.logo-h {
   max-height: 50px;
}
.it-footer-note {
   text-align: center;
}
ul.it-footer-small-prints-list a {
   color: #fff;
}
ul.it-footer-small-prints-list a:hover {
   color: #fff;
}
.citation {
	margin-left: 0;
	margin-right: 0;
	width: 70%;
	float: right;
	margin-bottom: 0.8rem;
}
.citation-lg {
	width: 25%;
	max-height: 100%;

	float: left;
	position: relative;
}
.citation-lg img {
	/*min-height: 4rem;*/
	width: 100%;
}
.Info h4 {padding-left: 0.75rem;}
.Info p {padding-left: 0.65rem; padding-right: 0.65rem; text-align: justify;}


/* Palette GeoSciencesIR
Green: #5D7A65 #839781 #A9B7A2
Brown: #B2980F #C5B052 #DACA8E
Purple: #49458D #746CA8 #A29BC6 */

.cartTitle {
	text-align: center;
	color: #5D7A65;
	font-weight: bold;
	font-size: 90%;
}
 /* Stili per le schede */
.card {
	border: 1px solid #ddd; 
	border-radius: 8px; 
	margin: 15px; 
	padding: 15px; 
	text-align: center; 
	max-width: 200px;
	min-width: 200px; 
	max-height: 180px;
	min-height: 180px;
	background-color:#DACA8E; 
	box-shadow: 0.2rem 0.2rem #5D7A65;
}
.card h2 {font-weight: 0.8rem; font-size: 1.5rem}
.card img {max-height: 80px; max-width: 80px; align-self: center;}

/* Stili per la griglia delle schede */
.card-container {display: flex; flex-wrap: wrap; justify-content: center;}
.card .cover {
  position:absolute;
  bottom:0;
  left:0;
  min-width: 200px;
  background-color:#A9B7A2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition:opacity 0.15s ease-in;
  opacity:0;
  padding-top:0.4rem;
  color:#fff;
  text-shadow:1px 1px 1px rgba(0,0,0,0.15);
}
.card:hover .cover{
 opacity:1;
}
.card .card-text {
	font-size: 0.9 rem;
}


/* Media query per rendere le schede responsive */
@media (max-width: 768px) {.banner{max-width: 768px}.citation{width: 100%;}.jumbotron{top:5rem}.navtop{top: 7rem}.card {width: 80%;}.citation-lg{position: inherit;}.nav-bar a{float: right;display: block;text-align: left;}}
/* Responsività per schermi più piccoli */