html {
  margin: 0;
  padding: 0;
}

/* BODY BACKGROUND IMAGE */
body {
  background-color: #5a523cd2;
  /* background-image: url("images/mahkeo-rpVQJbZMw8o-unsplash.jpg"); */
  background-position: center;
  background-size: 95%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 10px;
  padding: 20px 20px 20px 20px;
  border: 10px;
}

#container {
  display: grid;
  height: 100vh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
    "header header header header"
    ". title title ."
    "sidebar image-box image-box sidebar2"
    "- main main ."
    ". article article ."
    "footer footer footer footer";
  grid-gap: 1px;
  margin: 0 auto;
  position: relative;
}

.articles-container {
  display: grid;
  /* This creates the new articles grid container */
  grid-template-columns: 1fr;
  /* This ensures a single column for stacking */
  grid-template-rows: auto;
  grid-area: article;
  /* This positions the articles container in the main grid. */
}

header {
  grid-area: header;
  /* position: sticky; */
  top: 0;
}

nav {
  align-content: center;
  grid-area: nav;
}

.guest-nav {
  display: flex;
  flex-shrink: 2;
  flex-wrap: wrap;
  width: auto;
  padding: 4px 10px;
  margin: 0px 10px;
  border: 1px solid rgb(155, 144, 132);
  border-radius: 4px;
  box-sizing: border-box;
  color: black;
  grid-area: main;
  background-color: rgb(66, 65, 65);
  justify-content: space-between;
}

.nav-btn {
  display: flex;
  flex-shrink: 2;
  flex-basis: 0;
  color: rgb(247, 244, 217);
  background-color: rgb(95, 94, 94);
  padding: 5px;
  border: 2px solid rgb(167, 155, 142);
  margin: 8px 0px;
  justify-content: space-between;
}

.guest-page-title {
  display: flex;
  flex-grow: 0;
  align-items: center;
  color: rgb(247, 244, 217);
  justify-content: center;
  padding: 5px;
  border: 1px solid rgb(155, 144, 132);
  margin: 5px 8px;
  max-height: fit-content;
  background-color: #424141;
  grid-area: title;
}

#sidebar {
  /* background-color: rgba(212, 150, 69, 0.322); */
  /* For ORIGINAL Text uncomment below */
  /* font-family: Arial, Helvetica, sans-serif; */
  /* For INTER Text uncomment below: */
  font-family: 'Inter', sans-serif;
  /* For ROBOTO Text uncomment below */
  /* font-family: 'Roboto', sans-serif; */
  color: whitesmoke;
  grid-area: sidebar;
}

.sidebar1-title {
  color: orange;
  padding: 10px 10px 0px 10px;
  margin: 0;
}

.sidebar1 {
  padding: 10px;
}

.sb-links-title {
  color: coral;
}


#threejsDiv {
  width: 600px;
  height: 350px;
  border: 0;
  overflow: hidden;
  grid-area: threejsDiv;
}


.image-box {
  display: grid;
  padding: 1px 1px 1px 1px;
  margin: 25px;
  border: 2px solid gray;
  grid-area: image-box
}

#section-image {
  max-width: 100%;
  height: auto;
}

#archesPhotoR {
  display: grid;
  max-width: 75%;
  height: auto;
  width: auto;
}

#sidebar2 {
  /* background-color: rgba(212, 150, 69, 0.322); */
  /* For ORIGINAL Text uncomment below */
  /* font-family: Arial, Helvetica, sans-serif; */
  /* For INTER Text uncomment below: */
  font-family: 'Inter', sans-serif;
  /* For ROBOTO Text uncomment below */
  /* font-family: 'Roboto', sans-serif; */
  color: whitesmoke;
  grid-area: sidebar2;
}

.sidebar2-title {
  color: orange;
  padding: 10px 10px 0px 10px;
  margin: 0;
}

.sidebar2 {
  /* For ORIGINAL Text uncomment below */
  /* font-family: Arial, Helvetica, sans-serif; */
  /* For INTER Text uncomment below: */
  font-family: 'Inter', sans-serif;
  /* For ROBOTO Text uncomment below */
  /* font-family: 'Roboto', sans-serif; */
  padding: 10px;
}

main {
  color: whitesmoke;
  grid-area: main;
}

