body {
  font-family: 'Roboto', sans-serif;
}

.subtitle {
  font-size: 1.2em;
  font-weight: bold;
}

p.copyright {
    color: #666;
    text-align: center;
    font-size: 1em;
}

ul.social {
    display: block;
    list-style-type: none;
    text-align: center;
    margin-top: 0px;
    padding-left: 0px;
}

ul.social li {
    font-size: 1em;
    display: inline;
    padding: 0 2%;
}

ul.social li a {
    color: #666;
    text-decoration: none;
}

ul.social li.facebook  a:hover {
    color: rgb(59, 89, 152);
}

ul.social li.twitter  a:hover {
    color: rgb(0, 0, 0);
}

ul.social li.youtube  a:hover {
    color: rgb(187, 0, 0);
}

ul.social li.linkedin  a:hover {
    color: rgb(0, 119, 181);
}

ul.social li.github a:hover {
  color: rgb(0, 0, 0);
}

ul.social li.stackoverflow a:hover {
  color: rgb(244,128,36);
}

ul.social li.xplore a:hover {
  color: rgb(0, 0, 0);
}

.center {
    text-align: center;
}

.avatar {
    vertical-align: middle;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding-bottom: 10px;
}