/*p {line-height: 3.5em !important;}*/
/*p { margin-top: 1em; }*/

/*.wp-block-columns {*/
/*  margin: 100px 100px !important;*/
/*}*/

/* Link contrast additions for AODA compliance -- T. Ablett Oct. 16, 2021 */
/* based on standard according to 
https://stackoverflow.com/questions/4774022/whats-default-html-css-link-color/4774046 */
.widget.widget_text a {
	color: #0000EE;
}
.widget.widget_text a:hover {
	color: #2E2EFF;
}
.widget.widget_text a:visited {
	color: #551A8B;
}

.cat-post-item a:visited {
	color: #551A8B;
}

/*.post {*/
/*  margin-bottom: 250px !important;*/
/*  margin-top: 0;*/
/*}*/

/*.first.front-widgets a:visited {*/
/*  color: #FFA500;*/
/*}*/

/*.widget.widget_text a:visited {*/
/*  color: #FFA500;*/
/*}*/


/*.first.front-widgets a {*/
/*  color: #FFA500;*/
/*}*/

.by-author {
display: none;
}
.wp-caption-text {
line-height: 1.5em !important;
padding-top: 0px !Important;
}

.archive .site-content article {
    background-color: #f9f9f9;
}

.personal-project {
}
.personal-project-desc {
line-height: 1.5 !important;
}

.personal-projects-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  background-color: #fff;
}