*{box-sizing:border-box}body{margin:0;background-color:#faebd7}.header{margin-top:0;margin-left:6rem;text-align:center;background-color:bisque;padding-top:1rem;padding-bottom:1rem}nav{height:100%;width:6rem;position:fixed;z-index:1;left:0;top:0;background-color:bisque;padding-top:2rem}nav a{display:grid;align-items:center;text-align:center;text-decoration:none;padding:.2rem}nav a:hover{background-color:tan}nav ul{list-style:none;margin-left:-2.75rem}.container{margin-left:7rem}.inner{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-auto-rows:auto-fit}img{max-width:100%;max-height:100%;object-fit:contain}.photos{display:grid;align-items:center;text-align:center}.photos:hover{transform:scale(1.05)}@media screen and (min-width:600px){.photo-wide{grid-column:span 2 / auto}.photo-tall{grid-row:span 2 / auto}}@media screen and (max-width:600px){.header{margin-top:0;padding-top:1rem;margin-left:1rem;height:5rem;width:100%;position:fixed;z-index:1}nav{height:5rem;width:6 rem;padding-top:1rem}.container{margin-left:0rem;padding-top:3rem;padding-left:1rem}.inner{padding-top:3rem}p{padding-top:2rem}}.slideWrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background-color:#000c;display:flex;align-items:center;justify-content:center;width:100%;height:100%;object-fit:contain}.slideWrapper .button{position:fixed;cursor:pointer;opacity:.6;color:#fff;z-index:999}.button:hover{opacity:1}.slideWrapper .buttonClose{top:40px;right:40px}.slideWrapper .buttonRight{top:50%;transform:translateY(-50%);right:40px}.slideWrapper .buttonLeft{top:50%;transform:translateY(-50%);left:40px}.fullscreenPhoto{width:calc(100%-40px);height:calc(100%-40px);display:flex;align-items:center;justify-content:center;object-fit:contain}.fullscreenPhoto img{max-width:80%;max-height:80%;pointer-events:none;-webkit-user-select:none;user-select:none;object-fit:contain}
