@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
	Directive by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/


/* font-family: 'Playfair Display', serif; */


/* Clear fix hack */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
  }
  
  .clear {
	  clear: both;
  }

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	html, body {
		height: 100%;
		min-width: 320px;
	}

	body {
		background: rgb(255, 249, 241) !important;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: hsl(4, 82%, 51%);	/* ALL TEXT COLOR RINA */
		font-family: 'Playfair Display', serif;
		font-weight: 300;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		/* border-bottom: none !important; */
		/* color: #9d9d9d; hsla(2, 100%, 95%, 0.935) */
		color: hsla(97, 100%, 95%, 0.935);
		text-decoration: none !important;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 600;
		color: hsl(4, 82%, 51%);
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote, form {
		margin: 0 0 2em 0;
	}

	.topG4 ul {
		margin: 0.5em 0 0.5em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: hsl(4, 82%, 51%);
		font-weight: 700;
		letter-spacing: 0.125em;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
		text-align: center;
	}
	h1 {
		margin-bottom: 0em;
	}
	h3 {
		margin-bottom: 0em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a {
			color: inherit;
			text-decoration: none !important;
		}

	h2 {
		font-size: 1.9em;
	}

	h3 {
		font-size: 1.8em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 90%;
		min-width: 30%;
	}


/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -7.5px;
			margin-left: -7.5px;
		}

			.row.gtr-25 > * {
				padding: 7.5px 0 0 7.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -7.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 7.5px;
				}

		.row.gtr-50 {
			margin-top: -15px;
			margin-left: -15px;
		}

			.row.gtr-50 > * {
				padding: 15px 0 0 15px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -15px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 15px;
				}

		.row {
			margin-top: -30px;
			margin-left: -30px;
		}

			.row > * {
				padding: 30px 0 0 30px;
			}

			.row.gtr-uniform {
				margin-top: -30px;
			}

				.row.gtr-uniform > * {
					padding-top: 30px;
				}

		.row.gtr-150 {
			margin-top: -45px;
			margin-left: -45px;
		}

			.row.gtr-150 > * {
				padding: 45px 0 0 45px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -45px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 45px;
				}

		.row.gtr-200 {
			margin-top: -60px;
			margin-left: -60px;
		}

			.row.gtr-200 > * {
				padding: 60px 0 0 60px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 60px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-wide {
					order: -1;
				}

				.row > .col-1-wide {
					width: 8.33333%;
				}

				.row > .off-1-wide {
					margin-left: 8.33333%;
				}

				.row > .col-2-wide {
					width: 16.66667%;
				}

				.row > .off-2-wide {
					margin-left: 16.66667%;
				}

				.row > .col-3-wide {
					width: 25%;
				}

				.row > .off-3-wide {
					margin-left: 25%;
				}

				.row > .col-4-wide {
					width: 33.33333%;
				}

				.row > .off-4-wide {
					margin-left: 33.33333%;
				}

				.row > .col-5-wide {
					width: 41.66667%;
				}

				.row > .off-5-wide {
					margin-left: 41.66667%;
				}

				.row > .col-6-wide {
					width: 50%;
				}

				.row > .off-6-wide {
					margin-left: 50%;
				}

				.row > .col-7-wide {
					width: 58.33333%;
				}

				.row > .off-7-wide {
					margin-left: 58.33333%;
				}

				.row > .col-8-wide {
					width: 66.66667%;
				}

				.row > .off-8-wide {
					margin-left: 66.66667%;
				}

				.row > .col-9-wide {
					width: 75%;
				}

				.row > .off-9-wide {
					margin-left: 75%;
				}

				.row > .col-10-wide {
					width: 83.33333%;
				}

				.row > .off-10-wide {
					margin-left: 83.33333%;
				}

				.row > .col-11-wide {
					width: 91.66667%;
				}

				.row > .off-11-wide {
					margin-left: 91.66667%;
				}

				.row > .col-12-wide {
					width: 100%;
				}

				.row > .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-1-normal {
					width: 8.33333%;
				}

				.row > .off-1-normal {
					margin-left: 8.33333%;
				}

				.row > .col-2-normal {
					width: 16.66667%;
				}

				.row > .off-2-normal {
					margin-left: 16.66667%;
				}

				.row > .col-3-normal {
					width: 25%;
				}

				.row > .off-3-normal {
					margin-left: 25%;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}

				.row > .col-5-normal {
					width: 41.66667%;
				}

				.row > .off-5-normal {
					margin-left: 41.66667%;
				}

				.row > .col-6-normal {
					width: 50%;
				}

				.row > .off-6-normal {
					margin-left: 50%;
				}

				.row > .col-7-normal {
					width: 58.33333%;
				}

				.row > .off-7-normal {
					margin-left: 58.33333%;
				}

				.row > .col-8-normal {
					width: 66.66667%;
				}

				.row > .off-8-normal {
					margin-left: 66.66667%;
				}

				.row > .col-9-normal {
					width: 75%;
				}

				.row > .off-9-normal {
					margin-left: 75%;
				}

				.row > .col-10-normal {
					width: 83.33333%;
				}

				.row > .off-10-normal {
					margin-left: 83.33333%;
				}

				.row > .col-11-normal {
					width: 91.66667%;
				}

				.row > .off-11-normal {
					margin-left: 91.66667%;
				}

				.row > .col-12-normal {
					width: 100%;
				}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrow {
					order: -1;
				}

				.row > .col-1-narrow {
					width: 8.33333%;
				}

				.row > .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrow {
					width: 16.66667%;
				}

				.row > .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrow {
					width: 25%;
				}

				.row > .off-3-narrow {
					margin-left: 25%;
				}

				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrow {
					width: 41.66667%;
				}

				.row > .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrow {
					width: 50%;
				}

				.row > .off-6-narrow {
					margin-left: 50%;
				}

				.row > .col-7-narrow {
					width: 58.33333%;
				}

				.row > .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrow {
					width: 66.66667%;
				}

				.row > .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrow {
					width: 75%;
				}

				.row > .off-9-narrow {
					margin-left: 75%;
				}

				.row > .col-10-narrow {
					width: 83.33333%;
				}

				.row > .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrow {
					width: 91.66667%;
				}

				.row > .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrow {
					width: 100%;
				}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 840px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrower {
					order: -1;
				}

				.row > .col-1-narrower {
					width: 8.33333%;
				}

				.row > .off-1-narrower {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrower {
					width: 16.66667%;
				}

				.row > .off-2-narrower {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrower {
					width: 25%;
				}

				.row > .off-3-narrower {
					margin-left: 25%;
				}

				.row > .col-4-narrower {
					width: 33.33333%;
				}

				.row > .off-4-narrower {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrower {
					width: 41.66667%;
				}

				.row > .off-5-narrower {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrower {
					width: 50%;
				}

				.row > .off-6-narrower {
					margin-left: 50%;
				}

				.row > .col-7-narrower {
					width: 58.33333%;
				}

				.row > .off-7-narrower {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrower {
					width: 66.66667%;
				}

				.row > .off-8-narrower {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrower {
					width: 75%;
				}

				.row > .off-9-narrower {
					margin-left: 75%;
				}

				.row > .col-10-narrower {
					width: 83.33333%;
				}

				.row > .off-10-narrower {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrower {
					width: 91.66667%;
				}

				.row > .off-11-narrower {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrower {
					width: 100%;
				}

				.row > .off-12-narrower {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}

				.row > .col-1-mobile {
					width: 8.33333%;
				}

				.row > .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobile {
					width: 16.66667%;
				}

				.row > .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobile {
					width: 25%;
				}

				.row > .off-3-mobile {
					margin-left: 25%;
				}

				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobile {
					width: 41.66667%;
				}

				.row > .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobile {
					width: 50%;
				}

				.row > .off-6-mobile {
					margin-left: 50%;
				}

				.row > .col-7-mobile {
					width: 58.33333%;
				}

				.row > .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobile {
					width: 66.66667%;
				}

				.row > .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobile {
					width: 75%;
				}

				.row > .off-9-mobile {
					margin-left: 75%;
				}

				.row > .col-10-mobile {
					width: 83.33333%;
				}

				.row > .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobile {
					width: 91.66667%;
				}

				.row > .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobile {
					width: 100%;
				}

				.row > .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -57.5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 57.5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -115px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 115px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -230px;
					margin-left: -20px;
				}

					.row > * {
						padding: 230px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -345px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 345px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -460px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 460px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobilep {
					order: -1;
				}

				.row > .col-1-mobilep {
					width: 8.33333%;
				}

				.row > .off-1-mobilep {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobilep {
					width: 16.66667%;
				}

				.row > .off-2-mobilep {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobilep {
					width: 25%;
				}

				.row > .off-3-mobilep {
					margin-left: 25%;
				}

				.row > .col-4-mobilep {
					width: 33.33333%;
				}

				.row > .off-4-mobilep {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobilep {
					width: 41.66667%;
				}

				.row > .off-5-mobilep {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobilep {
					width: 50%;
				}

				.row > .off-6-mobilep {
					margin-left: 50%;
				}

				.row > .col-7-mobilep {
					width: 58.33333%;
				}

				.row > .off-7-mobilep {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobilep {
					width: 66.66667%;
				}

				.row > .off-8-mobilep {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobilep {
					width: 75%;
				}

				.row > .off-9-mobilep {
					margin-left: 75%;
				}

				.row > .col-10-mobilep {
					width: 83.33333%;
				}

				.row > .off-10-mobilep {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobilep {
					width: 91.66667%;
				}

				.row > .off-11-mobilep {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobilep {
					width: 100%;
				}

				.row > .off-12-mobilep {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* rowrina */


/* Section/Article */

	section.special, article.special {
		text-align: center;
	}
	header {
		text-align: center;
	}

/* /////////////////////////////////////////////////////////////////////////////////// */


		header p {
			position: relative;
			top: -1em;
			color: #000000;
			text-transform: uppercase;
			letter-spacing: 0.075em;
		}
		/* BORDER INDEX BELOW BANNER */
		header.major {
			border-bottom-width: 0px;
			margin-bottom: 6em;
			padding: 4em 0;
			position: relative;
		}
		/* SECTION AFTER BANNER LINE BORDER COLORS RINA */
			header.major:before, header.major:after {
				content: '';
				display: block;
				height: 1px;
				left: 0;
				position: absolute;
				width: 100%;
			}
			header.major:before {
				top: 10px;
			}
			header.major:after {
				bottom: 10px;
			}
			header.major h3 {
				margin: 0;
			}
			header.major p {
				top: 0;
				margin: 1.5em 0 0 0;
				padding: 1.5em 1em 0 1em;
				font-size: 1.9em;
				line-height: 1.85em;
				/* border-top: solid 1px rgba(0, 0, 0, 0.75); */
				display: inline-block;
			}
			header.major.last {
				border-bottom: 0;
				margin-bottom: 0;
				padding-bottom: 0;
			}
				header.major.last:after {
					display: none;
				}
				header.major.last h3 {
					margin-bottom: 1em;
				}


	footer {
		text-align: center;
	}
		footer.major {
			padding: 4em 0;
		}
			footer.major:before, footer.major:after {
				content: '';
				display: block;
				height: 1px;
				left: 0;
				position: absolute;
				width: 100%;
			}
			footer.major:before {
				top: 10px;
			}
			footer.major:after {
				bottom: 10px;
			}

/* Form */
	label {
		display: block;
		color: hsl(4, 82%, 51%);	/* CONTACT FORM TITLES RINA */
		font-size: 0.8em;
		font-weight: 700;
		letter-spacing: 0.125em;
		line-height: 1.75em;
		text-transform: uppercase;
		margin: 0 0 0.5em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background: none;
		border-radius: 50px;
		border: 0;
		border: solid 1px hsl(4, 82%, 51%);    /* 	CONTACT FORM BORDER COLORS */
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		opacity: 1;
	}


	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		line-height: 1em;
	}

	select {
		background-size: 1.25em;
		background-repeat: no-repeat;
		background-position: calc(100% - 1em) center;
		padding-right: 1.5em;
		text-overflow: ellipsis;
	}
		select option {
			color: #000000;
			background: #ffffff;
		}
		select:focus::-ms-value {
			background-color: transparent;
		}
		select::-ms-expand {
			display: none;
		}
	textarea {
		padding: 0.5em 0.75em;
	}
	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}
	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}
	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}
	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

/* Image */

	
/* ///////////////////// LOGOS IN THOSE SECTIONS RINA */
/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}
		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}
		.icon > .label {
			display: none;
		}
		.icon:before {
			line-height: inherit;
		}
		.icon.solid:before {
			font-weight: 900;
		}
		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* List */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}
		ol.default li {
			padding-left: 0.25em;
		}
	ul.default {
		list-style: disc;
		padding-left: 1em;
	}
		ul.default li {
			padding-left: 0.5em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		padding-left: 0;
	}
		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}
		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
		}
			ul.actions.special li:first-child {
				padding-left: 0;
			}
		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}
			ul.actions.stacked li {
				padding: 1.25em 0 0 0;
			}
				ul.actions.stacked li:first-child {
					padding-top: 0;
				}
		ul.actions.fit {
			width: calc(100% + 1em);
		}
			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}
				ul.actions.fit li > * {
					width: 100%;
				}
			ul.actions.fit.stacked {
				width: 100%;
			}
		ul.actions:last-child {
			margin-bottom: 0;
		}

		@media screen and (max-width: 736px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}
				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}
					ul.actions:not(.fixed) li > * {
						width: 100%;
					}
					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 50%;
						margin: auto;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}
		}

/* Icons */

	ul.icons {
		cursor: default;
	}
		ul.icons li {
			display: inline-block;
			font-size: 1.25em;
			line-height: 1em;
			padding-left: 0.5em;
		}
			ul.icons li:first-child {
				padding-left: 0;
			}
			ul.icons li a, ul.icons li span {
				-moz-transition: background-color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out;
				border-radius: 100%;
				display: inline-block;
				height: 2em;
				line-height: 2em;
				text-align: center;
				width: 2em;
			}
				ul.icons li a:hover, ul.icons li span:hover {
					background: rgba(0, 0, 0, 0);
				}

/* Table */

	.table-wrapper {
		overflow-x:auto;
		-webkit-overflow-scrolling: touch;
	}
	table {
		width: 100%;
	}
		table.default {
			width: 100%;
		}
			table.default tbody tr {
				border-bottom: none;	/* TABLE BORDER COLOR RINA */
			}
				table.default tbody tr:nth-child(2n - 1) {
					background: none;	/* TABLE EVERY OTHER COLOR RINA */
				}
			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}
			table.default th {
				color: #5b5b5b;	/* TABLE TITLE COLOR RINA */
				font-size: 0.8em;
				font-weight: 700;
				letter-spacing: 0.125em;
				line-height: 1.75em;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
				text-transform: uppercase;
			}
/* //////////////////////////////////////////////////////////////////////////// */

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: rgb(255,248,241);		/* HOVER SEND MESSAGE AND JOIN CREW BUTTON COLOR RINA */
		border-radius: 10% / 60%;
		border: 0;
		color: hsl(4, 82%, 51%);	/* rinarinarina FONT INSIDE SEND MESSAGE AND JOIN CREW BUTTON COLOR RINA */
		cursor: pointer;
		display: inline-block;
		font-size: 0.9em;
		font-weight: 700;
		letter-spacing: 0.125em;
		line-height: 3.25em;
		min-width: 15em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		z-index: 10000;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background: hsla(4, 82%, 51%, 0.249);			/* HOVER SEND MESSAGE AND JOIN CREW BUTTON COLOR RINA */
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background: hsl(7, 61%, 78%);
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background: none;	/* RESET BUTTON COLORS RINA */
			box-shadow: inset 0 0 0 1px hsla(4, 82%, 51%, 0.377);
			color: hsl(4, 82%, 51%);			
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background: rgba(199, 8, 8, 0.15);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background: hsl(7, 61%, 78%);
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		.button.button {
			border: 1px solid hsl(4, 100%, 71%);
		}
		

/* ///////////// */

		.box.alt {
			background: none;
			border: none;
			padding: 0;
		}
	
/* Footer */

	#footer {
		position: relative;
		text-align: center;
		background-color: inherit;
	}
		#footer:before {
			content: '';
			left: 50%;
			position: absolute;
			top: 0;
			width: 1px;
			z-index: 0;
		}

		#footer a {
			color: hsl(4, 82%, 51%);
		}

		#footer strong, #footer b {
			color: #000000;
		}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color: #000000;
		}

		#footer header p {
			color: rgba(0, 0, 0, 0.5);
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer .button {
			background: #ffdede;
			box-shadow: inset 0 0 0 1px #000000;
			color: #4eb980; /* GREEN */
		}

			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer input[type="button"]:hover,
			#footer .button:hover {
				background: hsl(4, 82%, 51%);			
				
				color: hsl(4, 82%, 51%);			
			}

		#footer .formerize-placeholder {
			color: rgba(0, 0, 0, 0.3) !important;
		}

		#footer form {
			margin: 3em 0;
		}

		#footer .copyright {
			color: hsl(4, 100%, 91%);
			font-size: 0.6em;
			line-height: 1em;
			margin: 3em 0 0 0;
		}

			#footer .copyright li {
				border-left: dotted 1px;
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
			}
				#footer .copyright li:first-child {
					padding: 0;
					margin: 0;
					border: 0;
				}
				#footer .copyright li a, #footer .copyright li span {
					color: inherit;
				}
					#footer .copyright li a:hover, #footer .copyright li span:hover {
						color: hsl(4, 82%, 51%);					}

