@charset "UTF-8";
/* Body */
body {
	font-family: "ff-good-web-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.item {
	position: relative;
	display: flex;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: "ff-good-web-pro", sans-serif;
    font-weight: 300;
	font-size: clamp(10pt, 1vw, 16pt);
    font-style: normal;
	/* text-transform: uppercase; */
    color: #000000;
}
.item .description {
	visibility: hidden;
	max-width: 490px;
	text-transform: none;
	border-radius: 6px;
	padding: 15px 10px 15px 10px;
	position: absolute;
	z-index: 2;
	top: 130%;
	margin: auto;
	margin-right: 5px;
	
	/* Font */
	background-color: rgb(255, 255, 255);
	color: #808080;
	text-align: left;
	font-family: "ff-good-web-pro", sans-serif;
    font-weight: 400;
	font-size: clamp(8pt, 1vw, 12pt);
    font-style: normal;
	word-wrap: break-word;
	
}
.item .description::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 20px;
	margin-left: -5px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent rgb(255, 255, 255) transparent;
}


.item:hover .description {
	visibility: visible;
}


.spim-container {
    display: flex;
    flex-wrap: wrap;
	width: 80%;
	font-family: "ff-good-web-pro", sans-serif;
	margin: auto;
	margin-bottom: 50px;
	justify-content: center;
	z-index: 2;
}

.spim-column {
	flex: 1 1;
    max-width: 500px;
	min-width: 300px;
    padding: 20px 0px 20px 0px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    position: relative;
	border: solid 2px black;
	border-bottom-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px;
}
.spim-column.middle {
	margin: 0 15px;
}
/* ODD COLOR SWAP */
/*
.spim-column:nth-child(odd) {
    background-color: #e0e0e0;
}
*/
.spim-column.start::before {
    content: "  SUITE PARTNER \A   INCLUSIVE MENU";
    white-space: pre;
	font-weight: 600;
	font-size: clamp(14pt, .9vw, 24pt);
    font-style: normal;
    color: #ffffff;
	align-content: center;
	text-align: left;
    position: absolute;
    top: -80px;
	width: 100%;
    height: 80px;
    background-color: #9e9e9e;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	border-left: solid 2px black;
	border-right: solid 2px black;
	border-top: solid 2px black;
	transform: translate(-2px, -2px);
}

.partner {
	width: fit-content;
	align-items: center;
	margin: auto;
}
.partner h2 {
	text-align: center;
}
.spim-column.gold::before {
	content: "  INCLUSIVE MENU + \A   THE GOLD UPGRADE";
    white-space: pre;
	font-weight: 600;
	font-size: clamp(14pt, .9vw, 24pt);
    font-style: normal;
    color: #ffffff;
	align-content: center;
	text-align: left;
    position: absolute;
    top: -80px;
	width: 100%;
    height: 80px;
    background-color: #B3995D;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	border-left: solid 2px black;
	border-right: solid 2px black;
	border-top: solid 2px black;
	transform: translate(-2px, -2px);
}
.spim-column.red::before {
    content: "  INCLUSIVE MENU + \A   THE RED UPGRADE";
    white-space: pre;
	font-weight: 600;
	font-size: clamp(14pt, .9vw, 24pt);
    font-style: normal;
    color: #ffffff;
	align-content: center;
	text-align: left;
    position: absolute;
    top: -80px;
	width: 100%;
    height: 80px;
    background-color: #801010;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	border-left: solid 2px black;
	border-right: solid 2px black;
	border-top: solid 2px black;
	transform: translate(-2px, -2px);
}

.spim-container .info {
	height: 100px;
	margin-bottom: 10px;
}
.spim-container h2 {
	margin: 15px 0 15px 5px;
    font-weight: 300;
    font-style: normal;
	font-size: clamp(12pt, 1.2vw, 24pt);
    color: #B3995D;
	text-transform: uppercase;
}
.spim-container p {
	margin: 0 0 0 5px;
	font-weight: 400;
	font-style: normal;
	color: #525252;
	word-wrap: break-word;
}
.spim-container .diet {
	margin-top: 5px;
	font-weight: 200;
	font-style: italic;
	font-size: small;
	color: #777777;	
}
.spim-container .diet::before {
	content: '\A (';
}
.spim-container .diet::after {
	content: ')';
}
.spim-container i {
	font-weight: 200;
	font-style: italic;
	font-size: small;
	color: #777777;
}
.spim-container h1 {
	margin: 0 0 0 5px;
	font-weight: 600;
	font-size: clamp(12pt, 1.4vw, 24pt);
	color: #000000;
}
.spim-container h3 {
	margin: 5px 0px 0 5px;
	font-weight: 600;
	font-size: clamp(12pt, 1vw, 24pt);
	color: #000000;
}
.spim-container hr {
	width: 80%;
	margin-bottom: 20px;
	border: solid 1px black;
}


/* OLD SHIT */




