.topbar{z-index:99999;background:linear-gradient(45deg,#222,#2a2c2e);justify-content:space-between;align-items:center;animation:.5s ease-in-out topbar-slide-in;display:flex;position:fixed;top:0;left:0;right:0}.topbar img{-o-object-fit:contain;object-fit:contain;height:4vh;margin-top:2vh;margin-bottom:2vh;margin-left:5vw}.topbar-phone{justify-content:center;align-items:center;margin-right:1rem;display:flex}.topbar-phone span{color:#f48e3a;margin-right:.5rem;font-size:1.2rem}.topbar-phone p{color:#f48e3a;font-size:1.2rem;text-decoration:none;transition:all .5s}@media (min-width:768px){.topbar img{height:5vh}.topbar-phone span{color:#f48e3a;margin-right:.5rem;font-size:1.5rem}.topbar-phone p{color:#f48e3a;font-size:1.5rem;text-decoration:none;transition:all .5s}}@keyframes topbar-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}
