* {
	box-sizing: border-box;
}
.uk-icon-fix {
	position: relative;
	top: -2px;
}
.uk-accordion-title {
	padding: 0 6px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.03);
}

a:hover {
	text-decoration: none;
}

.two-columns > * {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
header {
	display: block;
	height: 250px;
	background-image: url('../img/voidbanner2.jpg');
	background-position: 0 35%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
nav {
	background-color: rgba(0, 0, 0, 0.7);
	min-height: 85px;
}

nav > p {
	
	font-family: 'Lato', sans-serif;
	text-align: left;
	padding: 35px 0px 0px 60px;
	margin: 0px;
	font-size: 25px;
	width: 300px;
	color: white;
	float: left;
	font-weight: 300;
	letter-spacing: 3px	
}




nav > a {
	display: inline-block;
	padding: 25px 15px;
	margin-top: 20px;
	color: white;
	float:right;
}
nav > a:hover {
	color: silver;
	text-decoration: none;
}


 body {
	 
	background-color: #f0f0f0; 
	 
 }
 
 
 
main {
	margin: 25px auto;
	max-width: 1200px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	padding: 20px 50px;
	background-color: white;
	
}

span.commissions-open,
span.commissions-closed {
	font-weight: 600;
	color: white;
	padding: 0 6px;
	border-radius: 4px;
}
span.commissions-open {
	background-color: green;
}
span.commissions-closed {
	background-color: green;
}

section {
	padding: 20px 0;
	text-align: center;
}

#galleries > a[href*="packmates"],
#galleries > a[href*="furaffinity"],
#galleries > a[href*="t.me"]
{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 20px;
	background-size: cover;
}


#galleries > a[href*="furaffinity"] {
	background-image: url('../img/fa2.png');
	width: 70px;
	filter: drop-shadow(1px 1px 1px #000000);
}
#galleries > a[href*="packmates"] {
	background-image: url('../img/mastodon.svg');
	height: 45px;
	filter: drop-shadow(1px 1px 1px #000000);
}
#galleries > a[href*="t.me"] {
	background-image: url('../img/telegram.svg');
	filter: drop-shadow(1px 1px 1px #000000);
}

{
#galleries > a[href*="furaffinity"]:hover,
	background-position: 0 100%;
}

#prices .uk-inline {
	margin: 20px;
}
#prices img {
	max-width: 900px;
	max-height: 900px;
}

	

span.content_01 {
	font-weight: 600;
	color: white;
	padding: 0 6px;
	border-radius: 4px;
}
span.content_01 {
	background-color: green;
}
span.content_01 {
	background-color: green;
}

span.content_02 {
	font-weight: 600;
	color: white;
	padding: 0 6px;
	border-radius: 4px;
}
span.content_02 {
	background-color: red;
}
span.content_02 {
	background-color: red;
}



footer {
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	width: 100%;
	min-height: 100px;
}
footer > * {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 50px;
}