@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400;1,600&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');




.site-header {
    padding-top: 30px;
    border: 0px;
    min-height: 56px;
    position: relative;
}

.site-title   {
    color: #4C4E52;
    font-family: 'Crimson Text', serif;
    font-size: 2.625em;
    line-height: 1;
    font-weight: 400;

}

.avatar {


  border: 5px solid #424242;
  border-radius: 50%;
  padding: 5px;
  width: 100px;

}

h1 {

 font-family: 'Crimson Text', serif;
font-weight: 600;
font-style: italic;

}

h2 {

font-family: 'Crimson Text', serif;
font-weight: bold;

}



.site-nav .page-link {
    font-family: sans-serif;
    color: #6F7378;

    line-height: 1.5;
}

body {
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    line-height: 1.5;
    color: #4C4E52;
    background-color: #f2d8bb;
    -webkit-text-size-adjust: 100%;
}

blockquote {
    color: #828282;
    border-left: 4px solid #8391A1;

    padding-left: 15px;

    font-style: italic;
}


a:visited {

    color: #73A8BF;
}


a  {
    color: #4B88A2;
    text-decoration: none;
}

a:hover {
    color: #8391A1;
    text-decoration: none;

}


img {

  border-radius: 5%;

	margin-top: 10px;
margin-bottom: 10px;


}

.dt-published {
    font-family: sans-serif;
    font-size: 17.5px;
    color: #828282;
margin-bottom: 30px;
}

.site-footer {
    border-top: 0px;
    background-color: #4C4E52;
    padding: 30px 0;
    height: 100%;
}