@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;
}
.bgimg {
  background-image: url("../img/background.jpg");
  height: 100%;
  background-position: center;
  background-size: cover;
}
.title-container{
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.title-container > *{
  flex-grow: 1;
}
.title-container h1{
  font-size: 3vw;
  letter-spacing: 0.02em;
  font-weight: normal;
  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 */
}
.title-container img{
  width: 15vw;
}
.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%;
}
.button-margin{
  margin : 1.5vW;
}
#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 */
}
#download_now_button{
  display: none;
}

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

.main-btn-msp{
  display:block;
  border: 10px solid;
  height: 3vw;
  min-height: 4vh;
  line-height:3vw;
  text-decoration: none;
  font-size: 2vw;
  color:#fff;
  padding: 0.2vw;
}
.download-button-size{
  width: 28vw;
  max-width: 75vw;
  min-width: 40vh;
}
.create-user-button-size{
  width: 34vw;
  max-width: 85vw;
  min-width: 42vh;
}
.blue-button{
  border-image:url(../img/btn_blue.png) 20% fill;
  -moz-border-image:url(../img/btn_blue.png) 20% fill;
  -webkit-border-image:url(../img/btn_blue.png) 20% fill;
  -o-border-image:url(../img/btn_blue.png) 20% fill;
}
.pink-button{
  border-image:url(../img/btn_pink.png) 20% fill;
  -moz-border-image:url(../img/btn_pink.png) 20% fill;
  -webkit-border-image:url(../img/btn_pink.png) 20%  fill;
  -o-border-image:url(../img/btn_pink.png) 20% fill;
}
.button-art{
  position: relative;
  height: 2.5vw;
  width: auto;
  bottom: -1.1vw;
  left: 7vw;
}
.button-icon{
  height: 0.8em;
}
/* 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;
}