/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}

body {
  cursor: default;
}

div.portfolio.item {
  border-top: 1px solid #777;
  border-radius: 8px;
  margin-top: 18px;
  padding: 12px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 20%);
}

div.portfolio.item:hover {
  border-top: 1px solid #007;
  background: linear-gradient(to bottom, rgba(0, 91, 119, 0.05) 0%, rgba(0, 91, 119, 0.05) 1%, rgba(0, 91, 119, 0) 20%);
}

#portfolio-entries ul li {
  margin: 0;
  margin-left: -16px;
}

h2.section {
  text-align: left;
  color: #333;
  padding: 16px;
  margin: 0;
  /*margin-top: 64px;*/
}

.label2 {
  background: #eee;
  border-radius: 3px;
  padding: 3px 5px;
  font-weight: bold;
  color: #888;
  margin: 0 4px 4px 0;
  font-size: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.label2 {
  cursor: pointer;
  white-space: nowrap;
}

.label2:hover {
  color: black;
}

.label2.filterResults {
  background: #f70;
  color: #fff;
}

.label-programming-language {
  background: #eeeeee;
  color: #888888;
}

.label-database {
  background: #ffeeee;
  color: #aa8888;
}

.label-frameworks {
  background: #f4d3ff;
  color: #8800b5;
}

.label-programs {
  background: #ffd7b4;
  color: #c45c00;
}

.label-version_control {
  background: #eeffee;
  color: #88aa88;
}

.label-tools {
  background: #fadca6;
  color: #aa9671;
}

.label-language {
  background: #eeeeff;
  color: #8888aa;
}

.label-methodology {
  background: #ffeeff;
  color: #aa88aa;
}

.label-field {
  background: #eeffff;
  color: #88aaaa;
}

.label-hide {
  background: #ffd7b4;
  color: #c45c00;
}

.label-unknown {
  background: red;
  color: #aa9671;
}

body {
  background: url("/img/background.jpg") no-repeat fixed #e6e6e6;
  background-color: #e6e6e6 !important;
}

div.wrapper {
  background: white;
}

.highlight {
  background: yellow;
}

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