/* .text-container {
max-width:80%;
position:relative;
-webkit-box-shadow:-1px 0 19px rgba(20,20,20,0.85);
-moz-box-shadow:-1px 0 19px rgba(20,20,20,0.85);
box-shadow:-1px 0 19px rgba(20,20,20,0.85);
height:100%;
background:#eee;
margin:10px auto 0;
padding:20px;
} */

.news-container {
max-width:80%;
position:relative;
height:100%;
background:#fff;
margin:10px auto 0;
padding:10px;
}
.app-container {
max-width:100%;
position:relative;
height:100%;
background:#fff;
margin:20px auto 0;
padding:10px;
}

hr {
	max-width:95%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

h1 {

font-family: 'Poppins', sans-serif;
letter-spacing: .3 em;	
text-align:center;
font-size:2em;
font-weight:bold;
line-height:1.2em;
max-width:100%;
margin:0 auto;
padding:10px 0;
}

h2 {

font-family: 'Poppins', sans-serif;
letter-spacing: .2 em;	
text-align:center;
font-size:1.5em;
font-weight:bold;
line-height:1.0em;
max-width:100%;
margin:0 auto;
padding:30px 0;
}

h3 {
    font-family: 'Poppins', sans-serif;
	font-style: italic;
	text-align:center;
}

h4 {
font-family: 'Poppins', sans-serif;
color: #000;
text-align:left;
font-size:1.3em;
line-height:1.2em;
max-width:100%;
margin:0 auto;

}

h5 {

font-family: 'Poppins', sans-serif;
font-style: normal;
/* letter-spacing: .2 em; */	
text-align: left;
font-size:1.3em;
line-height:1.3em;
max-width:100%;
margin:0 auto;
padding:10px 0;
}

a {
    color: #6A0DAD;
    text-decoration: none;
    background-color: transparent;
}

div.a {
  text-indent: 1em;
}

div.b {
  text-indent: 3em;
}

p {
  text-indent: 10em;
}

#hb-gotop{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size:1.5em;
width:150px;
background-color: #000;
background-color: rgba(238, 238, 238, 0.6);filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99EEEEEE',EndColorStr='#99EEEEEE');
text-align:center;
padding:5px;
position:fixed;
bottom:10px;
right:10px;
cursor:pointer;
color:red;
/* font-weight:bold; */
text-decoration:none;
border:1px solid #C9C9C9;
}