#jumbo1 {
  text-align: left;
  background-image: url('https://ayushi3571.github.io/index/images/Bighead.jpg');
  background-repeat: repeat-x;
  background-size: 70% 100%;
  margin: 0px;
  color: #fff;
}
.jumbotron {
  background-color: white;
}
.jumbotron h1 {
  color: #5a5a5a;
  text-decoration: none;
  font-weight: bold;
}
#jumbo1 h1 {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#jumbo2 {
  padding-top: 0px;
}
#jumbo2 .col-md-4 {
  margin-top: 35px;
}
#swift {
  color: #ffac45;
  font-weight: bold;
}
#ruby {
  color: #701516;
  font-weight: bold;
}
#github {
  color: #333;
}
#stripe {
  color: #635bff;
}
#shopify {
  color: #96bf48;
}
#wwdc {
  color: #1da1f2;
}
.jumbotron hr {
  width: 60%;
  height: 3px;
  border: 0 none;
  background: #5a5a5a;
  padding-bottom: 0px;
  margin: auto;
  margin-bottom: 20px;
}
.jumbotron img {
  width: 260px;
  height: auto;
  vertical-align: middle;
  border: 10px solid #eee;
  border-radius: 130px;
}
.jumbotron p {
  margin-top: 10px;
  text-align: left;
  font-weight: 300;
}
@media (max-width: 767px) {
  .jumbotron {
    margin-top: 25px;
  }
  #jumbo2 p {
    margin-top: 15px;
    text-align: center;
  }
  .navbar-right {
    visibility: hidden;
  }
  .profile-pic {
      width: 150px;
      height: 150px;
      border-radius: 50%;
    }
}
