body {
    background-color: #fff;
}

      /* fulltext */

.full-story { 
    margin: 1rem 0;
}

.sharethis-inline-share-buttons {
    margin: 1rem 0 2rem 0;
    
}

.news-body {
    margin-bottom: 3rem;    
}

p.lead {
    font-size: 1.4rem;
    margin-bottom: 2.5rem; 
    
}

.news-body p {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 2rem;    
}
 
.full-story p img {
  padding-top: 0.7rem;
}

.full-story figure {
   display: table;
}

figure.img-float-left {
    float: left;
}

figure.img-float-right {
    float: right;
}

figure.img-float-left img {
    padding: 0.5rem 1.5rem 0 0;
}

figure.img-float-right img {
    padding: 0.5rem 0 0 1.5rem;
}

.full-story figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 8px 2px;
    font-size: 0.9rem;
}

.img-float-left figcaption {
 margin: 0 2rem 0 0;
}

.img-float-right figcaption {
    margin: 0 0 0 2rem;
}

a.category-button {
	background-color: transparent;
	color: var(--dark);
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	border: 1px solid var(--dark);
	border-radius: 1px;
	position: relative;
	display: inline-block;
	padding: 0.375rem 0.75rem;
    margin-right: 1rem;
	transition: all .3s ease-in-out;
	white-space: normal;
}

a:hover.category-button {
	color: var(--white);
	border-color: var(--orange);
    background-color: var(--orange);
	text-decoration: none;
	transition: all .3s ease-in-out;
}




