#jumbo1 {
  text-align: left;
  background-image: url('../images/b.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;
  color: black;
}
#jumbo2 .col-md-4 {
  margin-top: 35px;
}
.jumbotron hr {
  width: 30%;
  height: 3px;
  border: 0 none;
  background: #5a5a5a;
  padding-bottom: 0px;
  margin: auto;
  margin-bottom: 20px;
}
hr{
  height: 1px;
  border: 0 none;
  background: #5a5a5a;
  padding-bottom: 0px;
  margin: auto;
  margin-bottom: 20px;
}
.jumbotron img {
  width: 200px;
  height: auto;
  vertical-align: middle;
  border: 10px solid #eeee;
  border-radius: 50%;
}
.jumbotron p {
  margin-top: 10px;
  text-align: left;
}
.button {
  background-color:rgb(34, 58, 165); 
  border : none;
  border-radius: 12px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 130px;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

#intro p{
  color: black;
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
text-align: left;
}

/*For Experience photo*/
.col-md-6 img{
  align-content: center;
  width:85%;
  height:100%;
  border: 2px solid black;
}

@media (max-width: 767px) {
  .jumbotron {
    margin-top: 25px;
  }
  #jumbo2 p {
    margin-top: 15px;
    text-align: center;
  }
  #sep{
    border-bottom: 2px solid black;
  }
  #vid{
    width: 250px;
    height: 180px;
  }
}
#vol{
  border: 2px solid black;
}

.resume .col-md-2{
  background-color: darkgray;
  border: 1px solid;
  border-color: black;
  border-radius: 8px;
}