body {
	background-image: url("../images/galleria/2010/Itameri.png");
}
.content-container {
	background: linear-gradient(#1f2438, #12121a);
}
.menu-item-space {
    color: white;
}
iframe { /* GMAPS */
	width: 960px;
	height: 450px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.fit-c {
    width: -webkit-fill-available;
}
.left {
	text-align: left;
	display: inline-block;
	float: left;
}
.right {
	text-align: right;
	display: inline-block;
	float: right;
}
.middle {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
h1 {
    color: white;
}
h2	{
	font-size: 40px;
	font-family: Arial;
	color: white;
}
.italic {
	text-decoration: none;
}
.pb15 {
	padding-bottom: 15px;
}
.black {
	color: black;
}
.bold {
	font-weight: bold;
}
.cbold {
	font-weight: bold;
	text-align: center;
}
a	{
	text-decoration: none;
}
p	{
	font-family: Arial;
	padding: 5px 10px 5px 10px;
}
.fs-20 {
	margin-top: 2px;
	margin-bottom: 2px;
}
.default {
	font-size: 18px;
	font-family: Arial;
	color: #20447B;
	}
li {
	font-size: 14px;
	font-family: Arial;
}
strong {
	font-size: 18px;
	font-family: Arial;
}
h3 {
	font-family: Arial;
	margin-top: 20px;
}
dl {
	font-size: 18px;
	font-family: Arial;
	color: white;
	font-weight: normal;
	margin-left: 0px;
}
dd {
	padding: 3px 10px 3px 10px;
	margin-left: 160px;
	font-weight: normal;
}
dt {
	padding-left: 10px;
}
.d {
	font-size: 18px;
	font-family: Arial;
	color: #20447B;
	font-weight: normal;
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto;
}
.grid-container-2 {
	display: grid;
	grid-template-columns: auto auto;
}
.grid-container-1 {
    display: grid;
    grid-template-columns: auto;
    }
.grid-item {
	padding: 0px;
	border: none;
	text-align: center;
}
.img-n {
	width: 960px;
	height: auto;
}
@media only screen and (max-width: 1200px) {
.content-container {
	width: 100%;
	border: 0px;
	margin: 0px;
	paddinng: 10px 0px 10px 0px;
}
.middle {
	width: 100%;
}
}
@media only screen and (max-width: 600px) {
h3 {
	font-size: clamp(32px, 6vw, 59px);
	padding: 35px 10px 5px 10px;
}
.desc {
	border: none;
	margin: -4px 0px 80px 0px;
}
}