/**
 * =============================================================================
 * 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.
 * =============================================================================
**/
@font-face {
	font-family: "Major Mono Display";
	src: url(../assets/fonts/MajorMonoDisplay-Regular.ttf);
}

@font-face {
	font-family: "Merienda";
	src: url(../assets/fonts/Merienda-Regular.ttf);
}

@font-face {
	font-family: "Caveat";
	src: url(../assets/fonts/Caveat-Regular.ttf);
}

@font-face {
	font-family: "Eagle Lake";
	src: url(../assets/fonts/EagleLake-Regular.ttf);
}

@font-face {
	font-family: "Barcode";
	src: url(../assets/fonts/LibreBarcode128Text-Regular.ttf);
}

.blur {
	/* Add the blur effect */
	filter: blur(18px);
	-webkit-filter: blur(18px);
}
.blurminor {
	/* Add the blur effect */
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

.blurmore {
	/* Add the blurmore effect */
	filter: blur(48px);
	-webkit-filter: blur(48px);
}

.floaty {
	animation-name: float-down-up; /* Name of the animation to use */
	animation-duration: 30s;
	animation-iteration-count: infinite; /* 1 if it should only move once */
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0s;
	-moz-transition: ease 3s all;
	-o-transition: ease 3s all;
	-webkit-transition: ease 3s all;
	transition: ease 3s all;
}

.floaty2 {
	animation-name: float-up-down; /* Name of the animation to use */
	animation-duration: 25s;
	animation-iteration-count: infinite; /* 1 if it should only move once */
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0s;
	-moz-transition: ease 3s all;
	-o-transition: ease 3s all;
	-webkit-transition: ease 3s all;
	transition: ease 3s all;
}

.floaty3 {
	animation-name: float-up-down; /* Name of the animation to use */
	animation-duration: 35s;
	animation-iteration-count: infinite; /* 1 if it should only move once */
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0s;
	-moz-transition: ease 3s all;
	-o-transition: ease 3s all;
	-webkit-transition: ease 3s all;
	transition: ease 3s all;
}

@keyframes float-down-up {
	0% {
		transform: translateY(0);
	}
	33% {
		transform: translateY(-19px);
	}
	66% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes float-up-down {
	0% {
		transform: translateY(0);
	}
	33% {
		transform: translateY(20px);
	}
	66% {
		transform: translateY(-19px);
	}
	100% {
		transform: translateY(0px);
	}
}

.panY {
	animation-name: pan-left-right; /* Name of the animation to use */
	animation-duration: 120s;
	animation-iteration-count: infinite; /* 1 if it should only move once */
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-delay: 0s;
	-moz-transition: ease 3s all;
	-o-transition: ease 3s all;
	-webkit-transition: ease 3s all;
	transition: ease 3s all;
}

@keyframes pan-left-right {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

.kenBurns {
	animation: move 120s infinite ease;
}

@keyframes move {
	0% {
		transform: scale(1);
		-webkit-filter: blur(18px);
	}
	90% {
		transform: scale(1.4);
		-webkit-filter: blur(2px);
	}
	100% {
		transform-origin: bottom;
		transform: scale(1);
		-webkit-filter: blur(18px);
	}
}

[data-image="parable"] {
	width: 15%;
}

.songTitle {
	position: absolute;
	top: 5%;
	right: 5%;
	background-color: rgba(0, 0, 0, 0.474);
	padding: 5px 10px 5px 10px;
}

.welcomeScreen {
	position: absolute;
	bottom: 5%;
	left: 5%;
	background-color: rgba(0, 0, 0, 0.474);
	padding: 5px 10px 5px 10px;
}

.songTitle p,
.welcomeScreen p {
	font-family: "Major Mono Display";
	color: rgba(255, 255, 255, 0.508);
	font-size: medium;
	text-align: left;
	margin: 1px 0px 1px 0px;
}

.extraSpace {
	padding-top: 15px;
}

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

/* General Style */
body {
	background-image: url(../assets/scenes/scene1-logo.jpg);
	background-color: black;
}

/* Simple Button styles*/
button {
}

/* Simple Button Style on Hover */
button:hover {
	box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

/* General Styling for Menu Screens */
[data-screen="gallery"],
[data-screen="settings"],
[data-screen="help"] {
	color: white;
}

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

/* Main Menu Styling */
[data-screen="main"] {
}

/* Main Menu Buttons Styling */
[data-screen="main"] button {
}

/* start button */
[data-action="start"] {
	font-size: 150%;
	font-weight: bold;
	text-shadow: 8px 0px #ff0000a9;
}

/* Hide Load Buttons */
[data-open="load"] {
	display: none;
}

/* Hide Save Buttons */
[data-open="save"] {
	display: none;
}

span[data-string="Gallery"],
h2[data-string="Gallery"] {
	font-size: 0;
}

span[data-string="Gallery"]::before {
	content: '"NFT"s';
	font-size: 1.25rem;
	text-shadow: 3px -2px #cc00ffd7;
	/* animation: chroma-cycle 10s ease infinite; */
}

h2[data-string="Gallery"]::before {
	content: '"NFT" Gallery';
	font-size: 3.5rem;
	color: black;
	text-shadow: 3px -2px #cc00ffd7;
	/* animation: chroma-cycle 10s ease infinite; */
}

.chromaA {
	text-shadow: 3px -2px #cc00ffd7;
}

.chromaB {
	text-shadow: -2px 1px #ff0000a9;
	color: black;
}

.chromaC {
	animation: chroma-cycle 10s ease infinite;
}

@keyframes chroma-cycle {
	0% {
		text-shadow: 3px -2px #cc00ffd7;
		color: black;
	}
	50% {
		text-shadow: -2px 2px #ff0000a9;
		color: white;
	}
	100% {
		text-shadow: 3px -2px #cc00ffd7;
		color: black;
	}
}

/**
 * ===========================
 * 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
 * ===========================
**/

/* Choice Buttons style */
[data-component="choice-container"] button {
}

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

/* Text Box styling */
[data-component="text-box"] {
	color: #ff0;
}

/* Character Name Style */
[data-ui="who"] {
	font-family: "Major Mono Display";
}

[data-speaking="dreamer"] [data-content="dialog"],
[data-speaking="d"] [data-content="dialog"] {
	font-family: "Merienda";
}

[data-speaking="woman"] [data-content="dialog"],
[data-speaking="l"] [data-content="dialog"] {
	font-family: "Caveat";
	font-size: larger;
}

[data-speaking="robot"] [data-content="dialog"],
[data-speaking="robot"] [data-content="dialog"] {
	font-family: "Barcode";
	font-size: 200%;
}

[data-speaking="man"] [data-content="dialog"],
[data-speaking="temroh"] [data-content="dialog"],
[data-speaking="r"] [data-content="dialog"] {
	font-family: "Eagle Lake";
}

/* Style for Centered Text */
[data-component="centered-dialog"] {
	color: #ff0;
}

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

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

/**
 * ===========================
 * Quick Menu Styling
 * ===========================
**/

/* These styles are applied to the Mobile 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 {
}

/* 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) {
}
