.heading {
	padding: 10px;
	color: #BFAC40;
	font-size: 2.8em;
	padding-bottom: 35px;
}

.pageSize {
	padding: 10px;
	margin: auto;
	max-width: 750px;
	width: 750px;
}

.paragraph {
	padding: 0px;
}

.section {
	color: #FFD700;
}

.center {
    text-align: center;
}

.bdg-sect {
	margin-top: -60px;
	margin-bottom: -40px;
	text-align: center;
}

.row {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
	padding: 10px;
}

.cell {
	min-height: 40px;
	flex-grow: 1;
	flex-basis: 1%;
}

body {
	margin-bottom: 10px;
	background-color: black;
	background-image: url('treasureChestHelmBG.png');
	background-repeat: no-repeat;
	background-position: calc(50% + 15px) 20px;
	background-size: 450px;
	font-family: sans-serif;
	font-size: 1.3em;
}

a {
	color: #ec0024;
   	font-size: .6em;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFD700;
	text-decoration: underline;
}

p {
	color: white;
	font-size: 1.3em;
}

ul, li {
	color: white;
	padding-bottom: 10px;
}

#offlineDocLabel {
	text-align: center;
	margin-top: 0px;
	color: #FFD700;
}

#nav-links {
	text-align: center;
	margin-top: 10px;
	margin-bottom: -20px;
}
#nav-links a {
	padding: 5px;
	font-size: -4em;
}

#subtitle {
	text-align: center;
    font-size: .65em;
	margin-top: -90px;
}

#shield {
	text-align: center;
	padding-bottom: 20px;
}

/* ------------------------------- Donate page --------------------------------*/
#pppHead {
	font-size: 2em;
	margin-top: 10px;
	max-width: 750px;
	margin: auto;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 30px;
}

#iz16i {
    padding-top: 5px;
	margin-bottom: 30px;
}

.iijnb {
    margin-top: -20px;
    text-align: center;
    font-size: 1em;
}

#ipkzw {
    text-align: center;
    font-size: 1.2em;
}

#izvql {
    padding-bottom: 30px;
}

#i5ejf, #ijfqy, #ij2ue, #iyun6, #iehta, #i4j1w, #i4gqq {
    width: 150px;
    height:160px;
    text-align: center;
}

#modalARRR:not(:target),
#modalXMR:not(:target),
#modalBCH:not(:target),
#modalDASH:not(:target),
#modalLTC:not(:target),
#modalBTC:not(:target),
#modalZEN:not(:target) {
    visibility: hidden;
    opacity: 0;
}

#modalARRR,
#modalBCH,
#modalDASH,
#modalLTC,
#modalBTC,
#modalZEN {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: .5em;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 10;  
}

#modalXMR {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: .35em;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 10;  
}

.modalWindowARRR,
.modalWindowXMR,
.modalWindowBCH,
.modalWindowDASH,
.modalWindowLTC,
.modalWindowBTC,
.modalWindowZEN {
 position: relative;
  background-color: gray;
  border: 2px solid #FFD700;
  border-radius: 10px;
  padding: .2em 1em;
}

.modalCloseARRR,
.modalCloseXMR,
.modalCloseBCH,
.modalCloseDASH,
.modalCloseLTC,
.modalCloseBTC,
.modalCloseZEN {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    border: 3px solid #FFD700;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    color: red;
}
.modalCloseARRR:hover,
.modalCloseXMR:hover,
.modalCloseBCH:hover,
.modalCloseDASH:hover,
.modalCloseLTC:hover,
.modalCloseBTC:hover,
.modalCloseZEN:hover {
    background-color: #ccc;
    border: 3px solid #FF2020;
    text-decoration: none;
    color: black;
}

/* -------------------------------- Footer ------------------------------------*/
footer {
	height: 130px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	background: linear-gradient(to top, #B48F00, #000010);
	opacity: .7;
}

.info {
    color: white;
    font-size: .8em;
    line-height: 18px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.info a {
	font-size: .9em;
}

hr {
	border: none;
	border-bottom: 1px solid white; 
	width: 85%;
    padding-top: 3px; 
}

.hosted {
	max-width: 750px;
	font-size: .5em;
	color: yellow;
	margin: 0 auto;
	text-align: center;
	margin-top: -5px;
}

