/* start campnorth main css */

@import url('https://fonts.cdnfonts.com/css/larsseit-font-family');

body {
	background-color: var(--color-dark1);
	font-family: 'Trebuchet MS', sans-serif;
	color: var(--color-white);
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: .04rem;
}

/* text */

.red-text { color: var(--color-main); }

.blue-text { color: var(--color-blue); }

.yellow-text { color: var(--color-main-link); }

.black-text { color: var(--color-dark1); }

.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.advertisement {
	font-weight: 200;
	color: var(--color-main);
	width: 100%;
	text-align: center;
	font-size: 0.6em;
	opacity: 75%;
	margin-bottom: 3px;
}

.advertisementForum { 
	width: 100%;
	height: 100%;
	background-color: var(--color-dark2);
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.9em;
}

.about {
	font-size: 19px;
	line-height: 1.5;
	width: 98.5%;
	text-align: center;
	margin-bottom: -20px;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-main-link);
	margin-bottom: -35px;
}

.featuredArtistText { 
	width: 200px;
	font-weight: 200;
	margin-right: 8px;
	color: var(--color-main);
	text-align: center;
	margin-top: 55px;
	line-height: 0.8;
	box-sizing: border-box;
	padding-left: 5px;
}

.featuredArtistTextTop { 
	margin-bottom: 15px;
}

.featuerdArtist {
	color: var(--color-main-link);
	font-size: 1.5em;
	font-weight: 800;
	letter-spacing: 1.1px;
}

/* text */

/* links */

a:link, a:visited { color: var(--color-main); text-decoration: none; }
a:hover, a:active { color: var(--color-main-link); text-decoration: none; }

a.login:link, a.login:visited { color: var(--color-main-link); text-decoration: none; font-weight: 300; }
a.login:hover, a.login:active { color: var(--color-main); text-decoration: none; font-weight: 300; }

a.footer:link, a.footer:visited { color: var(--color-main); text-decoration: none; font-weight: 200; }
a.footer:hover, a.footer:active { color: var(--color-main-dark); text-decoration: none; font-weight: 200; }

a.footer2:link, a.footer2:visited { color: var(--color-main-link); text-decoration: none; font-weight: 600; }
a.footer2:hover, a.footer2:active { color: var(--color-main); text-decoration: none; font-weight: 600; }

a.footer3:link, a.footer3:visited { color: var(--color-main); text-decoration: none; font-weight: 400; }
a.footer3:hover, a.footer3:active { color: var(--color-main-dark); text-decoration: none; font-weight: 400; }

a.softRed:link, a.softRed:visited { color: var(--color-main); text-decoration: none; font-weight: 200; }
a.softRed:hover, a.softRed:active { color: var(--color-main-link); text-decoration: none; font-weight: 200; }

a.boldRed:link, a.boldRed:visited { color: var(--color-main); text-decoration: none; font-weight: 600; }
a.boldRed:hover, a.boldRed:active { color: var(--color-main-link); text-decoration: none; font-weight: 600; }

a.softBlue:link, a.softBlue:visited { color: var(--color-blue); text-decoration: none; font-weight: 200; }
a.softBlue:hover, a.softBlue:active { color: var(--color-white); text-decoration: none; font-weight: 200; }

a.boldBlue:link, a.boldBlue:visited { color: var(--color-blue); text-decoration: none; font-weight: 600; }
a.boldBlue:hover, a.boldBlue:active { color: var(--color-white); text-decoration: none; font-weight: 600; }

a.softYellow:link, a.softYellow:visited { color: var(--color-main-link); text-decoration: none; font-weight: 200; }
a.softYellow:hover, a.softYellow:active { color: var(--color-white); text-decoration: none; font-weight: 200; }

a.boldYellow:link, a.boldYellow:visited { color: var(--color-main-link); text-decoration: none; font-weight: 600; }
a.boldYellow:hover, a.boldYellow:active { color: var(--color-main-white); text-decoration: none; font-weight: 600; }

a.bolderYellow:link, a.bolderYellow:visited { color: var(--color-main-link); text-decoration: none; font-weight: 1200; letter-spacing: 1.5px; }
a.bolderYellow:hover, a.bolderYellow:active { color: var(--color-main-white); text-decoration: none; font-weight: 1200; letter-spacing: 1.5px; }

a.register:link, a.register:visited, a.register:hover, a.register:active { text-decoration: none; font-weight: 200; font-size: .9em;}
a.register:link, a.register:visited { color: var(--color-main); }
a.register:hover, a.register:active { color: var(--color-white); }

a.account:link, a.account:visited, a.account:hover, a.account:active { text-decoration: none; font-weight: 600; font-size: 1em;}
a.account:link, a.account:visited { color: var(--color-main); }
a.account:hover, a.account:active { color: var(--color-main-link); }