/* Main */

		#main:before {
			content: '';
			height: 100%;
			left: 50%;
			position: absolute;
			top: 2;
			width: 1px;
			z-index: -1;
		}
/* //////////////////////////////////////////////////////////////////////// */

	@media screen and (max-width: 736px) {

			footer.major {
				margin-top: 2em;
			}
				footer.major br {
					display: none;
				}
	
		/* Box */
			.box {
				padding: 2em;
				margin-bottom: 2em;
			}
	
		/* Feature */

			.feature {
				background: inherit;
				display: block;
				height: auto;
				margin-bottom: 2em;
			}
				.feature:last-child {
					margin-bottom: 0;
				}
				.feature:before, .feature:after {
					display: none;
				}
				.feature .image {
					float: none;
					height: 15em;
					width: 100%;
				}
				.feature .content {
					padding: 2em !important;
					text-align: center;
					width: 100%;
				}
					#footer:before {
						height: calc(184px + 2em);
					}
					#footer form {
						padding-bottom: 0;
					}
	}

/* Mobile (Portrait) */

@media screen and (max-width: 480px) {

    /* Button */

        input[type="submit"],
        input[type="reset"],
        input[type="button"],
        .button {
            display: block;
            width: 100%;
        }

    /* Box */
        .box {
            padding: 2em 1em;
        }
    /* Feature */
        .feature {
            margin-bottom: 1em;
        }
            .feature .content {
                padding: 2em 1em !important;
            }
    /* Footer */
        #footer {
            /* margin-top: -100px; */
            padding-left: 1em;
            padding-right: 1em;
        }
            #footer .copyright li {
                border: 0;
                display: block;
                margin: 0;
                padding: 0.75em 0 0 0;
            }
}


/* Image IMAGERINA */

