body {
    font-family: Roboto, sans-serif;
}

body, html {
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0
}

body.home {
    background: url("../img/background.jpg");
    /* background-size: cover; */
}

h1 {
    font-size: 72px;
    font-weight: 700;
    color: #00244C;
}

h1 span {
    font-size: 42px;
}

.internal h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}

h1.blue {
    color: #00244C;
}

.btn-kiosk {
    width: 611px;
    height: 343px;
    border-radius: 20px;
    background: #2b4c8a;
    border: 4px solid #fff;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    padding: 64px 0 0 0;
    margin: 70px 0 0 0;
}

.btn-kiosk:hover {
    background: #00244C;
    color: #fff;
}

.internal .btn-kiosk {
    width: auto;
    height: auto;
    border-radius: 4px;
    background: #334b86;
    border: 1px solid #fff;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 12px;
    padding: 18px;
    margin: 0;
    text-align: center;
}

.btn-kiosk span {
    font-size: 36px;
}

.logo {
    width: 236px;
    margin: 48px 0 0 0;
}

.internal header {
    background: #00244C;
    color: #fff;
    padding: 24px 0;
}

iframe.accela {
    height: 100%;
    width: 100%;
    flex-grow: 1;
}