a.account_flipped:link, a.account_flipped:visited, a.account_flipped:hover, a.account_flipped:active { text-decoration: none; font-weight: 600; font-size: 1em;}
a.account_flipped:link, a.account_flipped:visited { color: var(--color-main-link); }
a.account_flipped:hover, a.account_flipped:active { color: var(--color-main); }

a.account_soft:link, a.account_soft:visited, a.account_soft:hover, a.account_soft:active { text-decoration: none; font-weight: 200; font-size: 1em;}
a.account_soft:link, a.account_soft:visited { color: var(--color-main-dark); }
a.account_soft:hover, a.account_soft:active { color: var(--color-main); }

a.editAccount:link, a.editAccount:visited, a.editAccount:hover, a.editAccount:active { text-decoration: none; font-weight: 200; font-size: .9em;}
a.editAccount:link, a.editAccount:visited { color: var(--color-main); }
a.editAccount:hover, a.editAccount:active { color: var(--color-white); }

a.commentDark:link, a.commentDark:visited, a.commentDark:hover, a.commentDark:active { text-decoration: none; font-weight: 600; font-size: .9em;}
a.commentDark:link, a.commentDark:visited { color: var(--color-dark2); }
a.commentDark:hover, a.commentDark:active { color: var(--color-main-link); }

a.builtBy:link, a.builtBy:visited { color: var(--color-headline); text-decoration: none; font-weight: 200; }
a.builtBy:hover, a.builtBy:active { color: var(--color-main); text-decoration: none; font-weight: 200; }

.headerLinks {
	position: relative;
	width: 100%;
	max-width: 100%;
	cursor: pointer;
}

.headerLinks:hover img.headerLogoHover {
	opacity: 1;
}

.headerLinks img.headerLogoHover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: opacity .5s;
}

.headerLinks:hover img.headerLogoMain {
	opacity: 0;
}

.headerLinks img.headerLogoMain {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 1;
	transition-delay: opacity 1s;
	transition: opacity .5s;
}

/* links */

/* hr */

hr.profile {
	border: 0px;
	border-top: 1px solid var(--color-main);
	padding-bottom: 5px;
	width: 50%;
	margin: inherit;
}

hr.artwork {
	border: 0px;
	border-top: 1px solid var(--color-main);
	padding-bottom: 5px;
	width: 100%;
	margin: inherit;
}

hr.artwork2 {
	border: 0px;
	border-top: 1px solid var(--color-main);
	padding-bottom: 5px;
	width: 98.5%;
	margin: inherit;
}

hr.artwork-faded {
	border: 0px;
	border-top: 1px solid var(--color-main-dark);
	padding-bottom: 5px;
	width: 100%;
	margin: inherit;
	opacity: 50%;
}

hr.black {
	border: 0px;
	border-top: 1px solid var(--color-dark1);
	padding-bottom: 5px;
	width: 98.5%;
	margin: inherit;
}

hr.body {
	border: 0px;
	border-top: 1px solid var(--color-main);
	padding-bottom: 5px;
	width: 98.6%;
	margin: inherit;
}

hr.comment {
	border: 0px;
	border-top: 1px solid var(--color-main);
	padding-bottom: 10px;
	width: 100%;
	margin: inherit;
}

hr.forumReply {
	border: 0px;
	border-top: 1px solid var(--color-main-dark);
	opacity: 50%;
	padding-bottom: 5px;
	width: 100%;
	margin: inherit;
}

/* hr */

/* divs */

.left { float: left; }

.right { float: right; margin-right: -15px; }

.clear { clear: both; }

.center { width: 100%; text-align: center; }

.header {
	font-weight: 800;
	color: var(--color-main);
}

.header-div {
	width: 98.7%;
	height: 60px;
	font-size: 0.9em;
	margin-top: -15px;
	padding-top: 20px;
	background-image: var(--image-header);
	background-size: 1000px 125px;
	background-repeat: repeat-y;
	background-position: 0px -10px;
}

.header-div-profile {
	width: 98.7%;
	height: 60px;
	font-size: 0.9em;
	margin-top: -15px;
	padding-top: 20px;
	margin-bottom: -50px;
}

.header-logo {
	float: left;
	display: flex;
	align-items: flex-end;
	margin-left: 25px;
}

.header-headline {
	float: right;
	display: flex;
	align-items: flex-end;
	margin-right: -12px;
	padding-top: 5px;
}

.header-headline-logo {
	float: right;
	height: 150px;
	display: flex;
	align-items: flex-end;
	margin-right: -12px;
	padding-top: 5px;
}

.header-right {
	float: right;
	letter-spacing: 0.4px;
	width: 63%;
	text-align: right;
	margin-right: -8px;
	box-sizing: border-box;
	padding-top: 42px;
}

.header-left {
	float: left;
	letter-spacing: 0.4px;
	width: 37%;
	
}

.main-div {
	margin: auto;
	width: 1000px;
	border: 0px;
	padding: 5px;
}

.headline { 
	font-weight: 200;
	color: var(--color-headline);
}

