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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.columns-1, .columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7, .columns-8, .columns-9, .columns-10, .columns-11, .columns-12 {
  float: left;
  display: block;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

.clearPadding {
  padding: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.columns-1 {
  width: 8.33333%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-2 {
  width: 16.66667%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-3 {
  width: 25%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-4 {
  width: 33.33333%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-5 {
  width: 41.66667%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-6 {
  width: 50%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-7 {
  width: 58.33333%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-8 {
  width: 66.66667%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-9 {
  width: 75%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-10 {
  width: 83.33333%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-11 {
  width: 91.66667%;
  max-width: 64em;
  padding-right: 1em;
}

.columns-12 {
  width: 100%;
  max-width: 64em;
  padding-right: 1em;
}

body {
  font-family: "source-code-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.125em;
  color: #298a42;
}

a {
  font-family: "source-code-pro",sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

hr {
  color: #123d1d;
  width: 100%;
  max-width: 64em;
}

article {
  padding-bottom: 2em;
}

.wrapper {
  width: 100%;
  max-width: 64em;
  margin: 0 auto;
}

.topBar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 6.25em;
  background-color: #99ffb3;
  z-index: 1;
}

.topBarClear {
  position: relative;
  margin-top: 100px;
}

.socialProfiles {
  margin: -85px auto 0 auto;
  float: right;
  font-family: "source-code-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.875em;
  line-height: 3.125em;
  display: inline;
}

.icon-twitter, .icon-linkedin, .icon-facebook, .icon-file-text {
  padding: 0.25em;
  color: #123d1d;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.icon-twitter:hover, .icon-linkedin:hover, .icon-facebook:hover, .icon-file-text:hover {
  color: #39bd5a;
}

.logo {
  width: 35.25391%;
  max-width: 64em;
  display: block;
  padding: 0 1em;
  margin: 30px auto 0 auto;
}

h1 {
  font-family: "source-code-pro",sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #123d1d;
  margin-bottom: 0.5em;
}
h1:before {
  content: '<';
}
h1:after {
  content: '>';
}

.skills {
  width: 100%;
  max-width: 64em;
  display: inline-block;
}
.skills .skill {
  float: left;
  margin-right: 2.5em;
  margin-bottom: 1em;
}

.bar {
  width: 75%;
  background: #298a42;
}

.fill {
  height: 1em;
  background: #78c88c;
}

.project {
  width: 24.41406%;
  max-width: 64em;
  margin: 2.5em;
  margin-top: 0;
  background: #99ffb3;
  float: left;
}
.project img {
  max-width: 100%;
  height: auto;
}
.project h3 {
  color: #298a42;
  font-family: "source-code-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  padding: 0.3125em;
}
.project a {
  color: #39bd5a;
  font-family: "source-code-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75em;
  padding: 0.3125em;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
.project a:hover {
  color: #78c88c;
}

.skillUsed {
  font-family: "source-code-pro",sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.75em;
  padding: 0.3125em;
}