.imageR {
	border: 0;
	display: inline-block;
	position: relative;
}
	.imageR img {
		display: block;
		border-radius: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.imageL {
		border: 0;
		display: inline-block;
		position: relative;
	}
		.imageL img {
			display: block;
			border-radius: 30px;
			margin-left: auto;
			margin-right: auto;
		}

		.imageR.leftR img, .imageR.rightR img {
			width: 100%;
		}
	.imageR.leftR {
		float: left;
		margin: 0 1.5em 1.25em 0;
		top: 0.25em;
	}
	.imageR.rightR {
		float: right;
		margin: 0 0 1.25em 1.5em;
		top: 0.25em;
	}
	.imageR.fit {
		display: block;
		margin: 0 0 2em 0;
		width: 100%;
	}
		.imageR.fit img {
			width: 100%;
		}
	.imageR.main {
		display: block;
		margin: 2.5em 0;
		width: 100%;
	}
		.imageR.main img {
			width: 100%;
		}
	
		@media screen and (max-width: 736px) {
			.image.main {
				margin: 1.5em 0;
			}
		}




/* @media screen and (max-width: 1680px) { */

	.spotlights > section > .imageR {
		width: 50%;
		margin: auto;

	}

	.spotlights > section > .content {
		width: 50%;
	}

/* } */
		.spotlights {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}
			.spotlights .imageR {
				background-position: center center;
				background-size: cover;
				display: block;
				position: relative;
				width: 50%;
			}
				.spotlights .imageR img {
					display: block;	
					width: 90%;	
				}
				.contactBody .locationSect .imageR img {
					display: flex;	
					margin: auto;	
				}
				.spotlights > .imageR:before {
					background: rgba(188, 188, 188, 0.9);
					content: '';
					display: block;
					height: 100%;
					left: 0;
					opacity: 0;
					position: absolute;
					top: 0;
					width: 100%;
				}
				.spotlights .imageL {
					background-position: center center;
					background-size: cover;
					display: block;
					position: relative;
					width: 50%;
				}
					.spotlights .imageL img {
						display: block;	
						width: 90%;
					}
					.spotlights > .imageL:before {
						background: rgba(188, 188, 188, 0.9);
						content: '';
						display: block;
						height: 100%;
						left: 0;
						opacity: 0;
						position: absolute;
						top: 0;
						width: 100%;
					}
			.spotlights .content {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				padding: 0 1em 0.1em 2em ;
				width: 70%;
				line-height: 2.4em;
				/* line-height: 2.4em; */
				margin: auto;
			}
				.spotlights > .content .inner {
					margin: auto;
					max-width: 100%;
					width: 65em;
			}
			body .spotlights .content {
				margin-top: 5em;
			}
			.spotlights .inner {
				width: 90%;
				min-width: 35%;
			}

.aboutBody #two .spotlights .imageDaga {
	width: 30% !important;
}




/* SERVICES AND PRICES */
			
	.spotlights > section:nth-child(2n) {
				-moz-flex-direction: row-reverse;
				-webkit-flex-direction: row-reverse;
				-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
				background-color: #FFFFFF;
			}
				.spotlights > section:nth-child(2n) > .content {
					-moz-align-items: -moz-flex-end;
					-webkit-align-items: -webkit-flex-end;
					-ms-align-items: -ms-flex-end;
					align-items: flex-end;
				}
		@media screen and (max-width: 1680px) {
			.spotlights > section > .imageR {
				width: 50%;
				margin: auto;
			}
			.spotlights > section > .content {
				width: 50%;
			}
		}

		@media screen and (max-width: 1280px) {
			.spotlights > section > .imageR {
				width: 50%;
			}
			.openingHoursSection {
				margin: auto;
			}
			.spotlights > section > .content {
				width: 50%;
			}
		}

		@media screen and (max-width: 1100px) {
			body .spotlights .content {
				margin-top: 1em;
			}
		}


		@media screen and (max-width: 980px) {
			.spotlights > section {
				display: block;
			}
				.spotlights > section > .imageR {
					width: 100%;
				}
				.spotlights > section > .content {
					padding: 4em 3em 2em 3em ;
					width: 100%;
				}					
					.feat1 img, .feat2 img, .feat3 img, .feat4 img {
						max-width: 70%;
						margin-left: auto;
						margin-right: auto;
					}
					.locationBody .locationSect img {
						max-width: 50%;
						margin-left: auto;
						margin-right: auto;
					}		
					#bottomSection .inner {
						padding-left: 2em;
						padding-right: 2em;
					}
					.headerDiv {
						padding-left: 2em;
						padding-right: 2em;
					}
					#headerIndex {
						min-width: fit-content;
					}
					.mapImage img {
						max-width: 30%;
						margin-left: auto;
						margin-right: auto;
					}
					.mapDiv p {
						text-align:center;
					}
					.mapDiv h3 {
						text-align:center;
					}
					#main:before {
						background: rgba(255, 255, 255, 0);
					}				
				.mainGeneric3 #spotlights4 {
					margin-top: -1em;
				}
				#hidden5 {
					margin-bottom: 1em;
				}
				.mainGeneric3SpaceDiv  {
					text-align: center;
				}
		}
	


		@media screen and (max-width: 650px) {
			.contactDiv .inner {
				padding: 0;
			}
			.mapDiv .inner {
				padding: 0;
			}
		}


		@media screen and (max-width: 450px) {			
			.contactDiv .inner {
				padding: 0;
			}
			.featureBox {
				padding: 0;
				width: fit-content;
				margin: auto;
			}
		}

		@media screen and (max-width: 400px) {
			  .spotlights .inner {
				padding-left: 0em;
				padding-right: 0em;
			}
			.locationDiv, .imageLeft4 {
				min-width: 100px;
			}			
			.spotlights img {
				max-width: 60%;
				margin-left: auto;
				margin-right: auto;
			}
			.spotlights > section > .content {
				padding: 4em 1em 2em 1em ;
			}
		} 		
		@media screen and (max-width: 300px) {
			html, body {
				min-width: 290px;
				max-width: 290px;
			}
		}




/* ///////// FOOTER FOOTERINA FOOTERRINA ///////// */

	#footer {	
		padding: calc(10px + 2em) 0 2em 0;
	}
		#wrapper {
			-moz-transition: -moz-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
			-webkit-transition: -webkit-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
			-ms-transition: -ms-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
			transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		}
			#wrapper.is-transitioning {
				opacity: 0;
			}


@media screen and (max-width: 450px) {
	#hidden3 {
		display: none;
	}
}

/* ////////////////// CONTAINERG2 /////////////////////////// */

.firstImg {
	margin-left: 4em;
}
.secondImg {
	margin-right: 4em;
}
.thirdImg {
	margin-left: 4em;
}
.fourthImg {
	margin-right: 4em;
}

/* ////////////////// CONTAINERG3 /////////////////////////// */

