body {
	font-family: "Segoe UI", sans-serif;
	margin-top: 0%;
	background-color: rgb(241, 241, 241);
	margin: 0;
	
}

.bodyContent {
	margin-left: 10%;
	margin-right: 5%;
	    padding-bottom: 5%;
}

.homeButton {
	margin-left: 10%;
	height: 42px;
	width: 42px;
}

.tooltip-text {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	width: 100px;
	color: white;
	font-size: 12px;
	background-color: #192733;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	top: 42px;
	left: -90%;
}

.hover-text:hover .tooltip-text {
	visibility: visible;
}

.hover-text {
	position: relative;
	display: inline-block;
	text-align: center;
}

.welcome {
	margin-left: 10%;
	font-size: 28px;
	font-weight: bold;
}

hr.breakerBar {
	width: 50%;
	margin-left: 10%;
}

hr.fullBar {
	width: 80%;
}

hr.indexDivider {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

.subHeader{
	margin-left: 10%;
	font-weight: bold;
}

.styleSubHeader{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.subText {
	margin-left: 12.5%;
}

.styleLayout {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
}

.styleContainer {
	margin-left: auto;
    margin-right: auto;
	display: flex;
    flex-direction: column;
	width: 12em;
}

.styleColumn:first-of-type {
	width: 12.5%;
	min-width: 185px;
	margin-top: 15px;
	padding: 5px 8px;
	vertical-align: middle;
	margin-left: 4%;
}

.styleColumn {
	width: 12.5%;
	min-width: 185px;
	margin-top: 15px;
	padding: 5px 8px;
	vertical-align: middle;
	margin-left: 5%;
}

.styleContainer label {
	text-align: center;
	margin-bottom: 6px;
	margin-top: 6px;
}

.submissionMessage {
	display: inherit;
	border-left: 4px solid rgb(131, 131, 131);
	border-radius: 12px;
	padding-left: 10px;
}


[class$="SubmissionMessage"] {
	display: inherit;
    border-left: 4px solid rgb(131, 131, 131);
    border-radius: 12px;
    padding-left: 10px;
}

ul {
	list-style-type: none;
}

li.home {
	margin-top: 25px;
}

a.modernButton {
	margin: 5px;
	padding: 12px 20px 12px 20px;
	background-color: #3992df;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.headerIcon a.headerIconButton {
	width: 100%;
}

.headerIcon a.headerIconButton:hover {
	background-color: transparent;
}

a.modernSmallButton {
	margin: 5px;
	padding: 6px 10px 6px 10px;
	background-color: #3992df;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

a.modernButton:hover, a.modernSmallButton:hover  {
	background-color: #3ea1f7;
	transition: background-color 200ms linear;
}

a.dz-remove {
	text-decoration: none;
	font-size: 16px !important;
}

input[type="button"] {
	display: block;
	margin: 5px;
	padding: 12px 20px 12px 20px;
	background-color: #3992df;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	cursor: pointer;
	width: 15%;
	border: none;
	font-size: 18px;
}

input[type="button"]:hover {
	background-color: #3ea1f7;
	transition: background-color 200ms linear;
}

input[type="submit"] {
	display: block;
	margin: 5px;
	padding: 12px 20px 12px 20px;
	background-color: #3992df;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	cursor: pointer;
	width: 15%;
	border: none;
	font-size: 18px;
}

input[type="submit"]:hover {
	background-color: #3ea1f7;
	transition: background-color 200ms linear;
}

input[type="color"] {
	block-size: 64px;
	inline-size: 64px;
	margin-left: auto;
	margin-right: auto;
}

.frontPageGreeting {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.loginLogo {
	display: inline;
	vertical-align: middle;
	height: 32px;
    width: 32px;
	margin-top: -8px;
}

img.packImage {
	padding: 20px 25px 20px 25px;
	max-width: 100%;
	max-height: 15em;
	vertical-align: middle;
}

video.packVideo {
	padding: 20px 25px 20px 25px;
	max-width: 100%;
	max-height: 15em;
	vertical-align: middle;
}


.loginSubscribeStarButton {
	margin-left: auto;
	margin-right: auto;
	width: 22em;
	border: 2px solid #009688;
	border-radius: 5px;
	background-color: #34344e;
	color: #cbdad5;
	margin-bottom: 15px;
	padding: 10px;
	cursor: pointer;
	text-align: center;
}

.loginPatreonButton {
	margin-left: auto;
	margin-right: auto;
	width: 22em;
	border: 2px solid #ff424d;
	border-radius: 5px;
	background-color: #34344e;
	color: #cbdad5;
	padding: 10px;
	cursor: pointer;
	text-align: center;
}

.loggedInButton {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 22em;
	border-radius: 5px;
	background-color: #3992df;
	margin-bottom: 15px;
	padding: 10px;
	cursor: pointer;
	text-align: center;
}

.loggedInButton:hover {
		background-color: #3ea1f7;
	transition: background-color 200ms linear;

}

.loginSubscribeStarButton a {
	text-decoration: none;	
}

.loginPatreonButton a {
	text-decoration: none;	
}

p.loginText {
	display: inline;
	font-size: 24px;
	margin-left: 10px;
	color: white;
}

.col-1-8 {
	width: 12.5%;
	min-width: 185px;
	display: inline-block;
	margin-top: 15px;
	padding: 5px 8px;
	vertical-align: middle;
}

.col-1-4 {
	width: 25%;
	min-width: 185px;
	display: inline-block;
	margin-top: 15px;
	padding: 5px 8px;
	vertical-align: middle;
}

.col-1-2 {
	width: 40%;
	min-width: 185px;
	display: inline-block;
	margin-top: 15px;
	padding: 5px 8px;
	vertical-align: middle;
}

.col-1-2:last-of-type { 
	margin-bottom: 12em;
}

.frontPageTextContainer {
	text-align: center;
	margin-top: 4em;
}


p.frontPageTitle {
	font-size: 32px;
	font-weight: bold;
}

.platformRow img {
	vertical-align: middle;
}

.formContainer {
	text-align: left;
	margin-left: 10%;
}

form.mainForm {
	margin-left: 2.5%;
}

form.dropzone {
	width: 75%;
	margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
	text-align: center;
}

form label {
	font-weight: bold;
	font-size: 18px;
	margin-top: 6px;	
}

label.tierLabel {
	font-weight: normal;
	font-size: 16px;
	vertical-align: top;
	margin-right: 6px;
}

input.stylized {
	margin-top: 5px;
	margin-bottom: 6px;
	display: block;
    width: 25%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;	
}

input.socialInput {
	width: 45%;
}

input.stylized:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

textarea.stylized {
	margin-top: 5px;
	margin-bottom: 6px;
	resize: vertical; 
	display: block;
    width: 25%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;	
}

textarea.stylized:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: #3992df;
}

table.contentPacks {
	margin-left: 16em;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 70%;
}

table.requestsTable {
	text-align: center;
	margin-top: 16px;
}

tr th {
		border-bottom: 2px solid #dee2e6;
}

tr td {
	border-bottom: 2px solid #dee2e6;
}
tr.contentPackRow {
	text-align: center;
}

td.contentPackTitle {
	font-weight: bold;
}

th.requests {
	width: 10vw;
}


.tablePagination {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
text-align: center;
}

a.pageLink {
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
	width: 24px;
	text-decoration: none;
}

a.pageLink:hover {
	background-color: #3ea1f7;
	transition: background-color 200ms linear;
}

a.pageLink:first-child {
	border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

a.pageLink:last-child {
	border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

a.packBoxLink {
	color: black;
	text-decoration: none;
}

a.continueLoginButton {
	color: black;
	text-decoration: none;
	width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

span.curPageText {
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
	width: 24px;
	color: #fff;
	background-color: #3992df;
}

span.loggedInText {
	font-size: 18px;
	font-weight: bold;
}

.modifyButtonContainer {
	display: inline;
}

.packHold {
	text-align: center;
}

.packContainer {
	min-height: 370px;
	max-height: 370px;
	border-radius: 12px; 
	box-shadow: 0px 0px 5px 5px #aaaaaa; 
	text-align: center; 
	background-color: rgb(231,231,231);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.packContainer:hover {
	box-shadow: 0px 0px 5px 5px #7dc9ff;
	/*cursor: pointer;*/
	transform: translateY(10px);
	transition:.5s ease;
}

.packContainer>img {

	margin-top: 7px;
	border-radius: 4px;
	max-width: 80%;
}

img.morePacksImage {
	max-height: 140px;
}

.extraPacks {
	margin: 20px auto; 
	text-align: center; 
	width: fit-content; 
	padding-left: 2em; 
	padding-right: 2em; 
}

footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	font-size: 18px;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: rgb(234 234 234);
	margin-top: 4em;
}

header {
	margin-top: 10px;
}

/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: rgb(234 234 234);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

a.subscribeButton {
	border: 2px solid #ffc863;
	background-color: #ffe6b8;
	margin-right: 4px;
}

a.subscribeButton:hover {
	background-color: #ffcb7c !important;
	transition: background-color 200ms linear;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: #3992df;
  color: white;
}

.header-right {
  float: right;
}

.headerIcon {
	background-image: url("/resources/images/headerIcon.png");
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: inline-flex;
	margin-top: 0.5rem;
	margin-left: 3rem;
	background-repeat: no-repeat;
    background-position: center;
}

input.toggle {
  display: none;
}

.lbl-toggle {
  display: block;

  font-weight: bold;
  font-family: monospace;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  color: #A77B0E;
  background: #FAE042;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.lbl-toggle:hover {
  color: #7C5A0B;
}

.styleLayout .styleColumn {
  background: rgba(190, 190, 190, .2);
  border-bottom: 1px solid rgba(250, 224, 66, .45);

  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem 1rem;
}

.styleLayout {
  max-height: 0px;
  overflow: hidden;

  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .styleLayout {
  max-height: 500vh;
}

dialog {
	max-width: 40%;
	border-radius: 12px;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

button.modernSmallButton {
	margin: 5px;
	padding: 6px 10px 6px 10px;
	background-color: #3992df;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	float: right;
}

button.modernSmallButton:hover  {
	background-color: #3ea1f7;
	transition: background-color 200ms linear;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 800px) {
	.bodyContent {
		padding-bottom: 10%;
	}
	.header a {
		float: none;
		text-align: center;
	}
	.header-right {
		float: none;
		text-align: center;
	}

	.headerIcon {
		display: none;
	}

	.col-1-2 {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.bodyContent {
		margin-left: 2%;
		margin-right: 2%;
		text-align: center;
	}
	.col-1-8 {
		width: 10%;
		min-width: 150px;
	}
	
	.packContainer>img {
		max-width: 65%;
	}
	
	footer {
		max-height: 0.5em;
		font-size: 14px;
	}
	.subText {
		margin-left: 0%;
	}
	form.mainForm {
		margin-left: 0%
	}
	
	.welcome {
		margin-left: 0%;
	}
	
	.subHeader {
		margin-left: 0%;
	}
	
	hr.breakerBar { 
		margin-left: auto;
		margin-right: auto;
	}
	
	ul {
		padding-left: 0%;
	}
	
	.formContainer {
		margin-left: 0%;
		text-align: inherit;
	}
	
	input.stylized {
		margin-left: auto;
		margin-right: auto;
		width: 65%;
	}
	
	textarea.stylized {
		margin-left: auto;
		margin-right: auto;
		width: 65%;
	}
	input[type="button"] {
		width: 65%;
		margin-left: auto !important;
		margin-right: auto;
	}
	
	table.contentPacks {
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	
	a.modernSmallButton {
		margin: 0px;
		display: inline-block;
	}
	
	.tablePagination {
		margin-bottom: 2em;
	}
	
	.dropzone .dz-preview .dz-image {
		z-index: 0;
	}
	
	.modifyButtonContainer {
		display: block;
	}
	
	.modifyButtonContainer>input.modernButton {
		display: block !important;
		width: 50% !important;
	}
	
	.styleLayout .styleColumn {
		margin-left: auto;
		margin-right: auto;
	}
	
	.styleLayout>.subText {
		min-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.styleColumn:first-of-type {
		margin-left: auto;
	}
	.col-1-2:last-of-type {
		margin-bottom: 12em;
	}

}
