html {
    height: 100%;
}

.background{
    background-color: #bcede4;
}

.trackbtn {
    margin: 0% 2% !important;
    border-radius: 20px;
    font-size: 20px;
    width: 100%;
    height: 60px   ;
    background-color: #10b89d;
}

.searchgrp {
    margin: 0 auto;
}

.searchtxt {
    border-radius: 20px;
    border-color: #10b89d;
    width: 100% !important;
    height: 60px;
    margin: 0% 2% !important;
    font-size: 20px;
}

.background-home {
    background-image: url("/images/home-page-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.background-lost {
    background-image: url("/images/lost-page-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.background-product {
    background-image: url("/images/product-page-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.spiel {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    width: 80%;
    margin: 3em 10%;

}

.spielheading {
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    width: 50%;
    margin: 0em 25%;
    padding-bottom: 1em;

}
.logo {
    margin-top: 5%;
    margin-bottom: 5%;
}

.bg-light {
    background-color: #b3e2d9;
}

.bg-dark {
    background-color: #83cec3;
}

.batchrow {
    padding: 1%;
    font-size: 30px;
}

.batchheading {
    font-weight: bold;
}

.batchinfobtn {
    font-size: 30px;
    padding: 1%;
    width: 95%;
    height: 5%;
    margin: 1%;
    border-radius: 20px;

    background-color: #83cec3;
}

.top-padded {
    padding: 5% 0%;
}

.screenheight {
    height: 100%;
}

.center {
    left: 50%;
    transform: translate(-50%, 0%);
}

.right {
    float: right;
}

.pad10 {
    padding:10px;
}

.bottom-padded100{
    padding-bottom: 100px;
}