.Section{min-height:100vh;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;flex-direction:column}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.Section.Landing{background-image:url(/images/bg.jpg);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.Section.Landing svg{fill:#fff;height:2rem;width:2rem;position:absolute;bottom:1rem;left:50%;transform:translateX(-50%)}.Section.Landing .content{color:#fff;text-align:center}.Section.Landing .logo{width:350px;height:auto;margin:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.7))}.Section.Landing .main-title{font-size:3.5rem;font-weight:600;text-transform:capitalize;margin-top:1.5rem;color:var(--accent);filter:drop-shadow(0 4px 8px rgba(0,0,0,.7));margin-bottom:0}.Section.Landing .sub-title{font-size:2rem;font-weight:400;opacity:.9}.Section.Landing .tagline{font-size:1.5rem;font-weight:300;opacity:.85;color:var(--light)}.Section.Landing .tagline:before{content:"------ "}.Section.Landing .tagline:after{content:" ------"}@media(max-width:768px){.Section.Landing{background-attachment:scroll}.Section.Landing .main-title{font-size:2.75rem}.Section.Landing .sub-title{font-size:1.6rem}.Section.Landing .tagline{font-size:1.2rem}.Section.Landing .logo{width:250px;height:auto}}@media(max-width:480px){.Section.Landing .main-title{font-size:2.25rem}.Section.Landing .sub-title{font-size:1.4rem}.Section.Landing .tagline{font-size:1rem}.Section.Landing .logo{width:250px;height:auto}}