a {
	text-decoration: none; 
	color: inherit;
}
a:hover {
	color: #B3995D;
}
/* Container */
.container {
    width: 90%;
	background: url("../images/bgtexture.jpeg");
	background-size: 20%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
	position: relative;
	min-height: 100vh;
}
/* Navigation */
header {
    width: 100%;
    height: 45px;
	position: sticky;
	top: 0;
    background-color: #FFFFFF;
	border-bottom: 5px solid #B3995D;
	z-index: 1;
}
.logo {
    color: #000000;
    font-weight: bold;
    text-align: left;
    width: auto;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 5px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #717070;
	font-size: 14px;
	text-align: left;
	margin-right: 15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #000000;
	text-decoration: none;
}
ul li:hover a {
    color: #B3995D;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
    padding-right: inherit;
    padding-left: inherit;
}
.light {
	font-weight: bold;
	color: #FFFFFF;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
    color: #717070;
    font-family: "factoria", serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
    text-decoration: none;
}
.callout {
	display: flex;
	width: 100%;
	margin-top: 20px;
	vertical-align: middle;
	align-items: center;
}
.callout img {
	max-width: 150px;
	max-height: 150px;
	border-radius: 40px;
}

.callout-img {
	display: flex;
	padding: 5px;
}
.callout-title {
	justify-content: left;
	flex-direction: row;

}

.callout r {
	font-family: "ff-good-web-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #A3A3A3;
	display: flex;
}
.callout t1 {
    font-family: "ff-good-web-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #B3995D;
	font-size: calc(.5vw + 1vh);
	display: flex;
}


.nmlogo {
    clear: both;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nmfooter_logo {
	width: auto;
	height: auto;
	padding: 50px 50px 0px 50px;
	background: url("../images/footer_logo.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 150px;
}
#myBtn {
	position: fixed; /* Fixed/sticky position */
	bottom: 30px; /* Place the button at the bottom of the page */
	right: 1.5%; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #B3995D; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}
.arrow {
		border: solid white;
		border-width: 0 5px 5px 0;
		display: inline-block;
		padding: 5px;
}
.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
}
.gallery {
    clear: both;
    display:inline-block;
    width: 100%;
	border-top: 5px solid #B3995D;
    padding-bottom: 100px;
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: -5px;
}
.thumbnail {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.thumbail img {
	padding: 15px 15px 15px 15px;
	margin: 15px 15px 15px 15px;
}
.gallery .thumbnail h1 {
    font-family: "ff-good-web-pro", sans-serif;
    font-weight: 600;
	font-size: 40px;
    font-style: normal;
    color: #000000;
	text-align: center;
}
.gallery .thumbnail hr {
	width: 40%;
	color: black;
	margin-bottom: 20px;
}
.gallery .thumbnail h2 {
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-family: "ff-good-web-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #B3995D;
}
.gallery .thumbnail p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "ff-good-web-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #A3A3A3;
	padding-left: 14%;
	padding-right: 14%;
	word-wrap: break-word;
}
.gallery .thumbnail i {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "ff-good-web-pro", sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: italic;
	color: #A3A3A3;
}
.links {
    width: fit-content;
    display:block;
    text-align: right;
    float: right;
    margin-top: 0px;
    margin-right: 10px;
}
.gallery .links h2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: "ff-good-web-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}
.gallery .links p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "ff-good-web-pro", sans-serif; 
	font-weight: 500;
	font-style: normal;
	color: #A3A3A3;
}
.links a {
	color: #A3A3A3;
	text-decoration: none;
}
.links p:hover a {
    color: #B3995D;
}
/* Parallax Section */
.banner {
    background-color: #FFFFFF;
    background-image: url("../images/backplatel.jpeg");
	background-position: center;
	background-position-y: -80px;
    height: 250px;
    background-size:cover;
    background-repeat: no-repeat;
}
.parallax {
	font-family: "factoria", serif;
	font-size: 40px;
	font-weight: 600;
	font-style: normal;
	text-shadow: #000 1px 0 10px;
    color: #FFFFFF;
    text-align:left;
    padding-left: 40px;
    padding-top: 180px;
    letter-spacing: 4px;
    margin-top: 0px;
}
.parallax_description {
	font-family: "factoria", serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	text-shadow: #000 1px 0 10px;
    color: #FFFFFF;
    text-align:left;
    padding-left: 40px;
    padding-top: -100px;
    letter-spacing: 4px;
    margin-top: -45px;
}/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	display: flex;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #B3995D;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
    display: inline-block;
    width: auto;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #FFFFFF;
	background-image: none;
	height: 400px;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #FFFFFF;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
	height: 600px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 100%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
	height: 200px;
}
.parallax {
	font-size: 20px;
	padding: 150px 0px 0px 40px;
}
.parallax_description {
	font-size: 15px;
	padding: 22px 0px 0px 40px;
}
.eventwelcome {
    color: #717070;
    font-family: "ff-good-web-pro", sans-serif;
    font-size: 14px;
    word-wrap: normal;
    width: 100%;
    text-align: left;
    align-content: center;
	display: grid;
	margin: 30px 0px 30px 0px;
}
.gallery .eventwelcome h1 {
	font-size: 20px;
}
.gallery .eventwelcome h2 {
	font-size: 15px;
}
.gallery .thumbnail h4 {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-family: "ff-good-web-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #B3995D;
}

.hrfooter { 
	padding: 0px 0px 50px 0px;
}
.gallery {
 	padding: 0px 0px 20px 0px;
}	
}
