@import url(fonts/Lato.css);
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Lato', sans-serif;
  color: gray;
  min-height: 100vh;
  display: table; }

h1 {
  color: #be5000;
  font-size: 2em;
  padding: 1em 0 0.3em 0;
  margin-bottom: 0.3em; }

h2 {
  color: #333;
  font-size: 1.5em;
  text-align: left;
  padding: 1.5em 0 0.3em 0; }

h3 {
  padding: 0.5em 0 0.3em 0; }

table, tr, td {
  vertical-align: top; }

p {
  padding: 0.3em 0; }

ul {
  margin-left: 2em;
  line-height: 1.5em; }

a {
  color: #bf7429;
  text-decoration: none; }
  a:visited {
    color: #a26223; }
  a:hover {
    text-decoration: underline; }

header {
  text-align: center;
  display: table-cell;
  min-width: 15em;
  padding: 1em; }
  header h1 {
    color: #333; }
  header img.avatar {
    width: 100%;
    padding: 1em 0; }
  header .grid-avatar img {
    max-height: 5em;
    vertical-align: top; }
  header .grid-name {
    display: inline-block;
    margin-left: 1em;
    font-size: 120%; }
  header .name {
    color: #333;
    font-size: 230%;
    font-weight: bold; }
    header .name:hover {
      text-decoration: none; }

.contact {
  padding: 1.5em 0;
  background: #ffe; }
  .contact .social img {
    height: 3em; }
  .contact .social a {
    margin: 0.1em 0.5em; }
    .contact .social a:hover {
      text-decoration: none; }

nav {
  margin: 2em auto;
  display: inline-block; }
  nav a {
    text-align: left;
    padding: 0.5em;
    display: block;
    width: 8.5em;
    color: #bf7429;
    background: transparent;
    animation: NavItemOut 0.5s ease forwards; }
@keyframes NavItemOut {
  from {
    background: white; }
  to {
    background: transparent; } }
@keyframes NavItemIn {
  from {
    background: transparent; }
  to {
    background: white; } }
    nav a:visited {
      color: #bf7429; }
    nav a:hover {
      animation: NavItemIn 0s ease forwards;
      text-decoration: none; }
  nav .icon-container {
    width: 2em;
    height: 2em;
    margin-right: 0.3em;
    display: inline-block; }
    nav .icon-container img {
      height: 2em;
      width: 2em;
      text-align: center;
      vertical-align: middle; }
  nav .text {
    display: inline-block; }

main {
  background-color: #ffe;
  border-left: 1px dotted #bf7429;
  padding: 0 1em 1em 1em;
  text-align: left;
  display: table-cell;
  width: 100%; }

@media (max-width: 800px) {
  header {
    padding: 1em 0 0 0;
    display: block; }
    header img.avatar {
      max-height: 10em;
      width: auto;
      margin: 0 auto;
      display: block; }
    header .grid-name {
      font-size: 100%; }
    header > div {
      padding: 0.1em; }

  nav {
    margin: 1em auto; }
    nav a {
      display: inline-block;
      width: auto; }

  nav.shortcuts {
    display: none; }

  .contact {
    border: 1px dotted #bf7429; }
    .contact .social {
      margin-bottom: 0.5em; }
      .contact .social img {
        height: 3em; }
      .contact .social a {
        margin: 0.1em 1em; }

  main {
    padding: 0.5em;
    width: auto;
    display: block; } }
.project .technologies .tech, .project .versions a {
  padding: 0.1em 0.2em;
  line-height: 2em;
  margin: 0.1em; }

.project .technologies ul, .project .versions ul, .project .images ul {
  margin: 0;
  display: inline; }
.project .technologies li, .project .versions li, .project .images li {
  display: inline; }

.project h2 {
  border: 0;
  padding: 0 0 0.3em 0; }
.project section {
  padding: 1em 0; }
.project .technologies {
  padding: 0.5em 0; }
  .project .technologies .tech {
    border: 1px solid black;
    color: black;
    white-space: nowrap; }
.project .versions {
  padding: 0.5em 0; }
  .project .versions a {
    border: 1px solid #bf7429; }
    .project .versions a:hover {
      text-decoration: none;
      background: #bf7429;
      color: white; }
.project .images .container {
  display: inline-block;
  width: 15em;
  height: 10em;
  line-height: 10em;
  margin: 0.5em;
  text-align: center; }
.project .images img {
  max-width: 15em;
  max-height: 10em;
  vertical-align: middle; }

.portfolio table {
  line-height: 1.5em; }
  .portfolio table td:nth-of-type(2) {
    width: 100%; }
.portfolio .project {
  font-weight: bold;
  display: inline-block; }
.portfolio a.project {
  color: #bf7429;
  background: transparent;
  animation: NavItemOut 0.5s ease forwards; }
@keyframes NavItemOut {
  from {
    color: #6b4117;
    background: #ffb469; }
  to {
    color: #bf7429;
    background: transparent; } }
@keyframes NavItemIn {
  from {
    color: #bf7429;
    background: transparent; }
  to {
    color: #6b4117;
    background: #ffb469; } }
  .portfolio a.project:hover {
    animation: NavItemIn 0s ease forwards;
    text-decoration: none; }
.portfolio ul {
  margin-left: 2em;
  line-height: 1.5em; }
.portfolio span.name {
  font-weight: bold; }

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