/* CSS Document */

/* RESPONSIVE ELEMENTS: */
/* For mobiles: */
html {
	font-size: 17px;
	line-height: 18px;
}
#welcometxt {
   font-size: 0.7rem;
   line-height: 1rem;
}
/* For tablets: */
@media only screen and (min-width: 600px) {
html {
	font-size: 21px;
	line-height: 22px;
}
#welcometxt {
   font-size: 0.8rem;
   line-height: 1rem;
}
}

/* For desktop: */
@media only screen and (min-width: 1025px) {
html {
	font-size: 20px;
	line-height: 21px;
}
#welcometxt {
   font-size: 0.8rem;
   line-height: 1rem;
}
}


/* STANDARD ELEMENTS */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#efe7db;
	margin:0px;
	padding: 0px;
	color: #b5aa9b;
}
h1 {
    font-size: 1.3rem;
	color: #7d7268;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding:0px 30px 0px 30px;
	margin:0px;
}
h2 {
    font-size: 0.9rem;
	padding:0px 30px 10px 30px;
	margin:0px;
	color: #b9b2a4;
}

p {
	font-size: 0.8rem;
	padding:0px 0px 10px 0px;
	margin:0px;
	text-align:left;
	color: #b5aa9b;
}
p.centered {
	font-size: 0.8rem;
	padding:0px 0px 10px 0px;
	margin:0px;
	text-align:center;
	color: #b5aa9b;
}
p.midsized {
   font-size: 0.7rem;
	line-height: 15px;
	padding:0px 0px 10px 0px;
	margin:0px;
	text-align:center;
	color: #b5aa9b;
}
a {
 	color: #b9b2a4;
	text-decoration:none;
}
/* CLASSES AND IDs */
.subheading {
    font-size: 0.5em;
	color: #7d7268;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.endline {
    font-size: 0.6em;
	padding:5px 0px 5px 0px;
	margin:0px;
	text-align:center;
	color: #b9b2a4;
}
.theend {
	font-size: 0.7rem;
	padding:0px 0px 0px 0px;
	margin:0px;
	color: #b5aa9b;
}
.publishdate {
    font-size: 0.5rem;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center;
	color: #d6cdc2;
	line-height: 0.5rem;
}
.pagecopyright {
    font-size: 0.45rem;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center;
	color: #d6cdc2;
	line-height: 0.5rem;
}
/* NO PAPER BOX TEXT */
.nopaper_txt {
	color: #b9b2a4;
    font-size: 0.7rem;
	line-height: 15px;
	padding:5px 10px 10px 10px;
	margin:0px;
	text-align:center;
	
}
.nopaper_txt span {
	color: #b9b2a4;
	font-size: 0.8rem;
	font-family:"Times New Roman", Times, serif;
	font-weight:800;
	line-height:15px;
}
a.nopaper_link {
	font-weight:bold;
	color: #b5aa9b;
	text-decoration:none;
}
.nopaper_backlink {
padding: 0px 0px 5px 0px;
font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:800;
    font-size: 0.7rem;
	line-height:15px;	
}
a.nopaper_backlink {
	color: #7d7268;	
}

