@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 68.75%;
}

header {
  background-image: radial-gradient(circle at top left, #4bfa32 0, #194be1 100%);
  color: #fff;
  padding: 3rem;
  text-align: center;
}
header .contact {
  display: flex;
  flex-flow: column wrap;
  margin-top: 1rem;
}
header .contact a {
  color: #fff;
}
header .contact .separator {
  display: none;
  font-weight: 700;
  margin: 0 1rem;
}

main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1em;
  font-weight: 400;
  padding: 3rem;
}

.flex-rows {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.interests .entry {
  display: inline;
}
.interests .entry:after {
  content: "   •   ";
}
.interests .entry:last-child:after {
  content: none;
}

h1 {
  font: 700 3rem "Montserrat", sans-serif;
  letter-spacing: -1;
  line-height: 1.5em;
}

h2 {
  font: 300 1.125rem "Montserrat", sans-serif;
  letter-spacing: 2;
  line-height: 1.3334em;
  text-transform: uppercase;
}

h3 {
  font: 600 2rem "Montserrat", sans-serif;
  letter-spacing: -1;
  line-height: 1.5em;
}

div {
  font-size: 1rem;
  line-height: 1.5rem;
}

a, p, span {
  font-size: 1rem;
  line-height: 2rem;
}

strong {
  font-weight: 700;
}

.secondary-text {
  color: #999;
}

.category {
  margin-top: 4rem;
}
.category.experience {
  margin-top: 0;
}
.category.experience p {
  margin-right: 4rem;
}
.category .gradient-line {
  background-image: linear-gradient(to right, #4bfa32, #194be1);
  height: 2px;
  margin-bottom: 2em;
  margin-top: 1em;
}

.entry {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 3em;
}
.education .entry {
  margin-bottom: 2rem;
}
.interests .entry {
  margin-bottom: 1rem;
}
.entry:last-child {
  margin-bottom: 0;
}
.entry p {
  margin-top: 1em;
}
.entry .company-icon {
  background-size: 3rem 3rem;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.entry .company-icon.ribbon {
  background-image: url(../img/ribbon-logo@1x.png);
}
@media screen and (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .entry .company-icon.ribbon {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/ribbon-logo@2x.png");
  }
}
@media screen and (min--moz-device-pixel-ratio: 2.25), (-o-min-device-pixel-ratio: 9/4), (-webkit-min-device-pixel-ratio: 2.25), (min-device-pixel-ratio: 2.25), (min-resolution: 2.25dppx) {
  .entry .company-icon.ribbon {
    /* on retina, use image that's scaled by 3 */
    background-image: url("../img/ribbon-logo@3x.png");
  }
}
.entry .company-icon.spotify {
  background-image: url(/img/spotify-logo@1x.png);
}
@media screen and (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .entry .company-icon.spotify {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/img/spotify-logo@2x.png");
  }
}
@media screen and (min--moz-device-pixel-ratio: 2.25), (-o-min-device-pixel-ratio: 9/4), (-webkit-min-device-pixel-ratio: 2.25), (min-device-pixel-ratio: 2.25), (min-resolution: 2.25dppx) {
  .entry .company-icon.spotify {
    /* on retina, use image that's scaled by 3 */
    background-image: url("/img/spotify-logo@3x.png");
  }
}
.entry .company-icon.att {
  background-image: url(/img/att-logo@1x.png);
}
@media screen and (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .entry .company-icon.att {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/img/att-logo@2x.png");
  }
}
@media screen and (min--moz-device-pixel-ratio: 2.25), (-o-min-device-pixel-ratio: 9/4), (-webkit-min-device-pixel-ratio: 2.25), (min-device-pixel-ratio: 2.25), (min-resolution: 2.25dppx) {
  .entry .company-icon.att {
    /* on retina, use image that's scaled by 3 */
    background-image: url("/img/att-logo@3x.png");
  }
}
.entry .company-icon.dod {
  background-image: url(/img/dod-logo@1x.png);
}
@media screen and (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .entry .company-icon.dod {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/img/dod-logo@2x.png");
  }
}
@media screen and (min--moz-device-pixel-ratio: 2.25), (-o-min-device-pixel-ratio: 9/4), (-webkit-min-device-pixel-ratio: 2.25), (min-device-pixel-ratio: 2.25), (min-resolution: 2.25dppx) {
  .entry .company-icon.dod {
    /* on retina, use image that's scaled by 3 */
    background-image: url("/img/dod-logo@3x.png");
  }
}
.entry .company-icon.goldmansachs {
  background-image: url(/img/goldmansachs-logo@1x.png);
}
@media screen and (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .entry .company-icon.goldmansachs {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/img/goldmansachs-logo@2x.png");
  }
}
@media screen and (min--moz-device-pixel-ratio: 2.25), (-o-min-device-pixel-ratio: 9/4), (-webkit-min-device-pixel-ratio: 2.25), (min-device-pixel-ratio: 2.25), (min-resolution: 2.25dppx) {
  .entry .company-icon.goldmansachs {
    /* on retina, use image that's scaled by 3 */
    background-image: url("/img/goldmansachs-logo@3x.png");
  }
}
.entry .company-icon.generalassembly {
  background-image: url(/img/generalassembly-logo@1x.png);
}
@media screen and (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .entry .company-icon.generalassembly {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/img/generalassembly-logo@2x.png");
  }
}
@media screen and (min--moz-device-pixel-ratio: 2.25), (-o-min-device-pixel-ratio: 9/4), (-webkit-min-device-pixel-ratio: 2.25), (min-device-pixel-ratio: 2.25), (min-resolution: 2.25dppx) {
  .entry .company-icon.generalassembly {
    /* on retina, use image that's scaled by 3 */
    background-image: url("/img/generalassembly-logo@3x.png");
  }
}
.entry .company-icon.columbia {
  background-image: url(/img/columbia-logo@1x.png);
}
@media screen and (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .entry .company-icon.columbia {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/img/columbia-logo@2x.png");
  }
}
@media screen and (min--moz-device-pixel-ratio: 2.25), (-o-min-device-pixel-ratio: 9/4), (-webkit-min-device-pixel-ratio: 2.25), (min-device-pixel-ratio: 2.25), (min-resolution: 2.25dppx) {
  .entry .company-icon.columbia {
    /* on retina, use image that's scaled by 3 */
    background-image: url("/img/columbia-logo@3x.png");
  }
}
.entry .company-icon.peddie {
  background-image: url(/img/peddie-logo@1x.png);
}
@media screen and (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .entry .company-icon.peddie {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/img/peddie-logo@2x.png");
  }
}
@media screen and (min--moz-device-pixel-ratio: 2.25), (-o-min-device-pixel-ratio: 9/4), (-webkit-min-device-pixel-ratio: 2.25), (min-device-pixel-ratio: 2.25), (min-resolution: 2.25dppx) {
  .entry .company-icon.peddie {
    /* on retina, use image that's scaled by 3 */
    background-image: url("/img/peddie-logo@3x.png");
  }
}

@media screen and (min-width: 320px) {
  html {
    font-size: 68.75%;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 75%;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 87.5%;
  }

  header .contact {
    display: block;
    flex-flow: unset;
  }
  header .contact .separator {
    display: inline;
  }

  main {
    flex-direction: row;
  }

  .flex-rows {
    flex-direction: row;
  }
  .flex-rows .interests .entry {
    display: block;
  }
  .flex-rows .interests .entry:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 900px) {
  main {
    margin: 0 auto;
    width: 50rem;
  }
}
@media print {
  html {
    font-size: 55%;
  }

  header {
    background-image: none;
    color: #000;
    padding: 1.5rem;
  }
  header .contact {
    display: block;
    flex-flow: unset;
  }
  header .contact a {
    color: #000;
  }
  header .contact .separator {
    display: inline;
  }

  main {
    margin: 0 auto;
    padding: 1.5rem;
    width: 50rem;
  }
  main .category .gradient-line {
    background-color: #000;
    background-image: none;
    height: 0.5px;
  }

  .entry .company-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .flex-rows {
    flex-direction: row;
  }
  .flex-rows .interests .entry {
    display: block;
  }
  .flex-rows .interests .entry:after {
    content: none;
  }
}

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