@font-face{
	font-family: "EB Garamond";
	font-display: swap;
	src: url(/files/EBGaramond-VariableFont_wght.woff2) format("woff2");
}

body {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  display: block;
  background: #f7f2d3 no-repeat center center fixed;
}
/*#eee7be*/
.links {
  justify-content: flex-start;
  white-space: nowrap;
}

.logo--pic {
  min-width: 50px;
  min-height: 100px;
  max-width: 90%;
  max-height: 60vh;
  /* justify-content: center; */
  filter: invert(32%) sepia(93%) saturate(419%) hue-rotate(3deg) brightness(102%) contrast(92%);
}

.link--icon {
  min-width: 25px;
  /* max-width: 100%; */
  min-height: 25px;
  max-height: 6.5vh;
  justify-content: center;
  filter: invert(32%) sepia(93%) saturate(419%) hue-rotate(3deg) brightness(102%) contrast(92%);
}
.linkedin--icon {
  min-width: 25px;
  /* max-width: 100%; */
  min-height: 25px;
  max-height: 6vh;
  bottom: 50px;
  justify-content: center;
  filter: invert(32%) sepia(93%) saturate(419%) hue-rotate(3deg) brightness(102%) contrast(92%);
}

.Name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:"EB Garamond";
  font-size: 8vh;
  color: #8a6311; 
}
footer {
  margin-top: 10vh;
  font-size: 2vh;
  color: #8a6311;
  font-family:"EB Garamond";
}
.cv--icon {
  min-width: 25px;
  /* max-width: 100%; */
  min-height: 25px;
  max-height: 6.9vh;
  bottom: 50px;
  justify-content: center;
  filter: invert(32%) sepia(93%) saturate(419%) hue-rotate(3deg) brightness(102%) contrast(92%);
}
