
.jumbotron {
  text-align: center;
}

.jumbotron p {
  line-height: 27px;
}

.jumbotron.about {
  text-align: left;
  padding-top: 37px;

}

.bio {
  word-wrap: break-word
}

.img-container {
  display: inline-block;
  width: 270px;
  padding: 1%;
}

.img-resize {
  max-width: 100%;
  max-height: 100%;
  border: 0px solid black;
  border-radius: 5px;
}

.selfie {
  margin-top: -20px;
  width: 300px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin: -10px 20px 10px 0px;
}

.project-title {
  font-family: "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-weight: 100;
  font-size: 2em;
  text-align: center;
}

.navbar-brand {
  margin-left: 0px;
  color: rgb(220,220,220) !important;
  font-weight: 200;
}

.navbar-brand a:hover {
  text-decoration: none;
  color: rgb(220, 200, 255);

}

.youtube {
  display: inline-block;
  width: 560px;
  height: 315px;
  padding: 1%;
}

.navbar-brand>img {
  display: inline;
}

.phone-img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  padding-right: 10px;
}

.bio-paragraph {
  line-height: 27px;
}

span.navbar-brand.phone-number {
  padding-left: 50px;
}

.facebook-button {
  float: right;
  padding: 15px 10px 0px 0px;
}

.barnes-button {
  float: right;
  padding-right: 10px;
}

.footer {
  color: #9d9d9d;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #222;
}

@media (max-width: 1000px) {
  .navbar-brand {
    font-size: 1em;
  }
}

@media (max-width: 700px) {
  .project-title {
    font-size: 1.5em;
  }

  .navbar-brand {
    font-size: 1em;
  }

  .youtube {
    width: 392px;
    height: 220px;
  }

  .phone-img {
    padding-right: 5px;
    padding-left: 10px;
  }
}


@media (max-width: 590px) {
  .project-title {
    font-size: 1.5em;
  }

  .jumbotron p {
    font-size: 17px;
  }

  .navbar-brand {
    font-size: 0.7em;
  }

  .youtube {
    width: 255px;
    height: 138px;
  }

  .navbar-brand {
    padding-right: 5px;
  }

  .phone-img {
    padding-right: 5px;
    padding-left: 10px;
  }

  .navbar-toggle.collapsed {
    display: none;
  }

  span.navbar-brand.phone-number {
    padding-left: 0px;
  }
}

@media (max-width: 480px) and (min-width: 407px) {
  .selfie {
    margin: 0px 45px 10px 15px;
  }
}