:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--bg-color: #fff0da;--title-text-color: #304f27;--text-color: #935f15;--link-color:#ad2614;--link-hover-color:#b76054;background-color:var(--bg-color)}body{margin:0}h1,h3{color:var(--title-text-color)}p{color:var(--text-color)}a{text-decoration:none;color:var(--link-color);cursor:pointer}a:hover{color:var(--link-hover-color)}.nav-bar{position:fixed;width:100%;top:0;max-height:20vh;height:40px;display:flex;flex-direction:row;align-items:center;justify-items:center;background-color:var(--bg-color);border-bottom:1px solid var(--link-color)}.nav-bar a{padding:20px}.section-body{width:66vw;min-height:70vh;margin-left:16.5vw;margin-top:15vh;margin-bottom:15vh}.intro-img{max-width:100%;max-height:100%}.intro-body{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:15vh;margin-bottom:15vh}.intro-body>div{width:33vw;height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.intro-body h1{margin-top:0}.videos-body{display:flex;flex-direction:column;justify-content:center}.videos-list{display:flex;flex-direction:row;overflow:scroll}.videos-list>div{flex-direction:row;padding-right:30px;display:flex;flex-direction:column}.videos-list iframe{min-width:250px;min-height:140.625px;width:25vw;height:14.0625vw;border:none}.work-list{display:flex;flex-direction:row;overflow-x:scroll}.work-list>div{flex-direction:row;padding-right:30px;display:flex;flex-direction:column}.work-list img{min-width:250px;min-height:140.625px;width:25vw;border:none}.work-list p{min-width:250px;min-height:140.625px}
