/* Link page custom css */
.two-col-item {
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* border: 1px solid rgba(0, 0, 0, 0.8); */
  padding: 2px;
  font-size: 16px;
  text-align: left;
  /* font-size: 30px; */
  /* text-align: center; */
}

@media only screen and (min-width: 900px) {
	.two-col-container {
	  display: grid;
	  grid-column-gap: 5px;
	  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	  padding: 5px;
	}
	.two-col-span {
		grid-column: 1 / span 2;
	}
}

a.linkpage {
	font-family: 'Source Serif Pro','PT Serif','Noto Serif', serif;
    border-bottom: dotted 1px silver;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #3d4044;
    transition: color .2s ease, border-bottom-color 0.2s ease;
}

span.linkcomment {
    font-family: 'Source Serif Pro','PT Serif','Noto Serif', serif;
    color: #737a81;
    font-weight: 300;
}

.linkheading {
	font-family: sans-serif;
	color: darkgrey;
	text-transform: uppercase;
	font-size: 16px;
}
