body{margin:0;background-color:#000}body a{color:#9d0030;transition:color .2s}body a:hover{color:#ff004e}#header-background{position:fixed;width:100%;height:460px;top:0;left:0;z-index:-1;background-image:url(../img/header_cropped.jpg);background-position:center top;background-repeat:no-repeat;opacity:.5;transition:.5s}#content-background{position:fixed;width:100%;height:calc(100% - 460px);left:0;top:460px;z-index:-1;background-color:#eee;transition:.5s}#header-container{position:fixed;top:0;width:80%;height:450px;left:10%;background-image:url(../img/header_cropped.jpg);background-position:center top;background-repeat:no-repeat;z-index:1;box-shadow:0 -2px 4px 0 rgba(0,0,0,.4);transition:.5s;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}#logo-header{background-image:url(../img/logo.svg);background-position:center center;background-size:contain;background-repeat:no-repeat;width:500px;height:200px;transition:.5s}#slogan-header{display:flex;flex-direction:column;align-items:stretch;justify-content:center;width:50%;transition:.5s;height:200px;color:#fff;font-size:larger}#slogan-left{margin-left:0}#slogan-right{margin-top:20px;text-align:right}#navigation-container{display:flex;flex-direction:row;justify-content:space-around;align-items:center;border-bottom-style:solid;border-bottom-width:1px;border-color:#fff;width:70%;background-color:rgba(255,255,255,.5)}#content-container{margin-top:450px;width:80%;margin-left:10%;margin-bottom:50px;height:calc(100% - 450px);background-color:#fff;z-index:1;box-shadow:0 0 4px 0 rgba(0,0,0,.4);transition:.5s}.navigation-item{border-bottom-style:solid;border-bottom-width:1px;border-color:#fff;margin-bottom:-1px;transition:.2s}.navigation-active{border-color:#9d0030}.navigation-link{text-decoration:none;font-weight:bold;color:#231f20;transition:.2s}.navigation-link:hover{text-decoration:none;color:#9d0030}#content{padding-top:160px;padding-left:calc(env(safe-area-inset-left) + 50px);padding-right:calc(env(safe-area-inset-right) + 50px);padding-bottom:50px}.section{margin:35px;margin-bottom:100px}.card{margin:20px}.photo-container{display:flex;justify-content:center}.photo{background-position:center center;background-size:cover;background-repeat:no-repeat;width:200px;height:200px;border-style:solid;border-width:5px;border-color:#9d0030;border-radius:100px;margin:20px}#photo-alex{background-image:url(../img/alex.jpg)}#photo-julia{background-image:url(../img/julia.jpg)}.bio{margin:20px}.bio-name{text-align:center}#footer{width:100%;background-color:#d1c9cb;text-align:center;font-size:10pt}#footer a{color:#333;transition:color .2s}#footer a:hover{color:#9d0030}.partner-container{display:flex;flex-wrap:wrap;justify-content:left}.partner{background-repeat:no-repeat;background-size:contain;background-position:center;background-origin:content-box;width:150px;height:150px;padding:20px;margin:1px}#mini-logo{background-image:url(../img/logo.svg);background-position:center center;background-size:contain;background-repeat:no-repeat;width:calc(100% - 100px);height:40px;left:50px;top:5px;position:fixed;z-index:100;display:none}.hamburger-menu{display:none}@media screen and (max-width:900px){#content{padding-top:0;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:1px}#content-container{margin-top:50px;width:100%;margin-left:0;margin-bottom:0;height:calc(100% - 50px)}#header-background{height:50px}#header-container{width:100%;height:50px;left:0;background-image:none;background-color:#d1c9cb;border-bottom-color:#9d0030;border-bottom-style:solid;border-bottom-width:1px}#slogan-header{display:none}#logo-header{display:none}#mini-logo{display:block}#content-background{height:calc(100% - 50px);left:0;top:150px}.card{margin:0}#navigation-container{display:none}.hamburger-menu{display:block;width:100%}}