.comm-head {
	margin-bottom: 40px;
}
.comm-head h1 {
	text-align: center;
	font-size: 120px;
	color: #002642;
	margin-bottom: 0px;
}
.comm-head img {
	width: 100%;
}
.comm-head-buttons {
	display: flex;
	gap: 20px;
	padding: 20px;
}
.comm-head-buttons div {
	flex: 1;
	background-color: #002642;
	color: #ffffff;
	font-size: 30px;
	padding: 10px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.comm-head-buttons div a {
	color: #ffffff;
	text-decoration: none; 
}
.comm-head-buttons div:hover {
	font-weight: bold;
}

.artstyle-desc-buttons {
	display: flex;
	gap: 20px;
	margin: 20px;
	justify-content: center;
    box-sizing: border-box;
}
.artstyle-desc-buttons div {
	background-color: #00264280;
	color: #ffffff;
	font-size: 30px;
	padding: 10px;
	border-radius: 50px;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    box-sizing: border-box;
}
.artstyle-desc-buttons div:hover {
	font-weight: bold;
	cursor: pointer;
}
.table-selected {
	background-color: #002642 !important;
}

.comm-artstyle .text{
	text-align: left;
}
.comm-artstyle h1 {
	margin-top: 0px;
}
.artstyle-desc p {
	text-align: center;
	font-size: 60px;
}
.artstyle-desc table {
	font-size: 48px;
	border-collapse: collapse;
	margin: 20px auto;
}
.artstyle-desc table td {
	white-space: nowrap;
}
.artstyle-desc td:nth-child(1) {
	text-align: right;
	padding-right: 20px;
}
.artstyle-desc td:nth-child(2) {
	font-weight: bold;
}
.artstyle-desc table + p {
	font-size: 24px !important;
}

.comm-artstyle .container {
	display: flex;
	gap: 72px;
	padding: 30px 100px;
	align-items: center;
	margin-bottom: 30px;
	flex: 0 0 100%;
	width: 100%;
	box-sizing: border-box;
}
.container > div {
	box-sizing: border-box;
}
.container .artstyle-img {
	width: 40%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: center
}
.container .artstyle-img .display-img {
	width: 100%;
	position: relative;
}
.container .artstyle-img .thumb-img {
	width: 20%;
	padding: 10px;
    box-sizing: border-box;
}
.container .artstyle-img .display-img img {
	max-width: 100%;
	margin: auto 0px;
	max-height: 600px;
	transition: opacity 0.15s ease-in-out;
}
.container .artstyle-img .thumb-img img {
	max-width: 100%;
	margin: auto 0px;
	max-height: 600px;
}
.container .artstyle-desc {
	width: 60%;
}
.container .artstyle-desc p {
	font-size: 30px;
}
.thumb-img {
	opacity: 50%;
	transition: opacity 0.2s ease-in-out;
}
.thumb-img:hover {
	opacity: 75%;
}
.thumb-selected {
	opacity: 100% !important;
}
.comm-contact-button {
	width: 100%;
	text-align: center;
	margin-top: 48px;
}
.comm-contact-button a {
	text-align: center;
	background-color: #002642;
	color: #ffffff;
	font-size: 30px;
	padding: 11px 40px;
	border-radius: 50px;
	text-decoration: none;
}
.comm-contact-button a:hover {
	font-weight: bold;
}

.terms {
	text-align: center;
	font-size: 60px;
	margin-top: 0px;
}

.will-wont {
	margin-top: 100px;
	height: 320px;
	padding: 0px calc(50vw - 509px);
}

#will, #wont {
    width: 300px;
    float: left;
	text-align: center;
	font-size: 60px;
	margin: 0px 80px;
}
#will {
    border-radius: 50%;
	background-color: #9fa;
}
#wont {
    border-radius: 50%;
	background-color: #f99;
}

.minus-sixty {
	margin-top: -60px !important;
}

.comm-email {
	display: flex;
	justify-content: center;
}
.comm-email div:nth-child(2) {
	font-size: 48px;
	margin: 0px 30px;
}
.comm-email div:nth-child(3) {
	padding: 10px 0px;
	cursor: pointer;
}
.comm-discord {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	text-decoration: none;
	color: black;
}
.comm-discord div:nth-child(2) {
	font-size: 48px;
	max-width: 600px;
	margin: 0px 30px;
	margin-top: -15px;
}
.comm-contact-note {
	width: 100%;
	margin-top: 24px;
}
.comm-contact-note div {
	max-width: 820px;
	margin: auto;
}