
@font-face {
  font-family: CaslonBlack;
  src: url(../font/Caslon224ITCbyBT-Black.otf) format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: Caslon;
  src: url(../font/Caslon224ITCbyBT-Book.otf) format("opentype");
  font-weight: normal;
}

body {
  font-family: Calson, Times, serif;
}

.toggle-dark {
  visibility: hidden;
}

.name {
  padding: 1em;
  width: 180px;
  text-align: center;
  font-family: CaslonBlack;
  line-height: 1.4rem;
  margin: 0 auto;
}

.door {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
}

a {
  text-decoration: none;
  color:black;
}
a :visited {
  color: rgb(32, 32, 32);
}

.nav-symbol {
  visibility: hidden;
  right: 100%;
}

a:hover > .nav-symbol {
  visibility: visible;
}

.email {
  text-align: center;
  margin: 0 auto;
}