@charset "UTF-8";
/* Fonts */
/* Other */
/* Transitions */
/*! 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.
 */
/* line 9, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 33, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 54, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 67, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 77, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 252, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 266, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 277, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 290, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 302, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 322, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 334, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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`.
 */
/* line 346, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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).
 */
/* line 357, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -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).
 */
/* line 370, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 390, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
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.
 */
/* line 408, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 6, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.reset.scss */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.shared.scss */
.padding {
  padding: 40px 0;
}

/* line 5, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_generic.shared.scss */
video {
  width: 100%    !important;
  height: auto   !important;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.page.scss */
html {
  font-size: 16px;
  line-height: 22px;
  font-family: "Arial", sans-serif;
  padding: 0;
  margin: 0;
  text-rendering: auto;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.page.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.text.scss */
h1 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 25px;
}

/* line 7, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.text.scss */
h2 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 25px;
}

/* line 29, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.text.scss */
p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 25px;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.links.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666666;
}

/* line 6, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.links.scss */
a:hover, a:focus, a:active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #333;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.images.scss */
img {
  width: 100%;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.quotes.scss */
blockquote {
  quotes: "“" "”";
}

/* line 4, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.quotes.scss */
blockquote p {
  text-indent: -0.42em;
  margin-bottom: 10px;
  display: block;
}

/* line 7, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.quotes.scss */
blockquote p:before {
  content: open-quote;
}

/* line 11, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.quotes.scss */
blockquote p:after {
  content: no-close-quote;
}

/* line 15, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.quotes.scss */
blockquote p:last-of-type {
  margin-bottom: 10px;
}

/* line 18, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_elements.quotes.scss */
blockquote p:last-of-type:after {
  content: close-quote;
}

blockquote cite {
  font-size: 12px;
  line-height: 18px;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_objects.wrappers.scss */
.wrapper {
  margin: 0 auto;
  width: 90%;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.header {
  padding: 40px 0 50px;
  -webkit-box-shadow: -1px 4px 17px 0px rgba(0, 0, 0, 0.75);
          box-shadow: -1px 4px 17px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 9;
}

/* line 7, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.header__logo {
  float: right;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  z-index: 11;
}

/* line 15, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.header__nav {
  float: left;
}

@media only screen and (max-width: 767px) {
  /* line 15, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
  .header__nav {
    padding: 100px 5% 0;
  }
}

/* line 22, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.header__nav ul {
  list-style-type: none;
}

/* line 25, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.header__nav ul li {
  float: left;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 25, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
  .header__nav ul li {
    float: none;
    margin: 0;
  }
}

/* line 34, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.header__nav ul li a {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  /* line 34, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
  .header__nav ul li a {
    padding: 10px 0;
    display: block;
  }
}

/* line 44, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.header__nav ul li a:hover, .header__nav ul li a:active, .header__nav ul li a:focus {
  color: #666666;
}

/* line 53, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.open-button {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  cursor: pointer;
  border-bottom: 0;
  top: 45px;
  left: 5%;
  z-index: 9999;
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 53, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
  .open-button {
    display: none;
  }
}

/* line 70, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.open-button:hover {
  border-bottom: 0;
}

/* line 75, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.open-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 89, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.open-button span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

/* line 94, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.open-button span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

/* line 99, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.open-button span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

/* line 104, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.open-button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

/* line 110, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.open-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

/* line 115, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.open-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 19px;
  left: 8px;
}

/* line 121, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.mobile-menu {
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  min-height: 100%;
  height: 100%;
  background: #FFFFFF;
  position: fixed;
  -webkit-transform: translateX(-1000px);
      -ms-transform: translateX(-1000px);
          transform: translateX(-1000px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  /* line 121, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
  .mobile-menu {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    min-height: auto;
    height: auto;
    padding: 0;
    width: auto;
    background: transparent;
    display: block;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

/* line 151, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.header.scss */
.mobile-menu.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* line 3, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.footer.scss */
.footer p {
  font-size: 12px;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.home.scss */
.home {
  height: 155px;
  background: url("../img/home-banner.jpg") repeat-x;
  background-size: cover;
  margin-bottom: 20px;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
.work-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 8, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
.work__item {
  width: 32%;
  margin-bottom: 45px;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 2%;
}

@media only screen and (max-width: 767px) {
  /* line 8, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
  .work__item {
    width: 100%;
  }
}

/* line 20, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
.work__item:nth-child(3n) {
  float: right;
  padding: 0;
  margin-right: 0;
}

/* line 27, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
.work__item:hover img {
  opacity: 0.7;
}

/* line 32, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
.work__item img {
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 39, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
.video-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 44, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
.video-grid .project__image {
  width: 100%;
  margin-bottom: 10px;
}

/* line 50, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
.video-grid div {
  padding: 0 40px 20px 0;
  width: 33%;
  float: left;
}

@media only screen and (max-width: 767px) {
  /* line 50, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
  .video-grid div {
    width: 100%;
    padding: 0 0 20px;
  }
}

/* line 64, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.work.scss */
.project__image {
  width: 40%;
  margin-bottom: 5px;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.popup.scss */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

/* Inner */
/* line 12, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.popup.scss */
.popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 2px 6px black;
          box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  background: #fff;
}

/* Close Button */
/* line 26, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.popup.scss */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

/* line 45, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_components.popup.scss */
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  -ms-transform: translate(50%, -50%) rotate(180deg);
      transform: translate(50%, -50%) rotate(180deg);
  background: black;
  text-decoration: none;
}

/* line 1, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_trumps.generic.scss */
.hidden {
  position: absolute;
  left: -9999px;
}

/* line 6, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_trumps.generic.scss */
.hide-text {
  text-indent: -9999px;
}

/* line 10, /Users/joeyre/Documents/Websites/kyewilson-v2/src/sass/_trumps.generic.scss */
.clear {
  clear: both;
  display: block;
}

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