/*
COLOR PALETTE
https://coolors.co/47624f-222e50-9db17c-c2847a-cfc7d2
--feldgrau: #47624fff;
--space-cadet: #222e50ff;
--olivine: #9db17cff;
--old-rose: #c2847aff;
--lavender-gray: #cfc7d2ff;
--lavender-web: #eae8ffff;
*/


/* Global styles
----------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  color: #222e50ff;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
img {
  width: 300px;
}
a {
  color: #FFE66D;
}

.certification-item a {
  text-decoration: none;
}

.certification-item a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 75px;
  line-height: 1.2;
}
h2 {
  font-size: 45px;
}
h1, h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  margin: 0;
}
.content-wrap {
  max-width: 800px;
  width: 85%;
  margin: 0 auto;
  padding: 60px 0;
}
h3 {
  margin-bottom: 0;
}
.item-details h3 + p {
  font-style: italic;
}
.item-details h3 ~ p {
  margin: 0;
}
.divider > section {
  border-bottom: 1px dashed #222e50ff;
  padding: 25px 0;
}
.divider > section:last-of-type {
  border-bottom: none;
}

/* Profyle
----------------------------------------*/
header {
  background: #47624fff;
  color: #eae8ffff;
}

/* Courses and certifications
----------------------------------------*/
.courses {
  background: #cfc7d2ff;
}
.courses a {
  color: #222e50ff;
}

.courses .btn {
  color: #eae8ffff;
  background: #222e50ff;
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
  display: inline-block;
}
.courses .btn:hover {
  background: rgba(29, 41, 81, 80%);
  text-decoration: none;
}
.certification-item {
  overflow: hidden;
}
.certification-item h3 {
  margin-top: 0;
}

/* WORK EXPERIENCE
----------------------------------------*/
.work-exp {
  background: rgba(167, 166, 186, 90%);
}


/* EDUCATION
----------------------------------------*/
.education {
  background-image: url(../images/gradient_sinij_tsvet_logo-TOP.jpg);
  background-size: cover;
  background-position: top right;
  padding-bottom: 50px;
}

/* CONTACT INFO
----------------------------------------*/
footer {
  background: #47624fff;
  color: #eae8ffff;
}
.contact-list {
  list-style-type: none;
  padding: 0;
}
.contact-list a {
  padding: 15px;
  display: inline-block;
  decoration: underline;
}

.contact-list a:hover {
  text-decoration: none;
}

/* Responcive
----------------------------------------*/
@media screen and (min-width:700px) {
  header, footer {
    text-align: center;
  }

  .certification-item img {
    float: left;
    margin-right: 20px;
  }

  .job-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 20px;
  }
  .contact-list {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width:699px) {
  h1 {
    font-size: 75px;
    line-height: 0.9;
    margin-bottom: 20px;
  }
  h2 {
    line-height: 1;
  }
  img {
    margin-bottom: 10px;
  }
  .contact-list a {
    padding: 5px;
  }
}
