/*Copyright Erica The Developer All Rights Reserved.*/
body {
  background-color: #000066;
  color: lightcoral;
  margin: 10% 10% 0 10%;
  justify-content: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  text-align: center;
  text-wrap: wrap;
}

.main {
  overflow-y: auto;
}
/*Logo*/
.logo-inner {
  display: inline-block;
  margin: -20em;
  top: 0%;
  height: fit-content;
  
}
.logo-outer {
  display: inline-block;
  margin: -5em;
  top: 0%;
  height: fit-content;
  
}
img {
  color: rgb(188, 12, 241);
  image-rendering: optimizeSpeed;
}
header {
  font-size: 2em;
  justify-content: center;
  font-weight: 800;
  border: none;
}

/*hr style*/
#style {
  margin: 0 8% 1.5em 8%;
  border: solid 0.005em rgba(255 255 255 / 100);
  z-index: 99;
  display: grid;
}
/*--end of logo region--*/

/*Comming Soon Arch-Container */
#container {
  margin-left: auto;
  margin-right: auto;
}

.footer {
  position: relative;
  padding: 0.2em;
  margin-top: 39em;
  bottom: 0;
  justify-content: center;
  z-index: 5;
}
#container-of-arch {
  /* justify-content: center; */
  z-index: 99;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 22.5em;
  height: 33.75em;
  position: fixed;
  border-radius: 50em 50em 0em 0em;
  display: grid;
}

h1 {
  margin-top: 30%;
  font-size: max(1em, 3em);
  font-family: "Courier New", Courier, monospace;
  /*Gradient text */
  background: -webkit-linear-gradient(
    rgba(255 255 255 / 70%),
    rgba(255 255 255 / 30%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*--end of Gradient text css--*/
}

.coming-soon-page {
  margin: 2em;
  border-radius: 50em 50em 0em 0em;
  margin: auto;
  width: 22.5em;
  height: 33.75em;
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 0.075em rgba(255 255 255 / 100);
  /* justify-content: center; */
  /*GRID CSS
    ---adapted from: https://stackoverflow.com/questions/4191260/drawing-a-grid-using-css --*/
  background-image: repeating-linear-gradient(
      #ccccccf3 0 0.1px,
      transparent 1px 100%
    ),
    repeating-linear-gradient(90deg, #ccccccf3 0 0.1px, transparent 1px 100%);
  background-size: 0.9em 0.9em;
  /*--end of grid css--*/
}
.coming-soon-page img {
  margin: 2em;
  border-radius: 50em 50em 0em 0em;
  margin: auto;
  width: 22.5em;
  height: 33.75em;
  position: fixed;
  z-index: -4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  /* position: relative; */
}
/*Adapted from: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_slideshow_auto*/
#fade {
  animation-name: fade;
  animation-duration: 4000ms;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.arch-photos {
  width: 100%;
  height: 100%;
  z-index: -2;
}

.coming-soon-content {
  border-radius: 50em 50em 0em 0em;
  margin: auto;
  width: 22.5em;
  height: 33.75em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  mix-blend-mode: hard-light;
  background-color: #00006640;
}
#description-div {
  z-index: 1;
  margin-top: 5%;
}

#description-text-div {
  padding: 0 0 00.5em 0;
  z-index: 1;
}
.description-text {
  font-size: 120%;
  z-index: 1;
  display: block;
  margin: auto;
  padding: 0 0.3em 0.3em 1em;
  text-justify: auto;
  /*Gradient text */
  background: -webkit-linear-gradient(
    rgba(255 255 255 / 50%),
    rgba(255 255 255)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*--end of Gradient text css--*/
}

.expand-retract-button {
  border-radius: 2em;
  border: solid 0.05em white;
  padding: 0.8em;
  margin: 1em;
  display: inline-block;
  z-index: 1;
  background-color: #e2b318;
  color: hsl(0, 0%, 100%);
  font-weight: 100;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  mix-blend-mode: hard-light;
}

.expand-retract-button a {
  text-decoration: none;
  color: inherit;
}
.expand-retract-button a:hover {
  text-decoration: none;
  color: inherit;
}

.expand-retract-button:hover {
  background-color: #ffffff;
  color: #e2b318;
}
/*--end of Coming Soon Arch-Container--*/

#copyright {
  font-size: 0.72em;
  /*Gradient text */
  background: -webkit-linear-gradient(
    rgba(255 255 255 / 70%),
    rgba(255 255 255 / 30%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*--end of Gradient text css--*/
}

/*Adapted from w3Schools: https://www.w3schools.com/howto/howto_css_modals.asp */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #000000;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  z-index: 100;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 100;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  z-index: 100;
}
/*adaptation*/
#myModal {
  z-index: 100;
}
