

html {
	height: 100%;
 scroll-behavior: smooth;
}

body {
color: #4b4948;
background: #faf6f0;
font-family: 'Merriweather', serif;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: 'Merriweather', serif; font-weight: 700;

}


h1 {
  font-size: 2.25em;
/*	margin: 0 0 1rem 0;*/

}


em,
i, 
em b, 
i b,
em strong,
i strong,
strong i,
strong em,
b i,
b em
 {
font-weight: 400;
}
  
blockquote {
	color: #4b4948;
	border-left: 1px dashed #696765; 
  margin: 2rem 0;
}




blockquote, blockquote p {
color: inherit;
font-weight: 400;
  font-style: italic;
}


a {
	font-weight: 700;
  color: #4b4948;
border-bottom: 1px dashed #4b4948;

}

a:hover, a:focus {
  color: #191818;
border-bottom: 1px solid #191818;
}


.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #4b4948;
  color: #fefefe;  
  font-family: Lato;
border-radius: 4px;
}

.button:hover, .button:focus {
  background-color: #191818;
  color: #fff;

}


.input-group-button .button
 {
  font-size: 0.875rem; border-radius: 0 4px 4px 0 !important;
}


a img , .header a , .footer a {
  border: 0;
}



label {
		text-transform: uppercase;
	font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 0.75rem;
}

 em.required {
	color: #c00;font-family: 'Merriweather', serif;	font-style: normal;
}

[type=search] , [type=text], textarea {

	color: inherit;
	background: inherit;
	border-color: #969490;
}

 [type=search]:focus , [type=text]:focus, textarea:focus {

  background-color: #fbfaf9;

}

[type=search] {
	font-weight: 700;	
		font-size: 0.875rem;
border-radius:4px 0 0 4px !important;
}


[type=text], textarea {
font-family: 'Merriweather', serif;		font-size: 0.75rem;
border-radius: 4px;
}


.page {
	padding-bottom: 2rem;
}


#skip {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
#skip:focus, #skip:active {
    color: #fff;
    background-color:#4b4948;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 1rem 35%;
    padding:0.5rem;
    border-radius: 4px;
    border:4px solid #fff;
    text-align:center;
		font-family: Lato;
    font-size:0.875rem;
    z-index:999;
}
      


.header {	font-family: Lato;
	padding-top: 1rem;padding-bottom: 0;
	margin-bottom: 1rem;
	border-bottom: 1px solid #4b4948;
}

.header img {
	max-width: 90px;
	height: auto;
}


.header .menu {
	margin-bottom: 0.6rem;
}





p.lead {
	font-style: italic; 
	font-weight: 400;
}

p.date  {
		margin-bottom: 0.25rem;
	text-transform: uppercase;
	font-family: Lato;
	font-size: 0.75rem;
	font-weight: 700;

}






.bi-tags {
	color:  #969490;
float: left;
}


.tag-menu {
	margin-bottom:0.875rem;
}

.tag-menu li:first-of-type {
  margin-right: 0.5rem ;
}

.tag-menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.125rem 0.5rem 0.125rem 0;

  	text-transform: uppercase;
	font-family: Lato;
	font-size: 0.75rem;
	font-weight: 400;
	border-bottom: none;
}

.main-tag-menu {
	margin-top: 0;
}

.main-tag-menu li a {
  	text-transform: uppercase;
	font-family: Lato;
	font-weight: 700;
font-size: 0.875rem;
margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 0;
 border-bottom: 1px dashed #4b4948;
}


.main-tag-menu li a:hover ,
 .main-tag-menu li a:focus 

{ border-bottom: 1px solid #191818;
}

.main-tag-menu li a em {
	display: inline-block;
	margin-left: 0.25rem;
	font-style: normal;
	color: #555;
	font-size: 0.6rem;
}

.bottom-links {
	margin-top: 3rem;
}

.link-menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 1.7rem 0 0 0;

  	text-transform: uppercase;
	font-family: Lato;
	font-size: 0.75rem;
	font-weight: 700;
	border-bottom: none;
}

.link-menu  svg {float: left; 
margin-right: 0.25rem;
}

.paginate {
		color: #696765;
		font-family: Lato;
			font-size: 0.75rem;
text-transform: uppercase;
/*	margin-top: 3rem ;*/
	
}