.quote { 
	font-weight: 200;
	color: var(--color-main-dark);
}

.quote-dark { 
	font-weight: 200;
	color: var(--color-main-dark);
}

.quote-dark-header { 
	font-weight: 200;
	color: var(--color-main-dark);
	opacity: 75%;
	padding-left: 105px;
	padding-top: 41px;
}

.quote-small { 
	font-weight: 200;
	font-size: 0.9em;
	color: var(--color-main);
}

.quote-small2 { 
	font-size: 0.7em;
	font-weight: 200;
	color: var(--color-main);
}

.quote-small3 { 
	font-size: 0.7em;
	font-weight: 200;
	color: var(--color-main-dark);
}

.textarea-bold { 
	color: var(--color-main);
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 0.6em;
	line-height: 2;
	margin-bottom: -30px;
}

.postHeader {
	font-weight: 800;
	color: var(--color-main);
}

.body-div {
	width: 100%;
	display: inline-flex;
}

.body-col {
	width: 32.6%;
	padding-right: 10px;
}

.forum-div {
	width: 100%;
	height: 100%;
}

.content-col {
	height: 325px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 5px;
	margin-left: -7px;
	margin-top: -5px;
	margin-bottom: 25px;
}

.manage-col {
	height: 200px;
	width: 100%;
	display: flex;
	justify-content: left;
	padding: 6px;
	margin-left: -5px;
}

.account-col {
	width: 30%;
	height: auto;
	display: flex;
	justify-content: center;
	margin: 4px;
}

.account-status-left {
	font-weight: 200;
	float: left;
	text-align: left;
	width: 50%;
}

.account-status-left-left {
	float: left;
	text-align: left;
	width: 50%;
}

.account-status-left-right {
	color: var(--color-main-dark);
	float: left;
	text-align: right;
	width: 30%;
}

.account-status-right {
	font-weight: 200;
	float: right;
	text-align: left;
	width: 40%;
	margin-right: 1px;
}

.account-status-right-left {
	float: left;
	text-align: left;
	width: 50%;
}

.account-status-right-right {
	color: var(--color-main-dark);
	float: right;
	text-align: right;
	width: 30%;
}

.artwork-div {
	width: 100%;
	height: auto;
  	margin: auto;
  	position: relative;
	overflow: auto; 
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}

.content-div-featured {
	width: 99%;
	height: 200px;
	display: inline-flex;
	background-image: var(--image-featured-artist);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 185px 4px;
}

.content-div {
	width: 99%;
	height: 200px;
	display: inline-flex;
}

