body {
	background-image: url("../_images/landing_page/background_600.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-color: #000;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #73974d;
	font-size: 17px;
    line-height: 1.3em;
}

p {
	margin-bottom: 20px;
}

.flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-1 {
	flex: 1;
}
.flex-wrap {
	flex-wrap: wrap;
}
.m-t-10 {
	margin-top: 10px;
}
.m-r-5 { margin-right: 5px; }
.m-r-10 { margin-right: 10px; }
.m-r-20 { margin-right: 20px; }

.clickable {
	cursor: pointer;
}

.hidden {
	display: none;
}

/*
	HIDE CONTENT WHILE LOADING
*/
tabs {
	display: none;
}

.page-wrapper {
	position: relative;
}
.foreground-birds {
	display: none;
	position: absolute;
	top: 25px;
	right: 0px;
	width: 278px;
	height: 144px;
	background-image: url("../_images/landing_page/foreground-birds.png");
}

.artwork-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.round-artwork {
	/* flex: 1; */
	min-width: 250px;
    max-width: 250px;
    max-height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.npc {
	width: 100%;
    max-width: 250px;
	position: relative;
}
.artwork-spacer {
	display: none;
	flex: 1;
	background-color: #bae38c;
}

.page-content-wrapper {
	flex: 1;
	background-color: #bae38c;
}
.page-content {
    margin-left: 0;
    margin-right: 0;
}
.content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	/* margin-top: 50px; */
    margin-left: 20px;
    margin-right: 20px;
}
.content.wrap {
	flex-wrap: wrap;
}
.content-peek {
	display: block;
	margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.content ul {
    display: block;
    width: 100%;
    list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 20px;
}
.content li {
    display: list-item;
	margin-bottom: 5px;
}
.content strong {
	font-weight: bold;
}

h1, h2 {
	flex: 1;
	padding: 10px;
	font-family: "Bubblegum Sans", tahoma, sans-serif;
	font-size: 30px;
	line-height: 1em;
	color: #5A7139;
	text-align: center;
}
h2 {
	font-size: 20px;
}
.login-form {
	flex: 1;
	/* display: flex; */
}
.login-row {
	display: flex;
	justify-content: center;
	padding: 0 10px;
	position: relative;
	align-items: flex-end;
}
.login-row.link-row {
	align-items: center;
	flex-wrap: wrap;
}
.login-row.link-row div {
	margin-right: 30px;
}
.login-field label {
    display: inline-block;
    min-width: 5.5em;
}
.login-field input {
	border: none;
}
.login-button-wrapper {
	position: relative;
	width: 8em;
	height: 100%;
}
.login-button {
	min-width: 5em;
	background-color: #62beb3;
	color: #fff9e8;
	font-size: 18px;
	padding: 5px 12px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	border: none;
}
.login-text.dimmed {
	opacity: 0.7;
}
.login-spinner {
	margin-left: 5px;
}
.login-row a {
	line-height: 30px;
	font-size: 17px;
	color: #4b838d;
	text-decoration: none;
}


.nav .button a,
.reg-button {
    position: relative;
    top: 2px;
	padding: 10px;
	background-image: linear-gradient(-180deg, #B878C8 12%, #672677 100%);
	border-radius: 10px;
	border: none;
	color: #ddd0e0;
	text-transform: uppercase;
	text-decoration: none;
}

.nav {
	margin-top: 10px;
	background-color: #62beb3;
}
.nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.nav li {
	flex: 1;
	text-align: center;
	padding: 3px 0 6px;
}
.nav a {
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid transparent;
}
.nav .is-active a {
    border-bottom-color: #eee;
    color: #eee;
}

.nav .button {
	display: none;
}
.play-today a {
	padding: 10px;
	background-image: linear-gradient(-180deg, #B878C8 12%, #672677 100%);
	border-radius: 10px;
	color: #ddd0e0;
	text-transform: uppercase;
	text-decoration: none;
}
.nav a.button:hover {
	color: #fff;
}

.play-today-wrapper {
    padding: 20px;
    text-align: center;
}

.column {
	max-width: 670px;
	max-width: 100%;
	margin-right: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}
.column-header {
	display: flex;
	align-items: center;
}
.column .glyph {
	text-align: center;
	font-size: 30px;
	margin: 0 10px 0 0;
	color: #5A7139;
}
.column-title {
	flex: 1;
	font-family: "Bubblegum Sans", tahoma, sans-serif;
	color: #5A7139;
}
.column-copy {
	font-size: 18px;
	text-align: justify;
}


/*
	REGISTRATION FORM
*/
.reg-row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	margin-bottom: 10px;
	position: relative;
	align-items: center;
}
.reg-field {
	display: flex;
    align-items: center;
}
.reg-field label {
    display: inline-block;
    min-width: 8em;
}
.reg-field input {
	border: none;
}
.reg-birthday {
	display: flex;
}
.reg-button {
	font-size: 13px;
}
.help-text {
	display: block;
	width: 100%;
	position: relative;
	background-color: #83b893;
	color: rgba(255, 255, 255, 0.8);
}
.help-text .text {
	padding: 5px 30px 5px 5px;
}
.help-text .fa-close {
	position: absolute;
	right: 3px;
	top: 0;
}



.spotlight-arts {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 20px;
}
.spotlight-waja img {
	max-width: 100%;
	height: auto;
}


.column-2 .spotlight-art {
	width: 25%;
	padding-bottom: 18px;
	text-align: center;
}
.extra-item {
	display: none;
}
.column-2 .spotlight-art img {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
}

.ajax-msg-confirm {
	padding: 10px;
}

#ajax_msg {
	margin: 10px 10px 10px 0;
	background-color: #e29595;
	color: #000;
}
#ajax_msg > .ajax-wrapper {
	padding: 10px;
}
#ajax_msg table {
	width: 100%;
}
#ajax_msg td {
	padding: 10px;
}


/*
	TRANSITIONS
*/
.fade-enter-active, .fade-leave-active {
	transition: all 0.8s ease;
	overflow: hidden;
	visibility: visible;
	opacity: 1;
	max-height: 500px;
}
.fade-enter, .fade-leave-to {
	opacity: 0;
	max-height: 0;
	visibility: hidden;
}


/*
	LIGHTBOX
*/
.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	background: rgba(255,255,255,.5);
}
.lightbox-image {
	z-index: 200;
	padding: 20px;
	background-color: #fff;
}
.lightbox-image img {
	max-width: 100%;
	border: 1px solid #444;
}

/*
	LOST PASSWORD
*/
.lost-password-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.lost-password-column {
	flex: 1;
	margin-right: 20px;
	margin-bottom: 30px;
}
.lost-password-buttons {
	display: flex;
	flex-wrap: wrap;
}
.lost-password-buttons div {
	margin-right: 20px;
}
.lost-password-column input {
	max-width: 300px;
}
.lost-password-column .login-button {
	position: relative;
	margin-top: 10px;
}


/*
	OLD COPYRIGHT AND FOOTER LINKS
*/
.copyright,
.footer_links {
	display: none;
}


/*
	NEW COPYRIGHT AND FOOTER LINKS
*/
.footer-landing {
	margin: 20px 10px 0px 100px;
	text-align: center;
	font-size: 16px;
}
.footer-landing,
.footer-landing a { color: #fff;
}
.footer-links-landing {
	margin-top: 10px;
}