.containerG3 a {
	text-decoration: none !important;
	border: 0 !important;
}
.topG3 {
	display: flex;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	user-select: none;
	pointer-events: none;
}
.topG3 ul {
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 0;
	box-sizing: border-box;
	justify-content: space-evenly;
	display: flex;
}
.topG3 ul li {
	position: relative;
	width: 25%;
	height: 25%;
	overflow: hidden;
	display: inline-flex;
}
.topG3 ul li img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.topG3 ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(249, 13, 13, 0);
	content: '';
	color: white;
	opacity: 0.4;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;	
}
.topG3 ul li:hover::before {
	opacity: 0;
	background-color: hsla(4, 82%, 51%, 0.651);	
}
.lightbox3 {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: hsla(4, 82%, 51%, 0.651);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}
.lightbox3 img {
	max-width: 90%;
	max-height: 80%;
	position: relative;
	top: -100%;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.lightbox3:target {
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}
.lightbox3:target img {
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

		@media (min-width: 981px) and (max-width: 7000px) {
			.containerG3 {
				margin-top: 8em;
			}
		}

		@media screen and (max-width: 980px) {
			.topContainerG3 {
				margin-top: 8em;
			}
		}


/* ////////////////// CONTAINERG4 /////////////////////////// */

.containerG4 a {
	text-decoration: none !important;
	border: 0 !important;
}
.topG4 {
	display: flex;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	user-select: none;
	pointer-events: none;
}
.topG4 ul {
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 0;
	box-sizing: border-box;
	justify-content: space-evenly;
	display: flex;
}
.topG4 ul li {
	position: relative;
	width: 23%;
	height: 35%;
	overflow: hidden;
	display: inline-flex;
}
.topG4 ul li img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.topG4 ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(249, 13, 13, 0);
	content: '';
	color: white;
	opacity: 0.4;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;	
}
.topG4 ul li:hover::before {
	opacity: 0;
	background-color: hsl(7, 61%, 78%);
	user-select: none;
	pointer-events: none;
}
.lightbox4 {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(223, 29, 29, 0.849);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}
.lightbox4 img {
	max-width: 90%;
	max-height: 80%;
	position: relative;
	top: -100%;
	/* Transition */
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.lightbox4:target {
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}
.lightbox4:target img {
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/* ///////////////////////////////////////////////////////////////////////////
/////     NAVIGATION / NAVRINA / HEADERINA HEADERRINA     ///////////////
/////////////////////////////////////////////////////////////////////////// */

#headTitle {
	font-weight: 600;
	cursor: default;
	height: fit-content;
	left: 0;
	letter-spacing: 0.25em;
	top: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	align-items:center;
	justify-content: center;
	letter-spacing: 1px;
	padding: 6em 3em 5em 3em;
}
#headTitle h1 {
	background-image: url("images/water.gif");
	background-size: contain;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.5em;
}
.h1Top {
	font-size: 7em;
}
.h1Bottom {
	font-size: 2em;
}


/* /////////////////// OVERLAY //////////////////////// */

.overlay2 {
	height: 100%;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	box-shadow: 0 0 1em 0 rgb(234, 141, 113);  
	text-decoration: none;
}
.closebtn {
	display: none;
}
div .overlay {
	z-index: 1;
	height: 100%;
	height: 6em;
	width: 100%;
	left: 0;
  	top: 0;
	letter-spacing: 0.25em;
	justify-content: space-around;
	text-decoration: none;
}
div .overlay a {
	text-decoration: none;
}
.overlay-content {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-evenly;
	list-style: none;
	position: relative;
}
.overlay a {
	text-decoration: none;
	font-size: 2em;
	color: hsl(4, 82%, 51%);
	background-image: url("images/water.gif");
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	font-weight: 600;
	margin: 0.5em;
}
.overlay-content li {
	align-self: center;
}
.overlay-content a {
	text-decoration: none;
}
.overlay a:hover, .overlay a:focus {
	color: #e51616;
	text-decoration: none;
}
.menu_btnDiV {
	display: none;
}

	@media screen and (max-width: 980px) {

		.menu__btn > span,
		.menu__btn > span::before,
		.menu__btn > span::after {
		  display: block;
		  position: absolute;
		  width: 100%;
		  height: 4px;
		  background-color: #00000091;
		  transition-duration: .25s;
		  text-decoration: none !important;
		}
		.menu__btn > span::before {
		  content: '';
		  top: -8px;
		}
		.menu__btn > span::after {
		  content: '';
		  top: 8px;
		}
		.menu_btnDiV {
			box-shadow: 0 0 1em 0 hsla(4, 79%, 41%, 0.519);  
			height: 100%;
			height: 6em;
			width: 100%;
			max-width: 100%;
			left: 0;
  			top: 0;
			justify-content: space-evenly;
			display: flex;
			margin: auto;
		}
		.menu__btn {
    		position:absolute;
			justify-content: space-evenly;
			align-self: center;
    		width: 40px;
    		height: 26px;
    		cursor: pointer;
    		z-index: 0;
			padding: 1em 0;
		}
		.overlay2 {
			height: 100%;
			width: 0%;
			min-width: unset;
			position: fixed;
			z-index: 1;
			top: 0;
			left: 0;
			box-shadow: unset;
		}
		div .overlay {
			overflow-x: hidden;
			width: 100%;
			z-index: 1;
			left: 0;
  			top: 0;
			background-color: hsla(2, 100%, 95%);
			background-color: hsla(2, 100%, 95%, 0.935);
			justify-content: space-evenly;
			align-items: center;
			display: flex;
			min-height: 100%;
		}
			.overlay-content {
				position: relative;
				width: 100%;
				text-align: center;
				display: unset;
				justify-content: space-evenly;
				align-items: center;
				display: block;
				min-height: 100%;
				padding-top: 30%;
  			}
			  div .overlay-content a {
				text-decoration: none;
			  }
			.overlay a {
				text-decoration: none;
				font-size: 2em;
				background-color: hsl(4, 82%, 51%);
				display: flex;
				background-image: url("images/sparkly.gif");
    			background-size:contain;
    			color: transparent;
    			-moz-background-clip: text;
    			-webkit-background-clip: text;
				font-weight: 900;
				padding: 1em;
				color: hsl(4, 82%, 51%);	
				letter-spacing: 0.3em;
				justify-content: center;
				align-items: center;
				font-size: 1.5em
  			}
			  .overlay li {
				margin: auto;
				width: 20em;
				height: 5em;
				border-radius: 10% / 50% !important;
				background-color: rgb(255, 218, 217);
				border: 2px solid;
				justify-content: space-evenly;
				align-items: center;
				display: flex;
				margin: 2em auto;
			}
			.overlay .closebtn {
				position: absolute;
				top: 20px;
				right: 45px;
				font-size: 4em;
				align-self: center;
				padding: 0;
				background-color: rgb(255, 218, 217);
				justify-content: space-evenly;
				display: flex;
			}
			.closebtn a {
				text-decoration: none;
			}
	}

	@media screen and (max-width: 500px) {
		.overlay a {
			font-size: 1.2em;
			padding: 0.9em;
		}
		.overlay li {
			width: 15em;
			height: 4em;
	  }
	}


/* /////////////////////////////////////////// */

	@media screen and (max-width: 736px) {
		#main > * > .inner {
			padding: 1em 0 1em 0 ;
		}
	}

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {
		html, body {
			min-width: 320px;
		}
	}
/* The Overlay (background) */

		@media screen and (max-width: 760px) {
			#menuTopDiv {
				display:unset;
			}
			image {
				margin: 1.5em 0;
			}
		}
		@media (min-width: 236px) and (max-width: 7000px) { /* 736 */

			.form {
				padding: 1em;
			}
		}



/* /////////////////////////////////////////// */

.indexBody .spotlights {
	padding: 0 3em;
}
.indexBody .spotlights .imageR {
	user-select: none;
	pointer-events: none;
}
.spotlights p {
	font-size: 1.8em;
	letter-spacing: 0.08em;
	padding: 0 3em;
}	
.h3Span {
	font-size: 1.4em;
	font-style: italic;
	font-weight: 100;
	letter-spacing: -0.05em;
}
.inner .titleH3 {
	font-size: 2.5em;
	font-weight: 600;
}
#spotlights5 {
	margin-top: 10em;
}
#bottomSection .inner {
	padding-right: 5em;
	padding-left: 5em;
}
#bottomSection p {
	font-size: 1.8em;
	line-height: 1.8em;
	letter-spacing: 0.03em;
}
.spotlights .contentL {
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.spotlights .contentR {
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}
.contentL p {
	text-align: center;
}
.contentR p {
	text-align:center;
}
.contentL h3 {
	text-align: center;
}
.contentR h3 {
	text-align:center;
}


/* ///////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////////////////////
///////////////     INDEX / INDEXRINA     ///////////////
/////////////////////////////////////////////////////////////////////////// */

.indexBody #spotlights1 {
	margin-top: 15em;
}
.indexBody #spotlights2 {
	margin-top: 15em;
}
.indexBody #spotlights3 {
	margin-top: 15em;
}
.indexBody #spotlights1 h3 {
	max-width: 13em;
	margin-left: auto;
	margin-right: auto;
}
.indexBody .spotlights h3 {
	font-size: 3em;
	font-weight: 600;
}
.indexTopBottomSection h3 {
	max-width: 16em;
	margin-left: auto;
	margin-right: auto;
}
.indexBody .indexTopBottomSection {
	border: 4px solid hsla(4, 82%, 51%, 0.651);
	border-radius: 1px 180px / 180px;
	max-height: fit-content;
	margin-top: 10em;
	background-image: url("/../images/blob-scatter-haikei-25.svg");
	background-position: left;
	background-size: cover;	
}
.indexBody .indexBottomSection {
	border: 4px solid hsla(4, 82%, 51%, 0.651);
	border-radius: 1px 180px / 180px;
	max-height: fit-content;
	margin-top: 10em;
	margin-bottom: 3em;
	background-image: url("/../images/blob-scatter-haikei-4.svg");
	background-position: left;
	background-size: cover;
}
.indexBottomSection {
	border: 4px solid hsla(4, 82%, 51%, 0.651);
	border-radius: 1px 180px / 180px;
	max-height: fit-content;
	margin-top: 10em;
	margin-bottom: 3em;
}
.indexBody .sq2 {
	margin-top: -5em;
}
.indexBody .sq3 {
	margin-top: -2em;
}
.indexBody .feat1 .content {
	margin-left: 0;
	margin-right: 0;
}
.indexBody .feat2 .content {
	margin-left: 0;
	margin-right: 0;
}
.indexBody .feat3 .content {
	margin-left: 0;
	margin-right: 0;
}
.indexBody .feat1 .content p {
	line-height: 1.4em;
}
.indexBody .feat2 .content p {
	line-height: 1.4em;
}
.indexBody .feat3 .content p {
	line-height: 1.4em;
}



/* ///////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////
///////////////     MENU / GENERIC1 GENERIC1RINA MENURINA     ///////////////
/////////////////////////////////////////////////////////////////////////// */

.menuTopBox {
	border-radius: 30px;
	background-color: #ffdece;
}
.menuTopBox p {
	padding-left: 1em;
	padding-right: 1em;
}


/* ///////////////// */

.indexBody #squigMain {
    left: 0;
    width: 100%;
    overflow: hidden;
    transform: rotate(180deg);
}
#squigMain svg {
    position: relative;
    width: calc(100% + 2.3em);
    height: 40em;
}
#squigMain {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    transform: rotate(180deg);
	max-height: 28em;
	z-index: -1000;
}
.squigIndex1 {
	margin-top: 1em;
}
.squigIndex2 {
	margin-top: 15em;
}
.squigIndex3 {
	margin-top: 30em;
}
#specialtyDiv {
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	background-color: #ffdece;
	border-radius: 30px;
	padding: 1em 3em;
}
#divBothTables {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffdece;
	border-radius: 30px;
	width: max-content;
	font-size: larger;
	padding: 1em;
}
#divBothLists {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffdece;
	border-radius: 30px;
	width: max-content;
	padding: 1em 3em;
}
#divBothTables td {
	font-weight: 600;
}
#divBothTables  span {
	font-weight: 400;
}


/* /////////////////// */
.indexBody .spotlights {
	padding: 0 3em;
}
.indexBody .spotlights h3 {
	font-size: 5em;
	line-height: 1.6em;
}
.indexBody .spotlights p {
	font-size: 2.5em;
	letter-spacing: 0.08em;
	padding: 0 3em;
}
.indexBody .content .inner {
	margin-top: 7em;
}


@media screen and (max-width: 2200px) {
	.indexBody .spotlights {
		padding: 0 3em;
	}
	.indexBody .spotlights h3 {
		font-size: 4em;
	}
	.indexBody .spotlights p {
		font-size: 2em;
		padding: 0 3em;
	}
	.indexBody .content .inner {
		margin-top: 5em;
	}
}


@media screen and (max-width: 1900px) {
	.indexBody .spotlights {
		padding: 0 3em;
	}
	.indexBody .spotlights h3 {
		font-size: 3.5em;
	}
	.indexBody .spotlights p {
		font-size: 1.7em;
		padding: 0 3em;
	}
	.indexBody .content .inner {
		margin-top: 3em;
	}
}



