html,body{
	color:#fff;
	padding:0;
	margin:0
}
html{
	overflow-y:auto
}
img.glow{
	filter: drop-shadow(3px 0px 0px rgba(0,0,0,0.5));
	-webkit-transition:-webkit-filter 0.1s ease-out;
	-moz-transition:-webkit-filter 0.1s ease-out;
	transition:-webkit-filter 0.1s ease-out;
}
img.glow:hover{
	-webkit-filter:drop-shadow(3px 0px 0px rgba(0,0,0,0.5)) drop-shadow(0px 0px 4px rgba(255,255,255,0.75));
}
img.glownohover{
	filter: drop-shadow(3px 0px 0px rgba(0,0,0,0.5));
	-webkit-transition:-webkit-filter 0.1s ease-out;
	-moz-transition:-webkit-filter 0.1s ease-out;
	transition:-webkit-filter 0.1s ease-out;
}
.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.parent {
  justify-content: flex-end;
}
.links-right-align {
  display: flex;
  justify-content: flex-end;
  margin-right: 1.5vw;
}
.links-left-align {
  display: flex;
  justify-content: left;
  margin-left: 0vw;
}
.left-align {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 2vw;
  font-family: 'Montserrat', sans-serif;
}
a {
    color: white;
}
.logo {
  width:700px;
  margin-right: 4.0vw;
}
.wishlist {
  height: 4vh; 
  margin-right: 3.1vw;
}
.wishlistbtn {
  height: 4vh; 
  margin-right: 3.1vw;
}
.discord {
  height: 4vh;
  margin-left: 3.1vw;  
}
.logo-align {
  position: absolute;
  top: 15px;
  right: 15px;
}
.presskit {
  height: 4vh;
  position: absolute;
  top: 15px;
  right: 15px;
}
.comingtoswitch {
  height: 138px;
  position: absolute;
  top: 5px;
  left: 15px;
}
.switch {
  height: 138px; 
  position: absolute;
  top: 5px;
  left: 15px;
}
.linksbackground {
  background-image: url('linksbackground.png');
  background-position: center;
  background-size: 100% 100%;
  height: 12vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 18vw;
  padding-right: 5.6vw;
}
.column{
	flex:1
}
main.page{
	display:flex;
	align-items: flex-end;
	height: 97vh;
	padding-bottom: 3vh;
}
main.page .column.left{
	text-align:end;
}
@media screen and (max-width: 1126px), screen and (max-width: 120vh){
	main.page{
		flex-direction:column;
		align-items: unset;
		justify-content: flex-end;
	}
	main.page .column.left{
		text-align:center;
	}
	.column{
		margin-top: 18vh;	
	}
	.links-right-align {
	  margin-right: 6vw;
	}
	.left-align {
	  text-align: center;
	  align-items: center;
	  justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	}
	.logo {
	  width:40vw;
	}
	.linksbackground {
	  background-image: url('linksbackground_bothsidestransparent.png');
	  height: 12vh;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding-left: 2vw;
  	  padding-right: 2vw;
	}
	.wishlist {
	  height: unset;
	  max-width: 32vw;
	  max-height: 4vh;
	  margin-left: auto; 
	  margin-right: 5vw;
	}
	.wishlistbtn {
	  height: unset;
	  max-width: 4vw;
	  max-height: 4vh;
	  margin-left: auto; 
	  margin-right: 5vw;
	}
	.discord {
	  height: unset;
	  max-width: 32vw;
	  max-height: 4vh;
	  margin-left: 0vw;
	  margin-right: auto; 
	}		
	.presskit {
	  height: unset;
	  max-width: 35vw;
	  max-height: 4vh;
	  margin-right: auto;
	}
	.comingtoswitch {
	  left: auto;
	}
	.switch {
	  height: unset;
	  max-height: 138px;
	  max-width: 50vw;
	  left: 10px;
	}
	img.glow{
		filter: drop-shadow(2px 0px 0px rgba(0,0,0,0.5));
		-webkit-transition:-webkit-filter 0.1s ease-out;
		-moz-transition:-webkit-filter 0.1s ease-out;
		transition:-webkit-filter 0.1s ease-out;
	}
	img.glow:hover{
		-webkit-filter:drop-shadow(2px 0px 0px rgba(0,0,0,0.5)) drop-shadow(0px 0px 4px rgba(255,255,255,0.75));
	}
	img.glownohover{
		filter: drop-shadow(2px 0px 0px rgba(0,0,0,0.5));
		-webkit-transition:-webkit-filter 0.1s ease-out;
		-moz-transition:-webkit-filter 0.1s ease-out;
		transition:-webkit-filter 0.1s ease-out;
	}
}
@media screen and (max-width: 1126px) and (max-width: 67vh){
	.linksbackground {
	  height: 18vw;
	}	
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:center; margin: 20px}
#mc_embed_signup p { margin-top: 2px; margin-bottom: 2px; text-align:center; }
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #111; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: auto 0 auto 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: fit-content; width: -moz-fit-content;}
#mc_embed_signup .button:hover {background-color:#222;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; min-height:50px; display: flex; align-items: center;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}
#mc_embed_signup .mc-address-fields-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px;}
#mc_embed_signup .mc-sms-phone-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px; padding-top:5px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}
#mc_embed_signup .foot {display:grid; grid-template-columns: 3fr 1fr; width:96%; align-items: center;}
@media screen and (max-width:400px) {#mc_embed_signup .foot {display:grid; grid-template-columns: 1fr; width:100%; align-items: center;}}

@media screen and (max-width:400px) {#mc_embed_signup .referralBadge {width:50%;}}

#mc_embed_signup .brandingLogo {justify-self:right;}
@media screen and (max-width:400px) {#mc_embed_signup .brandingLogo {justify-self:left;}}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none; flex-grow: 1; margin-right: 10px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup .helper_text {color: #8d8985; margin-top: 2px; display: inline-block; padding: 3px; background-color: rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; font-weight: normal; z-index: 1;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%; flex-shrink: 0;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:3px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}

#mc_embed_signup{background-color: #1B1E23BA; border-radius: 10px; padding: 20px; width: 86%;}

@media (min-width: 667px) {
    #mc_embed_signup {
        width: 600px; /* Width is 600px for screens wider than 667px */
    }
}

.email-subscribe-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:10px;
}

.email-subscribe-container .mc-field-group {
    flex-grow: 1;
    margin-right: 10px;
}

.email-subscribe-container #mc-embedded-subscribe {
    flex-shrink: 0;
}
}