.App{background-color:#fff;display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;height:auto;width:100%}body{margin:0;padding:0}.navbar{background:#fff;height:100px;width:100%}.links{align-items:center;color:#8a8a91;display:flex;height:100%;justify-content:flex-end;width:90%}.navbar a{color:#444452;font-size:25px;margin:20px;text-decoration:none}.toggleButton{align-items:center;display:flex;height:100px;justify-content:flex-end;width:100%}.toggleButton svg{font-size:50px}.toggleButton button{background-color:initial;border:none;color:#007bff;cursor:pointer;margin-right:20px}#open{height:100vh}#open .links{flex-direction:column;justify-content:flex-start;margin-top:100px}#open a{text-align:center;width:100%}@media only screen and (max-width:900px){.links,.navbar{width:100%}}@media only screen and (max-width:600px){.toggleButton{display:flex}#close a{display:none}}@media only screen and (min-width:600px){.hiddenLinks,.toggleButton{display:none}#open{height:100px}#open .links{flex-direction:row}}.link{display:block;padding:.2em 0;position:relative}.link:after{background-color:#007bff;bottom:0;content:"";height:.1em;left:0;opacity:0;position:absolute;transition:opacity .3s,transform .3s;width:100%}.link:focus:after,.link:hover:after{opacity:1;transform:translate3d(0,.2em,0)}.link:after{opacity:1;transform:scale(0);transform-origin:center}.link:focus:after,.link:hover:after{transform:scale(1)}.footer{align-items:center;background:#fff;display:flex;flex-direction:column;height:200px;justify-content:center;margin-top:200px;padding-top:10px;width:100%}.socialMedia svg{color:#444452;cursor:pointer;font-size:50px;margin:20px}.footer p{color:#444452}@media only screen and (max-width:600px){.footer svg{font-size:50px}}
/*# sourceMappingURL=main.170451b8.css.map*/