html, body{
	background-color:#ffffff;
	height: 100%;
	margin:0px;
	padding:0px;

}

#qr-body{
	margin-left: auto;
	margin-right: auto;
	width:90%;
	display: flex;
    flex-direction: column;
	align-items: center;
}

.top-hr{
	border: 0;
	clear:both;
	display:block;
	width: 98%;               
	background-color:#362b6f;
    border: 1px solid #362b6f;
    border-radius: 7px 7px 7px 7px;
    height: 1px;
	margin-top:1.2rem;
	margin-bottom:0px;
}

.bottom-hr{
	border: 0;
	clear:both;
	display:block;
	width: 98%;               
	background-color:#362b6f;
    border: 1px solid #362b6f;
    border-radius: 7px 7px 7px 7px;
    height: 1px;
	margin-bottom:1.2rem;
}
h1{
	padding: 0px;
    margin: 0px;
}
h2{
	padding: 0px;
    margin: 0px;
	font-size:.95rem;
	font-weight:bolder;

}
p{
	font-weight:bold;
	font-size:.8rem;
	margin:0px;
}

#logo{
	margin-top: 1.5rem;
}
.article-header-image{
	margin-top:.5rem;
}
.article{
	display: flex;
	flex-direction: column;
	width:100%;
	margin-top: 1rem;
}

figure {
  display: flex;
  flex-flow: column;
  margin: 0;
}

figure img {
  width: 100%;
  margin-bottom: .15rem;
}

figure figcaption {
  color: #333;
  font-size: .7rem;
}
.article-content{
	margin-top:.5rem;
}
.audio-fragment{
	margin-top:.5rem;
	margin-bottom:.5rem;
		h2{
			margin-bottom:.5rem
		}
}
.audio-fragment h2{
	margin-bottom:.8rem		
}

.read-more{
	margin-top:.25rem
	margin-bottom:.25rem;
	text-align:right;
}
.read-more a{
	font-weight:bold;
	text-decoration:none;
	color: black;
	font-size:.9rem;
}

footer{
	text-transform: Uppercase;
	margin-bottom:1.5rem;
}