#resume .navigation a {
  color: #e9d6fe;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#resume .jumbo_header {
  background-color: #333230;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#resume .jumbo_header .overlay {
  background: rgb(18, 53, 124);
  background: linear-gradient(
    90deg,
    rgba(5, 64, 141, 0.8) 16%,
    rgba(3, 38, 104, 0.8) 89%
  );
  padding: 30px 15px 90px 15px;
}

#resume .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#resume .jumbo_header .resume_title {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

#resume .jumbo_header .hire_me {
  padding-top: 2px;
  text-align: left;
}

#resume .jumbo_header .hire_me .btn {
  text-shadow: none;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}

#resume .contents {
  margin-top: -40px;
}

#resume .contents .empty {
  padding: 100px 15px;
  margin-bottom: 30px;
}

#resume .contents .section {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#resume .contents .section .sec_title {
  font-size: 22px;
  padding: 10px 0 20px 0;
  font-weight: bold;
  font-family: var(--nice_font_2);
  color: #990a89;
}

#resume .contents .section ul {
  padding: 0px;
  list-style: none;
}
#resume .contents .section ul li.single_entry {
  margin-top: 15px;
  list-style: none;
}

#resume .contents .section ul li.single_entry .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  font-family: var(--nice_font_2);
}
#resume .contents .section ul li.single_entry .desc {
  font-size: 12px;
  font-family: var(--nice_font_2);
  line-height: 24px;
  margin-top: 10px;
}
#resume .contents .section ul li.single_entry .caption {
  float: left;
  margin-top: 9px;
  padding: 5px 10px;
}
#resume .contents .section ul li.single_entry .rating_title {
  font-family: var(--nice_font_2);
  font-size: 14px;
  font-weight: bold;
  color: #8c8c8c;
}

#resume .contents .section .user .user_image img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  max-width: none;
}

#resume .contents .section .user .username {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 0px;
}
#resume .contents .section .user .country {
  font-size: 15px;
  font-family: var(--nice_font_2);
}

#resume .contents .section .user .details {
  margin-top: 10px;
}

#resume .contents .section .user .birthdate {
  font-size: 15px;
  font-family: var(--nice_font_2);
}
#resume .contents .section .user .account {
  font-size: 12px;
  margin-top: 7px;
  font-family: var(--nice_font_2);
}
#resume .contents .section .user .resume_desc {
  line-height: 28px;
  font-size: 16px;
  font-family: var(--nice_font_2);
  margin-top: 20px;
}

#resume .motivating .media{
  margin-top: 30px;
}
#resume .motivating img{
  max-height: 130px;
}

@media (max-width: 769px) {
  #resume .jumbo_header .overlay {
    padding-bottom: 70px;
  }

  #resume .jumbo_header .page_title {
    margin-bottom: 20px;
  }
  #resume .jumbo_header .page_title .title {
    font-size: 24px !important;
    line-height: 40px;
  }
  #resume .jumbo_header .page_title .desc {
    font-size: 16px !important;
  }

}
