/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,500&subset=latin,latin-ext");
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 {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  transition: background 0.3s, color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div, header, article, section, footer, nav {
  position: relative;
}

a {
  text-decoration: underline;
  color: inherit;
}

h2 a
{
     text-decoration: none;
}

body, html {
  width: 100%;
  height: 100%;
  font: 100 3vw "Roboto", sans-serif;
  background-color: #eee;
  color: #333;
  text-align: center;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.wrapper > div {
  display: table-cell;
  vertical-align: middle;
}

.foto {
  display: block;
  margin: 0.5em auto;
  width: 5em;
  height: auto;
}

.social {
  margin-top: -1.0em;
}

.social .item {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.15em;
  border: 0.1em solid #eeeeee;
  margin-left: 5em;
  background: url("../img/linkedin.png") 50% 50%/cover no-repeat;
}

h1 {
  text-transform: uppercase;
}

h1 span {
  font-weight: 500;
}

h1 small {
  text-transform: none;
}

h2 {
  font-size: 80%;
  opacity: 0.6;
}

p {
  font-size: 50%;
  margin: 0.3em 0;
}

@media screen and (max-width: 770px) {
  body {
    font-size: 8vw;
  }
}
