@import url('./reset.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

/*--------------------------------------------------------------
 My CSS Resets
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

img {
	border: 0;
	height: auto;
}

/*--------------------------------------------------------------
 Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/
body {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.7;
  max-width: 1024px;
  padding: 1em;
  margin: 0 auto;
}

h1,
h2,
h3 {
	margin: 0;
	padding: .5em 0;
}

p {
	margin: 0;
	padding: .5em 0;
}

/*--------------------------------------------------------------
 Content
--------------------------------------------------------------*/

a {
  color:darkgreen;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
   color:orange;
}

.tag_list {
  padding-bottom: 0;
}

p.centered
{
  text-align: center;
  padding-left: .5em;
  padding-right: .5em;
}

/*--------------------------------------------------------------
 Header / Footer
--------------------------------------------------------------*/

.header {
  background-color:transparent;
  position: relative;
  height: 6em;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 1em;
  z-index: 3;
}

.site_name {
  font-size: 1.8em;
  float: left;
  padding-left: 0;
}

.about {
  padding-top: .8em;
}

.header ul {
  text-align: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.header li {
  float: right;
  padding-right: 1em;
}

.header li a:hover {
  color:orange;
}

.colophon {
  position: relative;
  width: 100%;
  margin-top: 1.75em;
	padding: 1em;
  text-align: center;
  color: white;
  background-color:darkgreen;
}

.copyright {
  font-size: 1.25em;
  display:inline-block;
}

/*-------------------------- 
  48em = 768px @ 16pt font
----------------------------*/
@media (min-width: 48em) {
  
}
