@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap');

body {
    margin: 0;
    background-color: #EFEFED;
    background-image: url('../img/bgtransparent.png');
    font-family: 'Rajdhani', sans-serif;
    font-size: 17px;
    height: 100%;
}

header {
    position: relative;
    background-color: rgba(240, 240, 240, .75);
    z-index: 9;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid white;
}

header h1 {
    margin: 0;
}

header>div {
    position: absolute;
    display: inline-block;
    margin-right: 40px;
    padding-top: 5px;
    right: 0;
    top: 0;
}

header img {
    border: 3px solid white;
    border-radius: 50px;
    height: 48px;
    vertical-align: middle;
}

header button {
    width: 90px;
    vertical-align: middle;
}

#help {
    position: relative;
    z-index: 10;
}

#help div {
    display: none;

}

#help:hover div {
    font-weight: normal;
    z-index: 7;
    position: absolute;
    display: block;
    border: 3px solid white;
    border-radius: 20px;
    right: 0;
    top: 55px;
    box-sizing: border-box;
    width: 400px;

    background-color: rgba(240, 240, 240, .95);
    padding: 20px;
}


.imgfooter {
    margin: 0;
    padding: 0 .1em;
    text-align: left;
}


img {
    border: 0;
}

main {
    width: 650px;
    margin: 0;
    text-align: left;
}

main div {
    padding: 0 20px;
    margin: 20px;
}



.center {
    text-align: center;
}

a {
    color: darkblue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


img.small {
    width: 1em;
    vertical-align: middle;
}

.stop-scroll {
    /* margin-right: 17px;*/
    height: 100%;
    overflow: hidden;
}
#bgcanvas{
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0; 
    right: 0;
    bottom: 0;
    background-color: transparent;
}
#divstation {
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px solid black;
    padding: 0;
    background-image: url('img/bgfull.jpeg');
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#station {
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
}


#card {
    z-index: 2;
    padding-top: 60px;
    text-align: left;
    position: absolute;
    background-color: rgba(240, 240, 240, .75);
    color: black;
    border: 3px solid white;
    border-radius: 10px;
    bottom: 0;
    left: 20px;
    width: 200px;
}

#stationthumb {
    position: absolute;
    top: -60px;
    left: 100px;
    width: 120px;
    border: 3px solid white;
    border-radius: 200px;
    overflow: hidden;
}

#factionfigure {
    position: absolute;
    top: -30px;
    left: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}


#factionthumb {
    border-radius: 60px;
    width: 60px;
    border: 3px solid white;
    margin: 0;
}

#navbar {
    z-index: 7;
    position: fixed;
    right: 0px;
    bottom: 0px;
}

#navbar button {
    padding: .5em 1em;
}

#stationButtons {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 64px;
}

#stationButtons button {
    width: 90px;
    text-align: center;
    display: block;
    margin: 10px 0;
}

#stationButtons img {
    width: 60px;
    border: 3px solid white;
    border-radius: 100px;
}