body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.7em;
  font-size: 17.5px;
  opacity:0;
  transition: opacity 3s;
  -webkit-transition: opacity 3s; /* Safari */
}
html {
    background: url('images/profile.jpg') no-repeat 50% 50% fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
  color: #000000	;
}

.content {
  float: left;
  width: 42%;
  padding-top: 150px;
  padding-bottom: 0px;
  padding-left: 75px;
  text-align: left;
  overflow: auto;
  margin:auto;
}

#info {
  font-size: 1.1em;
}
#project {
  font-size: 1.1em;
}
#activity {
  font-size: 1.1em;
}
#fun {
  font-size: 1.1em;
}

.content .links {
  margin-bottom: 5em;
  font-size: 3vw;
  width: 100%;
}
@media (max-device-width: 768px) {
    .content .links {
    font-size: 5em; }
}

.content .links a {
    color: #000000;
    margin-right: 0.5em;
}
.content a {
  text-decoration: none; }

.content a:hover {
  font-style: italic;
  font-weight: bold;
}
.mail {
  text-decoration: none;
  color: #000000;
  font-size: 1.1em;
}
.northwestern {
    color: #4E2A84;
}
.hci {
  color: #8c1f1a;
}
.baidu {
  color: #2319dc;
}
.lend {
  color: #3c1b50;
}
.epic {
  color: #d52b34;
}
.nsh {
  color: #3a3a3c;
}
