body {
	background-color: black;
	background-attachment: fixed;
	background-image: url('../content/bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	font-family: Arial;
}

.header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.header img {
	width: 500px;
	vertical-align: middle;
}

.notification-count {
	background-color: #A1FF14;
	color: black;
	padding: 1px 5px;
	font-size: 12px;
	font-weight: bold;
}

.navbar {
	width: 900px;
	margin: 0 auto;
}

.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #A1FF14;
	font-weight: bold;
	display: flex;
	justify-content: center;
}

.navbar ul li {
	float: none;
}

.navbar ul li a {
  display: block;
  text-align: center;
  padding: 3px 25px;
  text-decoration: none;
  color: black;
}

.navbar ul li a:hover {
  background-color: #14A114;
  color: white;
}

.content {
	background-color: #0D0D0D;
	width: 900px;
	margin: 0 auto;
	min-height: 787px;
	display: flex;
}

.content-comics {
	background-color: #0D0D0D;
	width: 900px;
	min-height: 787px;
	margin: 0 auto;
	display: flex;
}

.left-panel {
	width: 625px;
	background: #0D0D0D;
}

.right-panel {
	flex: 1;
	background: #232323;
}

.news {
	background-color: #232323;
	color: white;
	width: 590px;
	margin: 12 auto;
	padding: 5px;
}

.news-about {
	background-color: #232323;
	color: white;
	width: 590px;
	padding: 5px;
}

.content-feed-about {
	background-color: #0D0D0D;
	width: 900px;
	min-height: 900px;
	margin: 0 auto;
}

.FUCKSHIT {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 590px;
}

.post {
	background-color: #4A4A4A;
	padding: 5px;
	margin: 5 auto;
	width: 570px;
	min-height: 150px;
}
.post-about {
	background-color: #4A4A4A;
	padding: 5px;
	margin: 5 auto;
	width: 570px;
	display: flex;
}

.post a {
	color: #A1FF14;
}

.post a:visited {
	color: #A1FF14;
}

.post p {
	margin: 15 auto;
}

.post img {
    max-width: 570px;
}

.video-row {
	display: flex;
}

.video-card {
	background-color: #232323;
	width: 175px;
	margin: 12 auto;
	padding: 5px;
	color: white;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
}

.video-card-title {
	font-weight: bold;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* max 2 lines */
	overflow: hidden;
}

