/* ==========================================================================
 0. Core - CSS Variables, Mixins, and Utilities
 ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
    Table of Contents
=============================================================================

  1.  Base
  2.  Utilities
  3.  App Components


/* ==========================================================================
 1. Base - Setting up some base styles
 ========================================================================== */
html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  height: 100%;
  max-height: 100%;
  font-family: "museo-sans-rounded", "Helvetica Neue", "helvetica", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #595050;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

::-moz-selection {
  background: #D6EDFF; }

::selection {
  background: #D6EDFF; }

h1, h2, h3,
h4, h5, h6 {
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -ms-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  color: #595050;
  line-height: 1.15em;
  margin: 0 0 0.3em 0;
  font-family: "museo-sans-rounded", "Helvetica Neue", "helvetica", sans-serif; }

h1, h2 {
  font-size: 3rem;
  margin-bottom: 1.8em;
  color: #333; }

h3 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 1em; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1.2rem; }

a {
  color: #FF9456;
  transition: color ease 0.3s;
  text-decoration: none; }

a:hover {
  color: #FF9456;
  text-decoration: underline; }

p, ul, ol, dl {
  -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -ms-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
  margin: 0 0 1.5em 0;
  line-height: 1.38;
  font-weight: 300; }

ol, ul {
  padding-left: 2.5em; }

ol ol, ul ul,
ul ol, ol ul {
  margin: 0 0 0.4em 0;
  padding-left: 2em; }

dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 1em; }

dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: #EFEFEF 1px solid;
  margin: 3.2em 0;
  padding: 0; }

blockquote {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.7em 0 1.7em 1.7em;
  padding: 0 0 0 1.6em;
  border-left: rgba(74, 74, 74, 0.2) 1px solid; }

blockquote p {
  margin: 0.8em 0;
  font-style: italic; }

blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  color: #CCC; }

blockquote small:before {
  content: "\2014 \00A0"; }

blockquote cite {
  font-weight: 700; }

blockquote cite a {
  font-weight: normal; }

mark {
  background-color: #FFC336; }

code, tt {
  padding: 1px 3px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.85em;
  white-space: pre-wrap;
  border: #E3EDF3 1px solid;
  background: #F7FAFB;
  border-radius: 2px; }

pre {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1.7em 0;
  border: #E3EDF3 1px solid;
  width: 100%;
  padding: 10px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  background: #F7FAFB;
  border-radius: 3px; }

pre code, tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #CCC 1px solid;
  color: #666;
  text-shadow: #FFF 0 1px 0;
  font-size: 0.9em;
  font-weight: 700;
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; }

