@charset "UTF-8";
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: none;
  color: #0A0A0A;
  text-decoration: none;
  border: 1px solid #E0DFDA;
  border-radius: 5px;
}

.btn:hover {
  background-color: #F5F4F0;
}

.caption {
  font-size: 0.75em;
  color: #4e4e4c;
  margin-top: 10px;
  text-align: center;
}

.fa {
  margin: 5px;
}

body {
  font-family: system-ui, sans-serif;
  background-color: #FAFAF8;
  margin: 0;
  padding: 0;
  color: #5A5955;
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border-bottom: 1px solid #E0DFDA;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li {
  display: inline-block;
  margin: 0 10px;
}
nav a, nav a:visited, nav a:active {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
}

.logo {
  font-size: 1.5em;
  font-weight: bold;
  color: #0A0A0A;
}

#summary {
  padding: 7%;
  text-align: left;
}
#summary h3::before {
  content: "— ";
}
#summary h3 {
  color: #0D6E55;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: small;
}
#summary h1 {
  font-size: 4.5em;
}
#summary .first-name {
  color: #0A0A0A;
  font-weight: bold;
  display: block;
}
#summary .last-name {
  color: #0D6E55;
  font-weight: bold;
  display: block;
}
#summary .summary-text {
  width: 100%;
}

#cv-info {
  margin: 0;
  border: 1px solid #E0DFDA;
}

#sidebar {
  background-color: #F5F4F0;
  padding: 20px;
  border-right: 1px solid #E0DFDA;
}
#sidebar .sidebar-h2 {
  color: #d6d7d3;
  text-transform: uppercase;
  font-size: small;
}

.count-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0A0A0A;
  color: #FAFAF8;
  border-radius: 10px;
  padding: 20px 0;
}
.count-container #visitor-count {
  font-size: 1.5em;
  margin: 0;
}
.count-container .p-views {
  margin: 0;
  font-size: 0.5em;
  text-transform: uppercase;
}

.info {
  padding: 2% 5%;
  text-align: justify;
}
.info .cv-sections {
  margin-bottom: 20px;
}
.info .cv-titles {
  color: #0D6E55;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: small;
}
.info .cv-subtitles {
  color: #0A0A0A;
  margin-bottom: 5px;
  font-size: medium;
}
.info .p-text {
  color: #4e4e4c;
  margin: 0;
  font-size: 0.9em;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #0A0A0A;
  border-top: 1px solid #E0DFDA;
}
footer .name {
  color: #FAFAF8;
  font-weight: bold;
  font-size: 20px;
}
footer .contacts {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
footer .contacts li span {
  color: #FAFAF8;
  font-size: 0.75em;
}

/* Applies only to screens wider than 1024px (Desktop) */
@media (min-width: 700px) {
  .summary-text {
    max-width: 60%;
  }
  #cv-info {
    display: flex;
    margin: 0;
  }
  #sidebar {
    background-color: #F5F4F0;
    padding: 20px;
    width: 40%;
  }
}

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