* {
  font-size: 1.2rem;
  color: #35301a;
  /* color: #484124; */
  margin: 0;
  padding: 0;
}

h1 {
  padding: 0;
  margin: 0;
}
.info-box {
  display: inline-block;
}
.info {
  display: flex;
  justify-content: space-between;
}

/* background-image: url("../images/dylan-gillis-533818-unsplash.jpg");  */
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: beige;
  background-image: url("../images/dylan-gillis-533818-unsplash.jpg");
  /* background-image: url("../images/daniel-h-tong-264918-unsplash.jpg"); */
  /* background-image: url("../images/annie-spratt-370997-unsplash-small.jpg"); */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 1.2em;
}
h2 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
a:hover {
  /* color: #8d8a55; */
  text-decoration: underline;
}

.business-card {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
  padding: 1.2rem;
  max-width: 90%;
  margin: 5vh 0;
  background-color: rgba(216, 212, 209, 0.7);
  /* background-color: rgba(255, 255, 255, 0.6); */
  border-radius: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .business-card {
    margin: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 1em;
  }
}
/* 
.card-header {
  margin-top: 1.12em;
} */
.card-header > * {
  margin-bottom: 0.67em;
}

hr {
  /* border: 0.5px solid rgba(53, 48, 26, 0.5); */
  border: 0.5px solid #8d8a55;
  height: 0;
}

.card {
  margin: 1em;
}

.content {
  margin: 1em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.td-l {
  text-align: left;
  padding-left: 1em;
}

.td-r {
  text-align: right;
  padding-right: 1em;
}

.card-footer {
  margin-bottom: 1.12em;
}
.card-footer > table {
  margin-right: auto;
  margin-left: auto;
}
