/**
 * =============================================================================
 * This is the file where all your styling should go in.
 * Instead of modifying the styles found in the monogatari.css file or others,
 * you should overwrite those styles in this file.
 *
 * The CSS selectors shown are not an extensive list but they are the most
 * common you might want to change. To find what other elements are available,
 * you can take a look at the monogatari.css file or use your browser's dev
 * tools to inspect the elements.
 * =============================================================================
**/

/**
 * ===========================
 * General Styling
 * ===========================
**/

/* General Style */
body {
	.lright {
		left: 50%;
		}
	.lleft {
		right: 38%;
		}
	.rright {
			left: 30%;
			}
	.rleft {
			right: 28%;
			}
}

/* Simple Button styles*/
	button, button:focus, button:hover {
		background-color: black;
		border-color: hotpink;
		font-style: italic;
		font-family: emoji;
		border-style: solid;
	}
	button, select {
		margin: 0.75rem;
		text-transform: none;
		cursor: pointer;
		padding: .5rem 1rem;
		border-radius: 40px;
	}
	button {
		width: 10rem;
		height: 4rem;
	}

/* Simple Button Style on Hover */
button:hover {

}

/* General Styling for Menu Screens */
[data-screen] {

}

/**
 * ===========================
 * Main Menu Styling
 * ===========================
**/

/* Main Menu Styling */
[data-screen="main"] {
		background-image: url(../assets/ui/mainmenu.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: rgb(0, 0, 0);
}

/* Main Menu Buttons Styling */
[data-screen="main"] button {
    background-color: #000000;
    font-style: italic;
    font-family: emoji;
    border-style: dashed;
    border-color: hotpink;
    margin: 0.7rem;
    text-transform: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 40px;
    width: 10rem;
    height: 4rem;
	position: relative;
}
main-menu {
    align-self: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 5%;
	right: 32%
}


/**
 * ===========================
 * Save and Load Menus Styling
 * ===========================
**/

/* Slots Style */
[data-component="save-slot"] figure {

}

/* Slot's Image Style */
[data-component="save-slot"] img {

}

/* Slots Title Style */
[data-component="save-slot"] figcaption {

}

/* Slots Delete Button Style */
[data-component="save-slot"] button {

}

/**
 * ===========================
 * Game Elements Styling
 * ===========================
**/
stats-modal .modal__content {
	flex-direction: column;
}

stats-modal .modal__content div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0.5rem auto;
}
/* Choice Buttons style */
[data-component="choice-container"] button {
	background-color: rgb(0 0 0 / 50%);
}

/* Choice Button Style on Hover */
[data-component="choice-container"] button:hover {

}

/* Text Box styling */
[data-component="text-box"] {
    --main-color: rgb(0 0 0 / 76%);
    --text-color: rgba(66,66,66,0.9);
	font-family: system-ui;
}
[data-content=dialog] {
    padding: 0 1rem;
    width: 80%;
    margin-left: 5%;
}
/* Character Name Style */
[data-ui="who"] {
		display: block;
		width: 100%;
		margin: 0;
		padding: .5rem 1rem;
		margin-left: 5%;
		font-size: 120%;
}

/* Style for Centered Text */
[data-component="centered-dialog"] {

}

/* Character Images Styles */
[data-screen="game"] [data-character] {

}

/* Other Images Styles */
[data-screen="game"] [data-image] {

}

[data-content=character-expression] {
    position: unset;
    max-width: 100%;
    margin-left: 10%;
}
/**
 * ===========================
 * Quick Menu Styling
 * ===========================
**/

/* These styles are applied to the Mobile version of the Quick Menu */

/* Quick Menu Style */
[data-component="quick-menu"] {
	background-color: rgb(0 0 0 / 78%);
}

/* Quick Menu Buttons Style */
[data-component="quick-menu"] span {
}
quick-menu button, quick-menu button:focus, quick-menu button:hover {
    color: hsla(0,0%,100%,.8);
    background: transparent;
    font-size: 90%;
}

/* Quick Menu Buttons Style on Hover */
[data-component="quick-menu"] span:hover {

}

/* Quick Menu Buttons Icon Style */
[data-component="quick-menu"] > span > .fa {

}

/**
 * ===========================
 * Range Styling
 * ===========================
**/

/* Use the background property to set a color for these */
input[type=range]:focus::-webkit-slider-runnable-track {

}

input[type=range]::-webkit-slider-runnable-track {

}

input[type=range]:focus::-ms-fill-upper {

}

input[type=range]:focus::-ms-fill-lower {

}

input[type=range]::-moz-range-track {

}

input[type=range]::-ms-fill-lower {

}

input[type=range]::-ms-fill-upper {

}

/** Medium Screens, Phablets (601px) **/
@media screen and (min-width: 37.56255em) {
	/* Styles for the desktop version of the Quick Menu */

	/* Quick Menu Style */
	[data-component="quick-menu"] {

	}

	/* Quick Menu Buttons Style */
	[data-component="quick-menu"] span {

	}

	/* Quick Menu Buttons Style on Hover */
	[data-component="quick-menu"] span:hover {

	}
}

/** Medium Devices, Tablets (992px)**/
@media screen and (min-width: 62em) {

}

/** HD Screen, Large Devices, Wide Screens, Desktop (1200px) **/
@media screen and (min-width: 75em) {

}

/** Full HD Screen, Large Devices, Wide Screens, Large Desktops (1920px) **/
@media screen and (min-width: 120em) {

}

/** Retina Screen , Large Devices, Wide Screens(2560px) **/
@media screen and (min-width: 160em) {

}

/** 4k Screens, Large Devices, Wide Screens (3840px) **/
@media screen and (min-width: 240em) {

}

/** 5k Screens, Large Devices, Wide Screens (5000px) **/
@media screen and (min-width: 312.5em) {

}

/** 8k Screens, Large Devices, Wide Screens (8000px) **/
@media screen and (min-width: 500em) {

}

game-screen [data-character="i"] {
	max-height: 92vh;
	}
game-screen [data-character="j"] {
	max-height: 90vh;
	}
game-screen [data-character="g"] {
	max-height: 95vh;
	}
game-screen [data-character="soo"] {
	max-height: 85vh;
	}
game-screen [data-character="tm"] {
	max-height: 90vh;
	}
game-screen [data-character="em"] {
	max-height: 90vh;
	}
game-screen [data-character="m"] {
	max-height: 93vh;
	}	
game-screen [data-character="s"] {
		max-height: 90vh;
	}
game-screen [data-character="e"] {
		max-height: 75vh;
	}