@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Outfit:wght@100..900&family=Prata&family=Young+Serif&display=swap');

.header{
    background-color: rgba(162, 136, 166, .001);
}

.mainAvatar img{
  padding: 7px;
  border-radius: 100%;
}

.site-title a {
  font-size: 4em;
  color: #915F6D !important;
}

h1,h2,h3{
  font-family: "Fraunces";
}

body{
  font-family: "Fraunces";
  background-color: rgba(162, 136, 166, .15);
}

a, a:link, a:visited {
  color: #915F6D;
  text-decoration: none;
}

a:hover {
  color: rgba(162, 136, 166, 1);
}

.nav-menu {
  justify-content: center;
}

.site-nav .nav-menu li {
  padding: 8px;
}

.headerAbout{
  text-align: center;
  max-width: 68rem;
margin: 0 auto;
display: block;
}

.headerAboutText{
  font-family: Fraunces;
  font-size: 2rem;
  margin: 20px 0;
}

.headerNavBlock{
  display:block;
  margin-top: 20px;
}


.site-nav .nav-menu li a{
	color: #915F6D;
	font-size: 1em;
	font-weight: 500;
	transition: all 0.1s ease-in;  
}

.site-nav .nav-menu li:hover {
  background-color: rgba(162, 136, 166, .15);
  text-decoration: none;
}

.pinned-badge{
    background-color: rgba(162, 136, 166);
color: rgba(240, 231, 216, 1);
}

.category a {
    background: rgba(51, 51, 51, 1);
}

.post-date-wrapper{
  margin-bottom: 20px;
}

.h-entry .post-date {
   font-weight: bold;
}

.dt-published{
  color: rgba(51, 51, 51, 1);
  font-family: Fraunces;
}

.e-content img{
  margin-left: 20px;
  border: 1px #ddd solid;
}

/* SCSS RGB 
$graphite: rgba(51, 51, 51, 1);
$antique-white: rgba(240, 231, 216, 1);
$dusty-mauve: rgba(162, 136, 166, 1);
$palm-leaf: rgba(118, 137, 72, 1);
$spicy-paprika: rgba(207, 92, 54, 1); */