/* ////////////////////////// */
/* /////////// OLDER STUFF COPIED FROM ABOVE */

.bodyMenu {
	font-family: 'Playfair Display', serif;
}
#specialtyDiv {
	margin-top: 10em;
}
header .menuH3 {
	padding-bottom: 1em;
	font-size: 2em;
}
.handheldsHeader h3 {
	margin-top: 2em;
}
.specialtyName, .bowlLiName, .handLiName {
	font-weight: 600;
	font-size: 1.2em;
}
.specialtyPrice, .handLiPrice, .bowlLiPrice {
	font-weight: 600;
	font-size: 0.8em;
	margin-left: 1em;
}
.VGR {
	font-size: 0.7em;
	margin-left: 1em;
}
.leftUl, .rightUl li {
	list-style-type: none;
}
.leftLiName, .rightLiName {
	font-weight: 600;
	font-size: 1.1em;
}
#divBothLists p, .leftLiSpan, .rightLiSpan {
	font-weight: 400;
}
.leftListSection table tbody tr {
	border-bottom: none;
}
.leftListSection table.default tbody tr:nth-child(2n - 1) {
	background: none;	/* TABLE EVERY OTHER COLOR RINA */
}
.rightListSection table tbody tr {
	border-bottom: none;
}
.rightListSection table.default tbody tr:nth-child(2n - 1) {
	background: none;	/* TABLE EVERY OTHER COLOR RINA */
}
.specialtySection {
	margin-bottom: 4em;
}
#divBothTables {
	display: flex;
	justify-content: space-evenly;
	gap: 2em;
	margin-top: 8em;
	margin-bottom: 8em;
}
.tableName {
	font-weight: 500;
	font-size: 1.1em;
}
.leftTableSection {
	width: 50%;
}
.rightTableSection {
	width: 50%;
}
#divBothLists {
	display: flex;
	justify-content: space-evenly;
	margin-top: 8em;
	margin-bottom: 8em;
}
.leftListSection {
	width: 50%;
}
.rightListSection {
	width: 50%;
}
#menuHeader p {
	text-transform: none;
	letter-spacing: 0.2em;
	font-size: 2.5em;
	font-weight: 500;
	font-style: italic;
	line-height: 1.8em;
}
.menuHeaderP1 {
	margin: auto;
}
.menuHeader #headerH3 {
	padding-top: 2em;
	padding-bottom: 3em;
}
#menuHeader span {
	letter-spacing: 0.1em;
	font-size: 0.9em;
	font-weight: 500;
	font-style: normal;
	font-weight: bolder;
}
#menuHeader {
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 7em;
	width: 70%;
}
.menuBody #bottomSection {
	border: 4px solid hsla(4, 82%, 51%, 0.651);
	border-radius: 1px 180px / 180px;
	max-height: fit-content;
}
.menuBody .indexBottomSection {
	background-image: url("/../images/blob-scatter-haikei-55.svg");
	background-position: center;
	background-size: cover;
}

.menuBody .squigIndex1 { /*  dagarona */
	z-index: -10000;
}
.visDiv {
	position: absolute;
	justify-content: right;
	width: 100%;
	overflow: hidden;
	z-index: -1000;
	margin-top: -5em;
}
#visual {
	margin-left: -15em;
	position: relative;
	float: right;
}
.visDiv2 {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: -1000;
	margin-top: -35em;
}
#visual2 {
	position: relative;
}
.visDiv3 {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: -1000;
	margin-top: -10em;
}
#visual3 {
	position: relative;
	float: right;
}
.visDiv4 {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: -1000;
	margin-top: 2em;
}
#visual4 {
	position: relative;
}
.menuBody .squigIndex2 { /*  dagarona */
	margin-top: -5em;
	z-index: -10000;
}
.menuBody .squigIndex3 { /*  dagarona */
	margin-top: -5em;
	z-index: -10000;
}


/* ///////// actual font size */
	#specialtyDiv, #divBothTables, #divBothLists {
		font-size: 1.8em !important;
	}



/* ///////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////
///////////////     CONTACT / GENERIC3 GENERIC3RINA CONTACTRINA     ///////////////
/////////////////////////////////////////////////////////////////////////// */

.contactBody .spotlights .imageLeft1 {
	user-select: none;
	pointer-events: none;
}
.contactBody .feat4 {
	user-select: none;
	pointer-events: none;
}
.underTitle {
	font-weight: 600;
	cursor: default;
	height: fit-content;
	left: 0;
	letter-spacing: 0.25em;
	top: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	align-items:center;
	justify-content: center;
	letter-spacing: 1px;
	padding: 1em;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	margin-top: 4em;
	max-width: 100%;
	overflow: hidden;
}
.underTitle h3 {
	font-size: 8em;
	object-fit: contain;
	width: 100%;
	height: 100%;
	background-color: hsl(4, 82%, 51%);
	font-weight: 900;
	line-height: 1.5em;
	background-image: url("images/sparkly.gif");
	background-size: contain;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
}
.mainGeneric3HearDiv {
	text-align: center;
	margin-top: 8em;
}
.mainGeneric3HearDiv section {
	border: 4px solid hsla(4, 82%, 51%, 0.651);
	border-radius: 1px 180px / 180px;
	max-height: fit-content;
	padding: 2em 0;
	background-image: url("/../images/blob-scatter-haikei-55.svg");
	background-position: center;
	background-size: cover;
}
.contactBody .mainGeneric3HearDiv h3{
	margin-top: -1em;
	font-size: 4em;
}
.mainGeneric3HearDiv p{ 
	font-size: 2.8em;
	line-height: 1.4em;
	letter-spacing: 0.07em;
	margin-top: -1em;
}
.contactBody #spotlights1 .formH3 {
	font-size: 3em;
}
#spotlights1 form label{
	font-size: 2em;
}
#spotlights1 .text {
	font-size: 2em;
}
.contactBody #spotlights1 {
	margin-top: 15em;
	width: 100%;
}
.contactBody #spotlights1 section {
	width: 100%;
}
.contactBody #spotlights1 .contactDiv {
	margin: auto;
}
.contactBody #spotlights4 .imageLeft1 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: auto;
}
.spaceInnerDiv {
	border: 4px solid hsla(4, 82%, 51%, 0.651);
	border-radius: 1px 180px / 180px;
	width: fit-content;
	margin: auto;
	padding: 2em 3em;
	line-height: normal;
	background-image: url("/../images/blob-scatter-haikei-4.svg");
	background-position: center;
	background-size: cover;
}
.spaceInnerDiv .titleH3 {
	margin: auto;
	margin-top: -1em;
	font-size: 4em;
}
.mainGeneric3SpaceDiv  {
	text-align: center;
	margin-top: 10em;
	padding: 2em 0;
}
.mainGeneric3SpaceDiv p  {
	font-size: 2.8em;
	line-height: 1.4em;
    letter-spacing: 0.07em;
}
.contactBody #spotlights4 {
	margin-left: auto;
	margin-right: auto;
	padding: auto;
	margin-top: 5em;
	background-color: #ffdece;
}
.contactBody .locationSect {
	margin: auto;
	width: 100%;
}
.contactBody .locationSect2 {
	padding: 3em 3em;
	display: flex;
}
.locationSect2 .featureBox {
	text-align: center;
}
.contactBody .openHours {
	display: flex;
	align-items: center;
	justify-content: center;
}
.locationSect2 .imageRight1 {
	width: 40%;
}
.contactBody .openHours > section * {
	display: flex;
	justify-content: space-evenly;
}
.contactBody .openHours p {
	display: flex;
	justify-content: center;
	font-size: 2.5em;
	font-weight: 500;
	margin: 1em;
	min-width: unset;
	padding: 0 0;
}
.contactBody .addressSpan1 {
	font-size: 4em;
	font-style:italic ;
	letter-spacing: normal;
	line-height: 1em;
	font-weight: 500;
}
.contactBody .addressSpan2 {
	font-size: 2.5em;
	font-style: normal;
	letter-spacing: 0.1em;
}
.contactBody .featureBox .topH3 {
    margin-bottom: 2em;
}
.contactBody .contactBottomTopG4 {
	margin-top: 7em;
	background-image: none;
}
.contactBody #spotlights1 .content {
	margin-left: 0;
	margin-right: 0;
}
.contactBody #spotlights1 .contactDiv {
	margin: 0;
}
.visDiv5 {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: -1000;
	margin-top: 10em;
}
#visual5 {
	position: relative;
}




/* ///////////////////////////////////////////////////////////////////////////
///////////////     LOCATION / GENERIC5 GENERIC5RINA LOCATIONRINA     ///////////////
/////////////////////////////////////////////////////////////////////////// */

.locationBody .topSpot .imageR {
	user-select: none;
	pointer-events: none;
}
.locationBody .feat5 {
	user-select: none;
	pointer-events: none;
}
.locationBody #spotlights1 {
	max-width: 100% !important;
}
.locationBody #spotlights1 section {
	max-width: 100% !important;
}
.locationBody .topSpot .contentR {
    margin: 0;
}
.locationBody #spotlights1 {
	margin-top: 8em;
}
.locationBody #hidden6 {
	margin-top: 13em;
}
.locationBody .menuTopBox {
	border-radius: 7% / 80%;
	background-color: unset;
	margin-top: 10em;
	border: 4px solid hsla(4, 82%, 51%, 0.651);
	border-radius: 1px 180px / 180px;
	max-height: fit-content;
}
.locationBody .menuTopBox p {
	padding-left: 1em;
	padding-right: 1em;
}
.locationBody #menuHeader p {
	text-transform: none;
	letter-spacing: 0.03em;
	font-size: 1.8em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8em;
}
.locationBody .topG3 ul li img {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 40px 40px;
}
.locationBody #spotlights4 {
	background-color: #ffe8dc;
	margin-top: 13em;
}
.locationBody #spotlights1 {
	align-items: center;
	justify-content: space-evenly;
}
.locationBody .locationSect {
    padding: 3em 0;
	justify-content: space-evenly;
	width: 100%;
	background-color: #ffdece;
}
.tidBit .content {
	padding: 0em;
}
.locationBody .tidBit .content {
	width: 100%;
	text-align: center;
	margin-top: 0;
	padding: 3em 1.5em;
}
.locationBody .tidBit p {
	font-size: 2.8em;
	line-height: 1.6em;
    letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}
