html {
  height: calc(100% + 100px);
}
body {
  padding: 15px;
  font-family: "Comfortaa", Arial, Helvetica, sans-serif;
  text-align: center;
  min-height: calc(100% + 100px);
}
h1 {
  font-size: 2em;
  margin: 0px;
  padding: 25px 0 15px 0;
}
p {
  margin: 0px;
}
td {
  border: 1px solid #ddd;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.main {
  margin: 50px auto 30px;
  width: 70%;
}
.avatar {
  height: 12em;
  width: 12em;
  background: url('../img/crop-pfp.jpg')  no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  margin: auto;
}
.subtitle {
  font-size: 1.5em;
}
.uni a, h1 a {
  color: #000;
  padding: 4px;
  background-color: #EDFFFF;
}
.uni a:hover, h1 a:hover {
  text-decoration: none;
  color: #3f51b5;
}
.social {
  max-width: 500px;
  margin: 0 auto 40px auto;
  table-layout: fixed;
}
.social a {
  color: inherit;
}
.social a:hover {
  /* color: #880000; */
  text-decoration: none;
}
.social p {
  padding-top: 6px;
}
.twit:before {
  content: "\f099";
}
.link:before {
  content: "\f0e1";
}
.social img {
  height: 64px;
  filter: brightness(0) saturate(100%);
}
/* .social a:hover img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(65%) saturate(5640%) hue-rotate(357deg) brightness(89%) contrast(113%);
  filter: brightness(0) invert(1);
} */
td:hover {
  background: #f5c1c1;
}
.dropdown {
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  background: #f5c1c1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-content p {
  padding-top: 6px !important;
  margin-top: 6px !important;
  border-top: 1px solid #ddd;
}
@media (max-width:520px) {
  h1 {
    padding-bottom: 20px;
    font-size: 1.8em;
  }
  td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .main {
    margin: 30px auto 30px;
  }
  .social {
    margin-bottom: 50px;
  }
  .social p {
    padding-top: 6px;
    font-size: 12px;
  }
  .uni {
    line-height: 2em;
  }
  .uni a {
    font-size: 12px;
  }
  .fa-4x {
    font-size: 3em;
  }
}