@import url('https://fonts.googleapis.com/css?family=Gilda+Display|Roboto&display=swap');

:root {
	--main-rgb: 19,60,81;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
font-family: 'Roboto', sans-serif;
background-color: #eee;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

p {
	font-size: .8rem;
}

.navbar  {
	background-color: rgba(var(--main-rgb),.8);
	text-transform: uppercase;
}

.navbar img  {
	height: 25px;
}

@media screen and (min-width: 768px) {
	.navbar img  {
		height: 80px;
	}
	
}

.navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar a {
	color: #fff;
}

.swiper-full {
	width: 100%;
}

.swiper-full .swiper-wrapper {
	position: relative;
	overflow: hidden;
}

.swiper-half {
	background-color: #222;
	position: relative;
}

.swiper-half img {
	opacity: .5;
}

.swiper-head .swiper-wrapper h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	color: #fff;
}

.swiper-full .caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	color: #fff;
}

.swiper-full .caption h1 {
	color: #fff;
	font-size: 1rem;
}

.swiper-full .caption h4 {
	font-size: .8rem;
}

.swiper-full .caption .fa-star {
	color: gold;
	font-size: .5rem;
}

@media screen and (min-width: 768px) {

	.navbar {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	.swiper-full {
		width: 100%;
		height: 100%;
	}

	.swiper-half {
		width: 100%;
		height: calc(50% + 130px);
	}

.swiper-head .swiper-wrapper img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
}

.swiper-full .swiper-wrapper img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	height: 100%;
}

}

.container {
	position: relative;
}

.container-600 {
	max-width: 600px;
}

h1, h2, h3 {
	font-family: 'Gilda Display', serif;
	color: rgb(var(--main-rgb));
	z-index: 10;
}

.linea {
	position: relative;
}

.linea::before, .linea::after {
	position: absolute;
	width: 30px;
	height: 1px;
	content: "";
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
}

.linea::before {
	right: -30px;
}

.linea::after {
	left: -30px;
}

.btn {
	border-radius: 0px;
}

.img-bg {
	position: relative;
}

.img-bg:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background-image: linear-gradient(rgba(248,249,250,1),rgba(248,249,250,0));
	z-index:0;
}

.card {
	border: 0;
	border-radius: 0;
}

.bg-dark-50 {
	background-color: rgba(var(--main-rgb),.8);
}

iframe {
	line-height: 0;
 }

footer p {
	margin-bottom: 0;
	font-size: 12px;
}

@media screen and (min-width: 992px) {
	.py-no-top {
		padding-top: 146px;
	}
}

@media screen and (min-width: 1024px) {

h1 {
	font-size: 80px;
	line-height: 80px;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	letter-spacing: -2px;
}

p {
	font-size: 1rem;
}

.swiper-full .caption h1 {
	font-size: 80px;
}

.swiper-full .caption h4 {
	font-size: 1.5rem;
}

.swiper-full .caption .fa-star {
	font-size: 1rem;
}

.pr-10 {
	padding-right: 12rem !important;
}

.pl-10 {
	padding-left: 12rem !important;
}

}



/* tabella prezzi */

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
  }
  
  table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
  }
  
  table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
  }

  tbody tr:nth-child(odd) {
	background-color: #f3f3f3;
}

  
  table th,
  table td {
	padding: .625em;
	text-align: center;
  }
  
  table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
  }
  
  
  @media screen and (max-width: 600px) {
	table {
	  border: 0;
	}
  
	table caption {
	  font-size: 1.3em;
	}
	
	table thead {
	  border: none;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	}
	
	table tr {
	  border-bottom: 3px solid #ddd;
	  display: block;
	  margin-bottom: .625em;
	}

	tbody tr:nth-child(odd) {
		background-color: #f8f8f8;
	}
	
	table td {
	  border-bottom: 1px solid #ddd;
	  display: block;
	  font-size: .8em;
	  text-align: right;
	}
	
	table td::before {
	  /*
	  * aria-label has no advantage, it won't be read inside a table
	  content: attr(aria-label);
	  */
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  text-transform: uppercase;
	}
	
	table td:last-child {
	  border-bottom: 0;
	}
  }

  .gallery-column {
	line-height: 0;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
  }
  
  @media screen and (min-width: 768px) {
	.gallery-column {
	  column-count: 4;
	  column-gap: 15px;
	}
  }
  
  .gallery-column img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 15px;
  }