@font-face {
    font-family: "Righteous";
    src: url('/GFonts/Righteous-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Dancing";
    src: url('/GFonts/DancingScript-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Dancing Bold";
    src: url('/GFonts/DancingScript-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
body {
    background-color: #808080;
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-header {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.home-image {
  width: 50%;
  height: auto;
}
.home-game-screen {
  width: 70%;
  height: 900px;
  display: flex;
  max-width: 100%;
  min-width: 50%;
  max-height: 80%;
  min-height: 40%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-game-layout {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  min-width: 100%;
  max-height: 80%;
  min-height: auto;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("/GBackgrounds/StarrySky.jpg");
}
.home-container2 {
  gap: 0px;
  width: 100%;
  height: 85%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
/* The Left-Picture Image. */
.home-image1 {
  flex: 1;
  width: 50%;
  height: 100%;
  object-fit: cover;
  align-self: end;
}
/* The Left-Picture Image. */
.home-image2 {
    flex: 1;
    width: 50%;
    height: 100%;
    object-fit: cover;
    align-self: end;
}
.home-container3 {
  flex: 1;
  width: 200px;
  height: 108px;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  max-height: 20%;
  min-height: 20%;
  align-items: flex-start;
  flex-direction: column;
}
.home-text-block {
  width: 100%;
  height: 100%;
  display: flex;
  max-height: 100%;
  min-height: 100%;
  align-items: flex-start;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.47);
}
.home-container4 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-height: auto;
  min-height: auto;
  align-items: center;
  justify-content: flex-start;
}
.home-text {
    color: rgb(0, 0, 0);
    width: auto;
    height: auto;
    margin: var(--dl-space-space-halfunit);
    padding: var(--dl-space-space-halfunit);
    box-shadow: 5px 5px 10px 0px #060606;
    margin-top: var(--dl-space-space-halfunit);
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: var(--dl-space-space-halfunit);
    background-color: #ebebeb;
    font-family: Righteous, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.home-container5 {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: flex;
  position: relative;
  max-width: 100%;
  min-width: auto;
  max-height: 100%;
  min-height: auto;
  align-items: flex-start;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: var(--dl-space-space-halfunit);
}
.home-text1 {
  color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: var(--dl-space-space-halfunit);
  max-width: 100%;
  min-width: 98%;
  margin-top: 0px;
  max-height: 100%;
  min-height: auto;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 15px;
  margin-bottom: 0px;
  background-color: rgb(217, 217, 217);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
}
.home-text2 {
  right: 25px;
  bottom: 15px;
  position: absolute;
  font-size: 20px;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-image3 {
  flex: 0;
  width: 438px;
  height: 18px;
  object-fit: cover;
}
@media(max-width: 1200px) {
  .home-container2 {
    gap: var(--dl-space-space-twounits);
  }
  .home-text {
    margin: 1%;
    padding: 1%;
  }
  .home-container5 {
    width: 98%;
    height: 70%;
    margin: var(--dl-space-space-halfunit);
  }
  .home-text1 {
    color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: var(--dl-space-space-halfunit);
    max-width: 100%;
    min-width: auto;
    max-height: 100%;
    min-height: 100%;
    background-color: rgb(217, 217, 217);
  }
  .home-text2 {
    right: 202px;
    bottom: 98px;
    position: absolute;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 600ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
}
@media(max-width: 479px) {
  .home-header {
    padding: var(--dl-space-space-unit);
  }
  .home-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .home-image3 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text3 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
