@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
  background-color: gold;
  font-family: 'Roboto';
  padding-bottom: 20px;
}
.main {
  padding-top : 60px;
}

.grid {
  padding-top : 60px;

}

.grid img {
      padding-top : 10px;
      // float: left;
      width: 310px;
      height: 200px;
    }

.bs-social {
  text-align: center;
}
.bs-social-buttons {
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.bs-social-buttons li {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px;
}
.bs-social-buttons .twitter-follow-button {
  width: 225px !important;
}
.bs-social-buttons .twitter-share-button {
  width: 98px !important;
}
/* Style the GitHub buttons via CSS instead of inline attributes */
.github-btn {
  border: 0;
  overflow: hidden;
}


