@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body {
  background: #faf8f8;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #333;
  max-width: 1400px;
  margin: auto;
}

header {
  margin-top: 2.2rem;
  position: relative;
}

header h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: -0.4em;
}

header .pic {
  margin-bottom: 1´rem;
  max-width: 12rem;
}

header h2 {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}

header .address {
  position: absolute;
  top: 0;
  right: 0;
}

header ul {
  text-align: right;
  font-size: 0.9rem;
  list-style-type: none;
}

header li {
  color: #444;
}

header a,
header a[href^='tel'] {
  color: #444;
  text-decoration: none;
}

header a:hover {
  color: #cf8a05;
}

section {
  font-size: 1rem;
  margin-top: 1rem;
}

section li {
  margin-bottom: 0.4rem;
}

section ul {
  margin-left: 1.2rem;
}

.sectionTitle h1 {
  font-style: italic;
  font-weight: 500;
  font-size: 1.7rem;
  color: #cf8a05;
}

.sectionContent h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}

article {
  margin-top: 1em;
  margin-bottom: 1em;
}

article:first-child {
  margin-top: 0;
}

article h3 {
  font-size: 1.2rem;
  margin-top: 0.6em;
  margin-bottom: 0.2em;
}

.subDetails {
  font-size: 0.8rem;
  font-style: italic;
  margin: 0;
  margin-bottom: 0.5em;
}

.keySkills {
  -webkit-column-count: 2;
          column-count: 2;
  margin-bottom: 1.5em;
  color: #444;
}

.keySkills ul li {
  margin-bottom: 0.3em;
}

.education {
  margin-bottom: 2em;
}

@media all and (min-width: 576px) {
  html {
    font-size: 14px;
  }
}

@media all and (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .keySkills {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */