@font-face {
  font-family: 'cpro';
  src: url('assets/cr.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cpro';
  src: url('assets/cm.woff');
  font-weight: 500;
  font-style: normal;
}
body {
  padding: 15px;
  font-family: "cpro", Monaco, monospace;
  text-align: center;
}
h1 {
  font-size: 2em;
  margin: 0px;
  padding: 25px 0 15px 0;
}
p {
  margin: 0px;
}
.profession span {
  display: block;
}
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('rashiq-blur.jpg?v=1')  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;
}
.profession {
  margin-top: 6px;
  line-height: 2em;
}
.profession a {
  color: #000;
}
.profession a:hover {
  text-decoration: none;
  color: #3f51b5;
}
.uni a {
  color: #000;
}
.uni a:hover {
  text-decoration: none;
  color: #3f51b5;
}
.profession a, .uni a {
  padding: 4px;
  background-color: #F4FEFE;
}
.social {
  max-width: 400px;
  margin: 0 auto;
  table-layout: fixed;
}
.social a {
  color: inherit;
}
.social a:hover {
  color: #3f51b5;
  text-decoration: none;
}
.social p {
  padding-top: 6px;
}
.twit:before {
  content: "\f099";
}
.link:before {
  content: "\f0e1";
}
.social img {
  height: 56px;
}
.social img:hover {
  content: url('assets/devpost_hover.png');
}
#pixel {
  height: 1px !important;
  width: 1px !important;
  border-width: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@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;
  }
  .profession {
    margin-top: 8px;
  }
  .uni {
    line-height: 2em;
  }
  .profession a, .uni a {
    font-size: 12px;
  }
  .fa-4x {
    font-size: 3em;
  }
  .social img {
    height: 42px;
  }
}