
:root {
  --blue: dodgerblue;
  --white: white; 
  --black: black;
  --red: red;
  --bcolor: black;
  --fcolor:white;
  --global--fName: localStorage.getItem("fName");
  --global--inORout: localStorage.getItem("inout");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*
body {
  overflow: hidden;
    /*-ms-overflow-style: none; 
  }
*/

html,
body  {
  background-color: black;
  color: white;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: scroll;


}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}


header {
  background-color: black;
  color: white;
}

li {
  list-style: none;
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

img {
  background-color: black;
}

div, p 
 {
  background-color: black;
  color: white;
}

.centerBIG{
  display: flex;
  align-items: center; /* Vertically centers content */
  justify-content: center; /* Horizontally centers content (optional) */
  text-align:center;
  height: 100%;
  font-weight:normal;
  font-size:larger;
}
.centerBIGblue {
  display: flex;
  align-items: center;
  color:dodgerblue;
  font-weight: normal;
  font-size: large;
}

.item {
  font-size: 2rem;
  font-weight: 900;
  font-family: Helvetica, sans-serif;
}

/* NAV BAR */

.navbar {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: left;
  gap: 40px;
  font-size:medium;
}

.nav-link {
  transition: 0.7s ease;
}

.nav-link-signin {
  transition: 0.7s ease;
  background-color: #262626;
  cursor: pointer;
}

.nav-link:hover{
  color: red;
}

.nav-link-signin:hover{
  color: red;
}

.nav-item {
  margin: 10px 0;
  font-weight: bolder;
  color: white;
}

.nav-menu.active {
  left: 0;
}

.hamburger {
  display: none;
  cursor: pointer;
  color: white;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color:white;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Slide-out menu */

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 40px;
    gap: 0;
    flex-direction: column;
    background-color: #262626;
    width: 150px;
    text-align: left;
    margin: 15px;
    padding-left: 10px;
    transition: 0.7s;
    border-radius: 10px;
  }

 }

.logo {
  min-height: 40px;
  height: 28px;
  width: 28px;
  padding: 5px 0px;
  margin-bottom: -10px;
  margin-left: -10px;
  background-color: black;
}
.com {
  vertical-align: super;
  margin-left: 0px;
  margin-top: 5px;
  text-align: left;
  font-size: 1.25rem;
  font-weight: normal;
  color: red;
}

/*  TEXT DECORATION CSS  */

.imgctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}
.ajust {
  text-align: center;
}
.center {
  text-align: center;
  font-size: large;
  }
.dodgerblue  {
  color: dodgerblue;
}
.red {
  color: red;
}
.supred {
  color: red;
  vertical-align:super; 
  font-weight: bolder;
  font-size: small;
}
.sources {
  font-size: smaller;
}
.figure {
  float: left;
  width: 300px;
  height: 200px;
  text-align: center;
  text-decoration-color: dodgerblue;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: none;
  padding: 0.5em;
}
.figcap {
  float: left;
  width: 40%;
  text-align: center;
  text-decoration-color: dodgerblue;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: none;
  padding: 0.5em;
}
.invisible {
  text-decoration-color: black;
  text-decoration-line: none;
  cursor:text;
}
.white {
  color: white;
}
.black {
  color: black;
}
.italic {
  font-style: italic;
}
.underlined {
  text-decoration: underline;
}
.whtitl {
  color: white;
  font-style: italic;
}
.blkbld {
  color: black;
  font-weight: bolder;
}
.blkblditl {
  color: black;
  font-weight: bolder;
  font-style: italic;
}
.bldred {
  color: red;
  font-weight: bolder;
  font-size: normal;
}
.blditlredSM {
  color: red;
  font-weight: bolder;
  font-size: smaller;
  font-style: italic;
}
.bldBIG {
  font-weight: bolder;
  font-size: large;
}
.bldredBIG {
  color: red;
  font-weight: bolder;
  font-size: large;
}
.bldwhtBIG {
  color: white;
  font-weight: bolder;
  font-size: large;
}
.blddodger {
  color: dodgerblue;
  font-weight: bold;
  font-size: normal;
}
.dodger {
  color: dodgerblue;
  }
.blddodgerBIG {
  color: dodgerblue;
  font-weight: bolder;
  font-size: large;
}
.blddodgerBIGGER {
  color: dodgerblue;
  font-weight: bolder;
  font-size: larger;
}
.blditlblue {
  color: dodgerblue;
  font-weight: bolder;
  font-style: italic; 
}
.blditlblueSM {
  color: dodgerblue;
  font-weight: bolder;
  font-style: italic; 
  font-size: smaller;
}
.bldteal {
  color: teal;
  font-weight: bold;
  font-size: normal;
}
.bldtealbig {
  color: teal;
  font-weight: normal;
  font-size: larger;
}
.blkbldsm {
  color: black;
  font-size: smaller;
}
.bldtealitl {
  color: teal;
  font-weight: bolder;
  font-style: italic;
}
.teal {
  color: teal;
  font-size: 16px;
}
.bldbrn {
  color: brown;
  font-size: bolder;
}
.bldyel {
  color: yellow;
  font-size: bolder;
}