html {
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  color: white;
  margin: 0;
  background-color: #242634;
}

main {
  z-index: 0;
  padding-left: 20px;
  padding-right: 20px;
}

a {
  color: rgb(108, 190, 230);
  text-decoration: none;
}

a:hover {
  color: #F9A620;
}

p {
  font-size: 20px;
}

h1 {
  font-size: 65px;
  font-weight: 100;
}

h2 {
  font-size: 40px;
  font-weight: 100;
}

h4 {
  font-size: 30px;
  margin-top: 20px;
  font-weight: 150;
  margin-bottom: 0;
}

hr {
  border: 3px solid #F9A620;
  border-radius: 3px;
  max-width: 1150px;
  margin-bottom: 30px;
}

.header {
  z-index: 1;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  top: 0;
  position: sticky;
  background-color: #525F67;
  overflow: hidden;
}
.header .lang {
  margin-top: 20px;
  margin-left: 20px;
}
.header .lang button {
  background-color: #242634;
  padding: 0;
  border: none;
  width: 50px;
  height: 35px;
}
.header .lang img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 50px;
  height: 35px;
}
.header .lang img:hover {
  cursor: grab;
}
.header .menu {
  padding: 0;
}
.header ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
.header li {
  text-decoration: none;
  text-align: center;
}
.header li a {
  color: white;
  font-size: 25px;
  display: block;
  text-align: center;
  padding: 15px;
  border: solid 5px rgba(0, 0, 0, 0);
}
.header li a:hover {
  border-bottom-color: #F9A620;
}

.title {
  scroll-margin: 100px;
  text-align: center;
  margin-top: 30px;
}
.title .name {
  margin: auto;
}
.title .name h1 {
  margin: 0;
}
.title .title-image {
  margin-top: 20px;
}
.title .title-image img {
  border-radius: 75px;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.section-end {
  max-width: 200px;
}

.about {
  max-width: 1000px;
  margin: 0 auto;
}

.skills {
  scroll-margin: 70px;
  margin-top: 50px;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}
.skills .skill-list .skill {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 15px;
}
.skills .skill-list .skill .name p {
  margin: 0;
}
.skills .skill-list .skill .value {
  height: 20px;
  max-width: 400px;
}

#csharp {
  width: 100%;
  background: linear-gradient(to left, #242634 0%, #F9A620 0%);
}

#ide.value {
  width: 100%;
  background: linear-gradient(to left, #242634 15%, #F9A620 15%);
}

#databases {
  width: 100%;
  background: linear-gradient(to left, #242634 15%, #F9A620 15%);
}

#entity {
  width: 100%;
  background: linear-gradient(to left, #242634 15%, #F9A620 15%);
}

#cpp {
  width: 100%;
  background: linear-gradient(to left, #242634 30%, #F9A620 30%);
}

#linux {
  width: 100%;
  background: linear-gradient(to left, #242634 25%, #F9A620 25%);
}

#jira {
  width: 100%;
  background: linear-gradient(to left, #242634 30%, #F9A620 30%);
}

#web {
  width: 100%;
  background: linear-gradient(to left, #242634 40%, #F9A620 40%);
}

#c {
  width: 100%;
  background: linear-gradient(to left, #242634 50%, #F9A620 50%);
}

#docker {
  width: 100%;
  background: linear-gradient(to left, #242634 50%, #F9A620 50%);
}

#ci {
  width: 100%;
  background: linear-gradient(to left, #242634 50%, #F9A620 50%);
}

#git {
  width: 100%;
  background: linear-gradient(to left, #242634 30%, #F9A620 30%);
}

#java {
  width: 100%;
  background: linear-gradient(to left, #242634 60%, #F9A620 60%);
}

#new {
  width: 100%;
  background: linear-gradient(to left, #242634 0%, #F9A620 0%);
}

.education {
  scroll-margin: 70px;
  margin-top: 50px;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 0px;
  text-align: center;
}
.education p {
  padding-left: 10px;
  margin: 0;
}
.education .schools .school {
  margin-bottom: 40px;
}
.education .schools .school ul {
  padding: 0;
  margin-top: 10px;
  list-style: none;
  padding-left: 20px;
}
.education .schools .school li {
  font-size: 20px;
}
.education .courses h3 {
  margin-bottom: 30px;
}
.education .course {
  margin-top: 10px;
}

.work {
  scroll-margin: 70px;
  margin-top: 50px;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}
.work .jobs .job {
  text-align: center;
  margin-bottom: 40px;
}
.work .jobs ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  margin-top: 10px;
}
.work .jobs li {
  font-size: 20px;
}
.work .jobs p {
  margin: 0;
  margin-left: 10px;
}

.footer {
  text-align: center;
  margin-bottom: 50px;
}
.footer .email {
  font-size: 22px;
  margin-bottom: 20px;
}
.footer p {
  color: rgb(108, 190, 230);
}
.footer p:hover {
  color: #F9A620;
  cursor: grab;
}
.footer .icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer .icons img {
  width: 100%;
  height: 100%;
  max-width: 58px;
  max-height: 58px;
  border-radius: 35px;
  border: solid 5px #242634;
}
.footer .icons img:hover {
  background-color: #F9A620;
  border: solid 5px #F9A620;
}
.footer .icons #discord img {
  max-width: 75px;
}

.hamburger {
  margin-bottom: -10px;
  padding-bottom: -10px;
  height: 55px;
}
.hamburger button {
  padding: 5px;
  background-color: #525F67;
  border-style: none;
}
.hamburger button img {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 450px) {
  .header ul {
    display: none !important;
  }
}
@media only screen and (min-width: 450px) {
  .hamburger {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  #about, .skills, .education, .work {
    scroll-margin: 0;
  }
  .header {
    position: relative;
  }
  .header ul {
    display: inline;
  }
  .header ul a {
    font-size: 200%;
    padding: 0px;
    padding-bottom: 5px;
  }
  .skill-list .skill {
    flex-direction: column;
  }
  .skill-list .skill .value {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */