.resume {
  width: 100vw;
  min-height: 100vh;
}

.resume-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 40px 40px 40px;
}

.resume-section.first {
  width: 50%;
}

.resume-section.last {
  width: 40%;
  min-width: 350px;
}

@media only screen and (max-width: 800px) {
  .resume-section.first {
    width: 100%;
  }
  .resume-section.last {
    width: 100%;
  }
}
.resume h2 {
  font-size: 36px;
  padding-bottom: 10px;
  width: 75%;
  border-bottom: solid 4px #2565DE;
  /* border-bottom: solid 4px rgb(110, 147, 255); */
}

.header {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  overflow: auto;
  background-color: #2565DE;
}

.header .head-filter {
  width: 100%;
  height: 100%;
  /* background-color: rgba(50, 100, 255, 0.6); */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 40px;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 615px) {
  .header .head-filter {
    flex-direction: column;
    justify-content: space-around;
  }
}
.header h1 {
  font-size: 80px;
  color: white;
  margin: 0 0 20px 0;
  display: inline-block;
  font-family: mochi, "Alfa Slab One", cursive;
  letter-spacing: 5px;
  white-space: nowrap;
  z-index: 100;
}

.header svg {
  position: absolute;
  min-width: 100%;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

svg * {
  stroke: white !important;
}

.header .button {
  border: 3px white solid;
  border-radius: 20px;
  padding: 20px;
  background-color: transparent;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  z-index: 99;
  margin-bottom: 20px;
}

.header .back {
  position: absolute;
  left: 15px;
  top: 15px;
}

.header .back img {
  filter: invert(100%);
}

.skill-container {
  display: flex;
  flex-wrap: wrap;
}

/*# sourceMappingURL=resume.css.map */
