/**

Authored by:  @jg_digitalMedia
Web:          https://www.jonniegrieve.co.uk/assets/project_status_images
Last Update:  28/07/2026 - 11:50
Description:  Project Status Homepage with clickable images (Projects)


*/
* {
  padding: 0;
  margin: 0;
}

/* header.scss */
body {
  background: #0f172a;
  font-family: Arial;
  font-family: "Roboto", sans-serif;
  font-family: "Lato", sans-serif;
  font-family: "Allerta", sans-serif;
  font-family: "Marvel", sans-serif;
  font-family: "Mali", cursive;
}

header {
  position: sticky;
  top: 0px;
  width: 100%;
  min-height: 130px;
  z-index: 10000;
  /* width: 100%; */
  min-height: 110px;
  /* background: lightgreen; */
  /* border-bottom: 6px green solid; */
  border: 1px solid #1b4e62;
  /* border-radius: 5px; */
  padding: 10px;
  /* margin: 20px 0; */
  background: #103058;
  color: white;
  font-family: "Poppins";
}
@media (max-width: 940px) {
  header {
    min-height: 110px;
  }
}
header h1 {
  text-align: center;
}
header .key {
  width: 97%;
  text-align: right;
  position: relative;
  top: 30px;
  /* right: 2px; */
}
@media (max-width: 780px) {
  header .key {
    padding: 20px 0;
    height: 115;
    line-height: 2;
  }
}
header .key h1 {
  text-align: center;
}
header .key h2 {
  width: auto;
  display: inline-block;
}
header .key span#green-complete {
  display: inline-block;
  background: #008000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
header .key span#red-incomplete {
  display: inline-block;
  background: #ff0000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
header .key span#yellow-review {
  display: inline-block;
  background: #ffff00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
header .key span#orange-upcoming {
  display: inline-block;
  background: #ff9005;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
@media (max-width: 1290px) {
  header .key {
    display: block;
    text-align: center;
    position: relative;
    top: 20px;
  }
}

#container {
  position: relative;
  display: flex;
  grid-auto-columns: 1fr 1fr;
  font-family: "Poppins";
  /* background: #ffd272; */
  color: white;
  margin: 20px auto;
  line-height: 2.1;
  width: 60%;
}
@media (max-width: 1080px) {
  #container {
    width: 95%;
  }
}
@media (max-width: 940px) {
  #container {
    flex-direction: column-reverse;
    width: 80%;
  }
}
@media (max-width: 680px) {
  #container {
    width: 95%;
  }
}
#container .project_list {
  border: solid black 1px;
  width: 90%;
  display: block;
  background: #1a3352;
  border-radius: 10px;
  border: solid 1px #1b4e62;
  /* color: #fffb83; */
  color: #89ddff;
}
@media (max-width: 940px) {
  #container .project_list {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 680px) {
  #container .project_list {
    font-size: 3vw;
  }
}
#container .project_list .project_status_header {
  text-align: center;
}
#container .project_list h2 {
  text-align: center;
}
#container .project_list ul {
  list-style-type: none;
}
@media (max-width: 940px) {
  #container .project_list ul {
    margin: 0 auto;
  }
}
#container .project_list li {
  /* height: 45px; */
  width: 29%;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}
#container .project_list li em {
  font-weight: bold;
}
#container .project_list li .project_info .complete {
  display: inline-block;
  background: #008000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
#container .project_list li .project_info .incomplete {
  display: inline-block;
  background: #ff0000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
#container .project_list li .project_info .under-review {
  display: inline-block;
  background: #ffff00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
#container .project_list li .project_info .upcoming {
  display: inline-block;
  background: #ff9005;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
#container .project_list a {
  text-align: center;
  color: #89ddff;
  transition: 0.3s;
}
#container .project_list a:hover {
  color: #3ab2e2;
}
#container .project_list a img {
  width: 100%;
  content: "data image";
  border-radius: 6px;
  border: solid 1px #8b8b8b;
}
#container .project_list ul#project-status {
  float: left;
  margin: 0 5% 0 5%;
}
#container .main-content-repos,
#container .main-content-notespage {
  width: 66%;
  display: block;
  padding: 20px;
  background: #1a3352;
  border-radius: 10px;
  border: solid 1px #1b4e62;
  /* color: #fffb83; */
  color: #89ddff;
  /* font-size: 12px; */
}
@media (max-width: 940px) {
  #container .main-content-repos,
  #container .main-content-notespage {
    width: 90%;
  }
}
@media (max-width: 680px) {
  #container .main-content-repos,
  #container .main-content-notespage {
    font-size: 3.5vw;
  }
}
#container .main-content-repos .project_status_header,
#container .main-content-notespage .project_status_header {
  text-align: center;
}
#container .main-content-repos p,
#container .main-content-notespage p {
  line-height: 1.6;
}
#container .main-content-repos a,
#container .main-content-notespage a {
  text-align: center;
  color: #89ddff;
  transition: 0.3s;
}
#container .main-content-repos a:hover,
#container .main-content-notespage a:hover {
  text-decoration: none;
  color: #3ab2e2;
}
#container .main-content-repos h2,
#container .main-content-notespage h2 {
  color: #7eb9e5;
  color: #c3e88b;
}
#container .main-content-repos li,
#container .main-content-notespage li {
  list-style-type: none;
  margin: 6px 0;
}

/* footer.scss */
footer {
  width: 100%;
  display: block;
  margin-top: 25pt;
  text-align: center;
  font-family: "Poppins";
}
footer p {
  color: white;
}
footer p a {
  text-align: center;
  color: #89ddff;
}

/*# sourceMappingURL=style.css.map */
