@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html,body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#333;
	height: 100%;
	width: 100%;
	position: relative;
	background-color:#f2f0f0;
	font-size:16px;
}
body {overflow-x:hidden}
.blu {color:#028b96}
.bgblu {background-color:#028b96}
.footer {
	border-top:5px solid #028b96;
	font-size:14px
}
strong {font-weight:700;}
.carousel {
  margin-bottom: 4rem;
}
.carousel-caption {
	top: 3rem;
	left:3em;
	bottom:0;
	right:0;
	text-align:left;	
	font-size:25px;
}
.carousel-caption a {background-color:#028b96}
.carousel-item {
	height: 35rem;
	background-size:cover
}
.escursioni .card-img-overlay {
	bottom:auto;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.luoghi .card-title  {
  top: -20px;
  right: 0;
  padding: 10px;
  width: 80%;
}
.card-title {
	font-weight:700;	
	font-size:16px
}
@media (min-width: 1200px) {
	.immagine {
		height:25em;
		overflow:hidden
	}
}
.escursioni .card-img {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.escursioni .card-text {color:#545454}
.btn-scheda {
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);	
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(255,255,255,0.4) inset;
	line-height: 1.2;
	padding: 8px 20px 10px 20px;
	font-size:14px;

}
.btn-acquista {
	background-color: #028b96;
	background-image: linear-gradient(to bottom, #5ab6bd, #028b96);
	background-repeat: repeat-x;
	border-color: #01676f;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(255,255,255,0.4) inset;
	line-height: 1.2;
	padding: 8px 20px 10px 20px;
	font-size:14px;
}
@media (min-width: 1200px) {
	.escursioni .card-body {
		min-height:200px
	}
	.escursioni .card-footer {
		min-height:140px
	}
	.escursioni .btn-acquista {
		position:absolute;
		bottom:0;
		right:15px
	}
	.escursioni .btn-scheda {
		position:absolute;
		bottom:0;
		left:15px
	}
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

}

