body {
  font-family: Avenir, sans-serif;
}

.navbar-default {
  background-color: #f25156;
  border-color: #f25156;
}

.navbar-default a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.jumbotron {
  margin-top: 50px;
  background-image:url("../img/jumbotron.jpg");
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.jumbotron .container {
  color: #fff;
  position: relative;
  top: 100px;
}

.jumbotron h1 {
  font-family: Avenir, sans-serif;
  font-weight: bold;
  font-size: 70px;
  text-shadow: black 2px 2px;
}

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

#about, .portfolio, .contact {
    padding: 20px;
}

.container {
  padding-top: 40px;
}

h2 {
    font-size: 28px;
    font-weight: bold;
}

#about p {
    font-size: 22px;
}

#about li {
    font-size: 18px;
}

#about img {

  margin: auto;
  border-radius: 25%;
}

#experience .project{
    margin: 0px;
}

#experience .position {
    font-style: italic;
    font-size: 10px;
}

#experience .row {
  padding: 20px 0px;
}

#experience .thumbnail {
    padding: 20px;
    text-align: center;
}

#experience img {
  border-radius: 0%;
}

#portfolio .row {
  padding: 20px 0px;
}

#portfolio .thumbnail {
    padding: 20px;
    text-align: center;
}

#portfolio img {
  border-radius: 0%;
}

#contact {
  background-color: #f7f7f7;
}

#contact h3 {
  font-size: 18px;
  font-weight: bold;
}

#contact a {
  color: #00b0ff;
}

#contact p {
  padding: 10px 0px;
  font-size: 14px;
}

.thumbnail:hover {
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.img-center {
  height: 500px;
  padding: 10px 0px;
  display: block;
  margin: 0 auto;
}

#title-center {
  text-align: center;
}

@media only screen and (max-width: 767px) {

   .jumbotron h1 {
      font-size: 3em;
   }

}
