@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

/* ROOT FONT STYLES */

* {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5;
}

a {
  color: #0366d6;
  text-decoration: none;
}

a:visited {
  color: #0366d6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* TYPOGRAPHY */

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

#first-row {
    margin-top: 25px;
}

#first-row h1{
    margin-top: 1px;
    margin-bottom: 1px;
}

#first-row h3{
    margin-top: 1px;
    color: #959da5;
}

#cv-link{
    font-size: large;
}

#last-row {
    margin-bottom: 50px;
}

#social-links {
    font-size: x-large;
    margin-top: 20px;
}

#social-links img {
    margin-right: 10px;
    height: 1em;
    width: 1em;
}

.emoji {
    height: 1em;
    margin-right: 5px;
}

.avatar {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    display: block;
    border-radius: 10%;
}

@media only screen and (min-width: 768px) { 
    .avatar {width: 100%;}
  }
