/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
html,
body,
header,
nav,
h1,
a,
ul,
li,
strong,
main,
button,
i,
section,
img,
div,
h2,
p,
form,
fieldset,
label,
input,
textarea,
span,
article,
footer,
time,
small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  box-sizing: inherit;
  background: transparent;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background: url("../src/image/mainbackground.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.mainContainer {
  display: grid;
  padding-top: 10vh;
  grid-template-columns: 10% 80% 10%;
  grid-template-rows: 100%;
}

h1 {
  font-size: 150px;
  background: -webkit-linear-gradient(rgb(231, 250, 16), rgb(236, 245, 209));
  animation: fadeIn 5s;
  animation-fill-mode: forwards;
  font-family: "AQUARIUM", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1.start {
  font-size: 100px;
  background: -webkit-linear-gradient(rgb(231, 250, 16), rgb(236, 245, 209));
  animation: fadeIn 8s;
  animation-fill-mode: forwards;
  font-family: "AQUARIUM", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1.start:hover {
  background: -webkit-linear-gradient(rgb(53, 161, 249), rgb(201, 192, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.instruction {
  font-size: 72px;
  animation: fadeIn 11s;
  animation-fill-mode: forwards;
  background: -webkit-linear-gradient(rgb(231, 250, 16), rgb(236, 245, 209));
  font-family: "AQUARIUM", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.instruction:hover {
  font-size: 72px;
  background: -webkit-linear-gradient(rgb(53, 161, 249), rgb(201, 192, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2padding {
  padding-left: 10px;
}

h2.instructioninside {
  font-size: 60px;
  width: 18vw;
}

.grid-container {
  display: none;
  position: absolute;
  z-index: 4;
}

.grid-container div {
  border: black 1px solid;
  background-color: white;
  opacity: 0.4;
  width: 19.94vw;
  height: 80vh;
}

.grid-item1 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.grid-item4 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.grid-item1:hover {
  background-color: grey;
}

.grid-item2:hover {
  background-color: grey;
}

.grid-item3:hover {
  background-color: grey;
}

.grid-item4:hover {
  background-color: grey;
}

.imagelink {
  display: flex;
  justify-content: flex-start;
}

.forpaddinggit {
  padding-top: 10px;
  padding-right: 10px;
}

.forpaddinglink {
  padding-top: 10px;
}

a img {
  background: linear-gradient(0deg, rgb(231, 250, 16), rgb(236, 245, 209));
  text-align: center;
  opacity: 1;
  animation: fadeIn 15s;
  animation-fill-mode: forwards;
  border-radius: 20%;
}

a img:hover {
  background: linear-gradient(0deg, rgb(53, 161, 249), rgb(201, 192, 192));
  opacity: 1;
  border-radius: 20%;
}

div.titleScreen {
  display: flex;
  justify-content: center;
  margin-left: 10vw;
  border-radius: 5%;
  background-image: url("../src/image/lobbyBackground.jpg");
  height: 81vh;
  width: 80vw;
  opacity: 0;
  animation: fadeIn 2s;
  animation-fill-mode: forwards;
  z-index: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section.startscreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.instructionMenu {
  display: none;
  position: absolute;
  margin-left: 40vw;
  margin-top: 10vh;
  background: linear-gradient(45deg, rgb(53, 161, 249), rgb(255, 255, 255));
  height: 60vh;
  width: 20vw;
  border-radius: 5%;
  z-index: 1;
  opacity: 0;
  border: 10px solid transparent;
  padding: 15px;
  border-image: repeating-linear-gradient(30deg, #0c589f, #9198e5, #4d9f0c 20px) 60;
  animation: fadeIn 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.instructioninside {
  text-align: center;
  font-family: "AQUARIUM", sans-serif;
  font-size: 70px;
  padding-top: 10px;
  border-top: 10px yellow dotted;
  border-bottom: 10px yellow dotted;
  border-image: repeating-linear-gradient(30deg, #0c589f, #9198e5, #4d9f0c 20px) 60;
  border-radius: 8%;
}

.manual {
  display: flex;
  height: 300px;
  flex-direction: column;
  justify-content: space-evenly;
}

.insideimage {
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.insideimage:first-child {
  padding-top: 14vh;
}

.insideexit {
  display: flex;
  justify-content: center;
  margin-top: 2vh;
}

img.exitMenu {
  position: absolute;
  height: 30px;
  width: 30px;
  margin-top: 15vh;
}

.insideimage > img {
  background-color: white;
  border-radius: 50%;
  margin-left: 30px;
}

p {
  font-family: "AQUARIUM", sans-serif;
  font-size: 40px;
  padding-left: 40px;
}

.chaser {
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 5;
}

nav.fishnavbar {
  display: none;
  margin-left: 40px;
  margin-top: -41px;
}

nav > img {
  display: none;
}

img.feed:hover {
  background-color: lightgrey;
}

img.fish:hover {
  background-color: lightgrey;
}

img.decorate:hover {
  background-color: lightgrey;
}

img.imgexit:hover {
  background-color: lightgrey;
}

img.delete:hover {
  background-color: lightgrey;
}

.nemo:hover {
  background-color: grey;
}

.betta:hover {
  background-color: grey;
}

ul {
  list-style: none;
}

#canvas {
  border-radius: 5%;
  background-image: linear-gradient(160deg, #04fafd 5%, #119dff 50%, #2e35eb);
  background-size: 400%;
  animation: bg-animation 10s infinite alternate;
  width: 100%;
  height: 100%;
}

.burger:hover #canvas {
  border-left-style: hidden;
}

@keyframes bg-animation {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}
.navbar {
  display: none;
  grid-column-start: 1;
  padding: 10px;
  height: 71vh;
  width: 3vw;
  margin-top: 3vh;
  margin-left: 5.4vw;
  flex-flow: column wrap;
  justify-content: space-evenly;
  align-items: center;
  background-color: #7BAE7F;
  border: 6px double yellow;
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}

.canvascontainer {
  grid-column-start: 2;
  position: relative;
}

.burgercontainer {
  position: absolute;
  top: 2vh;
  left: 1vw;
  z-index: 2;
}

.burger {
  display: none;
  padding: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.socialmedia_container {
  position: absolute;
  right: 2vw;
  top: 40vh;
}

.adjustment-container {
  padding-left: 3vw;
  top: 29vh;
  width: 5vw;
  height: 80vh;
}

li img {
  background-color: #F4E8C1;
  border-radius: 50%;
  border: 4px groove rgb(0, 0, 0);
  max-width: 100%;
  max-height: 100%;
}

.instructionManualContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
