main{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;align-items:flex-start;margin-left:1rem}contentWindow{position:relative;left:-1vw;width:90%;height:100%;order:0;flex:0 0 auto;align-self:center}h1{color:#d8675e;font-size:72pt;margin:0 auto;padding-top:1rem}h2{font-size:48pt;color:#81b5f2;margin-top:0rem;margin-bottom:0rem}h3{font-size:16pt;color:#e85e58;font-family:"Chicago",monospace}.image-gallery{display:flex;gap:20px;margin-bottom:40px;align-items:flex-start;flex-wrap:wrap;}.image-gallery .main-image{flex:2;max-width:80%;min-width:250px;}.image-gallery .main-image img{width:100%;height:auto;display:block;border:1px solid #ccc;border-radius:1rem}.image-gallery .thumbnails{flex:1;display:flex;flex-direction:column;gap:10px;max-height:5%;min-width:100px;}.image-gallery .thumbnails img{width:12.9vw;height:auto;display:block;cursor:pointer;border:1px solid #eee;transition:border-color .3s ease;border-radius:1rem}.image-gallery .thumbnails img:hover{border-color:#007bff;}bsbsb .single-gallery{display:flex;gap:20px;margin-bottom:40px;align-items:flex-start;flex-wrap:wrap;}.single-gallery .main-image{flex:2;max-width:80%;min-width:250px;}.single-gallery .main-image img{width:100%;height:auto;display:block;border:1px solid #ccc;border-radius:1rem}.single-gallery .thumbnails{flex:1;display:flex;flex-direction:column;gap:10px;max-height:5%;min-width:100px;}.single-gallery .thumbnails img{width:12.9vw;height:auto;display:block;cursor:pointer;border:1px solid #eee;transition:border-color .3s ease;border-radius:1rem}.single-gallery .thumbnails img:hover{border-color:#007bff;}table{margin-bottom:2rem;table-layout:fixed;width:100%;}table th:first-child,table td:first-child{width:30%;vertical-align:top}table th:nth-child(2),table td:nth-child(2){width:70%;line-height:1.35rem}#quickSummaryButtons button{margin-bottom:3rem}navContent a{color:#fff;text-decoration:underline;text-decoration-line:spelling-error;font-weight:regular;font-style:italic}portfolioNav>navContent{font-family:"9 System A",serif;display:block;height:75vh;margin-top:0rem;padding:0rem 1rem 1rem 1rem;background-image:url("../img/bg-denim.png");border:2px solid #adadad;position:relative;top:.25rem;text-align:left;color:#fff;text-shadow:2px 2px 0px rgba(0,0,0,.25);overflow-y:scroll;order:1;flex:3 3 auto;align-self:center}portfolioNav>navContent li{margin-bottom:.15rem;list-style:decimal;font-family:"Apple Garamond",serif;font-size:14pt}portfolioNav>navContent .portfolioNavTimelinePill{background-color:rgba(50,50,50,.5);font-family:"Geneva-9-1",serif;margin:0rem .75rem 0rem .75rem;padding:.38rem .5rem .38rem .5rem;border-radius:.25rem;font-size:11pt;position:relative;top:-.25rem;outline:1px #fff inset}previewWindow>navContent>img{height:100vh;box-shadow:inset -5px -5px 0 0 #000,inset 7px 7px 0 0 #fff}#alertWindow{background-color:#f7f2a1;display:block;width:100%;border-radius:.5rem}#alertWindow ul{list-style:none;margin:0;padding:0;display:flex;width:100%}#alertWindow li{flex:1 1 25%;align-self:center;margin:0;padding:0rem 0rem 0rem 0rem}#alertWindow li:nth-child(2){font-family:"Chicago";flex:1 1 85%;align-self:center;margin:0;padding:1rem 1rem 1rem 1rem;font-size:10pt}#alertWindow img{width:100%;height:3rem;animation:fadePulse 1s infinite alternate}@keyframes fadePulse{0%{opacity:1}100%{opacity:.5}}@media (max-width: 768px){.image-gallery{flex-direction:column}.image-gallery .main-image,.image-gallery .thumbnails{max-width:100%;min-width:unset}.image-gallery .thumbnails{flex-direction:row;overflow:hidden;}.image-gallery .thumbnails img{width:80px;height:80px;object-fit:cover;}.single-gallery{flex-direction:column}.single-gallery .main-image,.single-gallery .thumbnails{max-width:100%;min-width:unset}.single-gallery .thumbnails{flex-direction:row;overflow:hidden;}.single-gallery .thumbnails img{width:80px;height:80px;object-fit:cover;}}@media (max-width: 500px){.single-gallery{visibility:visible;height:auto}}