body {
  font-family: 'Dosis', sans-serif;
  width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  margin-top: 50px;
  background-color: #f4f4f4;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left; }
  @media (max-width: 700px) {
    body {
      width: auto; } }

h1 {
  text-transform: uppercase;
  font-size: 38px;
  /* was 36px */
  font-weight: bold;
  color: rgb(85, 85, 85);
  line-height: 1em;
  margin: 0;
  padding: 5px 10px;
  border-radius: 6px; }
  @media (max-width: 700px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 20px;
  font-weight: normal;
  color: rgb(85, 85, 85);
  line-height: 1em;
  margin: 10px;
  padding: 5px 0;
  border-radius: 6px;
  margin-bottom: 40px; }
  @media (max-width: 700px) {
    h2 {
      font-size: 14px;
      margin: 10px 0; } }

h2 a {
  margin: -5px 0;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
  color: rgb(85, 85, 85); }
  @media (max-width: 700px) {
    h2 a {
      padding: 4px; } }

h3 {
  text-align: left;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border-radius: 5px 5px 0 0;
  font-weight: normal;
  color: rgb(85, 85, 85);
  font-size: 20px;
  margin-bottom: 0; }

.solutions {
  background: rgba(243, 114, 44, 0.7); }
  .solutions:hover {
    background: #f3722c; }

#solutions em {
  background: rgba(243, 114, 44, 0.2); }

.software {
  background: rgba(249, 199, 79, 0.7); }
  .software:hover {
    background: #f9c74f; }

#software em {
  background: rgba(249, 199, 79, 0.2); }

.data {
  background: rgba(144, 190, 109, 0.7); }
  .data:hover {
    background: #90be6d; }

#data em {
  background: rgba(144, 190, 109, 0.2); }

.ideas {
  background: rgba(67, 170, 139, 0.7); }
  .ideas:hover {
    background: #43aa8b; }

#ideas em {
  background: rgba(67, 170, 139, 0.2); }

section {
  margin: 10px; }

section.word ul, section.word p {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px 5px 10px;
  margin: 0;
  color: rgb(85, 85, 85);
  line-height: 1.5em;
  font-size: 18px; }

section.word em {
  font-style: normal;
  border-radius: 3px;
  padding: 0 3px; }

section.word p:first-of-type {
  padding-top: 15px;
  border-top-right-radius: 5px; }

section.word p:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 15px; }

section.word a {
  text-decoration: none;
  font-weight: bold;
  color: rgb(85, 85, 85); }
  section.word a:hover {
    text-decoration: underline; }

section ul li {
  margin: 0;
  padding: 0;
  margin-left: 25px; }

div.card {
  width: 100%; }

section.card {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  color: rgb(150,150,150);
  text-align: left;
  margin-top: 30px; }
  section.card figure {
    padding: 5px;
    background: rgb(240, 239, 239);
    margin: 0;
    display: inline-block; }
    section.card figure img {
      margin: 0;
      width: 200px;
      border-radius: 5px;
      border: 3px solid rgba(255, 255, 255, 0.7); }
      @media (max-width: 700px) {
        section.card figure img {
          width: 100px; } }
    section.card figure figcaption {
      text-align: center;
      color: rgb(150, 150, 150); }
      @media (max-width: 700px) {
        section.card figure figcaption {
          font-size: 10px; } }
  section.card div.contact {
    float: right; }
    section.card div.contact h3, section.card div.contact h4 {
      text-align: right;
      color: rgb(150, 150, 150);
      margin: 0;
      font-size: 24px;
      padding: 5px 10px 5px 10px;
      font-weight: normal; }
      @media (max-width: 700px) {
        section.card div.contact h3, section.card div.contact h4 {
          font-size: 20px; } }
    section.card div.contact h3 {
      font-weight: bold; }
    section.card div.contact p {
      text-align: right;
      padding: 5px 10px;
      margin: 0;
      font-size: 18px; }
      @media (max-width: 700px) {
        section.card div.contact p {
          font-size: 16px; } }
      section.card div.contact p a {
        color: rgb(150, 150, 150);
        text-decoration: none; }
        section.card div.contact p a:hover {
          text-decoration: underline; }

p.footer {
  font-size: 14px;
  color: rgba(150,150,150, 0.825);
  margin-top: 40px; }