@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

body {
  margin: 2em;
}

nowrap {
  white-space: nowrap;
}

.page {
  margin: auto;
}

.content {
  margin: 0 auto;
  text-align: center;
}

.content-item {
  margin: 0.8em auto;
}

.content-photo {
  margin: 2em auto 1em auto;
  width: 200px;
  height: 200px;
}

.content-about {
  max-width: 380px;
  margin-bottom: 0;
}

.content-social {
  margin-top: 0;
  margin-bottom: 0;
}
.content-social a {
  display: inline-block;
  padding: 0.8em 0.4em;
}

.content-languages {
  margin-top: 0;
}

.content-timeline {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.content-timeline a {
  color: inherit;
}
.content-timeline a:hover {
  text-decoration: none;
}
.content-timeline ul {
  padding: 0 40px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  /* centered vertical line */
}
.content-timeline ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 55px;
}
.content-timeline ul li {
  clear: both;
  display: block;
  width: 100%;
  position: relative;
  margin: 40px 0;
  height: 30px;
  /* ball on vertical line */
  /* the what */
  /* the year */
}
.content-timeline ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
}
.content-timeline ul li .what {
  position: absolute;
  top: -15px;
  margin-top: 8px;
  padding: 8px 12px;
  white-space: nowrap;
}
.content-timeline ul li .what:before, .content-timeline ul li .what:after {
  content: "";
  position: absolute;
  bottom: 50%;
  height: 0;
  width: 0;
}
.content-timeline ul li .what {
  left: 50%;
  margin-left: 35px;
}
.content-timeline ul li .what:before, .content-timeline ul li .what:after {
  right: 100%;
}
.content-timeline ul li .year {
  display: block;
}
.content-timeline ul li .year {
  text-align: right;
  margin-right: 50%;
  padding-right: 30px;
}

.content-projects-list {
  margin-bottom: 0;
  padding-bottom: 0.8em;
}

.content-projects {
  width: 400px;
  margin: 0 auto;
}
.content-projects h3 {
  margin: 9px 0 4px 0;
}

.content-project {
  margin: 10px 0 0 0;
  clear: both;
  height: 90px;
  border-radius: 10px;
}
.content-project .content-project-icon {
  float: left;
  display: block;
  width: 90px;
  height: 90px;
}
.content-project .content-project-icon img {
  width: 90px;
}
.content-project .content-project-words {
  float: right;
  display: block;
  width: 301px;
  height: 90px;
  margin: 2px 4px;
}
.content-project .content-project-platforms {
  float: right;
}

.content-project-copyright {
  margin: 0.8em 0;
}

@font-face {
  font-family: "icon";
  src: url("../font/icon.eot?79228147");
  src: url("../font/icon.eot?79228147#iefix") format("embedded-opentype"), url("../font/icon.woff?79228147") format("woff"), url("../font/icon.ttf?79228147") format("truetype"), url("../font/icon.svg?79228147#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon';
    src: url('../font/icon.svg?79228147#icon') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apple:before {
  content: "\e800";
} /* '' */
.icon-android:before {
  content: "\e801";
} /* '' */
.icon-coffee:before {
  content: "\e802";
} /* '' */
.icon-stackoverflow:before {
  content: "\e803";
} /* '' */
.icon-twitter:before {
  content: "\e804";
} /* '' */
.icon-linkedin:before {
  content: "\e805";
} /* '' */
.icon-github-circled:before {
  content: "\e806";
} /* '' */
.icon-tumblr:before {
  content: "\e807";
} /* '' */
body {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  line-height: 1.25;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
}

h1 {
  font-size: 2.5em;
  font-weight: 900;
}

h2 {
  font-size: 1.3em;
  font-weight: 400;
}

a {
  color: #00f;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

a.button-link {
  display: inline-block;
  padding: 0 3px;
}

a.button-link:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.content-photo {
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-image: url("../images/c-circle-200.jpg");
  background-size: 200px;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .content-photo {
    background-image: url("../images/c-circle-400.jpg");
  }
}
.content-languages,
.content-countries,
.content-blogs,
.content-social,
.content-timeline {
  color: #999;
}

.content-social a {
  font-size: 1.5em;
  color: inherit;
}
.content-social a:hover {
  color: #777;
}
.content-social a:nth-child(1):hover {
  color: #2daae1;
}
.content-social a:nth-child(2):hover {
  color: #007bb6;
}
.content-social a:nth-child(3):hover {
  color: #000;
}
.content-social a:nth-child(4):hover {
  color: #dc6c2e;
}
.content-social a:nth-child(5):hover {
  color: #36465d;
}

.content-timeline {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1);
}
.content-timeline ul {
  /* centered vertical line */
}
.content-timeline ul:before {
  width: 2px;
  margin-left: -1px;
  background: #ddd;
}
.content-timeline ul li {
  /* ball on vertical line */
  /* the what */
  /* the year */
}
.content-timeline ul li:before {
  margin-left: -6px;
  margin-top: -6px;
  padding: 6px;
  background: #ddd;
  border-radius: 10px;
}
.content-timeline ul li .what {
  background: white;
  background-size: 100% 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border-color: white;
  /* themes for each job */
}
.content-timeline ul li .what:before, .content-timeline ul li .what:after {
  margin-bottom: -8px;
  border-width: 8px;
  border-color: transparent;
  border-style: solid;
}
.content-timeline ul li .what.raisingmyson:hover {
  background: rgb(76, 176, 234);
  border-color: rgb(76, 176, 234);
  color: #fff;
}
.content-timeline ul li .what.jyve:hover {
  background-color: #36cfae;
  border-color: #36cfae;
  color: #05363c;
}
.content-timeline ul li .what.jyve:hover .secondary {
  color: #831a17;
}
.content-timeline ul li .what.google:hover {
  background: linear-gradient(to right, #3369e8 0, #3369e8 25%, #d50f25 0, #d50f25 50%, #eeb211 0, #eeb211 75%, #009925 0, #009925 100%);
  border-color: #3369e8;
  color: #fff;
}
.content-timeline ul li .what.couchsurfing:hover {
  background-color: #d4490b;
  border-color: #d4490b;
  color: #fff;
}
.content-timeline ul li .what.commbank:hover {
  background-color: #f5bf33;
  border-color: #f5bf33;
  color: #1a1818;
}
.content-timeline ul li .what.threesixty:hover {
  background-color: #a02b2a;
  border-color: #a02b2a;
  color: #e9f0f3;
}
.content-timeline ul li .what.vivalamobile:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.content-timeline ul li .what.vivalamobile:hover .secondary {
  color: #831a17;
}
.content-timeline ul li .what:before, .content-timeline ul li .what:after {
  border-top-color: transparent;
  border-right-color: inherit;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.content-timeline ul li .what:before {
  margin-right: 1px;
  border-right-color: rgba(0, 0, 0, 0.1);
}
.content-timeline ul li .year {
  line-height: 31px;
  color: #aaa;
}

.content-projects-list {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1);
}

.content-projects {
  color: #333;
  text-align: left;
  font-size: 0.95em;
  -webkit-text-size-adjust: none;
}

.content-projects h3 {
  font-size: 1.1em;
  text-align: right;
  color: #999;
}

.content-project-words h4 {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.content-project-platforms,
.content-project-platforms a {
  color: #999;
}

.content-project-platforms a:hover i.fa-apple {
  color: #000;
}

.content-project-platforms a:hover i.fa-android {
  color: #b3c833;
}

.content-project {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.content-project-icon img {
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.content-project-copyright {
  font-size: 0.7em;
  text-align: justify;
}
