/* styles for atoms/button.css */
:root {
  /*
   * Colors taken from https://mildrenben.github.io/surface/docs/colors.html
   */
}

.atoms-__button-abstract__2crkrSr7 {
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: .7em;
  line-height: 1.15em;
  padding: 10px 20px;
  text-transform: uppercase;
}

.atoms-__button-abstract__2crkrSr7:hover {
  text-decoration: none;
}

.atoms-__button-flat__35cg4K7P {
  background: transparent;
}

.atoms-__button__1v19U1rM {
  background-color: #4caf50;
  border-radius: 1.98px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.14), 0 2px 10px 0 rgba(0,0,0,.1);
  color: #fff;
}

/* styles for atoms/colors.css */
:root {
  /*
   * Colors taken from https://mildrenben.github.io/surface/docs/colors.html
   */
}

/* styles for atoms/fonts.css */


/* styles for atoms/grid.css */
.atoms-__grid__3A02V_7Y {
  column-gap: 24px;
  column-count: 1;
}
@media (min-width: 768px) {
  .atoms-__grid__3A02V_7Y {
  column-count: 2;
  }
}
@media (min-width: 1200px) {
  .atoms-__grid__3A02V_7Y {
  column-count: 3;
  }
}
.atoms-__grid__3A02V_7Y > * {
  break-inside: avoid;
  margin: 0 0 24px !important;
}

/* styles for atoms/input.css */
:root {
  /*
   * Colors taken from https://mildrenben.github.io/surface/docs/colors.html
   */
}

.atoms-__input__ZpD9n93q {
  border: solid #9e9e9e;
  border-radius: 1px;
  border-width: 0 0 1px;

  font-size: 1em;

  line-height: 1.375em;
  margin: 0 0 8px;
  padding: 0 0 1px;
}

.atoms-__input__ZpD9n93q:focus {
  border-color: #e91e63;
  border-width: 0 0 2px;
  outline: none;
  padding-bottom: 0;
}

/* styles for atoms/logo.css */
.atoms-__logo__1CbOp0rB:hover {
  text-decoration: none;
}

.atoms-__img__RrtTWUT4 {
  height: 45px;
  margin-right: 12px;
  vertical-align: -11px;
}

.atoms-__text__jWp9rbLz {
}

/* styles for atoms/media_queries.css */


/* styles for components/app_footer.css */
:root {
  /*
   * Colors taken from https://mildrenben.github.io/surface/docs/colors.html
   */
}

.components-__app_footer__3qVmEN0z {
  color: #95a5a6;
  font-size: .7em;
  margin: 36px;
  text-align: center;
}

/* styles for components/app_header.css */
:root {
  /*
   * Colors taken from https://mildrenben.github.io/surface/docs/colors.html
   */
}

.components-__app_header__2X9vj_a- {
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 9px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.04);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
  padding: 12px 36px;
}

.components-__title___nGGTIoQ {
  flex-shrink: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}

.components-__form__1jzogbiC {
  display: flex;
  flex-grow: 1;
  padding: 0 2%;
}

.components-__form__1jzogbiC input[type=url] {
  flex-grow: 1;
  font-size: 1.4em;
  vertical-align: middle;
}

.components-__form__1jzogbiC button {
  color: #4caf50;
  font-size: 1.4em;
  font-weight: bold;
}

/* styles for elements/card.css */
:root {
  /*
   * Colors taken from https://mildrenben.github.io/surface/docs/colors.html
   */
}

.elements-__card__2tRKkmS4 {
  background: #fff;
  border-radius: 3px;
  /* box shadow removed because it works horribly inside a grid in safari and
   * chrome */
  /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.07); */
  margin: 12px 0;
  padding: 20px;
}

.elements-__header__21ivZn58 {
}

.elements-__title__2uWypyiQ {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0;
}

.elements-__subtitle__DaawFsdU {
  color: #95a5a6;
  font-size: .9em;
  font-weight: 400;
  margin: 0;
}

.elements-__subtitle__DaawFsdU a {
  color: inherit;
}

.elements-__list__GziL1nAK {
  list-style: none;
  margin: 8px -20px 0;
  padding: 0;
}

.elements-__list-item__utIicckf {
  padding: 8px 20px;
}

.elements-__footer__1QVCa2sx {
}

/* styles for auth/login.css */
.auth-__card__2CPiQUbQ {
  margin: 12em auto 0;
  width: 300px;
}

.auth-__header__2gjY1kLJ {
  text-align: center;
}

.auth-__form__396ir7RL {
  display: block;
  margin: 2em 0 0;
}

.auth-__input__-Lt_wbsD {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  margin: 1em 0;
  width: 100%;
}

