@keyframes slidedown{0%{transform:translateX(500px)}to{transform:translateX(0)}}body{background-color:#ddd;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100%;margin:0;max-width:100%;overflow-x:hidden;width:100%}a{margin-right:10px}header{background-color:#f0f0f0;box-shadow:0 8px 8px #9e9e9e;display:flex;padding:2%}#home{height:100px;user-select:none}#home>img{height:inherit}#buttons{padding:2vh}#hamburger{margin-top:1vh}#nav-icon{display:none}footer{background-color:#4d4d4d;bottom:0;box-shadow:0 -2px 4px #444;color:#fff;display:flex;flex-flow:row wrap;height:fit-content;margin-bottom:0;padding:10px;position:static;width:100vw}#footer{min-width:100vw;text-align:center}#footer,#footer>*{margin-top:0;width:100vw}#footer>*{background-color:#6b6b6b;margin-bottom:0}#links{display:grid;height:fit-content;max-width:340px;padding:10px}#links>*{height:min-content;margin-bottom:10px}#links>a>span{bottom:10px;color:wheat;position:relative;text-decoration:none}#links>a>img{height:inherit;padding-right:10px;position:relative;width:40px}#crop{height:auto;max-height:65.5vh;overflow:hidden;width:100%}#crop>video{margin:auto;width:100%}.content{background-color:#f0f0f0;max-width:100vw;padding:20px}#values{display:flex;flex-flow:row wrap;margin:auto;width:fit-content}#values>*{display:grid;margin:auto;max-width:100vw;text-align:center;width:300px}#values>*>img{margin:auto;width:100px}#values>*>p{margin:auto auto 20px;width:200px}#parallax{max-height:80vh;overflow:hidden;width:100%}#parallax>img{position:relative}@media only screen and (max-width:500px){header{height:2%;padding:5px}#buttons{display:none;margin:auto;padding:0;position:absolute}#buttons.open{animation:slidedown .2s forwards;display:grid;top:155px}#contact{background-color:#9e9e9e}#hamburger{background-color:#fff}#contact,#hamburger{display:grid;margin:0;padding:5px;width:100%}#contact>*,#hamburger>*{font-size:large;margin:0;padding:10px;user-select:none}#home{height:90px;margin:auto}#nav-icon{display:block;scale:.8}}#nav-icon{cursor:pointer;height:45px;margin:50px auto;position:relative;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;width:60px}#nav-icon,#nav-icon span{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}#nav-icon span{background:#000;border-radius:9px;display:block;height:9px;left:0;opacity:1;position:absolute;-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;width:100%}#nav-icon span:first-child{top:0}#nav-icon span:nth-child(2),#nav-icon span:nth-child(3){top:18px}#nav-icon span:nth-child(4){top:36px}#nav-icon.open span:first-child{left:50%;top:18px;width:0}#nav-icon.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#nav-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#nav-icon.open span:nth-child(4){left:50%;top:18px;width:0}