html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}
.btn-main {
    border: none;
    color: white;
    padding: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.btn-main-small {
    border: none;
    color: white;
    padding: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
body {
    background-image: url('../images/kiosk background cropped.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    /*position:absolute;*/
    width: 100%;
}
.row{
    width:100%;
}
.ico-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 2px 4px 5px rgb(100 100 100);
}
.text-shadow {
    text-shadow: 2px 2px 5px rgb(100 100 100);
}
.map{
    width:98%;
    height:90vh;
    margin-left:auto;
    margin-right:auto;
    /*background-color:black;*/
    margin-top:5px;
}
.btn-back {
    width: 150px;
    height: 50px;
    font-size: 21px;
    font-weight: bold;
    background-color: blue;
    color:white;
}
.vid-screensaver {
    object-fit: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.vid-map {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.dts-add-form {
    background-color: rgb(0, 0, 16, 0.8);
    width: 900px;
    height: 800px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px;
    border-radius: 10px;
    color:white;
}

.email-add-form {
    position:relative;
    background-color: rgb(0, 0, 16, 0.8);
    width: 900px;
    height: 800px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px;
    border-radius: 10px;
    color:white;
}

.dts-search-form {
    background-color: rgb(0, 0, 16, 0.8);
    width: 1400px;
    /*height: 880px;*/
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px;
    border-radius: 10px;
    color:white;
}
.QrFormHeight{
    height:450px;
}
.v-h-center{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}