
/* 900 ipad horizontal ******************************************************************************* */
/* 900 ipad horizontal ******************************************************************************* */
/* 900 ipad horizontal ******************************************************************************* */
@media only screen and (min-width: 900px) {


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

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

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


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




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

/* HOMEPAGE */
.site-cover-element 											{ width: 90vw; min-width: 90vw; }

/* PAGES */
.page-thumbnail-wrapper 										{ aspect-ratio: 3 / 1; }

/* TEAM */
.team-list li 													{ grid-column: 2 / span 2; }
.team-list li:nth-child(even)									{ grid-column: 4 / span 2; }

/* MEMORIES LIST */
.memories-list__item											{ min-height: 50vh; padding: var(--gap); }


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

.footer-middle 													{ padding: 40px 20px; }

#footer-menu 													{ flex-direction: row; }
#footer-menu li 												{ border-bottom: none; border-right: solid 1px var(--black); }
#footer-menu li:last-of-type 									{ border: none; }
#footer-menu a 													{ padding: 20px 20px 40px 20px; }



} /* @media 900 */
