@charset "utf-8";
:root {
    --text: #fff;
    --bg: #252525;
}

body {
    background-color: var(--bg);
    color: var(--text);
    font-family: "Noto Sans SC", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: normal;
    margin: 0;
    padding: 0;
}
/* Define the style for the top bar */
.top-bar {
    position: fixed;
    top: -60px; /* Set the initial top position to -50px to hide the top bar */
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #333;
    transition: top 0.5s ease-in-out; /* Add a transition effect to the top property */
}
/* Define the style for the title text */
.title-text {
    font-size: 18px;
    font-weight: 600;
	letter-spacing: 2px;
    margin-top: 4px;
	margin-left: 5%;
    text-align: left;
    line-height: 50px;
	font-family: helvetica;
	color: #fff;
	
	
}
.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  position: fixed;
  width: 100%;
  color: #000;
  opacity: 0.85;
  height: 50px;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: flex-end;
  height: 64px;
  align-items: right;
}

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
	
}

.menu-items a {
  text-decoration: none;
  color: #fff;
  font-weight: 200;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  text-decoration: underline;
	text-decoration-thickness: 1px;
  transition: text-decoration 0.3s ease-in-out;
}
.no_wrap {
	white-space: nowrap;
	} 
.cover-image {
    background-image: url('img/Tommmmz_digital_art_geometric_vibrant_colors_geometric_code_ope_9de1d6b7-748e-4661-bf79-99ea296b4dcc.png');
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: left;
    justify-content: left;
    text-align: left;
    flex-direction: column;
}
.cover-image h1 {
    font-size: 4em;
    color: #fff;
    margin-left: 10%;
	line-height: 1.1em;
    margin-right: 10%;
    margin-top: 150px;
}
.cover-image h2 {
    font-size: 11pt;
    color: #fff;
    font-weight: normal;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
}
.content {
    max-width: 800px;
    margin: auto auto;
    padding: 20px;
}
.content h1 {
    font-size: 22px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    text-align: left;
}
.content h2 {
    font-size: 18px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    text-align: left;
}
.content h3 {
    font-size: 12px;
    font-weight: 300;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    text-align: right;
}
.content h4 {
    font-size: 10px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    text-align: left;
    color: #888;
    text-decoration-color: #888;
}
.content h5 {
    font-size: 10px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    text-align: right;
    color: #888;
    text-decoration-color: #888;
}
.content a {
    color: #888;
}
.content chat {
    font-size: 12pt;
    color: #fff;
    display: block;
    background: url("img/GPTicon.jpg") left 25px top 25px no-repeat, #444654;
    background-size: 30px;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 20%;
    max-width: 600px;
    padding: 25px 20px 25px 70px;
	box-shadow: 5px 5px 5px 0px #000;
}
.content p {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 600px;
}
.content img {
    max-width: 600px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
    align-content: center;
    width: 75vw;
}
.content figcaption {
    color: #777;
    padding: 0px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 10pt;
}
.footer {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 80px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    height: auto;
}
.footer p {
    font-size: 14px;
    color: #838383;
    text-align: center;
    margin-top: 30px;
    background-color: #333;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
}
.footer ul {
    list-style-type: none;
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
}
.footer ul li {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
    border-radius: 0;
    box-shadow: none;
    display: block;
    align-content: center;
}
.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .navbar {
    opacity: 0.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
	  right: 0px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 22px;
    top: 5px;
    right: 34px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    height: 23px;
    width: 22px;
    position: absolute;
	 
    top: 18px;
    right: 34px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
  }

  .navbar-container .hamburger-lines .line1 {
	  position: absolute;
    transform-origin: 50% 50%;
	-webkit-transform:
            rotate(90deg); 
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
	    position: absolute;
    transform-origin: 50% 50%;
	  -webkit-transform:
            rotate(0deg); 
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
	align-items: flex-end;
    background: #000;
    height: 103vh;
    max-width: 50vw;
	  transform: translateX(100vw);
	  -webkit-transform: translateX(100vw);
    display: fixed;
    flex-direction: column;
    padding-right: 15px;
	  margin-top: 0px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #000;
  }
  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translatex(calc(100vw - 100%));
	  -webkit-transform: translatex(calc(100vw - 100%));
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(135deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(45deg);
  }
	.top-bar {
        top: -60px; /* Set the top position to 0 to show the top bar on small screens */
		height: 40px;
    }
    .title-text {
        font-size: 12px;
		margin-top: -5px;
		font-weight:300;
    }
    .cover-image {
        height: 400px;
    }
    .cover-image h1 {
        font-size: 2.5em;
    }
    .content {
        padding: 10px;
    }
    .content p {
        font-size: 0.9em;
        line-height: 2em;
    }
    .content chat {
        font-size: 0.9em;
        margin-left: 5%;
        margin-right: 5%;
		
    }
}
@media (prefers-color-scheme: light) {
    :root {
        --text: #000;
        --bg: #F3F3F3;
    }
	.content chat{
		 color: #000;
    background: url("img/GPTicon.jpg") left 25px top 25px no-repeat, #ddd;
		background-size: 30px;
		box-shadow: 5px 5px 5px 0px #888;
	}
	.content qchat {
    color: #000;
    display: block;
    background: url("img/f21e99010ce5dc56cc78df249c7657d1.svg") left 25px top 25px no-repeat, #ddd;
    background-size: 30px;
	box-shadow: 5px 5px 5px 0px #888;
}
    .top-bar {
        background-color: #333;
    }
    .footer {
        background-color: #333;
    }
    .footer p {
        color: #fff;
        background-color: #333;
    }
    .footer ul li a {
        color: #fff;
    }
}