/* Our app */
body {
  background-color: #f7f6fa;
  font-family: "Montserrat", sans-serif;
}

.app-wrapper {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  margin: 40px auto;
  background-color: #fff;
}

/* sidebar styles */
.sidebar-section {
  background-color: #dfeeff;
}

.sidebar-image {
  margin-top: 40px;
}

.contacts-container {
  padding-left: 40px;
}

.contacts-header {
  // Contacts
  color: #161d2a;
  font-size: 22px;
  font-weight: 700;
}

.contacts-item {
  color: #161d2a;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
  margin-right: 10px;
}
.contacts-phone {
  color: #4489ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.contacts-email {
  color: #4489ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-element {
  margin-top: -12px;
}
.tech-skills-section {
  padding-left: 40px;
  margin-top: 40px;
}
.tech-skills-header {
  // Tech Skills
  color: #161d2a;
  font-size: 22px;
  font-weight: 700;
}
.tech-skills-list {
  color: #161d2a;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 24px;
  margin-left: -15px;
}
.soft-skills-section {
  padding-left: 40px;
  margin-top: 40px;
}
.soft-skills-header {
  color: #161d2a;
  font-size: 22px;
  font-weight: 700;
}

.soft-skills-list {
  color: #161d2a;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 24px;
  margin-left: -15px;
}

/* main content styles */
.right-side-container {
  padding: 80px 40px 180px 88px;
}
.about-me-profession {
  font-size: 14px;
  font-weight: 700;
}
.about-me-name {
  font-size: 45px;
  font-weight: 700;
  margin-top: -10px;
}
.about-me-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: -15px;
}

.projects-section {
  margin-top: 40px;
}
.projects-section h3 {
  font-size: 22px;
  font-weight: 700;
}

.projects-section ol {
  margin: -10px 0 0 -20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.projects-section a {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 24px;
}

.projects-section span {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.work-experience-section {
  margin-top: 40px;
}

.work-experience-section h3 {
  font-size: 22px;
  font-weight: 700;
}

.work-experience-section h4 {
  font-size: 16px;
  font-weight: 700;
}
.work-experience-section h4 span {
  color: #6d9bf5;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}
.work-experience-section p {
  margin-top: -10px;
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
}

.work-experience-section ul {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: -5px 0px 0px -15px;
}

.education-section {
  margin-top: 40px;
}

.education-section {
  margin-top: 8px;
}
.education-section h3 {
  color: black;
  font-size: 22px;
  font-weight: 700;
}

.education-section h4 {
  margin-top: 8px;
  color: #6096ff;
  font-size: 16px;
  font-weight: 700;
}

.education-section h5 {
  margin-top: -8px;
  color: black;
  font-size: 14px;
  font-weight: 700;
}
.education-section p {
  margin-top: -8px;
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  word-wrap: break-word;
}
.education-section-first-item {
  margin-top: -8px;
}
