{"version":3,"sources":["webpack:///./src/pages/404.js"],"names":["FourOFourLayout","styled","div","FourOFourContent","FourOFourBigRedNumbers","p","FourOFourInfoBox","FourOFourInfoRow","FourOFour","title","window","location","pathname","to"],"mappings":"2FAAA,4GAKMA,EAAkBC,IAAOC,IAAV,0EAAGD,CAAH,qHAWfE,EAAmBF,IAAOC,IAAV,2EAAGD,CAAH,yCAKhBG,EAAyBH,IAAOI,EAAV,iFAAGJ,CAAH,gFAQtBK,EAAmBL,IAAOC,IAAV,2EAAGD,CAAH,wCAKhBM,EAAmBN,IAAOI,EAAV,2EAAGJ,CAAH,yCAMP,SAASO,IAQtB,OACE,kBAACR,EAAD,KACE,kBAAC,IAAD,CACES,MARqB,oBAAXC,OAAP,SACMA,OAAOC,SAASC,SACzB,QAQF,kBAACT,EAAD,KACE,kBAACC,EAAD,YAGA,kBAACE,EAAD,KACE,kBAACC,EAAD,iDAGA,kBAACA,EAAD,cACQ,kBAAC,OAAD,CAAMM,GAAI,KAAV,QADR","file":"component---src-pages-404-js-35d64d9f92cfb09dbfe9.js","sourcesContent":["import React from \"react\"\r\nimport { Link } from \"gatsby\"\r\nimport { Helmet } from \"react-helmet\"\r\nimport styled from \"styled-components\"\r\n\r\nconst FourOFourLayout = styled.div`\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n width: 100vw;\r\n height: 100vh;\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n`\r\n\r\nconst FourOFourContent = styled.div`\r\n display: flex;\r\n flex-direction: column;\r\n`\r\n\r\nconst FourOFourBigRedNumbers = styled.p`\r\n color: #493B9A;\r\n font-weight: bold;\r\n font-size: 10rem;\r\n margin: 0;\r\n text-align: center;\r\n`\r\n\r\nconst FourOFourInfoBox = styled.div`\r\n padding-top: 2rem;\r\n font-size: 1.2rem;\r\n`\r\n\r\nconst FourOFourInfoRow = styled.p`\r\n text-align: center;\r\n padding: 0 0.3rem;\r\n`\r\n\r\n\r\nexport default function FourOFour() {\r\n\r\n const createPageTitle = () => {\r\n return typeof window !== 'undefined' \r\n ? `404 - ${window.location.pathname}`\r\n : \"404\"\r\n }\r\n\r\n return (\r\n \r\n \r\n \r\n \r\n 404\r\n \r\n \r\n \r\n Unfortunately, this page does not exist.\r\n \r\n \r\n Click here to go back to the home page.\r\n \r\n \r\n \r\n \r\n )\r\n}\r\n"],"sourceRoot":""}