main{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:center}.about-main{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.35);backdrop-filter:blur(20px);box-shadow:0 0 8px 4px #080808;max-width:720px;margin:20px 0;border-radius:10px;opacity:0;animation:1s .1s forwards fade-in;overflow:hidden}.about-main>*{transform:translateX(-250px);opacity:0;animation:fade-in-right 1s ease calc(.1s * var(--i)) forwards;text-shadow:2px 2px 6px rgba(35,35,35),2px -2px 6px rgba(35,35,35),-2px 2px 6px rgba(35,35,35),-2px -2px 6px rgba(35,35,35)}.about-main h1{color:var(--patriot-red-dark)}.about-main h2{width:100%}.about-main p{font-size:18px;text-align:left;margin:10px 0}.about-main .building-pic{width:100%;margin:10px 0}.about-main .building-pic img{width:100%;border-radius:10px;box-shadow:0 0 8px 4px #080808}.about-main .about-section{margin:10px;display:flex;flex-direction:column;align-items:center;width:100%}.about-main .about-section .google-maps{width:100%;position:relative;padding-bottom:75%;height:0;overflow:hidden;box-shadow:0 0 8px 4px #080808;border-radius:10px}.about-main .about-section .google-maps iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:0}.about-main .uncle-sam{height:100px;float:left;shape-outside:circle();margin-right:5px}@media (max-width:810px){main{padding:0}.about-main{max-width:100%;margin:0;border-radius:0}}