/* Mutants of IXX */
:root {
    /* USER SETTINGS */
    --background-colour: skyblue;
    --main-colour: #283618;
    --sub-colour: #606C38;
    --border-one-colour: #7a8d55;
    --border-two-colour: rgb(31, 31, 31);
    --border-three-colour: #243322;
    --shelf-colour: rgb(34, 26, 12);
    --font-colour-title: #180742;
    --font-colour-main: #060516;
    --font-colour-secondary: ;
    /* DEV SETTINGS - PLEASE DON'T CHANGE - WARRANTY VOID IF CHANGED! */
    --walkboy-background: #060519;
    --walkboy-border: #505050;
    --walkboy-font: #7dff00;
}

* {
    padding: 0;
    margin: 0;
    /* box-sizing: border-box; */
    font-family: 'Sedgwick Ave Display';
}

/* All the colours I use, stored in an unsed 'h' size so VS code displays the colour smaples (wont disoplay if in a comment */
h6 {
    color: #343a40;
    color: #606C38;
    color: #283618;
    color: #3C0000;
    color: #77A6B6;
    color: #FEFAE0;
    color: #7dff00;
    color: #38263f;
    color: #22006b;
    color: #ccd5ae;
}

/* -------------------------------------------------------------------------------- */

#test {
    font-size: 30px;
}

#btn {
    font-size: 30px;
}

/* -------------------------------------------------------------------------------- */

body {
    background-color: var(--background-colour);
    /* background-color: var(--background-colour); */
    /* font-family: 'Sedgwick Ave Display'; */
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}




#main-background {
    width: 1614px;
    height: 840px;
    border: 6px solid var(--main-colour);
    background-color: var(--main-colour);
    border-radius: 40px;
    margin: 20px 20px;
    padding: 0;
    color: var(--font-colour-main);
    display: flex;
    justify-content: space-around;
    align-items: center;
}


/* Header */
#header-background {
    width: 1614px;
    height: auto;
    border: 6px solid var(--main-colour);
    border-bottom: 8px solid var(--shelf-colour);
    background-color: var(--main-colour);
    border-radius: 40px;
    margin: 20px 20px;
    padding: 0;
}

#header {
    width: 1600px;
    height: 240px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}


#animal-companion-container {
    width: 470px;
    height: 210px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* border: 6px solid #343a40; */
    /* border-radius: 36px; */
    /* background-color: #606C38; */
}


.title-block {
    width: 600px;
    height: 220px;
    background-color: var(--sub-colour);
    border: 6px solid var(--border-two-colour);
    color: var(--title-font-colour);
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
}

.game-name {
    width: 300px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    margin: 10px 0 0 20px;
}


#cassette-collection-container {
    width: 460px;
    height: 230px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-end;
    /* border: 2px solid black; */
    transform: translate(-66px, 6px);
}

.cassette-button {
    width: 34px;
    height: 220px;
    margin: 1px;
    padding: 0;
}

#cocked-tape {
    width: 34px;
    height: 220px;
    transform: rotate(-15deg) translate(24px, 6px);
    margin: 0;
    padding: 0;
}


h1 {
    font-size: 80px;
    padding: 0;
    margin: 0 0 -15px;
}

.player-description {
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    margin: 0 0 0 20px;
}

h2 {
    /* font-size: 50px; */
    padding: 0;
    margin: 0;

}

h4 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