.content-div-search {
	width: 980px;
	height: 200px;
	display: inline-flex;
	background-image: var(--image-featured-artist);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

.content-index-artists {
	width: 98.6%;
	height: 100px;
	display: inline-flex;
	background-color: var(--color-main);
}

.content-div-artists {
	width: 100%;
	height: 200px;
	display: inline-flex;
	background-image: var(--image-featured-artist);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 29px 0px;
	text-align:right;
}

.content-div-artists-icon {
	width: 25%;
	padding-top: 50px;
	padding-left: 10px;
	font-size: 0.8em;
	text-align: center;
	display: block;
	box-sizing: border-box;
}

.content-div-artists-images {
	width: 25%;
	padding: 5px;
	box-sizing: border-box;
}

.content-div-battles {
	width: 98.6%;
	height: 202px;
	display: inline-flex;
	color: var(--color-main-link);
	background-color: var(--color-main);
}

.content-more {
	width: 250px;
	height: 100%;
	margin-right: 4px;
}

.content-more-featured {
	width: 200px;
	height: 100%;
	margin-right: 4px;
}

.content-more-search {
	width: 30%;
	height: 100%;
	margin-right: 10px;
}

.content-more-battles {
	width: 200px;
	height: 200px;
	font-weight: 800;
	text-align: center;
	line-height: 1.1;
	color: var(--color-main-link);
	padding-top: 1px;
	margin-left: -1px;
	margin-right: 2px;
	padding-bottom: 1px;
}

.content-artists-icon {
	width: 100px;
	height: 100px;
	margin-right: 4px;
  	margin: auto;
  	display: block;
}

.content-artists-icons {
	width: 95px;
	height: 95px;
	margin-right: -2px;
	padding: 2.7px;
}

.content-desc-col-left {
	float: right;
	width 90%;
	padding-right: 5px;
	font-size: 0.8em;
}

.content-desc-col-right {
	width: 89.5%;
	text-align: left;
	padding: 5px;
	color: var(--color-main);
	font-size: 0.7em;
	font-weight: 400;
}

.content-admin {
	width: 100%;
	text-align: center;
	padding: 5px;
	color: var(--color-blur);
	font-size: 0.8em;
	font-weight: 400;
}

.comment-div {
	width: 98.5%;
	height: auto;
	display: inline-flex;
	background-image: var(--image-gradient);
	background-size: 1005px 102px;
	background-repeat: y-repeat;
	background-position: 0px 0px;
	position: relative;
}

.content-comment-case {
	width: 80%;
	height: auto;
}

.content-comment-left { 
	float: left;
	width: 200px;
	font-weight: 200;
	font-size: 0.7em;
	margin-right: 8px;
	margin-bottom: 25px;
	color: var(--color-main);
}

.content-comment {
	float: right;
	width: 750px;
	min-height: 75px;
	overflow: hidden;
	justify-content: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 10px;
	border: 0px;
	color: var(--color-main-dark2);
}

.content-comment2 {
	float: left;
	width: 12%;
}

.content-comment3 {
	float: right;
	width: 88%;
}
	
.comment-quote-orange { 
	font-weight: 400;
	font-size: 0.8em;
	color: var(--color-main-link);
	margin-top: -5px;
}

.comment-quote { 
	font-weight: 400;
	font-size: 0.8em;
	color: var(--color-main-dark);
}

.commentHeader {
	float: left;
	width: 70%;
	margin-bottom:-15px;
}
.commentResponse {
	background-color: var(--color-main-dark);
	padding: 10px;
	width: 100%;
	text-align: left;
	font-size: 0.7em;
	line-height: 1.75;
	overflow: hidden;
}

.commentLinks {
	float: right;
	width: 30%;
	text-align: right;
	font-size: 0.7em;
	margin-top: 4px;
}

.extra { 
	width: 100%;
	font-weight: 200;
	font-size: 0.7em;
	margin-right: 8px;
	margin-bottom: 25px;
	color: var(--color-main);
}

.extraRight { 
	float: right;
	margin-right: 13px;
	color: var(--color-main-dark);
}

.pro-col {
	width: 26%;
	margin-left: 25px;
	margin-top: 3px;
	font-size: 0.9em;
}

.body-pro {
	width: 74%;
	min-height: 400px;
}

.profile-pro {
	width: 74%;
	min-height: 400px;
	font-size: 0.9em;
}

.centerForm {
	margin: auto;
	width: 600px;
	height: 500px;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	padding: 50px;
}

/* profiles */

.profile-header-hover{
	width: 109.5%;
	height: 40px;
	font-size: 0.9em;
	background-color: var(--color-dark2);
	opacity: 75%;
	position: sticky;
	top: 0;
	margin-left: -10px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 135px;
}

.profile-header-list {
	font-weight: 800;
	line-height: 1.5;
	color: var(--color-main-link);
	border-bottom: 1px solid var(--color-main);
}

.profile-div {
	margin: auto;
	width: 1000px;
	border: 0px;
	padding: 5px;
}

/* profiles */

/* account */

.accountLeftWrap {
	position: fixed;
	margin: auto;
	float: left;
	width: 250px;
	z-index: 1;
}

.accountLeft {
	width: 100%;
	font-size: 0.8em;
	background-color: var(--color-dark1);
	box-sizing: border-box;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	padding: 25px;
	padding-top: 10px;
	margin-left: -5px;
}

.accountRightWrap {
	padding-left: 250px;
	display: flex;
	margin: auto;
	width: 730px;
}

.accountRight {
	box-sizing: border-box;
	margin-left: -5px;
	width: 100%;
	min-height: 500px;
	border: 1px solid var(--color-main);
	border-radius: 10px;
	padding: 15px;
	padding-right: 35px;
}

.accountWrap{
	width:100%;
	padding:10px;
	margin-top:-10px;
}

.communityFeedArt {
	width: 100%;
	text-align: center;
	margin-top: -8px;
}

.communityFeedArtTitle {
	font-weight: 200;
	color: var(--color-main);
	font-size: 0.7em;
	line-height: 3;
}

.communityFeedStatus {
	width: 100%;
	height: 150px;
	display: inline-flex;
	background-image: var(--image-gradient);
	background-size: 1005px 102px;
	background-repeat: y-repeat;
	background-position: 0px 0px;
	position: relative;
}

.communityFeedStatusLeft {
	float: left;
	width: 30%;
	padding-left: 35px;
	padding-top: 30px;
}

.communityFeedStatusRight {
	float: right;
	width: 60%;
	height: 100%;
	word-wrap: break-word;
	font-size: 0.8em;
	margin: auto;
	padding: 10px;
}

.communityFeedStatusLeftImage {
	object-fit: cover;
	width: 75px;
	height: 75px;
	border: 5px solid var(--color-dark1);
}

/* account */

/* battles */

.battle-body {
	margin: auto;
	width: 1000px;
	border: 0px;
	padding: 5px;
	margin-left: -12px;
	background-image: var(--image-versus);
	background-size: 110px auto;
	background-repeat: no-repeat;
	background-position: 448px -5px;
}

.battle-title {
	margin-top: 25px;
	margin-bottom: 25px;
}

.battle-title-left {
	float: left;
	width: 40%;
	text-align: center;
	box-sizing: border-box;
}

.battle-title-center {
	float: left;
	width: 20%;
	text-align: center;
	box-sizing: border-box;
	margin-top: 4px;
}

.battle-versus { 
	font-weight: 200;
	color: var(--color-main);
	font-size: 0.7em;
	line-height: 1em;
}

.battle-title-right {
	float: right;
	width: 40%;
	text-align: center;
	box-sizing: border-box;
}

.battle-title-text{
	color: var(--color-main-link);
	font-size: 1.1em;
	font-weight: 800;
}

.battle-title-text-by {
	color: var(--color-main);
	font-size: 0.7em;
	font-weight: 400;
}

.battle {
	margin-top: 20px;
}

.battle-case {
	float: left;
	width: 493px;
	padding-left: 5px;
	box-sizing: border-box;
}

.battle-case-inner {
	width: 100%;
	height: 100px;
	display: inline-flex;
}

.battle-case-left {
	width: 175px;
	font-weight: 200;
	margin-right: 100px;
	color: var(--color-main);
	text-align: left;
	width: 100px;
}

.battle-case-right {
	background-color: var(--color-main);
}

.battle-case-icon {
	float: left;
	text-align: left;
	width: 100px;
}

.battle-case-vote {
	float: right;
	text-align: center;
	width: 187px;
	margin-top: 30px;
}

.voted01, .voted02, .voted03 {
	font-size: 2.5em;
	font-weight: 800;
}

a.voted01:link, a.voted01:visited { color: var(--color-main-link); text-decoration: none; font-weight: 800; }
a.voted01:hover, a.voted01:active { color: var(--color-main-white); text-decoration: none; font-weight: 800; }

.voted02 {
	color: var(--color-dark1);
	opacity: 25%;
}

.voted03 {
	color: var(--color-main-link);
}

.battle-image {
	object-fit: cover;
	height: 490px;
	width: 100%;
	mask-image: var(--mask-battles);
	mask-repeat: no-repeat;
}

.battle-past-winners {
	width: 100%;
	margin-left: 8px;
	margin-bottom: -5px;
}

.battle-text {
	width: 98.7%;
	padding: 25px;
	box-sizing: border-box;
	background-color: var(--color-dark2);
}

/* battles */

/* footer */

.footer-div {
	text-align: center;
	font-size: 0.7em;
	line-height: 1;
	width: 98.5%;
	height: 250px;
	margin-bottom: -10px;
	background-image: var(--image-footer);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.footer-div-profile {
	text-align: center;
	width: 98.5%;
	height: 250px;
	margin-bottom: -15px;
}

.footer-div-login1 {
	text-align: center;
	font-size: 0.7em;
	width: 100%;
	height: 100%;
	margin-top: -50px;
}

.footer-div-login2 {
	width: 985px;
	height: 170px;
	margin-top: -3px;
	margin-bottom: 5px;
}

.footer-div-login3 {
	width: 985px;
	height: 170px;
	margin-top: -3px;
}

.footer-div-login4 {
	text-align: right;
	float: right;
	width: 600px;
	height: 170px;
	margin-top: -3px;
	margin-right: 80px;
}

/* footer */

/* form */

.form-group { width: 100%; }

.form-group-account { width: 97.5%; }

.form-group-account-left {
	width: 15%;
	float: left;
}

.form-group-account-right {
	width: 85%;
	float: right;
}

input[type="text"], [type="username"], [type="password"] {
	background-color: var(--color-main-dark);
	color: var(--color-main-link);
	font-size: 0.9em;
	font-weight: 500;
	border: 0px;
	box-sizing: border-box;
	border: 0px;
  	border-radius: 0px;
	width: 275px;
	height: 25px;
	padding: 5px;
}

input[type="submit"] {
	background-color: var(--color-main-dark);
	color: var(--color-main-link);
	width: 102.5%;
	height: 25px;
	border: none;
	outline: none;
	text-align: center;
	font-weight: 600;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.6em;
}

input[type="save"] {
	background-color: var(--color-main-dark);
	color: var(--color-main-link);
	width: 99.5%;
	height: 30px;
	border: none;
	outline: none;
	text-align: center;
	font-weight: 600;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.6em;
}

input[type="file"]{
	width: 209px;
	max-width: 100%;
	height: 30px;
	color: var(--color-main-dark);
	padding: 5px;
	border: none;
	font-weight: 600;
	font-size: 0.7em;
	text-transform: uppercase;
}

input[type="radio"]{
	background-color: var(--color-main-dark);
	border: none;
}

select{
	background-color: var(--color-main-dark);
	color: var(--color-main-link);
	width: 275px;
	height: 25px;
	font-size: 0.9em;
	font-weight: 500;
	border: none;
	outline: none;
	text-align: center;
}

textarea{
	width: 98%;
	height: 500px;
	background-color: var(--color-main-dark);
	color: var(--color-main-link);
	font-size: 1em;
	font-weight: 500;
	border: none;
	outline: none;
	text-align: left;
	padding: 10px;
	resize: none;
}

.descriptionTextarea{
	width: 98%;
	height: 200px;
	background-color: var(--color-main-dark);
	color: var(--color-main-link);
	font-size: 0.9em;
	font-weight: 500;
	border: none;
	outline: none;
	text-align: left;
	padding: 10px;
	resize: none;"
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-main-dark2);
  opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--color-main-dark2);
  opacity: 0.5; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--color-main-dark2);
  opacity: 0.5; /* Firefox */
}