.locationBody .tidBit  span {
	font-style: italic ;
}
.locationBody .openHours {
	display: flex;
	align-items: center;
	justify-content: center;
}
.locationBody .openHours > section * {
	display: flex;
	justify-content: space-evenly;
}
.locationBody .openHours p {
	display: flex;
	justify-content: center;
	font-size: 2.5em;
	font-weight: 500;
	margin: 1em;
	min-width: unset;
	padding: 0 0;
}
.locationBody .addressSpan1 {
	font-size: 4em;
	font-style:italic ;
	letter-spacing: normal;
	line-height: 1em;
	font-weight: 500;
}
.locationBody .addressSpan2 {
	font-size: 2.5em;
	font-style: normal;
	letter-spacing: 0.1em;
}
.locationBody .featureBox .topH3 {
    margin-bottom: 2em;
}
.locationBody .featureBox .titleH3 {
    font-size: 3em;
}
.locationBody .indexBottomSection {
	background-image: url("/../images/blob-scatter-haikei-4.svg");
	background-position: center;
	background-size: cover;
}
.locationBody .topG3 {
	user-select:initial;
	pointer-events: initial;
}
.locationBody .feat5 .content {
	margin-left: 0;
	margin-right: 0;
}



/* ///////////// OLDER STUFF COPIED FROM ABOVE */

.locationDiv p {
	text-align:center;
}
.locationDiv h3 {
	text-align:center;
}
.contactDiv p {
	text-align:center;
}
.contactDiv h3 {
	text-align:center;
}
.mapDiv p {
	text-align:center;
}
.mapDiv h3 {
	text-align:center;
}
.contentL p {
	text-align: center;
}
.contentR p {
	text-align: center;
}
.contentL h3 {
	text-align: center;
}
.contentR h3 {
	text-align: center;
}
.locationBody .indexBottomSection h3 {
    max-width: 16em;
    margin-left: auto;
    margin-right: auto;
}




/* ///////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////// */

.feat1 {
	margin-top: 7em;
}
.feat2 {
	margin-top: 10em;
}
.feat3 {
	margin-top: 10em;
}


/* //////// BOTTOMRINA */
#bottomSection {
	width: 100%;
	/* margin-bottom: 8em; */
}
#bottomSection .inner .actions{
	margin-top: 4em;
}



/* //////// BOTTOMRINA BUTTON */

#bottomButtonDiv {
  	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 10em;
}
.menuBody #bottomButtonDiv {
	margin-top: 15em;
}
#bottomButtonDiv .bottomButton {
	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 15em;
  	width: 15em;
  	margin: auto;
	border: 1px solid rgb(252, 123, 94);
	border-radius: 50%;
	background-color: rgb(247, 131, 105);
}
.bottomButton li {
	border: unset;
	padding: 1em;
	height: inherit;
	width: inherit;
	margin: auto;
	justify-content: center;
  	align-items: center;
  	display: flex;
  	padding: 0 !important;
}
.bottomButton  a {
	font-size: 3em;
	font-style: italic;
	line-height: 1.5em;
	align-self:center;
	min-width: unset;
	border-radius: unset;
	border: 1px solid black;
	padding: 0 !important;
	letter-spacing: 0.1em;
	color: rgb(255, 253, 251) !important;
	background-color: inherit;
	font-weight: 900;
}
.bottomButton .button {
    border: unset;
	width: min-content;
	height: max-content;
}



/* ////////////////// */

footer p {
	margin-top: 1em;
}
input[type="submit"] {
	background-color: #ffdece;
}
body #footer {
	margin-top: 10em;
}
@media screen and (min-width: 1500px) {
	.button {
		font-size: 1.5em;
		min-width: 15em;
	}
}



/* ///////////////////////////////// */

@media screen and (max-width: 2300px) {
	.contactBody #spotlights1 .imageLeft1 {
		margin-top: 7em;
	}
	.contactBody .addressSpan1 {
		font-size: 3.5em;
	}
	.contactBody .addressSpan2 {
		font-size: 2em;	
	}
	.contactBody .openHours p {
		font-size: 2em;
	}
	.contactBody .featureBox .topH3 {
		margin-bottom: 1em;
	}

	/* /////////////////// */
	.locationBody .tidBit p {
		font-size: 2.5em;
	}
	.locationBody .addressSpan1 {
		font-size: 3.5em;
	}
	.locationBody .addressSpan1 {
		font-size: 3.5em;
	}
	.locationBody .addressSpan2 {
		font-size: 2em;	
	}
	.locationBody .openHours p {
		font-size: 2em;
	}
	.locationBody .featureBox .topH3 {
		margin-bottom: 1em;
	}

	/* /////////////////// */
}

@media screen and (max-width: 1900px) {
	.indexBody .spotlights {
		padding: 0 3em;
	}
	.indexBody .spotlights h3 {
		font-size: 3.5em;
	}
	.indexBody .spotlights p {
		font-size: 1.7em;
		padding: 0 3em;
	}
	.indexBody .content .inner {
		margin-top: 3em;
	}

	/* /////////////////// */
	.contactBody .addressSpan1 {
		font-size: 2.8em;
	}
	.contactBody .addressSpan2 {
		font-size: 1.6em;	
	}
	.contactBody .featureBox .topH3 {
		margin-bottom: 0em;
	}

	/* /////////////////// */
	.topSpot p {
		font-size: 1.7em;
	}
	.locationBody .tidBit p {
		font-size: 2em;
	}
	.locationBody .addressSpan1 {
		font-size: 2.8em;
	}
	.locationBody .addressSpan2 {
		font-size: 1.6em;	
	}
	.locationBody .featureBox .topH3 {
		margin-bottom: 0em;
	}
}


@media screen and (max-width: 1680px) {
		.indexBody .spotlights h3 {
			font-size: 2.9em;
		}
		.indexBody .spotlights p {
			padding: 0 0em;
		}
		.indexBody .spotlights .content {
			margin-top: 0;
		}
		.indexBody .content .inner {
			margin-top: 0;
		}

	/* /////////////////// */
		#specialtyDiv, #divBothTables, #divBothLists {
			font-size: 1.5em !important;
		}
		.menuBody #menuHeader p {
			font-size: 2em;
		}
		.menuBody #bottomButtonDiv {
			margin-top: 10em;
		}

	/* /////////////////// */
		.contactBody #spotlights1 .contactDiv {
			margin-top: 0em;
		}
		.contactBody #spotlights1 {
			padding: 0 0em;
		}
		.contactBody #spotlights1 .formH3 {
			font-size: 2em;
		}
		#spotlights1 form label{
			font-size: 1.5em;
		}
		#spotlights1 .text {
			font-size: 1em;
		}
		.contactBody #spotlights1 .imageLeft1 {
			margin-top: 0em;
		}
		.contactBody .locationSect2 .content {
			margin-top: 0em;
		}
		.contactBody .addressSpan1 {
			font-size: 2.4em;
		}
		.contactBody .addressSpan2 {
			font-size: 1.2em;	
		}
		.contactBody .openHours p {
			font-size: 1.6em;
		}

		/* //////////////// */
		.topSpot p {
			padding: 0em;
		}
		.locationBody .tidBit p {
			font-size: 1.6em;
		}
		.locationBody .locationSect .content {
			margin-top: 3em;
		}
		.locationBody .addressSpan1 {
			font-size: 2.4em;
		}
		.locationBody .addressSpan2 {
			font-size: 1.2em;	
		}
		.locationBody .openHours p {
			font-size: 1.6em;
		}
		.spaceInnerDiv .titleH3 {
			font-size: 2.9em;
		}
		.mainGeneric3SpaceDiv p  {
			font-size: 2em;
		}
		/* /// */
		.contactBody .mainGeneric3HearDiv h3{
			font-size: 2.9em;
		}
		.mainGeneric3HearDiv p{ 
			font-size: 2em;
		}
}



@media screen and (max-width: 1400px) {
	.contactBody .addressSpan1 {
		font-size: 2em;
	}
	.contactBody .addressSpan2 {
		font-size: 1em;	
	}
	.contactBody .openHours p {
		font-size: 1.2em;
		margin: 1em 0.5em;
	}

	/* ///////////////// */
	.locationBody .addressSpan1 {
		font-size: 2em;
	}
	.locationBody .addressSpan2 {
		font-size: 1em;	
	}
	.locationBody .openHours p {
		font-size: 1.2em;
		margin: 1em 0.5em;
	}
	.locationBody .topSpot .contentR {
		margin-top: 0;
	}
	.locationBody .featureBox .titleH3 {
		font-size: 2.5em;
	}	
}



