@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit}body{--max-center-width: 1000px;--red: #ED0D49}.content_page_wrapper,.error_page_wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:max-content 1fr max-content;width:100%;height:100vh}.content_page_wrapper.mobile .hero,.error_page_wrapper.mobile .hero{height:400px}.content_page_wrapper.mobile .hero h1,.error_page_wrapper.mobile .hero h1{font-size:2.5rem}.content_page_wrapper.mobile .center,.error_page_wrapper.mobile .center{padding-left:2rem;padding-right:2rem;--max-center-width: 100%}.content_page_wrapper.mobile .center .elviramullen_logo,.error_page_wrapper.mobile .center .elviramullen_logo{width:16rem}.error_page_wrapper{grid-template-rows:max-content 100vh max-content}h1{font-size:3rem;font-weight:600}.center{max-width:var(--max-center-width);width:100%;position:relative;overflow:hidden;padding:3rem;margin:0 auto}.center .subnav{display:flex;gap:2rem}.center .subnav a{color:#fff;font-weight:500}.center .elviramullen_logo{position:absolute;top:250px;left:50%;width:25rem;transform:translate(-50%,-50%);opacity:.0525;z-index:-1}.hero,.error_page_wrapper>.center{width:100%;height:550px;position:relative;background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(/assets/mexican_skull.png);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:center center;display:flex;align-items:center;justify-content:center;border-bottom:3px solid var(--red)}.hero h1,.error_page_wrapper>.center h1{color:#fff}.hero .mid,.error_page_wrapper>.center .mid{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.hero .mid.head_shot,.error_page_wrapper>.center .mid.head_shot{max-width:15rem}.error_page_wrapper>.center{display:flex;flex-direction:column;align-items:center;justify-items:center;gap:2rem;border:0;max-width:100%;height:100%}.error_page_wrapper>.center h1,.error_page_wrapper>.center p{color:#fff;max-width:calc(var(--max-center-width) / 1.5);text-align:center}.error_page_wrapper>.center p{line-height:2rem}
