/* Colors:
   white: #fff
   black: #000
   slate: #333
   grave: #EEE
   cooli: #99ddbb
*/

body {
  background-color: #333;
}

h1, h2, h3, h4, h5 {
  color: #99ddbb;
}

ul {
  list-style-type: none;
}

a {
  color: rebeccapurple;
}

footer p {
  color: #EEE;
}

.brief p {
  color: #EEE;
}

.details ul {
  color: #EEE;
}

.details .development.photo {
  background-image: url('/static/images/annie-spratt.jpg');
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .details .development.photo {
    height: 150px;
  }
}

.details .consulting.photo {
  background-image: url('/static/images/jose-miguel.jpg');
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: bottom;
}

@media (max-width: 768px) {
  .details .consulting.photo {
    height: 150px;
  }
}

.card .card-header {
  background-color: #555;
  color: #EEE;
}

.card .card-body {
  background-color: #444;
  color: #EEE;
}
