*{box-sizing:border-box}body,html{font-family:Newsreader;margin:0;padding:0}body{display:flex;flex-direction:column;height:100%;min-height:100vh}.container{margin:0 auto;max-width:1200px}.screen-reader-text{display:none}header{background-color:#eee;border-bottom:1px solid #aaa;padding:1rem}.header__quote{margin:1rem 0 2rem}.hs-menu-wrapper ul{display:flex;list-style:none;margin-bottom:1rem;padding:0}.hs-menu-wrapper ul li{margin-right:1rem}.hs-menu-wrapper ul li a{color:#000;text-decoration:none}.hs-menu-wrapper ul li a:hover{text-decoration:underline}main{flex:1;padding:1rem}.featured-image{aspect-ratio:1;background-color:#f5f5f5;flex:1;position:relative;width:100%}.featured-image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}footer{background-color:#eee;border-top:1px solid #aaa;padding:1rem}