/* form */

/* images */

img {
	border: 0px;
}

.loading {
	width: 50px;
	height: auto;
}

.image {
	width: 99%;
	height: auto;
	margin: auto;
}

.icon50 {
	width: 50px;
	height: 50px;
}

.icon75 {
	width: 75px;
	height: 75px;
	border: 1px solid var(--color-main-dark2);
}

.content {
    width: 900px;
    height: auto;
}

.contentLeft {
	float: left;
	width: 30px;
	height: 238px;
	background-position: center top;
	background-repeat: no-repeat;
  	position: absolute;
  	top: 50%;
  	transform: translate(0, -50%);
}

#contentLeft {
	background-image: var(--image-arrow-left-idle);
	opacity: 75%;
}
#contentLeft:hover {
	background-image: var(--image-arrow-left-hover);
	opacity: 100%
}

.contentMiddle{
	float: left;
	width: 920px;
	height: auto;
	margin-left: 40px;
}

.contentRight{
	float: left;
	width: 30px;
	height: 238px;
	margin-left: 970px;
	background-position: center top;
	background-repeat: no-repeat;
  	position: absolute;
  	top: 50%;
  	transform: translate(0, -50%);
}

#contentRight {
	background-image: var(--image-arrow-right-idle);
	opacity: 75%;
}
#contentRight:hover {
	background-image: var(--image-arrow-right-hover);
	opacity: 100%
}

