@font-face {
    font-family: Fool;
    src: url(./fonts/Fool.ttf);
}
.roundedCorner {
    border-radius: 25px;
    border-style: solid;
    border-color: white;
    background: #202020;
    margin: 10px;
}
body{
    font-family: Fool;
    background: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #202020;
    color: white;
}

#background{    
    font-size: 22px;
    margin: 6px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#topWrapper{
    height: 70%;
}

#topWrapper #image{
    width: 100%;
    height: 100%;
}

#topLeftWrapper{
    width: 30%;
}

#insideTopLeftWrapper{
    width: 100%;
}

#topRightWrapper{
    width: 70%;
    background-color: #202020;
    position: relative;
}

#bottomWrapper{
    height: 40%;
    background-color: #202020;
}
#insideBottomWrapper{
    padding: 10px;
    width: 100%;
}

#userMenu{
    font-weight: bold;
    background-color: #202020;
}
#userMenuOptions{
    /* mmmmmm.... */
    /* background-color: lightGray; */
}
#userMenuButtons{
    padding: 6px;
}
#userMenuButtons > div{
    padding: 4px;
    overflow: unset;
}
#inventoryButton{
    /* background-color: lightGray; */
}
#inventoryButton:hover{
    background-color: white;
    color: #888888;
    border-radius: 25px;
}
#userMenuButtons > div[status="open"]{
    background-color: white;
    color: #888888;
    border-radius: 25px;
}
#actionsButton{
    /* background-color: lightGray; */
}
#actionsButton:hover{
    background-color: white;
    color: #888888;
    border-radius: 25px;
}
#inventory{
    
}
#itemActions > div{
    padding: 4px;
}
#combineItemsMenu > div{
    padding: 4px;
}
#actions{
}
#useItemQuestion{
    padding-left: 4px;
    font-size: 16px;
}
#combineItemsMenu div:hover{
}
.ItemToCombine{
    background: none;
    color: #888888;
    text-decoration: underline;
}
div[name="item"]{
    background-color: transparent;
    padding: 4px;
}
div[name="item"]:hover{
    background-color: transparent;
    color: #888888;
    text-decoration: underline;
}
div[name="action"]{
    padding: 4px;
}
div[name="action"]:hover{
    background: none;
    color: #888888;
    text-decoration: underline;
}
div[name="combine"]{
    
}
div[name="combine"]:hover{
    background-color: white;
    color: #888888;
    border-radius: 25px;
}
div[name="backToItemsMenu"]:hover{
    background-color: white;
    color: #888888;
    border-radius: 25px;
}

div[name="useItem"]{

}
div[name="useItem"]:hover{
    background: none;
    color: #888888;
    text-decoration: underline;
}
div[name="viewItem"]{

}
div[name="viewItem"]:hover{
    background: none;
    color: #888888;
    text-decoration: underline;
}
div[name="dropItem"]{

}
div[name="dropItem"]:hover{
    background: none;
    color: #888888;
    text-decoration: underline;
}
div[name="combineItem"]{

}
div[name="combineItem"]:hover{
    background: none;
    color: #888888;
    text-decoration: underline;
}
div[name="backToInventory"]{

}
div[name="backToInventory"]:hover{
    background-color: white;
    color: #888888;
    border-radius: 25px;
}
#actions{
}
#actions div{

}
#coverPage{
    padding-left: 12px;
    padding-right: 12px;
}
#coverPage > #title{
    font-weight: bolder;
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#coverPage > #cast{
    font-size: 26px;
    margin-bottom: 15px;
    color: rgb(154, 154, 154);
    font-style: italic;
}
#coverPage > #description{
    font-size: 20px;
}
#coverPage > #decisions > #startButton{
    font-size: 26px;
}

#story{
    font-size: 26px;
    line-height: 24px;
    letter-spacing: 0.05em;    
    word-wrap: break-word;
    margin-top: 8px;
    margin-bottom: 8px;
}
#storyImage{
    margin: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0px;
}
#decisions{
    text-align: center;
    font-weight: bold;
    color: white;
    border-top: gray;
    border-top-style: solid;
    overflow: unset;
}

#decisions > div{
    padding: 4px;
}
#decisions > div > span{
    padding: 4px;
}
#decisions  div>span:hover{
    background-color: #afbcc1;
}

#userDialog{
    background-color: black;
    color: white;
    padding: 6px 6px 12px 6px;
    display: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top: white;
    border-top-style: solid;
}
#previewMenu{}
#historyBackButton{}


#decisions{
    text-align: center;
    color: #A9A9A9;
    font-weight: bold;
    font-size: 22px;
}

#decisions div:hover{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (min-width: 500px) {
    #coverPage {
        width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    #background {
        width: inherit;
    }
}
