/*
Navigation
*/

.navbar {
  background-color: #5b4650;
}

/*
Header/Banner
*/

.jumbotron {
  min-height: 400px;
  background: linear-gradient(#5b4650, transparent 90%), linear-gradient(0deg, #fff, transparent 90%), url('https://farm8.staticflickr.com/7567/16302282446_8268da7ee4_z.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 0;
}

/*
Brand Messaging
*/

.quote {
  color: #69636b;
  margin: 20px 0 30px;
  padding: 30px 0;
  font-family: 'Satisfy', cursive;
  border-top: 1px solid #6c6d79;
  border-bottom: 1px solid #6c6d79;
}

/*
About Me
*/

#about {
  border-bottom: 1px solid #6c6d79;
  padding: 30px 0;
}

/*
Projects
*/

#projects {
  border-bottom: 1px solid #6c6d79;
  padding: 30px 0;
}

#projimgs li {
  float: left;
  width: 45%;
  margin: 2.5%;
  transition: all .6s ease-in;
}

#projimgs li a {
  text-decoration: none;
}

#projimgs li:hover {
  transform: scale(1.07);
}

#projimgs li h3 {
  font-size: 1.5em;
  padding-top: 10px;
  color: white;
}

#projimgs li p {
  color: white;
  padding: 0 5px;
}

#projimgs li.globe {
  background-color: #2a272a;
}

#projimgs li.cookie {
  background-color: #474741;
}

#projimgs li.pet {
  background-color: #362a30;
}

#projimgs li.jet {
  background-color: #544e4e;
}

/*
Background
*/

#background {
  padding: 30px 0 50px;
}

.background-header {
  font-size: 1em;
  padding: 10px 0 5px;
  color: white;
  border-bottom: 2px dotted #fff;
}

#background p, #background ul li, #background ol li {
  color: white;
}

.background-intro {
  color: #000 !important;
}

.soft {
  background-color: #8c8282;
}

.lang {
  background-color: #b2b2a4;
}

.hobbies {
  background-color: #5b4650;
}

/*
Text
*/

.section-heading {
  font-family: 'Patua One', cursive;
  font-size: 1.75em;
  color: #8c8282;
  padding-bottom: 10px;
}

/*
Footer
*/

footer {
  background-color: #5b4650;
}
