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

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

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

body {
  color: #454545;
  font: 16px/1.3 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif; }

a {
  color: #337ab7;
  text-decoration: none; }

abbr {
  font-weight: 500; }

address {
  font-style: normal;
  line-height: 1.4;
  margin: 5.33333px 0; }

h1 {
  color: #333333;
  font-size: 48px;
  font-weight: 500; }

h2 {
  color: #757575;
  font-size: 24px;
  font-weight: 400; }

h3 {
  color: #333333;
  font-size: 28px;
  font-weight: 400; }

h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 400; }
  h4 span,
  h4 a {
    color: #999; }

h5 {
  color: #757575;
  font-size: 16px;
  font-weight: 400; }

hgroup {
  margin: 5.33333px 0 10.66667px 0; }

hr {
  background-color: #DEDEDE;
  border: 0 none;
  display: block;
  height: 3px;
  margin: 32px 0 4.57143px; }

img {
  display: block;
  max-width: 100%; }

p {
  margin: 0 0 5.33333px; }
  p:last-child {
    margin: 0; }

table {
  width: 100%; }

ul {
  list-style: none;
  margin: 10.66667px 0;
  padding: 0;
  /*li{
		margin-bottom: $gutter/3;
		position: relative;
		padding-left: $gutter + $gutter/4;

		&:before{
			background-color: $border-color;
			border-radius: 50%;
			content: '';
			display: block;
			height: 4px;
			width: 4px;

			position: absolute;
			left: $gutter/3;
			top: $gutter/3;
			// top: 50%;
			// margin-top: -2px;
		}

		&:last-child{
			margin-bottom: 0;
		}
	}*/ }

.row {
  overflow: hidden;
  margin: 0; }

[class="col-"],
[class*="col-"] {
  float: left;
  padding: 0 8px; }

[class="col-"]:first-child,
[class*="col-"]:first-child {
  padding-left: 0; }

[class="col-"]:last-child,
[class*="col-"]:last-child {
  padding-right: 0; }

.col-1 {
  width: 25%; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 75%; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.container {
  margin: 0 auto;
  max-width: 640px;
  padding: 96px 16px;
  width: 100%; }

.cv-header {
  background-color: #F2F2F2;
  color: #757575;
  padding: 16px; }
  .cv-header .cv-picture {
    float: left;
    margin: 0 20px 0 0; }
    .cv-header .cv-picture img {
      background-color: white;
      border-radius: 50%;
      display: block;
      height: auto;
      padding: 4px; }
  .cv-header h1 {
    margin: 0; }
  .cv-header h2 {
    margin: 0; }

section .row {
  padding: 16px; }
  section .row:nth-child(odd) {
    background-color: #F7F7F7; }

section .section-title {
  margin: 32px 0 5.33333px;
  position: relative; }
  section .section-title:after {
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1.5px auto 0; }
  section .section-title h3 {
    background-color: white;
    display: inline-block;
    margin: 0 0 0 16px;
    padding: 0 16px;
    position: relative;
    z-index: 10; }

section h4 {
  margin: 0; }

section h5 {
  margin: 2.66667px 0 2.66667px; }

section .label {
  color: #999;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  padding-left: 16px; }
  section .label.fix {
    margin-top: 5.33333px; }

section p:last-child {
  margin-bottom: 0; }

section ul:last-child {
  margin-bottom: 0; }

.portfolio-header img {
  display: block;
  margin: 0 auto; }

.portfolio-header hgroup,
.portfolio-header address {
  text-align: center; }

.portfolio-header address,
.portfolio-header h2 {
  color: #757575; }

.portfolio-header h1 {
  margin-bottom: 0; }

.portfolio-header h2 {
  margin-top: 4px; }

.portfolio-project:nth-child(odd) {
  background-color: #F7F7F7; }

.portfolio-project h3 {
  margin-bottom: 4px;
  margin-top: 32px; }

.portfolio-project p {
  color: #757575;
  line-height: 1.5; }

.portfolio-project ul {
  color: #999;
  font-size: 14px;
  margin-left: -8px;
  margin-right: -8px; }
  .portfolio-project ul li {
    display: inline-block;
    padding: 2px 8px;
    vertical-align: middle;
    /*&:first-child{
				padding-left: 0;
			}

			&:last-child{
				padding-right: 0;
			}*/ }

.portfolio-project figure {
  display: block;
  margin-bottom: 48px; }

.portfolio-project .description {
  padding: 4px 0; }

@media (max-width: 640px) {
  body {
    font: 14px/1.2 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif; }
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 20px;
    font-weight: 400; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 14px; }
  [class="col-"],
  [class*="col-"] {
    float: none;
    padding: 8px !important; }
  .col-1,
  .col-2,
  .col-3 {
    width: 100%; }
  .col-3 {
    padding-top: 0 !important; }
  .container {
    padding: 48px 16px; }
  .cv-header {
    text-align: center; }
    .cv-header .cv-picture {
      float: none; }
      .cv-header .cv-picture img {
        margin: 0 auto; }
  section .section-title {
    text-align: center; }
    section .section-title h3 {
      margin-left: 0; }
  section .label {
    padding-left: 0; }
    section .label.fix {
      margin-top: 0; }
  .portfolio-project ul {
    font-size: 12px; }
  .portfolio-project figure {
    margin-bottom: 16px; } }

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