main {
  /* For ORIGINAL Text uncomment below */
  /* font-family: Arial, Helvetica, sans-serif; */
  /* For INTER Text uncomment below: */
  font-family: 'Inter', sans-serif;
  /* For ROBOTO Text uncomment below */
  /* font-family: 'Roboto', sans-serif; */
  color: white;
  grid-area: main;
}

p {
  /* For ORIGINAL Text uncomment below */
  /* font-family: Arial, Helvetica, sans-serif; */
  /* For INTER Text uncomment below: */
  font-family: 'Inter', sans-serif;
  /* For ROBOTO Text uncomment below */
  /* font-family: 'Roboto', sans-serif; */
  color: white;
}

.main-title {
  display: flex;
  flex-direction: column;
  color: burlywood;
}

article {
  color: whitesmoke;
  /* grid-area: article; */
  margin-bottom: 20px;
}

#author-info {
  display: flex;
  flex-direction: column;
}

.article-title {
  color: burlywood;
}

.article-author {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}

.article-date {
  margin: 2px;
  font-style: italic;
}

.article-content {
  /* grid-column: 1 / 9; */
  /* grid-row: 3 / 4; */
}

.article-content-italic {
  font-style: italic;
}

#lkm-sign {
  color: rgb(247, 244, 217);
  padding: 10px;
  border: 1px solid rgb(155, 144, 132);
  margin: 10px 10px 0px 10px;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 400;
  text-align: center;
  text-shadow: 3px 3px 3px black;
  background-color: #424141;
}

#sign-line1 {
  font-weight: 400;
  letter-spacing: 3px;
  background-color: rgba(212, 150, 69, 0.562);
}

#sign-line2 {
  font-weight: 200;
  background-color: rgba(212, 150, 69, 0.562);
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
}

.inner-body-text {
  color: #f7f4d9;
  text-align: center;
}

/* all items in form 1 */
.form1 {
  display: flex;
  margin: auto;
  width: 100%;
  grid-area: form1;
}


.form-userpass1,
select {
  display: flex;
  width: 100%;
  padding: 4px 10px;
  margin: 8px 10px;
  /* display: inline-block; */
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #424141;
}

.form-input1 {
  display: flex;
  justify-content: right;
  width: 20%;
  background-color: #c2b89c2a;
  color: white;
  padding: 8px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.sign-in-button {
  display: flex;
  background-color: #ff8c00be;
  color: #522a0e;
  width: 20%;
  padding: 8px 10px;
  margin: 3px 0;
  display: center inline-block;
  cursor: pointer;
}

.sign-in-,
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


/* all items in form 2 */
.form2 {
  margin: auto;
  width: 100%;
}

.form-group2,
select {
  color: antiquewhite;
  width: 100%;
  padding: 4px 20px;
  margin: 5px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

​.form-label {
  color: #f7f4d9;
}

.form-control2 {
  width: 100%;
  background-color: #c2b89c2a;
  color: white;
  padding: 8px 0px;
  margin: 8px 0px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-control-title {
  color: azure;
  font-size: 5rem;
  font-weight: 500;
}

.submit-button {
  background-color: #ff8c00be;
  color: #522a0e;
  width: 100%;
  padding: 8px 10px;
  margin: 3px 0;
  display: inline-block;
  cursor: pointer;
}

.submit,
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* The alert message box */
.alert {
  width: 95%;
  padding: 10px;
  background-color: #f46c36bb;
  color: white;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
}

@media only screen and (max-width: 700px) {
  #container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "header"
      "quote"
      "title"
      "sidebar"
      "image-box"
      "main"
      "article"
      "sidebar2"
      "form1"
      "footer"
  }
}

.text2 {
  text-align: center;
  color: #9b9084;
}

footer {
  display: grid;
  grid-area: footer;
}

/* all items in footer  */
.footer-body {
  border-radius: 10px;
}

.footer {
  text-align: center;
  color: #9b9084;
}

/* @media only screen and (max-width: 700px) {
  #container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "header"
      "title"
      "sidebar"
      "photo-box"
      "main"
      "sidebar2"
      "form1"
      "footer"
  }
} */

#body-col-rt {
  color: yellow;
}

#body-col-lt {
  color: red;
}

/* BELOW THIS AREA ARE UNUSED CSS RULES */

/* canvas {
  background-image: url("/images/mahkeo-rpVQJbZMw8o-unsplash.jpg");
  background-size: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 80vh;
  display: block;
  border: 2px solid;
  color: #b4bef3;
} */