body
{
	background-color: #000000;
	font-family: 'Work Sans', sans-serif;
}

p
{
	color: #2980b9;
	text-indent: 2.5rem;
	text-align: justify;
	line-height: 1.3;
}

li, dd, dt
{
	color: #2980b9;
	text-align: justify;
}

dd li
{
	margin-left: 1rem;
}

hr
{
	border-bottom-color: #7187a9;
}

a
{
	font-weight: bold;
	color: #7187a9;
}

.grid-container
{
	background-color: #08242f;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #0f2f4c;
	
	box-shadow: 0px 0px 25rem 10rem #04141a;
}

ul.dropdown.menu.top-element
{
	background-color: #0f2f4c;
	border-color: #2d5478;
	color: #7187a9;
}

.is-stuck ul.menu
{
	box-shadow: 0.04rem 0.1rem 0.5rem 0 #000000;
}

li ul.menu
{
	background-color: #0f2f4c;
	border-color: #2d5478;
	color: #7187a9;
	box-shadow: 0.04rem 0.1rem 0.5rem 0 #000000;
}

.accordion-title
{
	font-weight: normal;
	font-size: 1rem;
	background-color: #0f2f4c;
	border-color: #2d5478 !important;
}

.accordion-title:hover, .accordion-title:focus
{
	background-color: #2d5478;
	color: #7187a9;
}

.accordion-content
{
	background-color: #0f2f4c;
	color: #7187a9;
	border-color: #2d5478 !important;
}

.title-badge, .section-badge
{
	padding-bottom: 0.5rem;
}

.nation-badge
{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.top-pad
{
	padding-top: 1rem;
}

.top-bar
{
	background: none !important;
}

.top-element
{
	border: 1px solid #cacaca;
}

.cell-center
{
	text-align: center;
}

.changelog > dd
{
	padding-left: 2rem;
	font-size: 10pt;
}

.changelog > dt
{
	padding-top: 0.5rem;
}

.actress-about p
{
	font-size: 10pt;
	text-indent: 1.5rem;
	text-align: justify;
	line-height: 1.2;
	margin-bottom:  0.25rem;
}

.patreon-button
{
	text-align: center;
	text-indent: 0;
}

.footer-legal
{
	text-align: center;
}

.footer-legal p
{
	font-size: 8pt;
	line-height: 1.5;
	text-align: center;
}

.footer-legal a, .menu a
{
	font-weight: normal;
}