@font-face {
  font-family: badaboo;
  src: url(../font/BadaBoo3ProBB.ttf);
}
.badaboo{
  font-family: badaboo;
}
.verdana{
  font-family: Verdana, Geneva, sans-serif;
}

/* Document Styles */
body, html {
  height: 100%;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.bgimg {
  background-image: url("../img/background.jpg");
  height: 100%;
  background-position: center;
  background-size: cover;
}
.logo_container{
  position:absolute;
  left:2vw;
  top:3vh;
}
.title-container{
  width: 100vw;
}
.title-container h1{
  font-size: 2.6em;
  letter-spacing: 0.02em;
  top:5%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  position:absolute;
  width: 100%;
  left:0;
}
.title-container img{
  width: 15vw;
  min-width: 200px;
}
.title-container .layout-element{
  width: 15vw;
}
/* main button styles */
.button-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: fixed;
  top: 70vh;
  transform: translateY(-50%);
  width: 100%;
}

#localize_not_supported_label{
  display: none;
  margin-top: 0;
  font-size:1.8vw;
  letter-spacing: 0.02em;
  font-weight: bold;
  transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1); /* Safari and Chrome */
  -moz-transform: scale(1, 1.1); /* Firefox */
  -ms-transform: scale(1, 1.1); /* IE 9+ */
  -o-transform: scale(1, 1.1); /* Opera */
}

.hidden{
  display: none;
}

.shrink { transition: all .15s ease-in-out; }
.shrink:hover { transform: scale(0.95); }

.main-btn-msp{
  display:block;
  min-height: 4vh;
  text-decoration: none;
  color:#fff;
  padding: 0.2vw;
  font-weight: 600;
  text-shadow: #4d424493 3px 3px 0px;
  white-space: nowrap;
}
.download-button-size{
  width: 32.2vw;
  max-width: 274px;
  min-width: 46vh;
}
.play_msp2_button-size{
  width: 44.2vw;
  max-width: 376px;
  min-width: 55vh;
}
.button{
  margin: 1.5vw;
  position: relative;
  background-size: 100% 100%;
  min-height: 0;
  flex-shrink: 1;
  width: fit-content;
}
.button-container > .button:first-child {
  margin-bottom: 40px;
}

.blue-button{
  aspect-ratio: 629 / 110;
  background-image:url(../img/downloadMspBtn.png);
  background-size: 100% 100%;
  font-size: 2.13cqh;
  container-type: size;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.3vw;
}
.pink-button{
  aspect-ratio: 893 / 171;
  background-image:url(../img/msp2RedirectBtn.png);
  background-size: 100% 100%;
  font-size: 3.2cqh;
  container-type: size;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.4vw;
}
.button:hover{
  transform: scale(102%);
}

/* Platform icon rows */
.platform-icons {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 6px;
}
.platform-icon {
  display: grid;
  grid-template-rows: 28px auto;
  justify-items: center;
  align-items: end;
  gap: 2.5px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 13px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
  transition: transform 0.15s ease, background 0.15s ease;
  min-width: 86px;
  aspect-ratio: 12 / 7;
  overflow: hidden;
  cursor: pointer;
}
.platform-icon:hover {
  background: rgba(255, 255, 255, 0.55);
  transform: scale(1.07);
}
.platform-icon svg {
  width: 26px;
  height: 26px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
  overflow: visible;
}
.platform-store-icon {
  width: 22px;
  height: 22px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
  margin-bottom: 2px;
}
.platform-apple-icon {
  width: 26px;
  height: 26px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
  overflow: visible;
}
.platform-icons--msp2 .platform-icon {
  border-color: rgba(255, 180, 220, 0.7);
  background: rgba(241, 16, 134, 0.18);
}
.platform-icons--msp2 .platform-icon:hover {
  background: rgba(241, 16, 134, 0.50);
}
.platform-icons--classic .platform-icon {
  border-color: rgba(160, 200, 255, 0.7);
  background: rgba(60, 120, 220, 0.18);
}
.platform-icons--classic .platform-icon:hover {
  background: rgba(60, 120, 220, 0.50);
}


.button-art{
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  top: 0;
}
.button-art .bling{
  position: absolute;
  max-width: 30px;
  width:5%;
}
.button-art .logo{
  position: absolute;
  width: 20%;
  top: 10%;
  left: 95%;
  transform: translate(-50%, -50%);
}
.button-art .logo--stroke{
  filter: url(#logo-stroke);
}

.button-icon{
  height: 0.8em;
  margin-left: 10px;
  filter: drop-shadow(#4d424493 3px 3px 0px);
}
/* Bottom bar styles */
#bottom-bar{
  position:fixed;
  height: 6vh;
  max-height: 3.5em;
  min-height: 1.5em;
  width:100%;
  box-sizing: border-box;
  z-index:1;
  bottom:-6vh;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.menu-container > * {
  padding: 0 0.7em;
}
.menu-container > *:not(:last-child) {
  border-right: 1px solid rgba(20, 2, 87, 0.4);
}
.menu-container a{
  color: rgb(20, 2, 87);
  text-decoration: none;
}
.menu-container a:hover{
  color:rgb(20, 2, 87);
  text-decoration:underline;
}

@media only screen and (max-width: 900px) {
  .menu-container > *:not(:last-child) {
    border-right: none;
  }
}
.navbar-msp a:visited{
  color: rgb(20, 2, 87);
}
.right_aligned_container{
  display: none;
}
.right_aligned_container img{
  display: block;
}
#page_bottom_trademark_text {
	width: 230px;
	height: 20px;
	color: white;
	top: -35px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#page_bottom_separator {
	border-left: 1px solid #ffffff;
	width: 1px;
	height: 40px;
	top: -65px;
	left: 225px;
	position: relative;
}

#page_bottom_options {
	top: -95px;
	position: relative;
	text-align: left;
	width: 800px;
	left: 230px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	z-index: 2;
}

/* Generic Styles */
.display-middle{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%)
}
.transparent{
  opacity:0.6
}
.center{
  text-align: center;
}
.text-white{
  color:#fff;
}
.white-transparent-background{
  background-color: rgba(255, 255, 255, 0.6);
}
.hard-shadow{
  text-shadow: 2px 2px 0px #4d4244;
}
.blurry-shadow{
  text-shadow: 2px 8px 6px rgba(0,0,0,0.7), -3px -5px 15px rgba(0,0,0,0.4);
}
.small-text{
  font-size: 0.85rem;
  color: rgb(20, 2, 87);
  font-weight: 400;
}


.stroke-white {
  -webkit-text-stroke: 8px white;
  filter: drop-shadow(1.5px 1.5px 0.08rem rgba(26, 74, 102, 0.4));
}
.text-white {
  color: #fff;
}
.text-pink{
  color: #f11086;
}


@media only screen and (max-width: 600px) {
  .title-container h1{
    display:none
  }
  .logo_container {
    left: 0;
    width:100%;
  }
  .button {
    width: 96vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .download-button-size,
  .play_msp2_button-size {
    width: 100%;
    max-width: 100%;
    min-width: unset;
  }
  .blue-button,
  .pink-button {
    width: 100%;
    max-width: 100%;
  }
  .blue-button { font-size: 2.08cqh; }
  .pink-button { font-size: 2.08cqh; }
}