@media only screen and (min-width: 320px) { /* iPhone 5s */
	.page-wrapper {
		width: 100%;
	}
	.login-field input {
		width: 6em;
	}
	.login-field input,
	.reg-field input {
		padding: 3px;
		font-size: 15px;
	}
	.reg-field input {
		width: 10em;
	}
	.reg-field .fa.help {
		margin-left: 15px;
	}
	.login-button {
		font-size: 15px;
		padding: 3px 6px;
		right: 0;
	}
	.nav a,
	.reg-button {
		font-size: 12px;
	}
	.column-title {
		font-size: 20px;
	}
	.column-1,
	.column-1-A,
	.column-1-B {
		flex: 1;
		display: block;
		padding-top: 10px;
	}
	.column-2 {
		flex: 2;
	}
	.column-3 {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.prev-btn,
	.next-btn,
	.spotlight-note {
		position: absolute;
		bottom: 7px;
	}
	.prev-btn:hover,
	.next-btn:hover {
		color: #62beb3;
	}
	.prev-btn {
		left: 0;
	}
	.next-btn {
		left: 30px;
	}
	.spotlight-note {
		left: 60px;
	}

	.spotlight-wajas,
	.spotlight-items {
		display: flex;
		position: relative;
		padding-bottom: 30px;
	}
	.spotlight-waja {
		max-width: 100%;
		padding-right: 5px;
	}
	.spotlight-waja img {
		max-width: 100%;
	}

	.spotlight-items {
		flex-direction: column;
	}
	.spotlight-item {
		width: 100%;
		display: flex;
		align-items: center;
		background-color: #83b893;
		color: #444;
		margin-bottom: 5px;
	}
	.spotlight-item img {
		max-width: 80px;
		max-height: 80px;
		background-color: #fff;
		border-radius: 50%;
		margin: 10px;
	}
	.column-2 .spotlight-art {
		width: 50%;
	}
	.lightbox-image {
		padding: 10px;
	}
	.footer-landing {
		margin: 20px 0 0 0;
	}
}

@media only screen and (min-width: 375px) { /* iPhone 6s */
	.login-field input,
	.reg-field input {
		padding: 6px;
		font-size: 17px;
	}
	.login-field input {
		margin-right: 8px;
	}
	.reg-field input {
		width: 8em;
	}
	.ref-field .fa.help {
		margin-left: 20px;
	}
	.login-button {
		font-size: 17px;
		padding: 6px 10px;
		position: absolute;
		right: initial;
	}
	.column-title {
		font-size: 24px;
	}
	.nav a,
	.reg-button {
		font-size: 13px;
	}
}

@media only screen and (min-width: 600px) { /* iPhone landscape */
	body {
		background-image: url(../_images/landing_page/background_1200.jpg);
		background-size: auto;
	}
	.column-2 .spotlight-art {
		width: 25%;
	}
	.npc {
		max-width: 300px;
	}
	.nav a,
	.reg-button {
		font-size: 20px;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 30px;
	}
	.spotlight-waja {
		flex: 1;
	}
	.spotlight-items {
		flex-direction: row;
	}
	.spotlight-item {
		margin-right: 5px;
	}
	.login-field input {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 768px) { /* iPad Air */
	.nav .button {
		display: block;
	}
	.play-today-wrapper {
		display: none;
	}
	.column-title {
		font-size: 28px;
	}
	.column-2 {
		flex: 2;
	}
	.lightbox-image {
		padding: 20px;
	}
}


@media only screen and (min-width: 800px) {	/* desktop */
	.npc {
		max-width: 500px;
	}
	.reg-field input {
    	width: 10em;
	}
}

@media only screen and (min-width: 1000px) {	/* desktop */
	.column-1-A {
		flex: 3;
	}
	.column-1-B {
		flex: 2;
	}
}

@media only screen and (min-width: 1200px) {	/* desktop */
	body {
		background-image: url("../_images/landing_page/background_2000.jpg");
		background-size: auto;
	}
	.page-wrapper {
		display: flex;
		width: auto;
		flex-direction: row;
		position: relative;
		padding-top: 160px;
		margin-left: 100px;
		margin-right: 10px;
	}
	.page-content {
		margin-left: 20px;
		margin-right: 0;
	}
	.page-content.mercury {
		margin: 0 20px 20px 20px;
	}
	.artwork-wrapper {
		justify-content: flex-start;

	}
	.round-artwork {
		min-width: 300px;
		max-width: 300px;
		max-height: 300px;
	}
	.header {
		display: flex;
		/* margin: 30px 0 0 0; */
	}
	h1 {
		flex: 1;
		min-width: 340px;
		margin: 10px;
		font-size: 40px;
		text-align: left;
	}
	h2 {
		font-size: 25px;
	}

	.content {
		margin-right: 30px;
	}
	.content-peek {
		display: flex;
	}

	.login-form {
		margin-top: 10px;
	}
	.login-row {
		display: flex;
		align-items: flex-end;
	}
	.round-artwork {
		background-image: url("../_images/landing_page/npc-right-bottom.png");
	}
	.round-artwork.mercury {
		background-image: url("../_images/landing_page/mercury-right-bottom.png?20181023");
	}
	.npc {
		opacity: 0;
	}
	.artwork-spacer {
		display: block;
	}
	.nav a,
	.reg-button {
		font-size: 14px;
	}
	.spotlight-items {
		flex-direction: column;
	}
	.column-2 .spotlight-art img {
		width:  150px;
		height: 150px;
	}
	.reg-field input {
    	width: 9em;
	}
	.foreground-birds {
		display: block;
	}
}

@media only screen and (min-width: 1400px) {
	h1 {
		font-size: 59px;
		min-width: 400px;
	}
	h2 {
		font-size: 30px;
	}
	.reg-field input {
    	width: 10em;
	}
}

@media only screen and (min-width: 1500px) {	/* mega desktop */
	.nav a,
	.reg-button {
		font-size: 20px;
	}
	.round-artwork {
		min-width:  400px;
		max-width:  400px;
		max-height: 400px;
	}
	.column {
		flex: 1;
		/* min-width: 250px; */
		padding-right: 50px;
		padding-bottom: 40px;
	}
	.column:last-child {
		padding-right: 20px;
	}
	.column-2 {
		flex: 2;
		/* min-width: 270px;
		margin-right: 20px;
		padding-bottom: 20px; */
	}
	.column-header {
		display: block;
		text-align: center;
		margin: 0;
	}
	.column .glyph {
		margin: 0 0 10px 0;
		font-size: 40px;
	}
	.column-title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.column-2 .spotlight-art {
		width: 25%;
	}
	.column-2 .spotlight-art img {
		width:  120px;
		height: 120px;
	}
}

@media only screen and (min-width: 1600px) {
	.login-button {
		margin-top: 0;
	}
	.column-title {
		font-size: 24px;
	}
	.column-1-B {
		display: flex;
		flex: 2;
	}
	.spotlight-items {
		flex: 1;
	}
	.spotlight-item {
		flex: 1;
	}
}

@media only screen and (min-width: 1700px) {	/* mega desktop */
	.round-artwork {
		min-width:  400px;
		max-width:  400px;
		max-height: 400px;
	}
	.column {
		flex: 1;
		padding-right: 40px;
	}
	.column-2 .spotlight-art img {
		width:  100px;
		height: 100px;
	}
}

@media only screen and (min-width: 1800px) {	/* mega desktop */
	.round-artwork {
		min-width:  430px;
		max-width:  430px;
		max-height: 430px;
	}
	.content {
		flex-wrap: nowrap;
	}
	.column {
		max-width: 450px;
		margin-right: 30px;
		margin-bottom: 0;
	}
	.column-2 .spotlight-art img {
		width:  150px;
		height: 150px;
	}
	.extra-item {
		display: block;
	}
}

@media only screen and (min-width: 2000px) {	/* mega desktop */
	body {
		background-size: 100%;
	}
	.page-wrapper {
		max-width: 2000px;
	}
	.page-content {
		margin-left: 50px;
	}
	.round-artwork {
		min-width: 500px;
		max-width: 500px;
		max-height: 500px;
	}
	.column-title {
		font-size: 22px;
	}
	.column-copy {
		font-size: 20px;
	}
	.column-2 .spotlight-art img {
		width:  180px;
		height: 180px;
	}
}