h3 {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

/* ----------------------------------------- */
/* Main Content BLock */
.main-content-block {
    width: 1600px;
    height: 800px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border: 6px solid var(--border-one-colour);
    border-radius: 40px;
    background-color: var(--sub-colour);

}

.left-container {
    width: 420px;
    height: 760px;
    border: 2px solid var(--border-two-colour);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}

/* -- player-stats-container */
.stats {
    width: 400px;
    height: 420px;
    padding: 10px;
    font-size: 26px;
    padding: 10px;
    margin: 0;
    border: 6px solid var(--border-two-colour);
    border-radius: 28px;
    background-color: var(--main-colour);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.stat-container {
    width: 400px;
    height: 40px;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    /* border: 1px solid rgb(214, 64, 64); */
}

.large-text {
    font-size: 26px;
    padding: 0;
    margin: 0;
}

.description {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.other-container {
    font-size: 26px;
    width: 400px;
    height: 100px;
    padding: 0;
    margin: 0;
    /* border: 2px solid blueviolet; */
}

.mutations {
    width: 420px;
    height: 200px;
    padding-left: 20px;
    font-size: 15px;
    /* border: 2px solid #252522; */
}

.specialities {
    width: 420px;
    height: 200px;
    padding-left: 20px;
    font-size: 15px;
    /* border: 2px solid #252522; */
}

/* .stuff {
    width: 460px;
    height: 300px;
    padding-left: 20px;
    font-size: 15px;
} */

/*  */
.center-container {
    width: 500px;
    height: 760px;
    border: 2px solid var(--border-two-colour);
    border-radius: 10px;
    padding: 10px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-end;
}

.stuff-title-cont {
    width: 500px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    /* border: 2px solid black; */
}

.arrow-buttons {
    width: 390px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* border: 2px solid black; */
}

.arrow-counter {
    width: 48.5px;
    height: 30px;
    font-size: 24px;
    border: 4px solid black;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.retrieve-arrow {}

.retrieve-arrow button {
    width: 100px;
    height: 30px;
    font-size: 24px;
}

.retrieval-odds {
    width: 110px;
    height: 20px;
    font-size: 18px;
    /* border: 2px solid rgb(16, 247, 93); */
    transform: translate(0, -14px);
}


.stuff-title {
    width: 110px;
    height: 40px;
    font-size: 42px;
}


.stuff-container {
    width: 500px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-end;
    /* border: 2px solid dodgerblue; */
}


.li-container {
    width: 500px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 2px solid brown; */
}


.stuff-list {
    width: 480px;
    height: 380px;
    /* height: 580px; */
    /* border: 2px solid rgb(19, 19, 70); */
    /*FIX THIS*/
    transform: translate(-20px, 0);
    /*FIX THIS*/
}

.stuff-list li {
    font-size: 20px;
    width: 480px;
    height: 26px;
    margin: 3px;
    box-sizing: border-box;
    border: 2px solid var(--border-three-colour);
    border-radius: 10px;

}


.divider-container {
    width: 510px;
    height: auto;
    margin: 6px;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.divider {
    width: 380px;
    height: 6px;
    background: var(--border-two-colour);
    border-radius: 3px;
}


.checkboxes {
    width: 16px;
    height: 16px;
    margin: 6px;
}

.stuff-controls {
    width: 300px;
    height: 60px;
    border: 3px solid var(--border-two-colour);
    border-radius: 12px;
    margin-top: 14px;
    margin-right: 105px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.stuff-controls button {
    width: 90px;
    height: 50px;
    font-size: 24px;
    /* background-color: var(--main-colour);
    border: 0; */
}


/*  */


.testcontainer {
    width: 480px;
    height: 440px;
    border: 2px solid black;
}



/* --------------- */
/* -- walkboy-container */
.right-container {
    width: 550px;
    height: 760px;
    font-family: 'Roboto Mono';
    /* border: 2px solid rgb(31, 31, 31); */
    border-radius: 10px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


#canvas-walkboy {
    width: 560px;
    height: 750px;
    /* border: 2px solid #66a3e0; */
    /* background-color: black; */
}

#msg-container {
    width: 542px;
    height: 44px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Mono';
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 2px solid #296923; */
    transform: translate(36px, -156px);
}

#msg {
    width: 350px;
    height: 40px;
    margin: 0;
    padding: 4px;
    color: var(--walkboy-font);
    font-size: 20px;
    background-color: var(--walkboy-background);
    border: 2px solid var(--walkboy-border);
    box-sizing: border-box;

}

input[type="text"]:focus {
    outline: none;
    box-shadow: 0px 0px 5px var(--walkboy-font);
    border: 1px solid var(--walkboy-font);
}

/* --------------- */
/* -- Rules-container */

.rules-background {
    width: 1614px;
    height: auto;
    border: 6px solid var(--main-colour);
    background-color: var(--main-colour);
    border-radius: 40px;
    margin: 20px 20px;
    padding: 0;
    color: var(--font-colour-main);
}

.rules-container {
    width: 1574px;
    height: 660px;
    font-size: 20px;
    background-color: var(--sub-colour);
    border: 6px solid var(--border-two-colour);
    color: var(--title-font-colour);
    border-radius: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    /* margin: 20px auto; */

}

.rule-sub-container {
    width: 700px;
    height: 600px;
    /* border: 2px solid indianred; */
    color: #060519;
}

.highlight {
    color: #2f64f5;
}









.test-bg-container {
    width: 1614px;
    height: auto;
    border: 6px solid var(--main-colour);
    background-color: var(--main-colour);
    border-radius: 40px;
    margin: 20px 20px;
    padding: 0;
}


.test-container {
    width: 1600px;
    height: 240px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}














/* #slider-main-container-vertical {
    width: 200px;
    height: 800px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 2px solid rgb(0, 199, 83);
}


.slider-container-vertical-1 {
    width: 24px;
    height: 280px;
    transform: translate(-120px, 0px);
    border: 6px solid #f727ec;


}

.slider-container-vertical-2 {
    width: 24px;
    height: 280px;
    transform: translate(-120px, 0px);
    border: 6px solid #15c3cf;

}

.slider-vertical {
    width: 240px;
    height: 15px;
    left: 50%; 
    top: 50%;
    margin: 0;
    position: absolute;
    z-index: 3;
    -webkit-appearance: none;
    outline: none;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    border-radius: 5px;
    background: #9d9d9d;
    outline: none;
    opacity: 0.9;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider-vertical:hover {
    opacity: 1;
}

.slider-vertical::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 90px;
    height: 24px;
    border: 0;
    background: url('images/slidder.png');
    cursor: pointer;
}

.slider-vertical::-moz-range-thumb {
    width: 90px;
    height: 24px;
    border: 0;
    background: url('images/slidder.png');
    cursor: pointer;
}

input[type="text"]:focus:hover {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: 1px solid #5AB0DB;
    border-radius: 0;
} */