html {
  background-color: #263238;
}

body {
  font-family: 'Roboto Mono', monospace;
  font-size: 75%;
  padding-bottom: 25px;
}

section {
  background-color: #263238!important;
}

.image img {
  margin: 0 auto;
}

h1.project-title {
  font-size: 14px;
}

h3 {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: bold;
  color: #BDBDBD;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h3.project-title {
  color: #34363f;
}

ul li {
  margin-bottom: 10px;
  color: #B2CCD6;
}

a {
  color: cadetblue;
}

a:hover {
  color: #EFEFEF;
}

a.project-link:hover {
  color: #333333;
}

.project {
  margin-bottom: 15px;
}

.project-description {
  padding: 25px;
}

a.email {
  color: midnightblue !important;
}

a.social {
  color: #EFEFEF;
}

a.social:hover {
  color: #333333;
}

.section .column {
  padding: 10px 15px;
}

i.fa {
  font-size: 20px;
  margin-left: 5px;
}
