@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;
  pointer-events: none;
}
.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-around;
  position:fixed;
  bottom: 10vh;
  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;
}
.button{
  margin : 1.5vw;
  position: relative;
  background-size: 100% 100%;
}

.blue-button{
  height: 4vw;
  min-height: 45px;
  line-height:4.3vw;
  background-image:url(../img/downloadMspBtn.png);
  background-size: 100% 100%;
  font-size: 1.1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .2em 4.6em;
}
.pink-button{
  height: 6vw;
  min-height: 60px;
  line-height:5.5vw;
  background-image:url(../img/msp2RedirectBtn.png);
  background-size: 100% 100%;
  font-size: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .1em 2.6em;
}
.button:hover{
  transform: scale(102%);
}

.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;
  max-width: 100px;
  width:20%;
}

.button-icon{
  height: 0.8em;
  margin-left: 20px;
  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%;
  z-index:1;
  bottom:-6vh;
  padding: 0 0.5em 0 0.5em;
}
.menu-container{
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  height: 100%;
  align-items: center;
}
.menu-container a{
  color: rgb(20, 2, 87);
  text-decoration: none;
  padding:0.5em;
}
.menu-container a:hover{
  color:rgb(20, 2, 87);
  text-decoration:underline;
}
.navbar-msp a:visited{
  color: rgb(20, 2, 87);
}
.right_aligned_container{
  position: fixed;
  right: 0.5em;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.5em;
  height: 6vh;
  align-items: center;
}
#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: 600;
}


.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: 1000px) {
  .title-container h1{
    display:none
  }
  .logo_container {
    left: 0;
    width:100%;
  }
  .pink-button{
    font-size: 1.2em;
    padding: .5em 3em;
  }
  .blue-button{
    font-size: 1.0em;
    padding: .5em 2em;
  }
  .menu-container{
    display: inline;
    font-size: .7em;
  }
  #get_app_store, #get_google_play_store{
    display:none;
  }
  .button-art .logo{
    display:none;
  }
  
}