@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geo:ital@1&family=Major+Mono+Display&family=Yatra+One&display=swap');

/*MAIN AND STAGES*/

body{
	background-color: lightgray;
}

div#stageTitle {
	width: 1280px;
	height: 720px;
	margin: auto;
	position: relative;
	background-image: url('images/title.jpg');
	background-size: cover;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div#stage {
	width: 1280px;
	height: 720px;
	margin: auto;
	position: relative;
	background-image: url('images/background.jpeg');
	background-size: cover;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div#stageBeach {
	width: 1280px;
	height: 720px;
	margin: auto;
	position: relative;
	background-image: url('images/beach.jpg');
	background-size: cover;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div#stageCafe {
	width: 1280px;
	height: 720px;
	margin: auto;
	position: relative;
	background-image: url('images/cafe.jpg');
	background-size: cover;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div#stageCity {
	width: 1280px;
	height: 720px;
	margin: auto;
	position: relative;
	background-image: url('images/city.jpg');
	background-size: cover;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div#stagePrologue {
	width: 1280px;
	height: 720px;
	margin: auto;
	position: relative;
	background-image: url('images/prologue.gif');
	background-size: cover;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*TITLE*/

h1#titleText {
	font-family: 'Inconsolata', monospace;
	text-align: center;
	font-size: 120px;
	font-weight: lighter;
	letter-spacing: 5px;
	padding-top: 100px;
	/*color: #f77ea0;*/
	animation: color-change 5s infinite;
	margin-bottom: 20px;
}

div#aboutBox {
	position: absolute;
	width: 450px;
  	height: 300px;
  	bottom: 60px;
  	left: 250px;
}

div#aboutText {
	position: absolute;
	font-family: 'Inconsolata', monospace;
	font-size: 20px;
	line-height: 1.2;
}

#startButton {
	position: absolute;
	font-family: 'Inconsolata', monospace;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	left: 450px;
	cursor: pointer;
}

#aboutButton {
	position: absolute;
	font-family: 'Inconsolata', monospace;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	right: 450px;
	cursor: pointer;
}

#backButton {
	position: absolute;
	font-family: 'Inconsolata', monospace;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	right: 450px;
	cursor: pointer;
}

@keyframes color-change {
	0% { color: #F19CBB; }
	20% { color: #F184AC; }
	40% { color: #F16C9C; }
	60% { color: #F1548D; }
	80% { color: #F16C9C; }
	100% { color: #F184AC; }
}

/*MECHANICS*/

div#output {
	width: 75%;
	height: 20%;
	background-color: rgba(241,108,156,0.75);
	color: black;
	position: absolute;
	bottom: 75px;
	left: 160px;
	box-sizing: border-box;
	font-family: 'Inconsolata', monospace;
	font-size: 20px;
	vertical-align: middle;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	cursor: pointer;
	border-style: solid;
	border-color: #F1548D;
	border-radius: 0 15px 15px 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div#name {
	position: absolute;
	width:  300px;
	height:  50px;
	box-sizing: border-box;
	background-color: #F19CBB;
	padding:  10px;
	top:  -50px;
	left:  0;
	border-style: solid;
	border-color: #F1548D;
	border-radius: 15px 15px 0 0;
	text-align: center;
	font-weight: bold;
}

div#typeName {
	position: absolute;
	width: 30%;
	height: 25%;
	padding-top: 20px;
	top: 200px;
	left: 448px;
	box-sizing: border-box;
	font-family: 'Inconsolata', monospace;
	font-size: 30px;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #F0AFC7;
	text-align: center;
	border-style: solid;
	border-color: #F1548D;
	border-radius: 15px
}

input[type=text] {
  width: 75%;
  margin: 20px 20px 10px 20px;
  box-sizing: border-box;
  font-size: 30px;
  font-family: 'Inconsolata', monospace;
  text-align: center;
}

button#submit {
	font-size: 15px;
	top: 0;
	height: 20%;
	width: 20%;
	font-family: 'Inconsolata', monospace;
	font-weight: bold;
  	text-align: center;
  	cursor: pointer;
  	transition-duration: 0.2s;
  	background-color: whitesmoke;
  	border-radius: 5px;
  	border-width: thin;
}

button#submit:hover {
	background-color: #E378AF;
	color: white;
}

button#submit:active {
	background-color: #f7d5e4;
	color: white;
}


img#welcome {
	position: absolute;
	left: 310px;
	top: 200px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #F184AC;
	text-decoration: none;
}

a:active {
	color: lightgray;
	text-decoration: none;
}

img#heart {
	position: absolute;
	top: 15px;
	left: 200px;
	z-index:  1000;
}

div#affinityBarOuter {
	position:absolute;
	top:  30px;
	left:  30px;
	height: 40px;
	width: 200px;
	border:  1.5px solid #DB618B;
	border-radius: 15px;
	z-index:  999;
}
div#affinityBarInner {
	position:absolute;
	top: 0;
	left: 0;
	background-color: #F7AFC7;
	background-image: linear-gradient(to right, #F7AFC7 , #F1548D);
	height: 40px;
	width: 200px;
	border-radius: 15px;
	z-index:  998;
}

img#date {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 50px;
	left: 1000px;
}

img#date:hover {
	content: url('images/date-clicked.png');
}

img#gift {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 200px;
	left: 1100px;
}

img#gift:hover {
	content: url('images/gift-clicked.png');
}

img#gift:visited {
	text-decoration: none;
}

img#chat {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 350px;
	left: 1000px;
	cursor: pointer;
}

img#chat:hover {
	content: url('images/chat-clicked.png');
}

img#chat:visited {
	text-decoration: none;
}

img#minerva {
	position: absolute;
	bottom: 0;
	left: 350px;
	right: 350px;
}

img#minerva2 {
	position: absolute;
	bottom: 0;
	left: 350px;
	right: 350px;
}

img#minerva3 {
	position: absolute;
	bottom: 0;
	left: 350px;
	right: 350px;
}

img#minervagame {
	position: absolute;
	bottom: 0;
	left: 50px;
}

div#bubble {
	position: absolute;
	background-image: url('images/bubble.png');
	top: 50px;
	left: 550px;
	width: 493px;
	height:  300px;
	background-repeat: no-repeat;
	text-align:  center;
}

img#food {
	position: absolute;
	bottom: 20px;
	right: 10px;
}

img#toy {
	position: absolute;
	bottom: 20px;
	right: 450px;
}

img#gem {
	position: absolute;
	bottom: 20px;
	right: 235px;
}

img#flower {
	position: absolute;
	bottom: 210px;
	right: 330px;
}

img#game {
	position: absolute;
	bottom: 220px;
	right: 150px;
}

img#homeButton {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 50px;
	right: 70px;
}

img#homeButton:hover {
	content: url('images/home-hover.png');
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #F74099;
  }
  to {
    box-shadow: 0 0 10px 10px #F74099;
  }
}

p#choice1 {
	font-family: 'Inconsolata', monospace;
	font-size: 20px;
	position: absolute;
	top: 300px;
	right: 900px;
	left: 100px;
	padding: 10px 10px 10px 10px ;
	cursor: pointer;
	box-sizing: border-box;
	border-style: solid;
	border-color: rgba(255, 197, 212, 1);
	border-radius: 15px 15px 15px 15px;
	background-color: rgba(255, 255, 255, 0.85);
}

p#choice2 {
	font-family: 'Inconsolata', monospace;
	font-size: 20px;
	position: absolute;
	top: 300px;
	left: 900px;
	right: 100px;
	padding: 10px 10px 10px 10px ;
	cursor: pointer;
	box-sizing: border-box;
	border-style: solid;
	border-color: rgba(255, 197, 212, 1);
	border-radius: 15px 15px 15px 15px;
	background-color: rgba(255, 255, 255, 0.85);
}

p#choice1:hover {
	font-weight: bold;
	color: #F184AC;
}

p#choice1:active {
	font-weight: bold;
	color: #F7BCCF;
}

p#choice2:hover {
	font-weight: bold;
	color: #F184AC;
}

p#choice2:active {
	font-weight: bold;
	color: #F7BCCF;
}

p#datechoice1 {
	font-family: 'Inconsolata', monospace;
	font-size: 20px;
	position: absolute;
	top: 250px;
	left: 900px;
	right: 100px;
	padding: 10px 10px 10px 10px ;
	cursor: pointer;
	box-sizing: border-box;
	border-style: solid;
	border-color: rgba(255, 197, 212, 1);
	border-radius: 15px 15px 15px 15px;
	background-color: rgba(255, 255, 255, 0.85);
}

p#datechoice2 {
	font-family: 'Inconsolata', monospace;
	font-size: 20px;
	position: absolute;
	top: 325px;
	left: 900px;
	right: 100px;
	padding: 10px 10px 10px 10px ;
	cursor: pointer;
	box-sizing: border-box;
	border-style: solid;
	border-color: rgba(255, 197, 212, 1);
	border-radius: 15px 15px 15px 15px;
	background-color: rgba(255, 255, 255, 0.85);
}

p#datechoice3 {
	font-family: 'Inconsolata', monospace;
	font-size: 20px;
	position: absolute;
	top: 400px;
	left: 900px;
	right: 100px;
	padding: 10px 10px 10px 10px ;
	cursor: pointer;
	box-sizing: border-box;
	border-style: solid;
	border-color: rgba(255, 197, 212, 1);
	border-radius: 15px 15px 15px 15px;
	background-color: rgba(255, 255, 255, 0.85);
}

p#datechoice1:hover {
	font-weight: bold;
	color: #F184AC;
}

p#datechoice1:active {
	font-weight: bold;
	color: #F7BCCF;
}

p#datechoice2:hover {
	font-weight: bold;
	color: #F184AC;
}

p#datechoice2:active {
	font-weight: bold;
	color: #F7BCCF;
}

p#datechoice3:hover {
	font-weight: bold;
	color: #F184AC;
}

p#datechoice3:active {
	font-weight: bold;
	color: #F7BCCF;
}

div#score {
	text-align: center;
	font-family: 'Inconsolata', monospace;
	font-weight: bold;
	padding:  20px;
	font-size: 70px;
	position: absolute;
	right:  70px;
	top:  175px;
}
div#timerOuter {
	position:absolute;
	top:  30px;
	left:  30px;
	height: 40px;
	width: 200px;
	border:  1.5px solid red;
	border-radius: 15px;
	z-index:  999;
	display:  none;
}
div#timerInner {
	position:absolute;
	top: 0;
	left: 0;
	background-color: #F7AFC7;
	background-image: linear-gradient(to right, #FFCDD2 , #EF5350);
	height: 40px;
	width: 200px;
	border-radius: 15px;
	z-index:  998;
}

div#epilogue {
	position: absolute;
	font-family: 'VT323', monospace;
	text-align: center;
	color: red;
	top: 250px;
	left: 200px;
	right: 200px;
	font-size: 35px;
}

div#reboot {
	position: absolute;
	font-family: 'VT323', monospace;
	text-align: center;
	color: cyan;
	top: 250px;
	left: 200px;
	right: 200px;
	font-size: 30px;
}

h1#finalChoice {
	position: absolute;
	font-family: 'VT323', monospace;
	text-align: center;
	color: red;
	top: 200px;
	left: 200px;
	right: 200px;
	font-size: 40px;
}