{"version":3,"sources":["webpack:///./src/components/ContentWrapper.tsx","webpack:///./src/components/Page.tsx","webpack:///./src/pages/other-activities.tsx"],"names":["Wrapper","styled","Box","attrs","m","display","justifyContent","Content","maxWidth","ContentWrapper","children","div","Header","Copywrite","p","Layout","theme","defaultTheme","charSet","rel","href","hideNavBackground","currentYear","TitleWrapper","mt","SubTitle","mb","fontSize","Anchor","a","OtherActivitiesPage","text"],"mappings":"4FAAA,wCAOMA,GAPN,UAOgBC,YAAOC,KAAKC,MAAM,CAChCC,EAAG,CAAC,OAAQ,KAAM,KAAM,cACxBC,QAAS,OACTC,eAAgB,WAHL,0EAAGL,CAAH,8BAQPM,EAAUN,YAAOC,KAAKC,MAAM,CAChCK,SAAU,WADC,0EAAGP,CAAH,MAYEQ,IARQ,SAAC,GAAe,IAAdC,EAAc,EAAdA,SACvB,OACE,gBAACV,EAAD,KACE,gBAACO,EAAD,KAAUG,M,oCCtBhB,oIAeMV,EAAUC,IAAOU,IAAV,gEAAGV,CAAH,qGAMPW,EAASX,IAAOU,IAAV,+DAAGV,CAAH,oGASNM,EAAUN,IAAOU,IAAV,gEAAGV,CAAH,4EAOPY,EAAYZ,IAAOa,EAAV,kEAAGb,CAAH,mJAWA,SAASc,EAAT,GAA4B,IAAXL,EAAW,EAAXA,SAC9B,OACE,gBAAC,IAAD,CAAeM,MAAOC,KACpB,gBAACjB,EAAD,KACE,gBAAC,IAAD,KACE,wBAAMkB,QAAQ,UACd,6CACA,wBAAMC,IAAI,YAAYC,KAAK,4BAE7B,gBAACR,EAAD,KACE,gBAAC,IAAD,CAAQS,mBAAmB,KAE7B,gBAACd,EAAD,KAAUG,GACV,gBAACG,EAAD,oBAAwBS,IAAxB,4C,kCC7DR,6HAgBMC,EAAetB,YAAOC,KAAKC,MAAM,CACrCqB,GAAI,SADY,iFAAGvB,CAAH,MAIZwB,EAAWxB,YAAOC,KAAKC,MAAM,CACjCqB,GAAI,OACJE,GAAI,OACJC,SAAU,CAAC,OAAQ,KAAM,KAAM,UAHnB,6EAAG1B,CAAH,+CAQRM,EAAUN,YAAOC,KAAKC,MAAM,CAChCuB,GAAI,OACJC,SAAU,CAAC,OAAQ,KAAM,KAAM,UAFpB,4EAAG1B,CAAH,8BAOP2B,EAAS3B,IAAO4B,EAAV,2EAAG5B,CAAH,4EA+EG6B,UApDa,WAC1B,OACE,gBAAC,IAAD,KACE,gBAAC,IAAD,KACE,gBAACP,EAAD,KACE,gBAAC,IAAD,CAAOQ,KAAM,sBAEf,gBAAC,IAAD,CAAK3B,EAAG,SAAUI,SAAU,UAC1B,gBAACiB,EAAD,6BACA,gBAAClB,EAAD,uVAMA,gBAACkB,EAAD,oBACA,gBAAClB,EAAD,mGACA,gBAACA,EAAD,2CACA,gBAACkB,EAAD,0BACA,gBAAClB,EAAD,ycAK6B,IAC3B,gBAACqB,EAAD,CAAQR,KAAK,+FAAb,gGAIF,gBAACK,EAAD,qBACA,gBAAClB,EAAD,mOAGQ,IACN,gBAACqB,EAAD,CAAQR,KAAK,yDAAb,0DAKF,gBAACK,EAAD,yBACA,gBAAClB,EAAD,+GAC0G,IACxG,gBAACqB,EAAD,CAAQR,KAAM,6FAAd","file":"component---src-pages-other-activities-tsx-e1b5867e4f401cf4d547.js","sourcesContent":["import * as React from 'react';\nimport styled from 'styled-components';\n\nimport Box from '../components/Box';\nimport 'normalize.css';\n\n// styles\nconst Wrapper = styled(Box).attrs({\n m: ['25px', null, null, '70px 100px'],\n display: 'flex',\n justifyContent: 'center',\n})`\n justify-content: center;\n`;\n\nconst Content = styled(Box).attrs({\n maxWidth: '1000px',\n})``;\n\nconst ContentWrapper = ({children}) => {\n return (\n \n {children}\n \n );\n};\n\nexport default ContentWrapper;\n","import * as React from 'react';\nimport styled from 'styled-components';\nimport {withPrefix} from 'gatsby';\nimport {Helmet} from 'react-helmet';\nimport {ThemeProvider} from 'styled-components';\n\nimport {defaultTheme} from '../styleguide/DefaultTheme';\n\nimport 'fontsource-open-sans/300.css';\nimport 'normalize.css';\n\nimport NavBar from '../components/NavBar';\nimport {currentYear} from '../utils';\n\n// styles\nconst Wrapper = styled.div`\n display: grid;\n grid-template-areas: 'header' 'content' 'footer';\n grid-template-rows: auto auto 20px;\n`;\n\nconst Header = styled.div`\n grid-area: header;\n align-items: flex-end;\n justify-content: center;\n position: sticky;\n top: 0;\n z-index: 20;\n`;\n\nconst Content = styled.div`\n grid-area: content;\n text-align: center;\n align-self: end;\n margin-bottom: 50px;\n`;\n\nconst Copywrite = styled.p`\n grid-area: footer;\n font-family: 'Open Sans';\n font-size: 10px;\n text-align: right;\n margin: 10px 0 0;\n padding: 20px;\n color: #d0d0d0;\n background-color: #6d7770;\n`;\n\nexport default function Layout({children}) {\n return (\n \n \n \n \n Erica & Alex\n \n \n
\n \n
\n {children}\n © Copyright {currentYear} -- Designed & Built by Erica Kantor\n
\n
\n );\n}\n","import * as React from 'react';\nimport styled from 'styled-components';\n// import {useStaticQuery, graphql} from 'gatsby';\n// import {GatsbyImage, getImage} from 'gatsby-plugin-image';\n// import Gallery from '@browniebroke/gatsby-image-gallery';\n\nimport '@fontsource/shadows-into-light';\nimport '@fontsource/sacramento';\nimport 'fontsource-open-sans/300.css';\nimport 'normalize.css';\nimport Page from '../components/Page';\nimport Box from '../components/Box';\nimport Title from '../components/Title';\nimport ContentWrapper from '../components/ContentWrapper';\n\n// styles\nconst TitleWrapper = styled(Box).attrs({\n mt: '35px',\n})``;\n\nconst SubTitle = styled(Box).attrs({\n mt: '40px',\n mb: '25px',\n fontSize: ['20px', null, null, '22px'],\n})`\n font-family: 'Open Sans';\n font-weight: bold;\n`;\nconst Content = styled(Box).attrs({\n mb: '30px',\n fontSize: ['20px', null, null, '22px'],\n})`\n font-family: 'Open Sans';\n`;\n\nconst Anchor = styled.a`\n color: #6d7770;\n margin-top: 5px;\n word-wrap: break-word;\n :hover {\n color: black;\n }\n`;\n// const useGallery = () => {\n// const data = useStaticQuery(graphql`\n// query GalleryImages {\n// images: allS3Object(filter: {Key: {glob: \"content/gallery/*\"}}) {\n// nodes {\n// Key\n// localFile {\n// childImageSharp {\n// thumb: gatsbyImageData(width: 270, height: 270, placeholder: BLURRED)\n// full: gatsbyImageData(layout: FULL_WIDTH)\n// }\n// }\n// }\n// }\n// }\n// `);\n// return data.images.nodes.map(node => node.localFile.childImageSharp);\n// };\n\nconst OtherActivitiesPage = () => {\n return (\n \n \n \n \n </TitleWrapper>\n <Box m={'0 auto'} maxWidth={'1000px'}>\n <SubTitle>Beaver Creek Village</SubTitle>\n <Content>\n You can find World-Class Shopping and Art Galleries around every corner in Beaver Creek Village. From\n one-of-a-kind artwork to elegant jewelry to the newest skis and snowboards. Check out Gorsuch, North Face\n and The General Store. Stroll and explore St. James Place, Park Plaza, Village Hall and Market Square in\n Beaver Creek Village.\n </Content>\n <SubTitle>Ice Skating</SubTitle>\n <Content>Who knew that you could enjoy the family fun of ice skating in the middle of Beaver Creek?</Content>\n <Content>Black Family Ice Rink 970.845.0438</Content>\n <SubTitle>Nordic Activities</SubTitle>\n <Content>\n Beaver Creek offers a wonderful array of nordic activities for those who wish for an alternative to\n skiing/snowboarding, and the opportunity to take in the breathtaking views from a secluded area called McCoy\n park, Nestled between Beaver Creek and Bachelor Gulch villages. McCoy Park offers spectacular views of 3\n mountain ranges. Activities include Snowshoeing and Cross Country Skiing. Rentals and lessons are available.\n For more information visit{' '}\n <Anchor href=\"https://www.beavercreek.com/plan-your-trip/ski-and-ride-lessons/category/nordic-center.aspx\">\n https://www.beavercreek.com/plan-your-trip/ski-and-ride-lessons/category/nordic-center.aspx\n </Anchor>\n </Content>\n <SubTitle>Snowmobiling</SubTitle>\n <Content>\n This is a fun and adventurous activity with multiple options in the Vail Valley! If you have time, we highly\n recommend Nova Guides at Camp Hale. It is a beautiful and remote mountain location. For more information\n visit{' '}\n <Anchor href=\"http://www.novaguides.com/colorado-winter-activities/\">\n http://www.novaguides.com/colorado-winter-activities/\n </Anchor>\n </Content>\n\n <SubTitle>Other Activities</SubTitle>\n <Content>\n If you’d like to venture out on your own, here are some other suggestions. You can also visit this link{' '}\n <Anchor href={'https://www.beavercreek.com/explore-the-resort/activities/winter-activities/overview.aspx'}>\n https://www.beavercreek.com/explore-the-resort/activities/winter-activities/overview.aspx\n </Anchor>\n </Content>\n </Box>\n </ContentWrapper>\n </Page>\n );\n};\n\nexport default OtherActivitiesPage;\n"],"sourceRoot":""}