/**

    Authored by:  @jg_digitalMedia
    Web:          https://www.jonniegrieve.co.uk/assets/project_status_images
    Last Update:  28/07/2026 - 12:14
    Description:  Project Status Homepage (new)
*/
/*
breakpoints:

1290px;
940px;
680px;

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

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;
  height: 125px;
  z-index: 10000;
  border: 1px solid #1b4e62;
  padding: 10px;
  background: #103058;
  color: white;
  font-family: "Poppins";
}
@media (max-width: 940px) {
  header {
    /* min-height: 110px; */
  }
}
header h1 {
  text-align: center;
  position: relative;
  top: 8px;
}
@media (max-width: 680px) {
  header h1 {
    width: 90%;
    margin: 0 auto;
    font-size: 4vw;
    top: 0;
    padding-bottom: 15px;
  }
}
header .key {
  width: 95%;
  text-align: right;
  position: relative;
  top: 30px;
  right: 2px;
}
header .key h2 {
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-right: 14px;
}
header .key span#green-complete {
  display: inline-block;
  background: #008000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
header .key span#red-complete {
  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;
  margin: 20px auto;
  line-height: 2.1;
  width: 60%;
  font-family: "Poppins";
  color: white;
  /* background: #1a3352; */
  border-radius: 10px;
  /* border: solid 1px #1b4e62; */
  color: #89ddff;
  font-size: 12px;
}
@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 {
  width: 90%;
  display: block;
  background: #17e4f3;
  background: #1a3352;
  border-radius: 10px;
  border: solid 1px #1b4e62;
  color: #89ddff;
  font-size: 12px;
}
@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 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: 60px;
}
#container .project-list li em {
  font-weight: bold;
}
#container .project-list ul#project-status {
  float: left;
  margin: 0 5% 0 5%;
}
#container .project-list span.complete {
  display: inline-block;
  background: #008000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
#container .project-list span.incomplete {
  display: inline-block;
  background: #ff0000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
#container .project-list span.under-review {
  display: inline-block;
  background: #ffff00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
#container .project-list span.upcoming {
  display: inline-block;
  background: #ff9005;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
#container .main-content {
  width: 66%;
  display: block;
  padding: 20px;
  color: #89ddff;
  font-family: "Poppins";
  font-size: 12px;
}
@media (max-width: 940px) {
  #container .main-content {
    width: 90%;
  }
}
@media (max-width: 680px) {
  #container .main-content {
    font-size: 3.5vw;
  }
}
#container .main-content h2 {
  text-align: center;
}
#container .main-content p {
  line-height: 1.6;
}
#container .main-content a {
  color: yellow;
  font-weight: bold;
  transition: color 0.3s;
}
#container .main-content a:hover {
  text-decoration: none;
  color: #cbd202;
}

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 */
