:root{
    --primary-color: #000000;
    --secondary-color: #fefefe;
    --tertiary-color: #47cc4b;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-size:x-large;
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.no-scroll {
  overflow: hidden;
}

.topnav {
  z-index: 1;
  position: sticky;
  top: 0;
  background-color: var(--secondary-color);
  overflow: hidden;
}

.topnav a {
  float: right;
  color: var(--primary-color);
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 30px;
}

.topnav img{
  float: left;
  width: 60px;
  height: 50px;
  padding: 13px 10px;
}

.topnav img:hover{
  cursor: pointer;
  scale: 1.1;
}

.topnav a.active {
  color: var(--primary-color);
  background-color: var(--tertiary-color);
  text-decoration-color: var(--primary-color);
}

.topnav a:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.topnav a.active:hover{
  background-color: var(--tertiary-color);
  color: var(--secondary-color);
}

.background-image {
  position: relative;
}

.background-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.normal-page .background-image img{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center;
}

.landing-page .background-image .text-overlay {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: var(--secondary-color);
}

.my-name {
  font-size: 80px;
  transform: translate(-3px, -60px);
  color: var(--tertiary-color);
}

.job-title {
  transform: translate(0px, -100px);
}

.background-image .me-photo {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 90%;
  color: var(--secondary-color);
}

.social-media {
  position: relative;
  transform: translate(0px, -100px);
}

.social-media a:hover{
  scale:1.1;
}

.social-media a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
}

.normal-page .text-overlay {
  position: absolute;
  top: 20%;
  left: 50%;
  text-align: center;
  color: var(--secondary-color);
}

.normal-page .text-overlay-2 {
  position: absolute;
  top: 20%;
  left: 50%;
  text-align: center;
  color: var(--secondary-color);
}

.divider {
  color: var(--tertiary-color);
  font-size: 30px;
  text-align: left;
  position: relative;
  top: -40px;
}

.normal-page h1 {
  text-align: left;
}
.normal-page img {
  position: absolute;
  top : 30%;
  left: 12%;
  width: 500px;
}

.project-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.project {
  display: flex;
  margin-bottom: 20px;
}

.project img {
  position: relative;
  width: 250px;
  height: 150px;
  transform: translate(-29px, -100px);
}

.project img:hover{
  transform: translate(-29px, -100px) 
  scale(1.1);
}

.project-info {
  transform: translate(0px, -72px);
  flex-grow: 1;
  text-align: left;
  margin-left: 20px;
}

.project-info h2 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}

.project-info p {
  font-size: 14px;
  color: #666;
}

.progress-bars {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.column {
  width: 45%;
}

.progress-bar {
  width: 250px;
  height: 28px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar-inner {
  height: 100%;
  background-color: var(--tertiary-color);
  color: var(--secondary-color);
  text-align: center;
}

label {
  display: block;
  margin-bottom: 10px;
}

.download-resume {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  color: var(--secondary-color);
  background-color: transparent;
  border-color: transparent;
}

.download-resume i {
  font-size: 24px;
  margin-bottom: 10px;
}

.more-info {
  position: relative;
  top: 100vh;
  background-color: var(--secondary-color);
  width: 100vw;
  padding: 50px 0;
}

.more-info .container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.download-resume-button {
  margin-bottom: 20px;
}

.download-resume-button button {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
}

.download-resume-button button:hover {
  background-color: var(--tertiary-color);
}

.more-info h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: var(--primary-color)
}

.more-info p {
  font-size: 18px;
  color: #333;
  text-align: left;
}

.content {
  position: relative;
  transform: translate(0%, 25%);
  color: var(--secondary-color);
  margin-top: 50px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
  width: 80%;
  margin: 0 auto;
}

.textbox {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 80%;
  margin: 20px auto;
  text-align: center;
}

.side-image-service{
  transform: translate(0px, -50px);
}

.service-text{
  text-align: left; 
  transform: translate(-20px, 0px);
}
