/* Evennia CSS styles for the game website */

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height plus padding against main content*/
    margin-bottom: 92px;
}

.navbar-brand-logo {
    height: 64px;
    width: 64px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
}


/* Fancy play - button */

a.playbutton {
    border-radius: var(--border-radius-lg);
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-size: 19px;
    padding: 14px 37px;
    text-decoration: none;
}

a.playbutton:active {
    position: relative;
    top: 1px;
}