.shadow{box-shadow:0 2px 10px rgba(0,0,0,.1)}.shadow,nav{transition:.3s}nav{display:flex;justify-content:center;position:fixed;top:0;right:0;z-index:10;padding:0 2rem;width:100%;height:6rem;background-color:#fff}nav .inner{display:flex;justify-content:space-between;align-items:center}nav #logo{height:4rem;padding:.5rem 0}nav #logo svg{cursor:pointer;width:200px}@media (max-width:768px){.navbar{padding:0 1rem}}@media (max-width:600px){nav{height:4rem}nav #logo{height:3rem}nav #logo svg{width:150px}}footer{padding:2rem 0;color:#c7c7c7;background-color:#f2f2f2;display:flex;justify-content:center;align-items:center;flex-direction:column}footer .logo{height:3rem;margin-bottom:.5rem}footer .logo svg{width:200px}footer .company{display:flex;align-items:center}footer .company p{font-size:1rem;line-height:1.5rem}footer .company svg{width:90px;vertical-align:text-bottom;padding-left:.5rem;height:1rem;fill:#c7c7c7}@media (max-width:768px){footer .logo{height:2rem;padding:0;margin-bottom:0}}