.paginate li {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.paginate li.float-right {
	margin-right: 1rem;
}

.paginate a {
	display: block;
	font-size: 1rem;
text-transform: none;

	font-weight: 700;
	border-bottom: none;
	margin-left: -1rem;
}

.paginate li.float-right a {
		margin-right: -1rem;

}







.post {
	margin-bottom: 1rem;
	margin-top: 0;
	padding-top: 2rem;
	padding-bottom: 0;
	border-top: 1px dashed #4b4948;
}

.first.post{ 
	border-top: none;
	padding-top: 1rem;
}


.footer {
  margin-top: 2rem;
  padding-bottom: 1rem;
  grid-row-start: 2;
  grid-row-end: 3;

font-family: Lato;
	font-size: 0.75rem;
	font-weight: 700;
}


.footer .grid-container:last-of-type {
		border-top: 1px solid #4b4948;
		padding-top: 1rem;

}
 .footerlogo {display: block;
 	border: 0; margin-right: 1rem; margin-bottom: 0.25rem;
 }
 
  .footer p {
  	margin-bottom: 0.25rem;
  }
  
.footer img {
	max-width: 50px;
	height: auto;
}

.footer .menu a {
	padding: 0 1rem 1rem 0;
	font-weight: 400;
}




.footer .menu small a {
	font-size: 0.56rem;
	text-align: right;
	text-transform: uppercase;font-weight: 400;
	color: #555;
}

/*.footer .menu small a:before {
	content: " [ ";
}

.footer .menu small a:after{
	content: " ] ";
}

*/



#totop {
	padding: 0.5rem;
}

@media print, screen and (min-width: 40em) {
	  
  html {
	font-size:  120%;
}

  h1, .h1 {
    font-size: 3.5rem;
/*	margin: 0 0 2rem 0;*/
  }
  
	.header img {
	max-width: 140px;
}



/*p.lead {
margin-top: -2rem;
}*/

	.medium-float-right {
  float: right !important;
}



.main-tag-menu li a {

margin: 0 1rem 1rem 0;

}





 .footerlogo {display: inline-block;
 }
 

	.footer .menu a {
	margin-top: -0.3rem;
	font-weight: 700;
  padding: 0.7rem  1rem;
}


}




ul.small-menu a {
	padding-left: 0 !important;
}


@media print, screen and (min-width: 64em) {


.header {
	margin-bottom: 4rem;

}

.large-align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

p.date  {
line-height: 1.83;
	font-size: 0.875rem;
}
/*.tag-menu {
	margin-top: 0.5rem;
}*/

.tag-menu li:first-of-type {
  margin-top: 1rem;
  margin-bottom: 0.5rem ;
}

	.tag-menu a {
  padding: 0.5rem 0.5rem 0.5rem 0;

	font-size: 0.875rem;

}
.post {
	margin-bottom: 2.5rem;
	padding-top: 2.5rem;
	
}
.first.post{ 
	padding-top: 2rem;
}


}



/* @group MENU TOGGLE */

@media print, screen and (max-width: 39.99875em) {


[type=search], [type=text], textarea {
	font-size: 16px;
}


	 #menu-cell {
display: none;


	}
 

.nav-toggle {
padding: 1rem;
	 margin-right: 0.5rem;
	display: block;
	z-index: 1;
	 width: 20px;
	 height:  1px;
border-bottom: none !important;


}




.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 20px;
  background: #4b4948;
  position: absolute;
  display: block;
  content: '';
  cursor: pointer;

}

.nav-toggle span:before, .nav-toggle span:after  {
	
   -webkit-transition: transform 400ms ;
    -moz-transition:transform 400ms ;
    -ms-transition:transform 400ms ;    
	transition:transform 400ms ;
}

.nav-toggle span:before {
  top: -6px;  

}
.nav-toggle span:after {
  bottom: -6px; 
}





.nav-toggle.active {
/*		 margin-top:  -2.5rem;*/

}


.nav-toggle.active  span {
	background:transparent;
}

.nav-toggle.active  span:before
{  height: 3px;
	transform: rotate(45deg);
position: absolute; top: 0;
background: #191818;
}


.nav-toggle.active  span:after
{height: 3px;
	transform: rotate(-45deg);
position: absolute; top: 0;
background: #191818;
}



.nav-toggle:hover span, .nav-toggle:hover span:before, .nav-toggle:hover span:after {
	 background: #191818
/*linear-gradient(to left, #84bfa4, #03a696)*/
}



.nav-toggle.active:hover  span {
	background:transparent;
}

}

/* @end */