table {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.7em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: #EFEFEF 1px solid; }

table th {
  color: #000; }

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

table tbody + tbody {
  border-top: #EFEFEF 2px solid; }

table table table {
  background-color: #FFF; }

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #F6F6F6; }

table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }

iframe, .fluid-width-video-wrapper {
  display: block;
  margin: 1.6em 0; }

/* When a video is inside the fitvids wrapper, drop the
margin on the iframe, cause it breaks stuff. */
.fluid-width-video-wrapper iframe {
  margin: 0; }

img {
  max-width: 100%; }

/* ==========================================================================
    2. Utilities - These things get used a lot
========================================================================== */
/* Clears shit */
.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

.group {
  *zoom: 1; }

/* Hides shit */
.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none; }

/* Creates a responsive wrapper that makes our content scale nicely */
.inner {
  position: relative;
  width: 80%;
  max-width: 780px;
  margin: 0 auto; }

/* Centres vertically yo. (IE8+) */
.vertical {
  display: table-cell;
  vertical-align: middle; }

.centered {
  text-align: center;
  margin: inherit auto; }

/*  =======================
    Components
=========================== */
.wrap {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  position: relative; }

.content h1, .content h2, .content h3, .content p {
  max-width: 600px;
  /* 600px */ }

.button {
  display: inline-block;
  border: 2px solid #FF9456;
  border-radius: 6px;
  padding: .75em 2em;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.button-primary {
  background-color: transparent;
  color: #FF9456;
}

.button-primary:hover {
  background-color: #FF9456;
  color: white;
  text-decoration: none;
}

.button-secondary {
  background-color: #FF9456;
  color: white;
  border-color: transparent;
}

.button-secondary:hover {
  background-color: #ff7a23;
  text-decoration: none;
}

.site-header .button {
  margin: 0;
}

.footer .button {
  width: 92%;
  max-width: 18em;
  margin: 1.5em auto;
  border-color: white;
  color: white;
}

.footer .button:hover {
  background-color: white;
  color: #FF9456;
}

@media (max-width: 30em) {
  .button {
    font-size: 1.4rem;
    padding: .75em 1.5em;
  }
}

/* ==========================================================================
    3. App Components - Styles specific to this app
========================================================================== */
/*  =======================
    Home
=========================== */
section {
  margin: 0 auto 4em;
  padding-bottom: 4em;
  border-bottom: 2px solid #EFEFEF;
  width: 100%;
  max-width: 600px; }

.content {
  padding-top: 8rem;
}

.intro .hearth-doodle {
  width: 100%;
  max-width: 580px;
  height: 404px;
  margin: 0 auto 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://i.ibb.co/6JX4MjYt/Designers-Hearth.png");
  background-size: contain; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
    .intro .hearth-doodle {
      background-image: url("https://i.ibb.co/6JX4MjYt/Designers-Hearth.png"); } }
  @media (max-width: 30em) {
    .intro .hearth-doodle {
      background-position: center center;
      background-size: contain;
      height: 300px;
      margin-bottom: 2rem; } }

.intro h1 {
  color: #FF9456;
  margin: 0 0 4em;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2em; }
  @media (max-width: 30em) {
    .intro h1 {
      text-align: center; } }

.subheader {
  font-size: 2.4rem;
  font-weight: 300; }

.footer {
  padding: 10rem 0;
  background-color: #FF9456;
  cursor: pointer; }
  .footer .button {
    width: 92%;
    max-width: 18em;
    border-radius: 6px;
    border-color: white;
    padding: .75em 1.5em;
    color: white;
    margin: 1.5em auto; }
    @media (max-width: 30em) {
      .footer .button {
        padding: .75em; } }
  .footer .overlay {
    background-image: linear-gradient(0deg, rgba(250, 217, 97, 0.8) 0%, rgba(247, 107, 27, 0.4) 100%); }

.footer-meetup {
  background-color: #e0393e; }

.footer-facebook {
  background-color: #3b5998; }

.footer-join {
  background-color: #FF9456;
  padding: 6rem 0;
  text-align: center;
}

.footer-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-heading {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer-text {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  line-height: 1.5;
  font-weight: 300;
}

.footer-note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 300;
}

.footer-button {
  display: block;
  width: 92%;
  max-width: 18em;
  border-radius: 6px;
  border: 1px solid white;
  padding: .75em 1.5em;
  color: white;
  margin: 1.5em auto;
  text-decoration: none;
}

.footer-button:hover {
  text-decoration: none;
}

@media (max-width: 30em) {
  .footer-join {
    padding: 4rem 0;
  }
  
  .footer-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .footer-text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  
  .footer-note {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  
  .footer-button {
    padding: .75em;
  }
}

.site-header {
  background-color: #fff;
  padding: 1.5rem 0;
  border-bottom: 1px solid #EFEFEF;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
  color: #FF9456;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
}

.site-header .button-secondary {
  margin: 0;
  padding: .5em 1.5em;
  display: inline-block;
  width: auto;
}

@media (max-width: 30em) {
  .site-header {
    padding: 1rem 0;
  }
  
  .site-title {
    font-size: 2rem;
  }
  
  .site-header .button-secondary {
    padding: .5em 1em;
    font-size: 1.4rem;
  }
}

.hero-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
  border-radius: 12px;
}

/*# sourceMappingURL=styles.css.map */
