/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

html, body {
    padding-top: 54px;
    background-color: whitesmoke;
    height: 100%;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.container {
    padding-bottom: 150px;
}

.form-input {
    font-size: 2em;
}

#title {
    text-transform: lowercase;
}

.card {
    height: 100%;
    box-shadow: 5px 5px 5px 0px rgba(153, 153, 153, 1);
    border: 0;
}
.card-img-top {
    height:100%;
}
.card-footer {
    background: #137854;
    border-radius: 0px;
    color: white;
    font-weight: bold;
}

.kiosk-navbar {
    background-color: white;
    border-bottom: solid 1px darkgrey;
    box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);
}

.kiosk-welcome {
    background-color: #7a6855;
    color:white;
}

.kiosk-footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}

.btn-row {
    background: whitesmoke;
    position: fixed;
    display: flex;
    gap: 25px;
    margin: 20px auto;
    bottom: 0;
    padding: 20px 40px;
    border: darkgray 1px solid;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn-pauls {
    background-color: #137854;
    color: white;
    border-color: #617040;
    padding: 12px;
    font-weight: bold;
    box-shadow: 5px 5px 5px 0px rgba(153, 153, 153, 1);
}
.btn-pauls:hover {
    color: whitesmoke;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: tomato;
    color: white;
    border-color: tomato;
}


.btn-pauls-start,
.btn-action {
    background-color: #1b365d;
    color: white;
    border-color: #1b365d;
    padding: 12px 30px;
    font-weight: bold;
    box-shadow: 5px 5px 5px 0px rgba(153, 153, 153, 1);
}
.btn-action:disabled {
    background: #999;
    border: #999;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    background: #137854;
    border: #137854;
}