@media screen and (max-width: 1280px) {
	.indexBody .spotlights {
		padding: 0 2em;
	}
	.indexBody .spotlights h3 {
		font-size: 2.5em;
	}
	.indexBody .spotlights p {
		font-size: 1.4em;
	}
	.indexBody .spotlights .content {
		margin-top: 1em;
	}

	/* /////////////////// */
	#specialtyDiv, #divBothTables, #divBothLists {
		font-size: 1em !important;
	}
	.underTitle h3 {
		font-size: 6em;
	}
	.menuBody #menuHeader p {
		font-size: 1.5em;
	}

	/* /////////////////// */
		.contactBody #spotlights1 .contactDiv {
			margin-top: 0em;
		}
		.contactBody #spotlights1 {
			padding: 0 0em;
		}
		.contactBody #spotlights1 .formH3 {
			font-size: 2em;
		}
		#spotlights1 form label{
			font-size: 1.5em;
		}
		#spotlights1 .text {
			font-size: 1em;
		}
		.contactBody #spotlights1 .imageLeft1 {
			margin-top: 0em;
		}
		.contactBody .locationSect2 .content {
			margin-top: 0em;
		}
		.contactBody .addressSpan1 {
			font-size: 1.7em;
		}
		.contactBody .addressSpan2 {
			font-size: 0.8em;	
		}
		.contactBody .openHours p {
			font-size: 1.1em;
		}
		.contactBody .contactBottomTopG4 {
			margin-top: 5em;
		}

		/* /////////////////// */
		.topSpot p {
			font-size: 1.4em;
		}
		.locationBody .addressSpan1 {
			font-size: 1.7em;
		}
		.locationBody .addressSpan2 {
			font-size: 0.8em;	
		}
		.locationBody .openHours p {
			font-size: 1.1em;
		}
		.locationBody #spotlights4 {
			margin-top: 7em;
		}

		/* /////////////////// */
		.spaceInnerDiv .titleH3 {
			font-size: 2.5em;
		}
		.mainGeneric3SpaceDiv p  {
			font-size: 1.4em;
		}
		/* /// */
		.contactBody .mainGeneric3HearDiv h3{
			font-size: 2.5em;
		}
		.mainGeneric3HearDiv p{ 
			font-size: 1.4em;
		}
	
		/* /////////////////// */
		body .spotlights .contentL, body .spotlights .contentR {
			margin-top: 0;
		}
		body .titleH3 {
			font-size: 2.5em;
		}
}



@media screen and (max-width: 1100px) {
	.indexBody .spotlights {
		padding: 0 2em;
	}
	.indexBody .spotlights h3 {
		font-size: 2.3em;
	}
	.indexBody .spotlights p {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.indexBody .spotlights .content {
		margin-top: 1em;
	}

	/* /////////////////// */
	.contactBody .addressSpan1 {
		font-size: 1.7em;
	}
	.contactBody .addressSpan2 {
		font-size: 0.8em;	
	}
	.contactBody .openHours p {
		font-size: 1.1em;
	}

	/* /////////////////// */
	.topSpot p {
		font-size: 1.2em;
	}
	.locationBody .tidBit p {
		font-size: 1.5em;
	}
	.locationBody .addressSpan1 {
		font-size: 1.7em;
	}
	.locationBody .addressSpan2 {
		font-size: 0.8em;	
	}
	.locationBody .openHours p {
		font-size: 1.1em;
	}
	.locationBody #hidden6 {
		margin-top: 10em;
	}

	/* /////////////////// */
	body #bottomSection h3 {
		font-size: 2.3em !important;
	}
	body #bottomSection p {
		font-size: 1.5em !important;
	}
	
	.mainGeneric3HearDiv h3, .mainGeneric3SpaceDiv h3 {
		font-size: 2.4em !important;
	}
	.mainGeneric3HearDiv p, .mainGeneric3SpaceDiv p {
		font-size: 1.5em !important;
	}
	body .spotlights .contentL, body .spotlights .contentR {
		margin-top: auto;
	}
	#bottomButtonDiv .bottomButton {
		height: 10em;
		width: 10em;
	}
	.bottomButton  a {
		font-size: 2em;
	}
	#bottomButtonDiv {
		margin-top: 7em;
	}
}



@media screen and (max-width: 980px) {
	.indexBody .spotlights {
		padding: 0 0em;
	}
	.indexBody .spotlights h3 {
		font-size: 3.5em;
	}
	.indexBody .spotlights p {
		font-size: 1.8em;
		line-height: 1.3em;
		padding: 0 2em;
	}

	/* /////////////////// */
	.menuBody #bottomButtonDiv {
		margin-top: 7em;
	}

	/* /////////////////// */
	.contactBody .feat4 > section > section > .content {
		width: 100%;
	}
	.contactBody .feat4 > section > section > .imageR {
		width: 100%;
	}
	.contactBody .feat4 > section > section {
		display: block;
	}
	.contactBody .locationSect2 {
		height: max-content;
	}
	.contactBody .imageR.rightR {
		float: none;
		margin: 0 0 1.25em 0em;
		clear: both;
	}
	body #bottomSection h3 {
		font-size: 2.2em !important;
	}
	body #bottomSection p {
		font-size: 1.4em !important;
	}
	.locationBody #menuHeader p {
		font-size: 1.5em !important;
	}	
	.mainGeneric3HearDiv h3, .mainGeneric3SpaceDiv h3 {
		font-size: 2.3em !important;
	}
	.mainGeneric3HearDiv p, .mainGeneric3SpaceDiv p {
		font-size: 1.3em !important;
	}	
	
	.contactBody > .locationSect > .imageR {
		margin: auto !important;
	}
	.contactBody .locationSect img {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.contactBody #spotlights1 {
		margin-top: 10em;
	}
	
	/* //////////////// */
	.topSpot p {
		font-size: 1.8em;
		line-height: 1.3em;
		padding: 0 2em;
	}
	.locationBody .tidBit p {
		font-size: 1.3em;
	}
	.locationBody .locationSect .content {
		margin-top: 0em;
	}
	.locationBody .featureBox .titleH3 {
		font-size: 3.5em;
	}
	.locationBody .topSpot .contentR {
		margin: auto;
	}
	.locationBody .feat5 .content {
		margin-left: auto;
		margin-right: auto;
	}

	/* //////////////// */
	body .spotlights .contentL, body .spotlights .contentR {
		margin-top: auto;
	}
	.underTitle h3 {
		font-size: 5em;
	}
}
		


@media screen and (max-width: 850px) {
	.indexBody .spotlights h3 {
		font-size: 3.4em;
	}
	.indexBody .spotlights p {
		font-size: 1.6em;
	}
	.h1Top {
		font-size: 6em;
	}
	.h1Bottom {
		font-size: 2em;
	}
	.indexBody .indexBottomSection {
		margin-top: 7em;
	}

	/* /////////////////// */
	#divBothTables {
		display: block;
	}
	.leftTableSection {
		margin: auto;
		min-width:fit-content;
	}
	.rightTableSection {
		margin: auto;
		min-width:fit-content;
	}
	#divBothLists {
		display: block;
	}
	.leftListSection {
		margin: auto;
		min-width:fit-content;
	}
	.rightListSection {
		margin: auto;
		min-width:fit-content;
	}
	.teasHeader {
		margin-top: 6em;
	}
	.smoothiessHeader {
		margin-top: 6em;
	}
	.handheldsHeader {
		margin-top: 6em;
	}
	#menuHeader {
		font-size: 0.9em;
	}

	/* /////////////////// */
	.topSpot p {
		font-size: 1.6em;
	}
}



@media screen and (max-width: 760px) {
	#menuTopDiv {
		box-shadow: unset;
	}
	#menuTopNav {
		box-shadow: unset;
	}
	#headTitle {
		margin-top: 1.5em;
		padding: 6em 1em 5em 1em;
	}
	.h1Top {
		font-size: 5em;
	}
	.h1Bottom {
		font-size: 1.5em;
	}
	.underTitle h3 {
		font-size: 4em;
	}
	#menuHeader {
		margin-top: 4em;
	}
	.locationBody #spotlights1 {
		margin-top: 5em;
	}
	.mainGeneric3HearDiv {
		margin-top: 5em;
	}

	/* //////////////// */
	.contactBody #spotlights1 {
		margin-top: 5em;
	}
}



@media screen and (max-width: 736px) {
	.indexBody #bottomSection .inner {
		padding-right: 2em;
		padding-left: 2em;
	}

	/* /////////////////// */
	.contactBody .addressSpan1 {
		font-size: 1.4em;
	}
	.contactBody .addressSpan2 {
		font-size: 0.7em;	
	}
	.contactBody .openHours p {
		font-size: 1em;
		margin: 0em 1em;
	}
	.contactBody .feat4 > section > section > .imageR {
		margin-top: 1em;
	}

	/* /////////////////// */
	.locationBody .addressSpan1 {
		font-size: 1.4em;
	}
	.locationBody .addressSpan2 {
		font-size: 0.7em;	
	}
	.locationBody .openHours p {
		font-size: 1em;
		margin: 0em 1em;
	}
	.locationBody .feat5  > section > .imageR {
		margin-top: 1em;
	}
	.locationBody .featureBox .titleH3 {
		font-size: 2.5em;
	}

	/* /////////////////// */
	body #bottomSection h3 {
		font-size: 2em !important;
	}
	body #bottomSection p {
		font-size: 1.3em !important;
	}
	footer.major {
		padding: 2em 0;
	}
	body .spotlights .contentL, body .spotlights .contentR {
		margin-top: auto;
	}
	.mainGeneric3HearDiv h3, .mainGeneric3SpaceDiv h3 {
		font-size: 2em !important;
	}
	.mainGeneric3HearDiv p, .mainGeneric3SpaceDiv p {
		font-size: 1.3em !important;
	}
	.locationBody #bottomSection {
		padding-right: 1em !important;
		padding-left: 1em !important;
		box-sizing: inherit;
	}
	.locationBody #bottomSection .inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: 90% !important;
		min-width: 35%;
		margin-left: auto;
		margin-right: auto;
	}
	.spotlights .content {
		width: 100%;
		padding: 0em;
	}
}



