/*/////////////////////////////////
        Sub-Folder Imports
//////////////////////////////////*/
/*==================================
         Utilities Import
====================================*/
/*///////////////////////////////////
          Base Imports
////////////////////////////////////*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_normalize.scss */
[hidden] {
  display: none;
}

/* line 7, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_typography.scss */
* {
  font-family: 'Lato', sans-serif;
  color: #777;
  box-sizing: border-box;
}

/* line 13, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_typography.scss */
p {
  line-height: 1.45em;
}

/* line 17, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_typography.scss */
a {
  text-decoration: none;
}

/* line 26, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_typography.scss */
.headline-primary {
  color: #58e1c1;
  margin-left: 10px;
}

/* line 31, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_typography.scss */
.headline-secondary {
  font-weight: 300;
  color: #777;
}

/* line 36, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_typography.scss */
.link {
  color: #51ddfc;
  font-weight: 700;
}

/* line 41, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/base/_typography.scss */
.blockquote {
  font-size: 1.5em;
  font-weight: 300;
  font-style: italic;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 8px solid #58e1c1;
  border-radius: 5px;
}

/*////////////////////////////////
        Component Imports
////////////////////////////////*/
/* line 7, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.btn {
  margin-top: 15px;
  width: 100%;
  color: #fff;
  border: none;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 5px;
}

/* line 17, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.default {
  background-color: #58e1c1;
}

/* line 19, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.default:hover {
  background-color: #99edd9;
}

/* line 24, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.error {
  background-color: #e4757a;
}

/* line 26, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.error:hover {
  background-color: #f1b5b8;
}

/* line 31, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.info {
  background-color: #927bc1;
}

/* line 33, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.info:hover {
  background-color: #bdafd9;
}

/* line 38, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.success {
  background-color: #63cc82;
}

/* line 40, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.success:hover {
  background-color: #9ddfb0;
}

/* line 45, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.warning {
  background-color: #fd7856;
}

/* line 47, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_buttons.scss */
.warning:hover {
  background-color: #feb4a2;
}

/* line 6, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_forms.scss */
.form {
  flex-basis: 100%;
}

/* line 10, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_forms.scss */
.input {
  display: block;
  width: 94%;
  margin: 10px auto 0;
  border: none;
  padding: 10px;
  border-bottom: 5px solid #58e1c1;
}

/* line 19, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_forms.scss */
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 7, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_navigation.scss */
.nav {
  padding-left: 0;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}

/* line 12, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_navigation.scss */
.nav-link {
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  display: block;
  width: 100%;
  transition: background-color .2s ease-in-out,  color .2s ease-in-out;
}

/* line 22, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_navigation.scss */
.nav-link:hover {
  color: #777;
  background-color: #58e1c1;
}

/* line 5, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_images.scss */
.img-avatar {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 100%;
  max-height: 100%;
}

/* line 14, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_images.scss */
.img-frame {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 100%;
  padding: 13px;
  border: 1px solid #ccc;
}

/* line 24, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_images.scss */
.img-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.container {
  padding: 0 10px;
}

/* line 11, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.row {
  display: flex;
  flex-direction: column;
  padding: 1em 10px;
}

/* line 17, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
[class^=col] {
  margin-top: 10px;
  flex-basis: 100%;
  min-height: 25px;
  padding: 10px;
  border-radius: 5px;
}

/* line 25, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-1 {
  background-color: #927bc1;
}

/* line 29, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-2 {
  background-color: #fd7856;
}

/* line 33, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-3 {
  background-color: #deb2ee;
}

/* line 37, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-4 {
  background-color: #7ee6fd;
}

/* line 41, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-5 {
  background-color: #88d9a0;
}

/* line 45, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-6 {
  background-color: #4da2bb;
}

/* line 49, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-7 {
  background-color: #ec9fa3;
}

/* line 53, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-8 {
  background-color: #fd9f85;
}

/* line 57, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-9 {
  background-color: #e4757a;
}

/* line 61, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-10 {
  background-color: #63cc82;
}

/* line 65, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-11 {
  background-color: #51ddfc;
}

/* line 69, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.theme.col-12 {
  background-color: #80e8d1;
}

/* line 73, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_grids.scss */
.card {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  /* line 9, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .container {
    max-width: 1400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 16, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 22, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .row {
    flex-direction: row;
  }
  /* line 26, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  [class^=col] {
    display: flex;
    justify-content: center;
    margin-top: 0;
    align-items: center;
  }
  /* line 33, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  [class^=col] + [class^=col] {
    margin-left: 10px;
  }
  /* line 37, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-1 {
    flex-basis: 8.33%;
  }
  /* line 41, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-2 {
    flex-basis: 16.67%;
  }
  /* line 45, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-3 {
    flex-basis: 25.00%;
  }
  /* line 49, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-4 {
    flex-basis: 33.33%;
  }
  /* line 53, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-5 {
    flex-basis: 41.67%;
  }
  /* line 57, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-6 {
    flex-basis: 50.00%;
  }
  /* line 61, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-7 {
    flex-basis: 58.33%;
  }
  /* line 65, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-8 {
    flex-basis: 66.67%;
  }
  /* line 69, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-9 {
    flex-basis: 75.00%;
  }
  /* line 73, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-10 {
    flex-basis: 83.33%;
  }
  /* line 77, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-11 {
    flex-basis: 91.67%;
  }
  /* line 81, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .col-12 {
    flex-basis: 100%;
  }
  /* line 85, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .nav {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  /* line 91, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .nav-link {
    flex-basis: 100px;
  }
  /* line 95, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .btn {
    padding: 10px 30px;
  }
  /* line 99, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .btn + .btn {
    margin-left: 10px;
  }
  /* line 103, ../../../Documents/Treehouse_Learning_Files/style_guide_v7/scss/components/_media-queries.scss */
  .logo {
    margin-left: initial;
    margin-right: initial;
  }
}

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