.auth-__button__-UK7LntD {
  margin-top: 1em;
}

.auth-__right__2GhgGKRu {
  text-align: right;
}

/* styles for devbar.css */
:root {
  /*
   * Colors taken from https://mildrenben.github.io/surface/docs/colors.html
   */
}

.devbar__devbar__3BgPjtdc {
  align-items: baseline;
  color: #fff;
  display: flex;
  /* justify-content: space-between; */
  padding: 12px 36px;
}

.devbar__development__17dSacUC {
  background: #212121;
}

.devbar__production__1MejMv4d {
  background: #e91e63;
}

.devbar__bucket__1e5oDR3P,
.devbar__view__19yw8huh {
  display: inline-block;
  font-size: .6em;
  margin-right: 12px;
}

.devbar__view-label__2btMm1hA {
  margin-right: 4px;
  opacity: .54;
}

.devbar__view-value__3cK0JTlM {
}

.devbar__bucket__1e5oDR3P {
  background: #95a5a6;
  border-radius: 1.98px;
  box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 1px 2px rgba(0,0,0,.25);
  padding: 2px 8px 1px;
  text-transform: uppercase;
}

/* styles for entry.css */
.entry__body__1DFNKdld {
  line-height: 1.6em;
}

.entry__body__1DFNKdld h1 {
  font-size: 1.2em;
}

.entry__body__1DFNKdld h2,
.entry__body__1DFNKdld h3,
.entry__body__1DFNKdld h4,
.entry__body__1DFNKdld h5,
.entry__body__1DFNKdld h6 {
  font-size: 1.1em;
}

.entry__body__1DFNKdld img {
  margin-bottom: 4px;
  max-width: 100%;
  vertical-align: top;
}

.entry__body__1DFNKdld [data-embed=video] {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  position: relative;
}

.entry__body__1DFNKdld [data-embed=video] iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* do this only on mobile
.body figure {
  margin: 0;
}
*/

/* styles for layouts/app.css */
.layouts-__wrapper__1jGyngV5 {
  display: flex;
  flex-wrap: wrap;
}
.layouts-__sidebar__1Tc36IEP,
.layouts-__main__36xpEtV0 {
  box-sizing: border-box;
  padding: 0 8px;
}
@media (min-width: 992px) {
  .layouts-__sidebar__1Tc36IEP,
.layouts-__main__36xpEtV0 {
  padding: 0 36px;
  }
}
.layouts-__sidebar__1Tc36IEP {
  width: 100%;
}
@media (min-width: 992px) {
  .layouts-__sidebar__1Tc36IEP {
  padding-right: 0;
  }
}
@media (min-width: 544px) {
  .layouts-__sidebar__1Tc36IEP {
  width: 230px;
  }
}
.layouts-__main__36xpEtV0 {
  flex-basis: 320px;
  flex-grow: 4;
  min-width: 320px;
}

/* styles for subscription_card.css */
.subscription_card__published-at__2SLPKuxJ {
  display: block;
}

/* styles for subscription_sidebar.css */
:root {
  /*
   * Colors taken from https://mildrenben.github.io/surface/docs/colors.html
   */
}

.subscription_sidebar__sidebar__bgaSVEQZ {
}

.subscription_sidebar__sidebar-title__16yK86Ps {
  font-size: 1em;
}

.subscription_sidebar__list__3Edb-KH4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.subscription_sidebar__item__r00RxlW0 {
  align-items: center;
  display: flex;
  margin: 12px 0;
}

.subscription_sidebar__title__3CJ4UDfy {
  color: #34495e;
  flex-grow: 1;
}

.subscription_sidebar__favicon__2G4tQtN9 {
  height: 16px;
  margin: 0 8px;
  width: 16px;
}

.subscription_sidebar__count__82gGlJrs {
  color: #7f8c8d;
  text-align: right;
  width: 3em;
}

/* styles for subscriptions/view.css */
.subscriptions-__wrapper__8fBU0Lnv {
  max-width: 800px;
}

/* styles for ui.css */
:root {
  /*
   * Colors taken from https://mildrenben.github.io/surface/docs/colors.html
   */
}
body {
  background: #efefef;

  /* http://typecast.com/blog/a-more-modern-scale-for-web-typography */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375em;
}
a {
  color: #e91e63;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
form {
  display: inline;
}
.ui__emoji__22qU63Hy {
  font-size: 1.6em;
  margin: 0 1px;
  vertical-align: middle;
}
.ui__section-title__1uSF7CTg {
  color: #7f8c8d;
  font-size: 1.6em;
  font-variant: small-caps;
  font-weight: 500;
  margin: .5em 0;
}