@media screen and (max-width: 650px) {
	.indexBody .spotlights h3 {
		font-size: 3.2em;
	}
	.indexBody .spotlights p {
		font-size: 1.4em;
		padding: 0 2em;
	}
	.spotlights > section > .content {
    	padding: 2em 3em 2em 3em;
	}
	.spotlights > section > .mapDiv {
		padding: 2em 0em;
	}
	
	/* /////////////////// */
	.underTitle h3 {
		font-size: 3em;
	}
	body #bottomSection h3 {
		font-size: 1.8em !important;
	}
	body #bottomSection p {
		font-size: 1.2em !important;
		line-height: 1.8em !important;
	}
	.mainGeneric3HearDiv h3, .mainGeneric3SpaceDiv h3 {
		font-size: 1.8em !important;
	}
	.mainGeneric3HearDiv p, .mainGeneric3SpaceDiv p {
		font-size: 1.1em !important;
		line-height: 1.8em !important;
	}	
	.spaceInnerDiv, .mainGeneric3HearDiv section {
		padding-bottom: 2em !important;
	}
	.mainGeneric3HearDiv section, .indexBottomSection, .indexTopBottomSection, .locationBody .menuTopBox, .menuBody #bottomSection, .contactBody .spaceInnerDiv {
		border-radius: 50px !important;
	}
	.menuBody #bottomSection .inner {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	.h1Top {
		font-size: 4.5em;
	}
	.h1Bottom {
		font-size: 1.5em;
	}
	.menuBody {
		font-size: smaller !important;
	}
	.mainGeneric3HearDiv {
		margin-top: 2em;
	}
	.indexBody .indexTopBottomSection {
		margin-top: 7em;
	}
	.indexBody #spotlights1, .indexBody #spotlights2, .indexBody #spotlights3 {
		margin-top: 7em;
	}

	/* ////////////// */
	#spotlights1 form label {
    	font-size: 1em;
	}
	.contactBody #spotlights1 .featureBox > section {
		margin-top: 1em;
	}
	.contactBody header.major {
		padding: 3em 1em 0;
	}
	
	/* ////////////// */
	.topSpot p {
		font-size: 1.4em;
		padding: 0 2em;
	}
	.locationBody .tidBit p {
		font-size: 1em;
	}
	.locationBody #hidden6 {
		margin-top: 7em;
	}
	.locationBody .topSpot > section > .content {
    	padding: 2em 3em 2em 3em;
	}
	.locationBody #spotlights1 {
		margin-top: 3em;
	}
	.locationBody #spotlights4 {
		margin-top: 3em;
	}
}



@media screen and (max-width: 600px) {
	.indexBody .spotlights h3 {
		font-size: 2.8em;
	}
	.indexBody .spotlights p {
		font-size: 1.3em;
		line-height: 1.3em;
		padding: 0 0em;
	}

	/* /////////////////// */
	.contactBody .locationSect2 {
		padding: 3em 0em;
	}
	.contactBody .locationSect2 .featureBox {
    	padding: 0 0em;
	}

	/* /////////////////// */
	.topSpot p {
		font-size: 1.3em;
		line-height: 1.3em;
		padding: 0 0em;
	}
	.locationBody .locationSect {
		padding: 3em 0em;
	}
	.locationBody .locationSect .featureBox {
    	padding: 0 0em;
	}
}



@media screen and (max-width: 500px) {
	#menuHeader p {
		letter-spacing: 0.1em;
		font-size: 1em;
		line-height: 1.6em;
		padding: 0;
	}
	.indexBody .spotlights p, .menuBody .spotlights p { /* RINA AARDVARK RINARINA */
		font-size: 1.2em !important;
		line-height: 1.7em;
	}
	.indexBody .spotlights h3, .menuBody .spotlights h3 {
		font-size: 2.5em !important;
	}
	body #bottomSection h3 {
		font-size: 1.7em !important;
	}
	body #bottomSection p {
		font-size: 1.1em !important;
	}
	.mainGeneric3HearDiv h3, .mainGeneric3SpaceDiv h3 {
		font-size: 1.7em !important;
	}
	.spaceInnerDiv, .mainGeneric3HearDiv section {
		padding-bottom: 2em !important;
	}
	
	/* /////////////////// */
	.contactBody .spaceInnerDiv {
		border-radius: 50px !important;
		padding: inherit;
	}
	#headTitle {
		margin-top: 2.5em;
	}
	.h1Top {
		font-size: 4em;
	}
	.h1Bottom {
		font-size: 1.2em;
	}
	.indexBody #spotlights1, .indexBody #spotlights2, .indexBody #spotlights3 {
		margin-top: 5em;
	}

	/* /////////////////// */
	.contactBody #spotlights1 .imageR img {
		max-width: 100%;
	}
	.contactBody .addressSpan1 {
		font-size: 1.4em !important;
	}
	.contactBody .addressSpan2 {
		font-size: 0.7em !important;	
	}
	.contactBody .openHours p {
		font-size: 1em !important;
	}
	.contactBody .feat4 img {
		max-width: 100%;
	}

	/* /////////////////// */
	.locationBody .topSpot h3 {
		font-size: 2.2em;
	}
	.topSpot p {
		font-size: 1.2em;
		line-height: 1.7em;
	}
	.locationBody .addressSpan1 {
		font-size: 1.4em !important;
	}
	.locationBody .addressSpan2 {
		font-size: 0.7em !important;	
	}
	.locationBody .openHours p {
		font-size: 1em !important;
	}
	.locationBody .feat5 img {
		max-width: 100%;
	}
	.locationBody #hidden6 {
		margin-top: 5em;
	}
	.locationBody .featureBox .titleH3 {
		font-size: 2em;
	}
}



@media screen and (max-width: 450px) {
	#headTitle {
    	margin-top: 1.5em;
    	padding: 4em 1em 5em 1em;
	}
	#menuHeader {
		padding: 2em;
	}

	/* /////////////////// */
	body .spotlights p {
		font-size: 1.2em !important;
		line-height: 1.7em;
	}
	.locationBody .tidBit p {
		font-size: 0.9em !important;
	}
	.mainGeneric3HearDiv h3, .mainGeneric3SpaceDiv h3 {
		font-size: 1.7em !important;
	}
	.locationBody #menuHeader p {
		font-size: 1.2em !important;
	}
	.h1Top {
		font-size: 3.5em;
	}
	.h1Bottom {
		font-size: 1em;
	}

	/* /////////////////// */
	.contactBody .feat4 .featureBox {
    	width:fit-content;
	}
	.contactBody .openHours p {
		margin: 1em;
	}
	.mainGeneric3SpaceDiv p {
		padding: 0 1em;
	}

	/* /////////////////// */
	.locationBody .feat5 .featureBox {
    	width:fit-content;
	}
	.locationBody .openHours p {
		margin: 1em;
	}
}



@media screen and (max-width: 400px) {
	#menuHeader {
		padding: 1em;
		width: 80%;
	}
	.underTitle h3 {
		font-size: 2em;
	}
	.spotlights .content {
		padding: 0 !important;
	}
	body .spotlights p {
		font-size: 1.2em !important;
		line-height: 1.4em !important;
	}
	.mainGeneric3HearDiv h3, .mainGeneric3SpaceDiv h3 {
		font-size: 1.5em !important;
	}
	.mainGeneric3HearDiv p, .mainGeneric3SpaceDiv p {
		font-size: 1em !important;
	}	
	.locationBody #menuHeader p {
		font-size: 1.2em !important;
	}
	#locationInner .titleH3 {
		font-size: 1.7em !important;
	}
	.h1Top {
		font-size: 3em;
		padding: 0em;
	}
	.h1Bottom {
		font-size: 1em;
	}
	.indexBody .spotlights .content {
		padding: 2em 1em 2em 1em !important;
		width: 100%;
	}

	/* /////////////////// */
	.contactBody #spotlights1 > section > .content {
		padding-top: 2em !important;
	}
	.contactBody .addressSpan1 {
		font-size: 1.1em !important;
	}
	.contactBody .addressSpan2 {
		font-size: 0.6em !important;	
	}
	.contactBody .openHours p {
		font-size: 0.8em !important;
	}

	/* /////////////////// */
	.locationBody .tidBit .content {
		padding: 3em 1.5em !important;
	}
	.locationBody .addressSpan1 {
		font-size: 1.1em !important;
	}
	.locationBody .addressSpan2 {
		font-size: 0.6em !important;	
	}
	.locationBody .openHours p {
		font-size: 0.8em !important;
	}
	.locationBody .topSpot > section > .content {
    	padding: 2em 1em 2em 1em !important;
	}
	.locationSect .mapDiv {
		padding-top: 2em !important;
	}
} 



@media screen and (max-width: 350px) {
	.indexBody .spotlights p {
		font-size: 1.1em;
		line-height: 1.7em;
	}
	.spotlights .content {
		padding: 2em !important;
	}
	body .spotlights p {
		font-size: 1.1em !important;
		line-height: 1.7em;
	}
	body .spotlights h3 {
		font-size: 1.8em !important;
	}
	body #bottomSection h3 {
		font-size: 1.3em !important;
	}
	.mainGeneric3HearDiv h3, .mainGeneric3SpaceDiv h3 {
		font-size: 1.7em !important;
	}
	.spaceInnerDiv, .mainGeneric3HearDiv section {
		padding-bottom: 2em !important;
	}
	
	/* /////////////////// */
	.h1Top {
		font-size: 2.8em;
		padding: 0em;
	}
	.h1Bottom {
		font-size: 1em;
	}
	.underTitle h3 {
		font-size: 1.8em;
	}

	/* /////////////////// */
	.contactBody .feat4 .content {
		padding: 0em !important;
	}
	.contactBody #spotlights1 .content .featureBox {
		margin: 0 !important;
	}

	/* /////////////////// */
	.locationBody .feat5 .content {
		padding: 2em 0em !important;
	}
}


/* /////////////////////// */

.topG4 ul li img {
	border-radius: 10% / 50%;
}
.topG4 {
	background-image: url("images/smoke.gif");
	background-size: cover;
	color: transparent;
	max-width: 100%;
	overflow: hidden;
}
.firstU4 .imgImg img {
	width: 100%;
	height: 100%;
    object-fit: contain;
}