* {
  font-weight: none;
  letter-spacing: 0.05rem;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body{
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: rgb(14, 17, 22);
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #1b1c1f;
}

::-webkit-scrollbar-thumb {
  background-color: #5cc99f;
  /* background: linear-gradient(
      #f9e14c,
      #e9963d,
      rgb(255, 252, 234),
      rgb(249, 225, 76),
      rgb(233, 150, 61)
  ); */
}

.site-sections li a {
  color: white; 
  transition: color 0.3s;
}

li.about-li a {
  color: #5cc99f;
}

h2 {
  line-height: 60px;
  font-family: 'Righteous', cursive;
  font-size: 3rem;
  font-weight: 200;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

hr {
  margin-top: 50px;
  border-width: 0;
  background-color: #5cc99f;
  height: 5px;
  width: 50px;
}

/* Navigation Bar */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 663px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding-top: 20px;
  z-index: 1;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: "Righteous", cursive;
  font-size: large;
  font-weight: light; 
}

nav a {
  color: #fff;
  text-decoration: none;
}

nav a:hover {
  color: #5cc99f;
}

.logo {
  /* position: absolute; */
  left: 0;
  top: 5px;
  margin-left: 0;
  margin-right: 0;
}

.modify-logo {
  width: 65px;
  height: 50px;
}

a {
  color: rgb(92, 201, 159);
}

ul li::marker {
  font-size: 1.5rem;
}

/* SVG Modify */
.modify-svg {
  width: 40px;
  height: 40px;
}

/* Button */
.button-modify{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
  border-radius: 50px 50px 50px 50px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(92, 201, 159);
  background-color: transparent;
  color: rgb(92, 201, 159);
  line-height: 18px;
  margin-top: 40px;
  transition: 299ms;
  font-family: "Righteous", cursive;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.button-modify:hover {
  border-color: rgb(92, 201, 159);
  background-color: rgb(92, 201, 159);
  color: rgb(14, 17, 22);
}

.heading {
  font-weight: 700;
  padding-left: 20px;
}

.subheading {
  font-weight: 500;
  padding-left: 20px;
  font-style: italic;
}

/* Less than 1054px */
@media (max-width: 1054px) {
  nav {
    padding-top: 0px;
    height: fit-content;
  }

  .header-li {
    display: flex;
  }

  .name-logo {
    padding-top: 5px;
    width: 70px;
    align-items: left;
  }

  .site-sections {
    padding-top: 20px;
    overflow-x: scroll;
    width: 100%;
    /* align-items: center;
    justify-content: center; */
  }

  ::-webkit-scrollbar {
    display: none;
  }

  nav ul {
    display: inline-block;
    white-space: nowrap;
  }

  nav li {
    display: inline-block;
  }

  /* Making Header */
  header {
    background-color: rgb(0, 0, 0);
    color: #fff;
    text-align: center;
    padding: 2rem;
    border-radius: 5px;
    font-size: medium;
  }

  body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(14, 17, 22);
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
  }

  h2 {
    text-align: center;
  }

  /* Image modify */
  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .modify-img {
    float: left;
    background-color: #131F22;
    box-shadow: 30px 30px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
    margin-bottom: 100px;
  }

  /* About me*/
  .aboutme-row {
    display: flex;
    flex-direction: column;
    /* padding-top: 50px; */
    padding-bottom: 80px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 50px;
  }
  
  .aboutme-col-img {
    flex: 50%;
  }

  .aboutme-col-txt-container {
    flex: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .aboutme-col-txt-items {
    flex: 50%;
    text-align: center;
  }

  /* Areas of Interests */
  .interest-container {
    display: flex;
    flex-direction: column;
  }

  .interest-items {
    width:auto;
    height: auto;
    min-height: 20rem;
    margin:0rem 5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;

    background-color: black;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 20px 20px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
  }

  .interest-items-container {
    display: flex;
    flex-direction: column;
  }

  .interest-items-img {
    display: 20%;
    margin-bottom: 30px;
  }

  .interest-items-txt {
    display: 80%;
    text-align: center;
  }

  /* Experience */
  .experience-container {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .experience-items {
    display: flex;
    width: auto;
    margin: 0rem 5rem;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: black;
  
    box-shadow: 20px 20px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
  }

  .experience-items-container {
    flex: 100%;
    display: flex;
    flex-direction: row;
    padding: 30px 30px 30px 30px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .experience-items-img {
    flex: 20%;
    margin-right: 20px;
  }

  .experience-items-txt {
    flex: 80%;
  }

  /* My Skills and Tools */
  .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 1em;
    margin: 0rem 5rem;
    padding-bottom: 100px;
  }

  .skills {
    padding-bottom: 50px;
    /* margin-bottom: 50px; */
  }
  
  .skills-n-tools-container {
    display: flex;
    justify-content: center;
  }

  .skills-n-tools-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px;
    background-color: black;
    box-shadow: 20px 20px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
    /* padding: 60px 10px  10px; */
  }

  .skills-n-tools-items-container {
    display: flex;
    flex-direction: column;
    padding-top: auto;
    align-items: center;
  }

  .skills-n-tools-items-pic {
    flex: 40%;
  }

  .skills-n-tools-items-text {
    flex: 60%;
    text-align: center;
  }

  /* My projects */
  .project-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .project-items {
    display: flex;
    width: auto;
    margin: 0rem 5rem;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: black;
  
    box-shadow: 20px 20px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
  }

  .project-items-container {
    flex: 100%;
    display: flex;
    flex-direction: row;
    padding: 30px 30px 30px 30px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .project-items-img {
    flex: 20%;
    margin-right: 20px;
  }

  .project-items-txt {
    flex: 80%;
  }

  .modify-thumbnail {
    float: left;
    border-radius: 10px 0px 10px 0px;
    filter: brightness(80%);
  }

  /* Let's Connect */
  .connect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(0, 0, 0);
  }

  .connect-items {
    display: flex;
  }

  .connect-social-container {
    margin: 0 auto;
    display: flex;
    flex-direction: center;
    flex-basis: 25em;
  }

  .connect-icons {
    margin-left: 10px;
    margin-right: 10px;
    flex: calc(100/ 3);
  }

  .connect h2 {
    margin-bottom: 20px;
  }

}


/* Greater than 1055px */
@media (min-width: 1055px){
  .logo {
    position: absolute;
  }

  nav {
    padding-top: 17px;
    z-index: 1;
  }

  /* Making Header */
  header {
    background-color: rgb(0, 0, 0);
    color: #fff;
    text-align: right;
    padding: 1.5rem;
    border-radius: 5px;
    font-size: 18px;
  }

  /* Image modify */
  img {
    max-width: 100%;
    height: 90%;
    display: block;
    margin: 0 auto;
  }

  .modify-img {
    background-color: #131F22;
    box-shadow: 30px 30px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
  }

  /* About me */
  .aboutme-row {
    width: 1023px;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  
  .aboutme-col-img {
    flex: 40%;
    padding-left: auto;
    display: flex;
    justify-content: center;
  }

  .aboutme-col-txt-container {
    flex: 60%;
    display: flex;
    flex-direction: column;
  }

  .aboutme-col-txt-items {
    flex: 100/3%;
    padding-left: 100px;
    text-align: left;
    align-items: top;
  }

  /* Areas of Interests */
  .interest-container {
    display: flex;
    flex-direction: row;
    padding-bottom: 100px;
    margin: auto 4%;
  }

  .interest-items {
    flex: 0 50%;
    margin: 0 2rem;
    align-items: stretch;
    background-color: black;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 20px 20px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
  }

  .interest-items-container {
    display: flex;
    flex-direction: column;
  }

  .interest-items-img {
    display: 20%;
    margin-bottom: 30px;
  }

  .interest-items-txt {
    display: 80%;
    text-align: center;
  }

  /* Experience */
  .experience-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
  }

  .experience-items {
    display: flex;
    width: auto;
    margin: 0rem 5rem;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: black;
  
    box-shadow: 20px 20px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
  }

  .experience-items-container {
    flex: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px 20px 20px 20px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .experience-items-img {
    flex: 20%;
    margin-right: 20px;
  }

  .experience-items-txt {
    flex: 80%;
  }

  /* My Skills and Tools */
  .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 1em;
    margin: 0rem 5rem;
    padding-bottom: 100px;
  }

  .skills {
    padding-bottom: 50px;
    /* margin-bottom: 50px; */
  }
  
  .skills-n-tools-container {
    display: flex;
    justify-content: center;
  }

  .skills-n-tools-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px;
    background-color: black;
    box-shadow: 20px 20px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
    /* padding: 60px 10px  10px; */
  }

  .skills-n-tools-items-container {
    display: flex;
    flex-direction: column;
    padding-top: auto;
    align-items: center;
  }

  .skills-n-tools-items-pic {
    flex: 40%;
  }

  .skills-n-tools-items-text {
    flex: 60%;
    text-align: center;
  }

   /* My projects */
   .project-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .project-items {
    display: flex;
    width: auto;
    margin: 0rem 5rem;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: black;
  
    box-shadow: 20px 20px 0px 0px rgba(254, 229, 181, 0.05);
    border-radius: 20px 0px 20px 0px;
  }

  .project-items-container {
    flex: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px 20px 20px 20px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .project-items-img {
    flex: 20%;
    margin-right: 20px;
  }

  .project-items-txt {
    flex: 80%;
  }

  .modify-thumbnail {
    float: left;
    border-radius: 10px 0px 10px 0px;
    filter: brightness(80%);
    width: 500px;
    height: 150px;
  }

  /* Let's Connect */
  .connect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(0, 0, 0);
  }

  .connect-items {
    display: flex;
  }

  .connect-social-container {
    margin: 0 auto;
    display: flex;
    flex-direction: center;
    flex-basis: 25em;
  }

  .connect-icons {
    margin-left: 10px;
    margin-right: 10px;
    flex: calc(100/ 3);
  }

  .connect h2 {
    margin-bottom: 20px;
  }

}