.video-card img {
	width: 175px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.video-card-link {
	font-size: 13px;
	text-align: right;
	color: #A1FF14;
	font-weight: bold;
	margin-top: auto;
}

.video-card-link a {
	color: #A1FF14;
	text-decoration: none;
}

.video-card-desc {
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* max 2 lines */
	overflow: hidden;
}

.video-card-link a:visited {
	color: #A1FF14;
	text-decoration: none;
}

.video-card-link a:hover {
	color: black;
	text-decoration: none;
	background-color: #A1FF14;
}

.browseall {
	text-align: right;
	padding-right: 12px;
	font-size: 12px;
	font-weight: bold;
}

.browseall a {
	color: #A1FF14;
	text-decoration: none;
}

.browseall a:visited {
	color: #A1FF14;
	text-decoration: none;
}

.browseall a:hover {
	color: black;
	text-decoration: none;
	background-color: #A1FF14;
}

.full-main {
	background-color: #0D0D0D;
	width: 900px;
	min-height: max-content;
}

.art-card {
	width: 126px;
	position: relative;
	display: inline-block;
	padding: 10px;
}

.art-card img {
	display: block;
	width: 100%;
	height: auto;
}

.art-card-text {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 126px;
	height: 126px;
	background-color: rgba(161, 255, 20, 0.5);
	color: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.art-card:hover .art-card-text {
	opacity: 1;
	visibility: visible;
}

.art-card-title {
	display: -webkit-box;
	width: 100%;
	text-align: center;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	overflow-wrap: break-word;
	word-break: break-word;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
.art-card-author {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	overflow-wrap: break-word;
	word-break: break-word;
	max-width: 126px;
}

.art-card-date {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.pagination a {
	color: #A1FF14;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

.pagination a:visited {
	color: #A1FF14;
	text-decoration: none;
}

.pagination a:hover {
	color: black;
	text-decoration: none;
	background-color: #A1FF14;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 15px;
	padding: 5px;
	margin-top: -10px;
	font-weight: bold;
	padding-right: 10px;
}

.pagination a.current {
    color: black;
	text-decoration: none;
	background-color: #A1FF14;
}

.art-filters {
	color: #A1FF14;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}

.art-filters a {
	color: #A1FF14;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: -3px;
}

.art-filters a:visited {
	color: #A1FF14;
	text-decoration: none;
}

.art-filters a:hover {
	color: black;
	text-decoration: none;
	background-color: #A1FF14;
}

.art-filters a.active {
	color: black;
	text-decoration: none;
	background-color: #A1FF14;
}

.page-text {
	color: gray;
	font-weight: normal;
	font-size: 15px;
}

#filter-text {
	color: gray;
	font-weight: normal;
}

.art-box {
	background: #232323;
	padding: 5px;
	margin: 10px;
	height: fit-content;
}

.art-img img {
	max-width: 866px;
	max-height: 800px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

.art-img {
	text-align: center;
}

.art-box h2 {
	color: #A1FF14;
	font-size: 23px;
	margin-top: 0;
	margin-bottom: 6px;
}

.socialbar {
	display: flex;
	margin: 0;
	padding-left: 44px;
}

.socialbar img {
	margin: 15px;
}

.art-meta {
	background: #4A4A4A;
	padding: 5px;
	height: 200px;
	color: white;
	display: flex;
}

.meta-text {
	color: white;
	padding-bottom: 15px;
}

#art-desc {
	margin-top: 10px;
}

.artpfp {
	margin-right: 10px;
}

.comic-card {
	background-color: #232323;
	width: 700px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.comic-card img {
	border-style: solid;
	border-width: 1px;
	border-color: white;
	width: 100px;
	margin: 5px;
	height: 100px;
}

.comic-card-title {
	color: #A1FF14;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	display: flex;
}

.comic-card-description {
	background: #4A4A4A;
	color: white;
	margin: 3px;
	margin-bottom: 5px;
	width: 571px;
	padding: 5px;
}

.start-read-button {
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin: 3px;
}

.start-read-button a {
	color: #A1FF14;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: -3px;
}

.start-read-button a:visited {
	color: #A1FF14;
	text-decoration: none;
}

.start-read-button a:hover {
	color: black;
	text-decoration: none;
	background-color: #A1FF14;
}

.status-cancelled {
	color: red;
	text-transform: lowercase;
	font-size: 15px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.status-ongoing {
	color: white;
	text-transform: lowercase;
	font-size: 15px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.art-box a {
	color: #A1FF14;
	text-decoration: none;
	font-weight: bold;
}

.art-box a:hover {
	color: black;
	background: #A1FF14;
}

.status-completed {
	color: green;
	text-transform: lowercase;
	font-size: 15px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.content-feed {
	background-color: #0D0D0D;
	width: 900px;
	min-height: 900px;
	margin: 0 auto;
	display: flex;
}

.lateststuff {
}

.lateststuff a {
	background-color: #4A4A4A;
	color: #fff;
	width: 92.3%;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	margin: 5px;
	float: right;
	font-size: 12px;
	text-decoration: none;
	color: #A1FF14;
}
.lateststuff a:hover {
	color: white;
	background-color: #9B0FFF;
}

.latestitem {
	display: flex;
}

.latesttype {
	width: 40%;
	color: white;
}

.latestthing {
	text-align: right;
	width: 60%;
	overflow: clip;
}

.footer {
	background-color: #4A4A4A;
	width: 900px;
	height: 170px;
	margin: 0 auto;
	font-size: 13px;
}

.footer img {
	margin-top: 12px;
}

.footertext {
	color: #A1FF14;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}

.weeklycomic {
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.weeklycomic img {
	max-width: 602px;
}


.footercolumn ul {
    list-style-type: none;
    color: #b3b3b3;
}

.footercolumn {
    margin-right: 30px;
    text-decoration: none;
}

.footercolumn a {
    text-decoration: none;
    color: #b3b3b3;
}

.footercolumn a:hover {
    text-decoration: underline;
    color: white;
}

.footerbull {
    display: flex;
}

.art-meta a {
	color: #A1FF14;
	text-decoration: none;
	font-weight: bold;
}

.art-meta a:hover {
}

.profile-header {
	background: #4A4A4A;
	padding: 10px;
	display: flex;
	align-items: center;
	color: white;
}

.profile-avatar {
	margin-right: 15px;
}

.profile-avatar img {
	width: 100px;
	height: 100px;
}

.profile-name {
	color: #A1FF14;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.profile-stats {
	color: #b3b3b3;
	font-size: 13px;
	margin-top: 5px;
}

.profile-section {
	background: #232323;
	padding: 5px;
	margin-top: 10px;
}

.profile-section h2 {
	color: #A1FF14;
	font-size: 23px;
	margin-top: 0;
	margin-bottom: 6px;
}

.profile-artwork {
	text-align: left;
}

.profile-comics {
	width: 100%;
}

.profile-comic {
	background: #4A4A4A;
	padding: 5px;
	margin: 5px 0;
	display: flex;
	align-items: center;
}

.profile-comic a {
	color: #A1FF14;
	text-decoration: none;
	font-weight: bold;
}

.profile-comic a:hover {
	color: black;
	background-color: #A1FF14;
}

.profile-comic-date {
	margin-left: auto;
	color: #b3b3b3;
	font-size: 12px;
	text-transform: uppercase;
}

.profile-empty {
	color: #b3b3b3;
	padding: 10px;
}

.profile-quote {
	color: white;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 600px;
}

.art-comment {
	background: #4A4A4A;
	padding: 8px;
	margin-bottom: 5px;
	color: white;
}

.comment-meta {
	font-size: 13px;
	font-weight: bold;
	color: #aaa;
	margin-bottom: 6px;
}

.comment-meta a {
	color: #A1FF14;
	text-decoration: none;
}

.comment-meta a:hover {
	color: black;
	background-color: #A1FF14;
}

.comment-text {
	color: white;
	font-size: 15px;
	overflow-wrap: break-word;
}

.comment-none {
	color: #888;
	font-style: italic;
}

.comment-form {
	margin-top: 15px;
}

.comment-form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 80px;
	background: #0D0D0D;
	border: 1px solid #4A4A4A;
	color: white;
	padding: 5px;
	font-family: Arial;
	resize: vertical;
}

.comment-form button {
	margin-top: 5px;
	background: #A1FF14;
	border: none;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
}

.comment-form button:hover {
	background: white;
}

.art-comment {
	background: #4A4A4A;
	padding: 8px;
	margin-bottom: 5px;
	color: white;
	display: flex;
}

.comment-pfp {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	flex-shrink: 0;
}

.comment-pfp img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.comment-content {
	flex: 1;
	min-width: 0;
}

.comment-meta {
	font-size: 13px;
	font-weight: bold;
	color: #aaa;
	margin-bottom: 6px;
}

.comment-meta a {
	color: #A1FF14;
	text-decoration: none;
}

.comment-meta a:hover {
	color: black;
	background-color: #A1FF14;
}

.comment-text {
	color: white;
	font-size: 15px;
	overflow-wrap: break-word;
}

.notification {
	background-color: #4A4A4A;
	padding: 8px;
	margin-bottom: 5px;
	color: white;
}

.notification-message {
	color: white;
	font-size: 15px;
	margin-bottom: 5px;
}

.notification-date {
	color: #999;
	font-size: 12px;
	margin-bottom: 5px;
}

.notification a {
	color: #A1FF14;
	text-decoration: none;
	font-weight: bold;
}

.notification a:hover {
	color: black;
	background-color: #A1FF14;
}

.notification {
	background: #4A4A4A;
	color: white;
	padding: 8px;
	margin-bottom: 8px;
}

.notification-message {
	font-weight: bold;
}

.notification-date {
	color: #aaa;
	font-size: 12px;
	margin-top: 3px;
}

.notification button {
	background: none;
	border: none;
	color: #A1FF14;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
	font-family: Arial;
}

.notification button:hover {
	background: #9B0FFF;
	color: white;
}

.art-search {
	padding: 8px 10px 0px 10px;
	margin-bottom: -10px;
	display: flex;
	justify-content: flex-end;
}

.art-search form {
	display: flex;
}

.art-search input {
	background: #4A4A4A;
	color: white;
	border: 1px solid #666;
	padding: 5px;
	width: 300px;
	font-family: Arial;
}

.art-search input::placeholder {
	color: #aaa;
}

.art-search button {
	background: #A1FF14;
	color: black;
	border: none;
	padding: 5px 10px;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
}

.art-search button:hover {
	background: #9B0FFF;
	color: white;
}