body {
  background-color: #6E6460;
  margin-top: 5px;
  font-family: 'Bree Serif', serif;
}


#navigation {
  border: 1px solid #6E6460;
  background: #BCBFA3;
  box-shadow: 0 0 30px  #6E6460;
}

.navbar-default .navbar-nav > li > a {
  color: #6E6460;
  font-size: 20px;
}

.caption >a {
  color: #EB6841;
  text-shadow: 2px 2px 5px #EB6841;
}

.jumbotron {
  background-color: #BCBFA3;
}

#about {
  background-color: #6E6460;
  margin-top: .5%;
  box-shadow: 0 0 30px #4f4845;
}

#about-img {
  border: 6px solid #BCBFA3;
  margin-top: 10%;
  height: 250px;
  width: 250px;
}

#about-txt {
  margin-left: 10%;
  color: #F2F2F2;
}

#socialButtons {
  margin-left: 20%;
}

#socialButtons >a {
  color: #282523;
}

#socialButtons > a:hover {
  text-decoration: none;
  color: #1c1a18;
}

#portfolio {
  background-color: #6E6460;
  margin-top: .5%;
  box-shadow: 0 0 30px #4f4845;
}

.row {
  padding-top: 3%;
  padding-bottom: 3%;
}


h2 {
  text-shadow: 2px 2px 5px #6A4A3C;
  font-family: 'Bree Serif', serif;
  color: #BCBFA3;
  margin-left: 10%;
  font-size: 50px;
  
}

.caption > a:hover{
  text-decoration: none;
}



a > h2 {
  margin-left: 0%;
  font-size: 30px;
  color: #6E6460;
}

#portfolio > h2 {
  text-align: center;
  margin-right: 15%;
}

h2 > small {
  color: #BCBFA3;
}

.thumbnail {
  background-color: #F2F2F2;
}

.thumbnail > img {
  height: 300px;
}

footer {
  text-align: center;
  font-size: 20px;
  margin-right: 2%;
  padding: 2%;
  color: #6E6460;
}

p {
  color: #6E6460;
}