.contact-sheet.vertical {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}

.contact-sheet.vertical hr {
  border:     0;
  border-top: 1px solid #d6b15c;
  height:     2px;
  width:      4rem;
  margin:     0.1em 0;
}

.contact-sheet.vertical img {
  display: block;
  width: 80%;
  opacity: 0.85;
  border-width: 1px;
  border-style: solid;
  border-color: #d6b15c;
  margin: 36px auto;
}

.contact-sheet.vertical ul {
  margin-top: 2.5rem;
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: space-evenly;
  padding: 0;
}

.contact-sheet.vertical a {
  color: var(--button-background-color);
}

.contact-sheet.horizontal {
  display: none;
  #display: flex;
  margin-top: 2rem;
  flex-direction: row;
  justify-content: space-evenly;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.contact-sheet__picture {
  margin-right: 1rem;
  width: 50%;
  #background-color: black;
}

.contact-sheet__picture img {
  width: 80%;
  opacity: 0.85;
  border-width: 1px;
  border-style: solid;
  border-color: #d6b15c;
}

.contact-sheet__info {
  margin-left: 1rem;
  width: 50%;
}

.contact-sheet__info h1 {
  margin-top: 0px;
}

.contact-sheet__info hr {
  border:     0;
  border-top: 1px solid #d6b15c;
  height:     2px;
  width:      4rem;
  margin:     0.1em 0;
}

.contact-sheet__info ul {
  list-style: none;
  padding: 0;
  font-size: 20px;
}

.contact-sheet__info ul li {
  margin-top: 2rem;
}

.contact-sheet__info ul a {
  text-decoration: none;
  color: rgb(105, 105, 105);
}

.contact-sheet__info .link-text {
  text-decoration: underline;
}

.contact-sheet__sm-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  font-size: 20px;
}

.contact-sheet__sm-list a {
  width: 100%;
  font-size: 20px;
  color: var(--button-background-color);
  #color: rgb(105, 105, 105);
  justify-content: space-around;
  text-align: center;
}

.contact-sheet__sm-list i {
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (min-width: 660px) {
  .contact-sheet.vertical {
    display: none;
  }

  .contact-sheet.horizontal {
    display: flex;
  }
}
