

/* 1600 imac ******************************************************************************* */
/* 1600 imac ******************************************************************************* */
/* 1600 imac ******************************************************************************* */
@media only screen and (min-width: 1600px) {

:root {
	--menuH:		70px;
	--galleryH:		70vh;

}

/*
——————————————————————————————————————————
TYPOGRAPHY 
——————————————————————————————————————————
*/

/* BASE */
body, html 														{ font-size: 20px; }

/* VARIANTS & SIZES */
.main-navigation 												{ font-size: 16px; }
.child-menu 													{ font-size: 16px; }
.site-branding 													{ font-size: 26px; }

h1 																{ font-size: 40px; }
h2 																{ font-size: 40px; }
h3 																{ font-size: 32px; }
h4 																{ font-size: 24px; }
h5 																{ font-size: 20px; }
h6 																{ font-size: 16px; }

.content 														{ font-size: 24px; }
.map-block														{ font-size: 14px; }	
.map-viewer 													{ font-size: 14px; }

#colophon 														{ font-size: 14px; }


/*
——————————————————————————————————————————
STRUCTURE
——————————————————————————————————————————
*/

/*
——————————————————————————————————————————
UI ELEMENTS
——————————————————————————————————————————
*/


/*
——————————————————————————————————————————
HEADER & NAV
——————————————————————————————————————————
*/

.site-logo img 													{ height: 30px; }

/*
——————————————————————————————————————————
CONTENT
——————————————————————————————————————————
*/

/* SPLIT LAYOUT */
.side .header													{ padding: 6.00em; }


/* AMENITIES */
.amenities-list													{ gap: 3.50em; }

/* OVERVIEW */
.overview-list													{ gap: 8.00em; }
.overview-list li 												{ gap: 2.00em; }

/* CONTACTS */
.contact-card 													{ max-width: 600px; }



/*
——————————————————————————————————————————
FOOTER
——————————————————————————————————————————
*/

} /* @media 1600 */