.content-other {
	object-fit: cover;
  	width: 100%;
  	height: 100%;
}

.content-featured {
	object-fit: cover;
	width: 320px;
	height: 100%;
	mask-image: var(--mask-home);
	mask-repeat: no-repeat;
}

.content-other-icon {
	object-fit: cover;
  	width: 100%;
  	height: 100%;
	margin-left: 50px;
	border: 2px solid var(--color-dark1);
}

.content-other-icon2 {
	object-fit: cover;
	width: 75px;
	height: 75px;
	border: 2px solid var(--color-dark1);
}

.content-other-icon3 {
	object-fit: cover;
  	width: 95px;
  	height: 95px;
	border: 2px solid var(--color-dark1);
}

a.content-other-icon-link:link, a.content-other-icon-link:visited { color: var(--color-main-link); }
a.content-other-icon-link:hover, a.content-other-icon-link:active { color: var(--color-main); }

.content-other-backing {
	width: 98%;
	height: 200px;
	display: inline-flex;
	background-image: var(--image-featured-artist);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

.profileIcon {
	width: 75px;
	height: 75px;
	border: 0px;
}

.profileLogo {
	height: 150px;
	width: auto;
	border: 0px;
}

.content-account {
	object-fit: cover;
	width: 200px;
	height: 100%;
	mask-image: var(--mask-account);
	mask-repeat: no-repeat;
}

/* images */

/* login register boxes */

.tabs {
	position: relative;
	width: 635px;
	height: 100%;
	padding: 0px;
	margin-top: -25px;
	margin-left: -20px;
}
.tabs::before,
.tabs::after {
	content: "";
	display: table;
}
.tabs::after {
	clear: both;
}
.tab {
	float: left;
}
.tab-switch {
	display: none;
}
.tab-label {
	position: relative;
	background-color: var(--color-dark2);
	display: block;
	line-height: 3em;
	height: 3em;
	width: 317px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
	transition: all 0.25s;
}
.tab-label:hover {
	background-color: var(--color-main);
	transition: top 0.25s;
}
.tab-content {
	margin-top: -15px;
	height: 12rem;
	width: 585px;
	position: absolute;
	z-index: 1;
	left: 0;
	padding: 1rem;
	border: 0;
	opacity: 0;
	transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
	border: 0;
	background-color: var(--color-main);
	transition: all 0.35s;
	z-index: 1;
}
.tab-switch:checked + label + .tab-content {
	z-index: 2;
	opacity: 1;
	transition: all 0.35s;
}

/* login register boxes */

/* search */

.search-div {
	width: 96.5%;
	min-height: 600px;
	padding: 5px;
}

.search-header {
	width: 99.5%;
	padding: 5px;
}

.search-float-left {
	float: left;
	width: 10%;
	text-align: right;
}

.search-float-right {
	float: right;
	width: 85%;
	margin-top: -5px;
	margin-right: 25px;
}

.search-dropdowns {
	width: 99.5%;
	padding: 2px;
	margin-left: 25px;
}

.search-dropdown {
	float: left;
	width: 33%;
	padding: 1px;
}

.search-content-case {
	height: 325px;
	width: 100%;
	display: flex;
	justify-content: left;
	padding: 3px;
	margin-left: -15px;
}

.search-content {
	float: left;
	width: 33%;
	margin: 6px;
	margin-bottom: -10px;
}

.content-search {
	object-fit: cover;
	width: 325px;
	height: 100%;
	mask-image: var(--mask-home);
	mask-repeat: no-repeat;
}

/* search */

/* auto scroll */

#postList{ 
    margin-bottom:20px;
}
.list-item {
    background-color: #F1F1F1;
    margin: 5px 15px 2px;
    padding: 2px;
    font-size: 14px;
    line-height: 1.5;
    height: 120px;
}
.list-item h4 {
    color: #0074a2;
    margin-left: 10px;
}
.load-more {
    margin: 15px 25px;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    font-weight:bold;
}

