@font-face {
  font-family: 'Ubuntu', serif;
  font-style: normal;
  font-weight: 400;
}

body {
  background: linear-gradient(90deg, #fefefe 20px, transparent 1%) center, linear-gradient(#fefefe 20px, transparent 1%) center, #a7a7a7;
  background-size: 22px 22px;
  font-family: 'Ubuntu', sans-serif;
  overflow-x: hidden;
}

h1 {
  padding-bottom: 6px;
  border-bottom: solid 1px #5a5a5a;
}

h1, h2 {
  color: #5a5a5a;
}

a:link {
  color: #5a5a5a;
  text-decoration: none;
}

a:visited {
  color: #5a5a5a;
  text-decoration: none;
}

a:hover {
  color: #5a5a5a;
  text-decoration: none;
}

a:active {
  color: #5a5a5a;
  text-decoration: none;
}

#main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fefefe;
  margin-top: 60px;
  padding-bottom: 10px;
  max-width: 952px;
  margin: 0 auto;
}

#emaddr {
  float: right;
  color: #5a5a5a;
}

#emaddr p {
  margin: 0px;
}

#content {
  display: flex;
}

.content-direction-column {
  flex-direction: column;
}

#description {
  width: 672px;
  text-align: justify;
}

#description h2 {
  margin-top: 0px;
}

#description p {
  line-height: 26px;
}

#profile {
  flex-grow: 1;
  text-align: right;
}

#logos {
  display: flex;
  justify-content: center;
}

.logo {
  margin: 0 77px;
}

.footer {
  color: #5a5a5a;
  font-size: smaller;
  margin-top: 32px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
}

.footer-text a {
  margin-top: 5px;
  text-decoration: underline;
}

.projects-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.projects-table thead tr {
  background-color: #5a5a5a;
  color: #ffffff;
  text-align: left;
}

.projects-table th,
.projects-table td {
  padding: 12px 15px;
}

.projects-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.projects-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.projects-table tbody tr:last-of-type {
  border-bottom: 2px solid #5a5a5a;
  margin-top: 0;
}

.faq {
  text-align: justify;
  text-justify: inter-word;
}

.faq-entry {
  margin-top: 0;
  line-height: 22px;
}

.faq-link:link {
  text-decoration: none;
}

.faq-link:visited {
  text-decoration: none;
}

.faq-link:hover {
  text-decoration: underline;
}

.faq-link:active {
  text-decoration: none;
}

.jar-of-dirt-text {
  line-height: 26px;
}

#jar-of-dirt-disclaimer {
  color: #5a5a5a;
  font-style: italic;
}

#jar-of-dirt-quote {
  color: #5a5a5a;
  margin: auto;
  font-style: italic;
  line-height: 0.5;
}
