@import url('https://fonts.googleapis.com/css?family=Meddon');

body{
    background-color: firebrick;
}

.dos{
    color: white;
    width: 25px;
}

#life{
    width: 150px;
    height: 15px;
    z-index: 250;
    border: 2px solid white;
    border-radius: 10px;
    padding: 2px;
}

#healthbar{
    width: 100%;
    position: absolute;
    display: flex;
    margin-left: 280px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    top: 20px;
}

#lifecount{
    position: relative;
    z-index: 255;
    height: 14px;
    background-color: red;
    border-radius: 10px;
}

#gameCanvas {
    position: absolute;
    top: 75px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.game-reset{
    position: absolute;
    margin-right: 280px;
}

#gameOver{
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#expl-wrap {
    width: 800px;
    position: relative;
    top: 610px;
    bottom: auto;
    margin: 0 auto;
}

a{
    font-family: sans-serif;
    text-align: center;
    border: 1px solid white;
    border-radius: 8px;
    text-decoration: none;
    padding: 2px;
    color: coral;
}

img.spider{
    object-fit: none;
    object-position: 0 0;
}

#inventory{
    position: absolute;
    left:0;
}

.sirp{
    padding-right: 25px;
}

#score{
    width: 100%;
    margin-top: auto;
    margin-bottom: 5px;
    color: #fff;
    justify-content: center;
    margin-left: 260px;
    font-family: sans-serif;
    font-size: small;
}

#title{
    width: 100%;
    margin-top: auto;
    margin-bottom: 5px;
    text-align: right;
    font-family:"Meddon";
    color: ghostwhite;
    font-size: 22px;
    line-height: 20px;
    justify-content: center;
    align-items: flex-end;
}

.header{
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-left: 150px;
}

#header-image{
    width: 120px;
    height: 70px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/sirknight1.png');
}

.bat-image{
    width: 32px;
    height: 32px;
    background-image: url('../images/fantasy-tileset.png');
    background-position-x: -64px;
    background-position-y: 192px;
}

.continue{
    background-color: black;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    font-size: larger;
    border-radius: 8px;
    position: absolute;
    padding: 15px;
}

#narrator{
    width: 300px;
    position: absolute;
    z-index: 5;
    display: none;
    background-color: saddlebrown;
    border-radius: 5px;
}

p{
    width:95%;
    padding: 5px;
    color: white;
    font-family: sans-serif;
    font-size: 14px;
    display: inline-block;
}

button{
    position: absolute;
    background-color: red;
    color: white;
    font-weight: bold;
}

.explainer{
    width: 100%;
    text-align: right;
    font-family:"Meddon";
    font-size: small;
    color: #fff;
}