/* auto scroll */

/* forum */

.forumHeader {
	width: 100%;
	height: 100%;
	background-color: var(--color-main-dark2);
	padding: 10px;
	box-sizing: border-box;
	font-size: 0.7em;
}

.forumHeaderTop {
	width: 100%;
	height: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.forumHeaderTopLeft {
	float: left;
	height: 100%;
	width: 70%;
	color: var(--color-main);
}

.forumHeaderTopRight {
	float: right;
	height: 100%;
	width: 30%;
	text-align: right;
}

.forumHeaderBottomLeft {
	float: left;
	height: 100%;
	width: 50%;
	color: var(--color-blue);
}

.forumHeaderBottomLeft2 {
	float: left;
	height: 100%;
	width: 50%;
	color: var(--color-main);
}

.forumHeaderBottomRight {
	float: right;
	height: 100%;
	width: 50%;
	text-align: right;
	color: var(--color-blue);
}

.forumHeaderBottomRight2 {
	float: right;
	height: 100%;
	width: 50%;
	text-align: right;
	color: var(--color-main);
}

.forumHeaderBottom {
	width: 100%;
	height: 15px;
	padding-top: 5px;
}

.forumGroup1 {
	width: 100%;
	height: 100%;
	background-color: var(--color-dark2);
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.9em;
}

.forumGroup2 {
	width: 100%;
	height: 100%;
	background-color: var(--color-dark1);
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.9em;
}

.forumGroupInfo {
	width: 100%;
	height: 25px;
	color: var(--color-main-link);
}

.forumGroupTitle {
	float: left;
	height: 100%;
	width: 60%;
	padding: 5px;
	color: var(--color-main);
	box-sizing: border-box;
}

.forumGroupDate {
	color: var(--color-main-dark);
	float: right;
	height: 100%;
	width: 40%;
	padding: 5px;
	text-align: right;
	box-sizing: border-box;
}

.forumGroupTopics {
	float: left;
	height: 100%;
	width: 10%;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}

.forumGroupPosts {
	float: left;
	height: 100%;
	width: 10%;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}

.forumGroupLast {
	float: left;
	height: 100%;
	width: 20%;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}

.forumCatergory {
	width: 100%;
	height: 75px;
	color: var(--color-main-link);
}

.forumSticky {
	width: 100%;
	height: 25px;
	color: var(--color-main-link);
}


.forumCatergoryImage {
	float: left;
	height: 100%;
	width: 10%;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

.forumStickyImage {
	float: left;
	height: 100%;
	width: 10%;
	text-align: center;
	box-sizing: border-box;
}

.forumCatergoryTitle {
	float: left;
	height: 100%;
	width: 480px;
	padding: 10px;
	padding-top: 12px;
	overflow-wrap: break-word;
	justify-content: left;
	box-sizing: border-box;
}

.forumStickyTitle {
	float: left;
	height: 100%;
	width: 480px;
	padding-left: 10px;
	padding-top: 3px;
	overflow-wrap: break-word;
	justify-content: left;
	box-sizing: border-box;
}

.forumCatergoryTopics {
	float: left;
	height: 100%;
	width: 10%;
	padding-top: 25px;
	padding-left: 15px;
	text-align: center;
	color: var(--color-main);
	box-sizing: border-box;
}

.forumStickyTopics {
	float: left;
	height: 100%;
	width: 10%;
	padding-left: 15px;
	padding-top: 3px;
	text-align: center;
	color: var(--color-main);
	box-sizing: border-box;
}

.forumCatergoryPosts {
	float: left;
	height: 100%;
	width: 10%;
	padding-top: 25px;
	text-align: center;
	color: var(--color-main);
	box-sizing: border-box;
}

.forumStickyPosts {
	float: left;
	height: 100%;
	width: 10%;
	padding-top: 3px;
	text-align: center;
	color: var(--color-main);
	box-sizing: border-box;
}

.forumCatergoryLast {
	float: left;
	height: 100%;
	width: 20%;
	padding-top: 12px;
	padding-left: 15px;
	text-align: center;
	color: var(--color-main);
	box-sizing: border-box;
	font-size: 0.7em;
	line-height: 1.4;
}

.forumStickyLast {
	float: left;
	height: 100%;
	width: 20%;
	text-align: center;
	padding-left: 10px;
	padding-top: 3px;
	color: var(--color-main);
	box-sizing: border-box;
	font-size: 0.7em;
	line-height: 1.4;
}

.forumCatergoryReply {
	float: left;
	height: 100%;
	width: 20%;
	padding: 10px;
	padding-top: 12px;
	padding-left: 25px;
	text-align: center;
	color: var(--color-main);
	box-sizing: border-box;
	font-size: 0.7em;
	line-height: 1.4;
}

.forumCatergoryDesc {
	font-size: 0.7em;
	color: var(--color-main);
}

.forumThread {
	color: var(--color-main-link);
}

.forumInfo {
	width: 100%;
	height: 100%;
	background-color: var(--color-dark2);
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.7em;
}

.forumInfoCase {
	width: 100%;
	height: 60px;
}

.forumInfoNoNew {
	float: left;
	height: 100%;
	width: 33.3%;
	padding: 12px;
	padding-left: 55px;
	box-sizing: border-box;
	border-right: 1px solid var(--color-main);
}

.forumInfoNew {
	float: left;
	height: 100%;
	width: 33.3%;
	padding: 12px;
	padding-left: 65px;
	box-sizing: border-box;
	border-right: 1px solid var(--color-main);
}

.forumInfoNumbers {
	float: left;
	height: 100%;
	width: 33.3%;
	padding: 10px;
	padding-top: 10px;
	text-align: right;
	box-sizing: border-box;
}

.forumRight {
	float: left;
	padding: 15px;
	padding-top: 15px;
}

.forumEmpty {
	width: 100%;
	height: 300px;
	font-size: 2em;
	font-weight: 800;
	padding-top: 200px;
	padding-left: 125px;
	color: var(--color-main)
}

.forumCreate {
	width: 100%;
	min-height: 500px;
	padding: 10px;
	color: var(--color-main)
}

.forumResponse {
	width: 100%;
	min-height: 250px;
	padding: 10px;
	color: var(--color-main)
}

.forumError {
	width: 100%;
	margin-bottom: 10px;
	color: var(--color-white);
}

.forumPost {
	width: 100%;
	min-height: 160px; 
    display: inline-block;
}

.forumPostCase {
	width: 100%;
	padding: 5px;
}

.forumPostCaseLeft {
	float: left; 
	width: 10%; 
	box-sizing: border-box; 
	text-align: left;
}

.forumPostCaseLeftBottom1 {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 0.8em;
}

.forumPostCaseLeftBottom2 {
	line-height: 1.5;
	padding-left: 15px;
	font-size: 0.6em;
}

.forumPostCaseRight {
	float: left;
	padding: 15px; 
	font-size: 0.9em;
	font-weight: lighter;
	padding-left: 20px; 
	min-height: 160px; 
	width: 860px; 
	box-sizing: border-box; 
	text-align: left; 
	overflow-wrap: break-word;
	justify-content: left;
	background-color: var(--color-dark3);
}

.forumIcon {
	border: 15px solid var(--color-dark3);
}

.forumPostInfo {
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	color: var(--color-main-dark);
	padding-left: 20px;
	margin-top: 10px;
}

.forumPostInfoRight {
	float: right;
	text-align: right;
	padding-right: 30px;
}

.forumPageNav {
	width: 100%;
	height: 50px;
	background-color: var(--color-main-dark2);
	padding: 5px;
	padding-top: 15px;
	box-sizing: border-box;
	font-size: 0.9em;
	text-align: center;
	letter-spacing: 0.15em;
}

.repliesForum {
	font-weight: 200;
	color: var(--color-main);
	width: 100%;
	text-align: center;
	font-size: 0.6em;
	opacity: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote {
	margin: 20px;
	padding: 20px;
	font-size: 0.7em;
	color: var(--color-main-dark);
	background-color: var(--color-dark4);
}

a.forumLink:link, a.forumLink:visited { color: var(--color-main-dark); }
a.forumLink:hover, a.forumLink:active { color: var(--color-main); }

.memebersOnline1 {
	width: 100%;
	height: 100%;
	background-color: var(--color-main-dark2);
	padding: 10px;
	box-sizing: border-box;
	font-size: 0.7em;
}

.memebersOnline2 {
	width: 100%;
	height: 100%;
}

.usersOnline {
	color: var(--color-blue);
}

.adminsOnline {
	color: var(--color-main-link);
}

.flagText {
	width: 100%;
	padding: 10px;
	margin-top: -10px;
	text-align: center;
	color: var(--color-main);
}

.forumEmojis {
	width: 100%;
	margin-top: 10px;
	margin-left: -3px;
	margin-bottom: -10px;
}

.forumDelete {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 25px;
}

/* forum */

/* end campnorth main css */