@import url("https://fonts.googleapis.com/css?family=Lato|Roboto:700|Source+Code+Pro:500");
#top-container {
  display: inline-block;
  height: auto;
  width: 100%;
}
#top-container h1 {
  margin-top: 0;
}
#top-container #profile-pic {
  max-width: 40%;
  max-height: 150px;
  margin: 0 20px 20px 0 !important;
  border-radius: 50%;
}

#icons {
  text-align: center;
}
#icons a {
  color: #2626C7;
  transition: color 0.4s;
}
#icons a:hover {
  color: #EB3159;
}
#icons i {
  margin: 2rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 600px) {
  #icons i {
    margin: 0.5rem;
  }
  #top-container #profile-pic {
    display: none;
  }
}

/*# sourceMappingURL=home.css.map */
