/* General section wrapper */
.luna-section {
margin: 30px 0;
padding: 18px 20px;
border-left: 3px solid;
border-radius: 4px;
background: rgba(20,20,20,0.65);
line-height: 1.55;
color: #e6e6e6;
}
/* Headings with alternating accents */
.luna-heading-gold {
font-size: 26px;
color: #ffcc00;
margin-bottom: 6px;
font-weight: bold;
text-shadow: 0 0 6px #000;
}
.luna-heading-crimson {
font-size: 26px;
color: #aa3333;
margin-bottom: 6px;
font-weight: bold;
text-shadow: 0 0 6px #000;
}
/* Underlines */
.luna-hr-gold {
height: 3px;
background: #ffcc00;
border: none;
margin: 0 0 12px 0;
}
.luna-hr-crimson {
height: 3px;
background: #aa3333;
border: none;
margin: 0 0 12px 0;
}