html{font-size:62.5%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;font-size:1.4rem;font-style:normal;-webkit-font-smoothing:antialiased;margin:0}.details-page-layout{max-width:90vw;margin:0 auto;display:grid;grid-template-columns:auto 35rem;column-gap:1rem;grid-template-areas:"main sidebar"}.header{background:#20232a;color:#fff;min-height:4rem;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:stretch}.logo{outline:none;display:flex;align-items:center;color:#61dafb;font-weight:700;font-size:2.5rem;line-height:2.5rem;text-decoration:none;padding:0 1rem}.logo:focus,.logo:hover{background:#282c34}.button{padding:1rem 2rem;background:#61dafb;color:#000;white-space:nowrap;display:inline-block;font-size:2rem;text-decoration:none;transition:all .5s}.button:hover{background-color:#fff}.button--inline{background:transparent;color:#61dafb}.button--inline:hover{background-color:transparent;text-decoration:underline}.hero{background:#282c34;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:25rem;padding:5rem 2rem}.hero__title{color:#61dafb;margin:0;font-size:4.5rem;letter-spacing:.01em}.hero__description{padding-top:1rem;font-size:2.4rem;letter-spacing:.01em;font-weight:200;margin:0}.hero__children{margin-top:2rem;flex-direction:row}.hero__description+.hero__children{margin-top:7rem}.search{background:#f5f5f5;position:relative}.search__input{box-sizing:border-box;padding:1rem;height:4rem;font-size:1.2rem;width:100%;outline:none;border:none;background:transparent;transition:all 1s}.search__input:focus{font-size:1.5rem}.search__button{position:absolute;right:0;top:0;border:none;height:100%;width:4rem;cursor:pointer}.items{padding:6rem 2rem;display:flex;justify-content:center;max-width:100rem;margin:auto}.item{outline:none;box-sizing:border-box;width:calc(33.33% - 4rem);display:flex;flex-direction:column;box-shadow:0 3px 5px rgba(0,0,0,.3);padding:1.5rem 1.5rem 0;text-decoration:none;border-radius:5px;overflow:hidden;margin:0 2rem 2rem;color:#20232a;position:relative}.item__image{height:16rem;width:calc(100% + 3rem);overflow:hidden;margin:-1.5rem -1.5rem 1.5rem}.item__image-placeholder{background-color:#282c34}.gatsby-image-wrapper{height:100%;width:100%}.item__image img,.item__image picture{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.item__title{color:#6d6d6d;font-weight:300;font-size:2.4rem;margin-bottom:.5rem}.item__contributors{font-size:1.2rem;margin-bottom:1.5rem}.item__tags{display:flex;flex-wrap:wrap;margin-bottom:1rem}.item__tag{background:#f5f5f5;border-radius:3px;margin:0 .8rem .8rem 0;color:#666;padding:.3rem .8rem;font-size:1.2rem}.item__cta{position:absolute;left:0;right:0;bottom:0;display:block;text-align:center;padding:1rem;background-color:#61dafb;color:#000;opacity:0;transition:all .5s}.item:focus .item__cta,.item:hover .item__cta{opacity:1}.main-content{grid-area:main}.rich-text{padding:2rem;max-width:50rem;margin:0 auto}.table-of-contents-container{grid-area:sidebar;padding:5rem 3rem}.table-of-contents{background-color:#f7f7f7;padding:2rem}.table-of-contents ul{list-style:none;padding-left:0;margin:0}.table-of-contents ul ul{padding-left:2rem;list-style:disc}.table-of-contents div>ul>li{margin-bottom:1rem}.table-of-contents p{margin:0 0 .5rem}.table-of-contents a{color:#000}.footer{background:#20232a;color:#999;padding:1rem;text-align:center;font-size:1.3rem}.main-navigation{display:flex;flex-direction:row;align-items:center}.main-navigation a{outline:none;color:#fff;transition:color .2s ease-out;font-weight:300;font-size:1.4rem;text-decoration:none;padding:0 1rem}.main-navigation a:focus,.main-navigation a:hover{color:#61dafb}.tag{font-size:1.5rem;font-weight:300;display:inline-block;background:#20232a;color:#fff;border-radius:3px;padding:.5rem 1rem;margin:0 1rem 1rem 0}.m-rich-text{padding:5rem 3rem;max-width:100rem;margin:auto;font-size:1.6rem;line-height:1.7}.m-rich-text img{margin:auto;max-width:100%}.m-rich-text p{margin-bottom:2.5rem}.m-rich-text a{color:#20232a}.gatsby-resp-image-wrapper{margin:6rem 0}@media screen and (max-width:530px){.header{flex-direction:column;align-items:center}.logo{padding:1rem;margin-bottom:.5rem}}@media screen and (max-width:1024px){.hero{text-align:center}.items{flex-direction:column}.item{margin:0 0 3rem;width:100%}.details-page-layout{max-width:none;padding:0;display:block}}